]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 5.5.0 alpha6
authorElan Ruusamäe <glen@delfi.ee>
Tue, 19 Mar 2013 16:27:18 +0000 (18:27 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 19 Mar 2013 16:27:18 +0000 (18:27 +0200)
pcre-shared.patch
php.spec

index 39632a0cf8fe85a6b713e810932bad4cac32e988..642207df1d196b8f423f1ed8865ec6fd23092e94 100644 (file)
@@ -1,5 +1,5 @@
---- php-5.3.1/ext/pcre/config0.m4      2009-11-27 08:19:08.836025192 +0000
-+++ php-5.3.1/ext/pcre/config0.m4      2009-11-30 22:09:24.385647500 +0000
+--- php-5.5.0alpha6/ext/pcre/config0.m4~       2013-03-19 18:08:15.000000000 +0200
++++ php-5.5.0alpha6/ext/pcre/config0.m4        2013-03-19 18:09:26.732804962 +0200
 @@ -11,7 +11,7 @@
  
    if test "$PHP_PCRE_REGEX" != "yes" && test "$PHP_PCRE_REGEX" != "no"; then
    else
      AC_MSG_CHECKING([for PCRE library to use])
      AC_MSG_RESULT([bundled])
-@@ -59,7 +60,7 @@
-                                pcrelib/pcre_ord2utf8.c pcrelib/pcre_refcount.c pcrelib/pcre_study.c \
-                                pcrelib/pcre_tables.c pcrelib/pcre_try_flipped.c pcrelib/pcre_valid_utf8.c \
+@@ -61,7 +61,7 @@
+                                pcrelib/pcre_tables.c pcrelib/pcre_valid_utf8.c \
                                 pcrelib/pcre_version.c pcrelib/pcre_xclass.c"
--    PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,-I@ext_srcdir@/pcrelib)
-+    PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, $ext_shared,,-I@ext_srcdir@/pcrelib)
+     PHP_PCRE_CFLAGS="-DHAVE_CONFIG_H -I@ext_srcdir@/pcrelib"
+-    PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
++    PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, $ext_shared,,$PHP_PCRE_CFLAGS)
      PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
      PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcrelib/])
      AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
index d50f93b686fc0ba72578f20aed0a02b0f19157f0..74c4a3bdf9f54141da9672cde8efcd7869aa7712 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -127,7 +127,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %define                php_suffix 55
 
 %define                rel     0.3
-%define                subver  alpha3
+%define                subver  alpha6
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -141,7 +141,7 @@ Epoch:              4
 License:       PHP
 Group:         Libraries
 Source0:       http://downloads.php.net/dsp/%{orgname}-%{version}%{subver}.tar.xz
-# Source0-md5: 8c537fbbf4c7439ceec36297b4deac8c
+# Source0-md5: c2aa16727f554fc4a1fda7db09d251f2
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
This page took 0.058533 seconds and 4 git commands to generate.