Author: baseciq                      Date: Wed Jul  6 08:30:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch from 
http://sourceforge.net/mailarchive/forum.php?thread_id=7374002&forum_id=43358
  it causes that eaccellerator doesn't stops when ioncube loader is loaded,
  so you can still run encoded files, *BUT* only if you use 
dl('eaccelerator.so')
  instead of extension=eaccelerator.so in php.ini. I didn't test it much,
  so feel warned ;)

---- Files affected:
SPECS:
   php-eaccelerator.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.11 SPECS/php-eaccelerator.spec:1.12
--- SPECS/php-eaccelerator.spec:1.11    Mon Jun 13 02:35:39 2005
+++ SPECS/php-eaccelerator.spec Wed Jul  6 10:30:54 2005
@@ -7,13 +7,14 @@
 Summary(pl):   ModuĊ‚ eAccelerator dla PHP
 Name:          php-%{_name}
 Version:       0.9.3
-Release:       1
+Release:       1.1
 Epoch:         0
 License:       GPL
 Vendor:                Turck Software
 Group:         Libraries
 Source0:       
http://dl.sourceforge.net/eaccelerator/%{_pkgname}-%{version}.tar.gz
 # Source0-md5: b17ddf953f18ee6df5c2c24ffccb37d9
+Patch0:                php-eaccelerator-ioncube-workarround.patch
 URL:           http://eaccelerator.net/
 BuildRequires: automake
 BuildRequires: libtool
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n %{_pkgname}-%{version}
-
+%patch0 -p1
 %build
 phpize
 %{__aclocal}
@@ -81,6 +82,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/07/06 08:30:54  baseciq
+- added patch from 
http://sourceforge.net/mailarchive/forum.php?thread_id=7374002&forum_id=43358
+  it causes that eaccellerator doesn't stops when ioncube loader is loaded,
+  so you can still run encoded files, *BUT* only if you use 
dl('eaccelerator.so')
+  instead of extension=eaccelerator.so in php.ini. I didn't test it much,
+  so feel warned ;)
+
 Revision 1.11  2005/06/13 00:35:39  eothane
 - going up.. (0.9.3)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.11&r2=1.12&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to