]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
up to 7.1.0alpha1
[packages/php.git] / php-ini.patch
index 92cf57185ab2b80c9c186ccf6a9fddfe2f373055..51709d2be08169935f9b706ba73538d465103ed7 100644 (file)
@@ -1,5 +1,5 @@
---- php-7.0/php.ini~   2015-05-21 23:06:55.000000000 +0300
-+++ php-7.0/php.ini    2015-05-21 23:08:25.125742768 +0300
+--- php-7.0.0RC3/php.ini~      2015-09-20 21:20:29.000000000 +0300
++++ php-7.0.0RC3/php.ini       2015-09-20 21:25:50.349958427 +0300
 @@ -82,6 +82,20 @@
  ; much more verbose when it comes to errors. We recommending using the
  ; development version only in development environments as errors shown to
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -825,48 +825,8 @@
+@@ -825,46 +825,8 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
 -;extension=php_ldap.dll
 -;extension=php_mbstring.dll
 -;extension=php_exif.dll      ; Must be after mbstring as it depends on it
--;extension=php_mysql.dll
 -;extension=php_mysqli.dll
 -;extension=php_oci8_12c.dll  ; Use with Oracle Database 12c Instant Client
 -;extension=php_openssl.dll
 -;extension=php_pdo_pgsql.dll
 -;extension=php_pdo_sqlite.dll
 -;extension=php_pgsql.dll
--;extension=php_pspell.dll
 -;extension=php_shmop.dll
 -
--; The MIBS data available in the PHP distribution must be installed. 
--; See http://www.php.net/manual/en/snmp.installation.php 
+-; The MIBS data available in the PHP distribution must be installed.
+-; See http://www.php.net/manual/en/snmp.installation.php
 -;extension=php_snmp.dll
 -
 -;extension=php_soap.dll
 -;extension=php_tidy.dll
 -;extension=php_xmlrpc.dll
 -;extension=php_xsl.dll
-+; Ideally in PLD Linux you should install appropriate php7.0-<extension> or
-+; php7.0-pecl-<extension> package.
++; Ideally in PLD Linux you should install appropriate php70-<extension> or
++; php70-pecl-<extension> package.
  
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
  
  [intl]
  ;intl.default_locale =
-@@ -1152,6 +1062,9 @@
- ; http://php.net/mysql.connect-timeout
- mysql.connect_timeout = 60
-+; The name of the character set to use as the default character set.
-+;mysql.connect_charset=utf8
-+
- ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
- ; SQL-Errors will be displayed.
- ; http://php.net/mysql.trace-mode
 @@ -1191,6 +1104,9 @@
  ; http://php.net/mysqli.default-socket
  mysqli.default_socket =
This page took 0.030085 seconds and 4 git commands to generate.