php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61365
Patch right-stem-patch-for-php5.4 revision 2012-03-12 21:56 UTC by idexter dot ru at gmail dot com
Patch stem-patch-for-php5.4 revision 2012-03-12 21:53 UTC by idexter dot ru at gmail dot com

Patch right-stem-patch-for-php5.4 for stem Bug #61365

Patch version 2012-03-12 21:56 UTC

Return to Bug #61365 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: idexter.ru@gmail.com

--- stem.c	2012-03-13 05:36:11.000000000 +0800
+++ stem.pached.c	2012-03-13 05:38:04.000000000 +0800
@@ -20,7 +20,7 @@
 
 /* {{{ stem_functions[]
 */
-function_entry stem_functions[] = {
+zend_function_entry stem_functions[] = {
 	PHP_FE(stem,				NULL)
 	PHP_FE(stem_porter,			NULL)
 	PHP_FE(stem_enabled,		NULL)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 03:01:29 2024 UTC