SOURCES: ismail-php5.patch (NEW) - add php5 support using the comp...

djurban djurban at pld-linux.org
Mon Dec 19 19:41:30 CET 2005


Author: djurban                      Date: Mon Dec 19 18:41:30 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add php5 support using the compatibility layer, only used if php5 is really used

---- Files affected:
SOURCES:
   ismail-php5.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ismail-php5.patch
diff -u /dev/null SOURCES/ismail-php5.patch:1.1
--- /dev/null	Mon Dec 19 19:41:30 2005
+++ SOURCES/ismail-php5.patch	Mon Dec 19 19:41:25 2005
@@ -0,0 +1,9 @@
+--- ismail/ismail/include/datastores/xml.php.orig	2005-12-19 18:51:53.727262800 +0000
++++ ismail/ismail/include/datastores/xml.php	2005-12-19 18:53:36.725604672 +0000
+@@ -1,4 +1,6 @@
+ <?PHP
++if (version_compare(PHP_VERSION,'5','>='))
++	 require_once('include/datastores/domxml4-to5-fixup.php');
+ // A few permissions need to be correct. The 'users' directory must be readable and
+ // writable by the user/group of the web server process in order for addressbooks/identities/settings to work properly.
+ class	AddressBook {
================================================================



More information about the pld-cvs-commit mailing list