SOURCES: php-eaccelerator-php5.2.patch (NEW) - new
arekm
arekm at pld-linux.org
Wed Dec 20 10:34:50 CET 2006
Author: arekm Date: Wed Dec 20 09:34:50 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
php-eaccelerator-php5.2.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/php-eaccelerator-php5.2.patch
diff -u /dev/null SOURCES/php-eaccelerator-php5.2.patch:1.1
--- /dev/null Wed Dec 20 10:34:50 2006
+++ SOURCES/php-eaccelerator-php5.2.patch Wed Dec 20 10:34:45 2006
@@ -0,0 +1,15 @@
+diff -urN eaccelerator-0.9.5.org/ea_restore.c eaccelerator-0.9.5/ea_restore.c
+--- eaccelerator-0.9.5.org/ea_restore.c 2006-10-11 14:45:52.000000000 +0200
++++ eaccelerator-0.9.5/ea_restore.c 2006-12-20 10:33:12.803415250 +0100
+@@ -714,7 +714,11 @@
+ to->doc_comment_len = 0;
+ to->doc_comment = NULL;
+ #endif
++#ifdef ZEND_ENGINE_2_2
++ to->ce = EAG(class_entry);
+ #endif
++#endif
++
+ return to;
+ }
+ #endif
================================================================
More information about the pld-cvs-commit
mailing list