You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
Index: ea_restore.c |
|
--- ea_store.c.orig 2006-09-15 15:15:06 +0200 |
|
+++ ea_store.c 2007-07-30 22:09:46 +0200 |
|
@@ -760,6 +760,9 @@ |
|
to->doc_comment = NULL; |
|
#endif |
|
#endif |
|
+#ifdef ZEND_ENGINE_2_2 |
|
+ to->ce = EAG(class_entry); |
|
+#endif |
|
return to; |
|
} |
|
|
|
Index: eaccelerator.ini |
|
--- eaccelerator.ini.orig 2006-03-06 10:08:40 +0100 |
|
+++ eaccelerator.ini 2007-07-30 22:10:40 +0200 |
|
@@ -1,23 +1,7 @@ |
|
[eaccelerator] |
|
|
|
-;;;;;;;;;;;;;;;;;;; |
|
-; About this file ; |
|
-;;;;;;;;;;;;;;;;;;; |
|
-; |
|
-; eAccelerator is compatible with Zend Optimizer's loader. Zend Optimizer |
|
-; must be installed after eAccelerator in php.ini. If you don't use scripts |
|
-; encoded with Zend Encoder then we do not recommend you install Zend Optimizer |
|
-; with eAccelerator. |
|
- |
|
- |
|
-; You must uncomment one (and only one) line from the following to load |
|
-; eAccelerator extension. |
|
-;extension="eaccelerator.so" |
|
-zend_extension="/usr/lib/php4/eaccelerator.so" |
|
-;zend_extension_ts="/usr/lib/php4/eaccelerator.so" |
|
-;extension="eaccelerator.dll" |
|
-;zend_extension_ts="c:\php4\eaccelerator.dll" |
|
-;zend_extension="c:\php4\eaccelerator.dll" |
|
+; Load the extension module |
|
+zend_extension="eaccelerator.so" |
|
|
|
; The amount of shared memory (in megabytes) that eAccelerator will use. |
|
; "0" means OS default. Default value is "0".
|
|
|