]> git.pld-linux.org Git - packages/php.git/commitdiff
- up to 5.4.0RC2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2011 07:55:26 +0000 (07:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pdo_mysql-charsetphpini.patch -> 1.6.2.1
    php.spec -> 1.945.2.5

php-pdo_mysql-charsetphpini.patch
php.spec

index 17cd308520ef4809200149dfb50515122992e827..36a7c95da77f370d65bcc0f61cc2cde8887ad696 100644 (file)
@@ -46,16 +46,6 @@ small.
  
        return SUCCESS;
  }
-@@ -108,9 +107,7 @@
-       php_info_print_table_end();
--#ifdef PDO_USE_MYSQLND
-       DISPLAY_INI_ENTRIES();
--#endif
- }
- /* }}} */
 @@ -161,6 +161,7 @@
        pdo_mysql_globals->debug = NULL;        /* The actual string */
        pdo_mysql_globals->dbg = NULL;  /* The DBG object*/
index 724c5ee1d90b4998d694c58b2241d3742f5083c0..42b8c15f2379a9dc91083074d04b6dfbd359f2ac 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -8,7 +8,8 @@
 # - dba: enable: --with-tcadb=DIR        DBA: Tokyo Cabinet abstract DB support
 # - --with-vpx-dir=DIR     GD: Set the path to libvpx install prefix
 # --with-libmbfl=DIR      MBSTRING: Use external libmbfl.  DIR is the libmbfl base install directory BUNDLED
-# --with-onig=DIR         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.  
+# --with-onig=DIR         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
+# - recheck: define PDO_MYSQL_UNIX_ADDR (ensure if's correct with mysql-libs and mysqlng)
 # NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/)
 # UNPACKAGED EXTENSION NOTES:
 # - com_dotnet is Win32-only
@@ -121,7 +122,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     0.3
+%define                rel     0.4
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -135,8 +136,8 @@ Epoch:              4
 License:       PHP
 Group:         Libraries
 #Source0:      http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-Source0:       http://downloads.php.net/stas/%{name}-%{version}beta2.tar.bz2
-# Source0-md5: 51c6e9f1d83f94a323db4c4d5e65e421
+Source0:       http://downloads.php.net/stas/%{name}-%{version}RC2.tar.bz2
+# Source0-md5: 7e5ad382db17a81f0cd3c092399cb4af
 Source2:       %{name}-mod_%{name}.conf
 Source3:       %{name}-cgi-fcgi.ini
 Source4:       %{name}-apache.ini
@@ -1851,7 +1852,7 @@ compression support to PHP.
 Moduł PHP umożliwiający używanie kompresji zlib.
 
 %prep
-%setup -q -n %{name}-%{version}beta2
+%setup -q -n %{name}-%{version}RC2
 # prep for suhosin patch
 %undos Zend/Zend.dsp Zend/ZendTS.dsp
 %patch0 -p1
This page took 0.164813 seconds and 4 git commands to generate.