head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.3 date 2007.07.31.08.33.16; author cs; state Exp; branches; next 1.2; commitid IliJA7jVt5VwFTrs; 1.2 date 2007.02.11.10.52.01; author rse; state Exp; branches; next 1.1; commitid dA6uWIb7zDDVT36s; 1.1 date 2004.12.28.19.37.37; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.12.28.19.37.37; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.54.39; author rse; state Exp; branches; next 1.1.2.3; commitid iZxwRSmmWscPXUQr; 1.1.2.3 date 2007.03.18.23.32.47; author thl; state Exp; branches; next ; commitid j886gsownDQWXCas; desc @@ 1.3 log @upgrading package: php-eaccelerator 0.9.5 -> 0.9.5.1 @ text @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". @ 1.2 log @Fix for PHP 5.2.x from eaccelerator SVN (via FreeBSD ports) @ text @d2 4 a5 4 --- ea_restore.c.orig 2006-10-11 14:45:52 +0200 +++ ea_restore.c 2007-02-11 11:50:15 +0100 @@@@ -715,6 +715,9 @@@@ to->doc_comment = NULL; d9 1 a9 1 + to->ce = EAG(class_entry); d13 1 a13 1 #endif d15 4 a18 4 --- eaccelerator.ini.orig 2006-10-11 14:45:52 +0200 +++ eaccelerator.ini 2007-02-11 11:49:49 +0100 @@@@ -1,23 +1,6 @@@@ -[eaccelerator] @ 1.1 log @new package: php-eaccelerator 0.9.2a (Zend/PHP Accelerator) @ text @d1 13 d15 2 a16 2 --- eaccelerator.ini.orig 2004-12-28 00:29:36 +0100 +++ eaccelerator.ini 2004-12-28 20:12:46 +0100 @ 1.1.2.1 log @file php-eaccelerator.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:54:39 +0000 @ text @d1 29 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 29 Index: eaccelerator.ini --- eaccelerator.ini.orig 2004-12-28 00:29:36 +0100 +++ eaccelerator.ini 2004-12-28 20:12:46 +0100 @@@@ -1,23 +1,6 @@@@ -[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". @ 1.1.2.3 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @a0 13 Index: ea_restore.c --- ea_restore.c.orig 2006-10-11 14:45:52 +0200 +++ ea_restore.c 2007-02-11 11:50:15 +0100 @@@@ -715,6 +715,9 @@@@ to->doc_comment = NULL; #endif #endif +#ifdef ZEND_ENGINE_2_2 + to->ce = EAG(class_entry); +#endif return to; } #endif d2 2 a3 2 --- eaccelerator.ini.orig 2006-10-11 14:45:52 +0200 +++ eaccelerator.ini 2007-02-11 11:49:49 +0100 @