packages: php/php-cli.ini, php/php.spec - enable_dl in cli (otherwise can't...

glen glen at pld-linux.org
Sat Aug 21 18:49:47 CEST 2010


Author: glen                         Date: Sat Aug 21 16:49:47 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable_dl in cli (otherwise can't use php-gtk2 ext at all); rel 3

---- Files affected:
packages/php:
   php-cli.ini (1.6 -> 1.7) , php.spec (1.887 -> 1.888) 

---- Diffs:

================================================================
Index: packages/php/php-cli.ini
diff -u packages/php/php-cli.ini:1.6 packages/php/php-cli.ini:1.7
--- packages/php/php-cli.ini:1.6	Tue Feb 17 13:18:41 2009
+++ packages/php/php-cli.ini	Sat Aug 21 18:49:41 2010
@@ -17,6 +17,10 @@
 ; Disable error logging, in case it was enabled in global php.ini
 error_log = ""
 
+; Whether or not to enable the dl() function.
+; http://php.net/enable-dl
+enable_dl = On
+
 [Session]
 ; argument passed to save_handler in the case of files, this is the
 ; path where data files are stored.

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.887 packages/php/php.spec:1.888
--- packages/php/php.spec:1.887	Sat Aug 21 15:22:21 2010
+++ packages/php/php.spec	Sat Aug 21 18:49:41 2010
@@ -103,7 +103,7 @@
 %undefine	with_filter
 %endif
 
-%define		rel		2
+%define		rel		3
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -3139,6 +3139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.888  2010/08/21 16:49:41  glen
+- enable_dl in cli (otherwise can't use php-gtk2 ext at all); rel 3
+
 Revision 1.887  2010/08/21 13:22:21  glen
 - rename php-bzip2 -> php-bz2 to match extension name; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php-cli.ini?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.887&r2=1.888&f=u



More information about the pld-cvs-commit mailing list