OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Feb-2007 11:52:01
Branch: HEAD Handle: 2007021110520100
Modified files:
openpkg-src/php-eaccelerator
php-eaccelerator.patch php-eaccelerator.spec
Log:
Fix for PHP 5.2.x from eaccelerator SVN (via FreeBSD ports)
Summary:
Revision Changes Path
1.2 +15 -2 openpkg-src/php-eaccelerator/php-eaccelerator.patch
1.25 +1 -1 openpkg-src/php-eaccelerator/php-eaccelerator.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php-eaccelerator/php-eaccelerator.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 php-eaccelerator.patch
--- openpkg-src/php-eaccelerator/php-eaccelerator.patch 28 Dec 2004
19:37:37 -0000 1.1
+++ openpkg-src/php-eaccelerator/php-eaccelerator.patch 11 Feb 2007
10:52:01 -0000 1.2
@@ -1,6 +1,19 @@
+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
Index: eaccelerator.ini
---- eaccelerator.ini.orig 2004-12-28 00:29:36 +0100
-+++ eaccelerator.ini 2004-12-28 20:12:46 +0100
+--- eaccelerator.ini.orig 2006-10-11 14:45:52 +0200
++++ eaccelerator.ini 2007-02-11 11:49:49 +0100
@@ -1,23 +1,6 @@
-[eaccelerator]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php-eaccelerator/php-eaccelerator.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 php-eaccelerator.spec
--- openpkg-src/php-eaccelerator/php-eaccelerator.spec 1 Jan 2007
17:41:02 -0000 1.24
+++ openpkg-src/php-eaccelerator/php-eaccelerator.spec 11 Feb 2007
10:52:01 -0000 1.25
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_opkg}
-Release: 20061013
+Release: 20070211
# package options
%option with_apache yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]