]> git.pld-linux.org Git - packages/php.git/commitdiff
- enable_dl in cli (otherwise can't use php-gtk2 ext at all); rel 3 auto/th/php-5_3_3-3
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Aug 2010 16:49:41 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-cli.ini -> 1.7
    php.spec -> 1.888

php-cli.ini
php.spec

index 9bdb24ad34b2a67bac61eb31a68ef40558d158dc..65e02e539d3e4c3a51f09f0bfb156fb905e7d69d 100644 (file)
@@ -17,6 +17,10 @@ log_errors = On
 ; 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 26aae0fae0d9f4dce008a0d814237904117ad4d3..4f09bd77f7aa3f44c9c215f6510a0819eb06e76a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -102,7 +102,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %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
This page took 0.067353 seconds and 4 git commands to generate.