]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 5.5.0alpha2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 14:13:58 +0000 (16:13 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 14:13:58 +0000 (16:13 +0200)
fix-test-run.patch
php.spec

index 33d072c0d32bbb74b3d543f3d0127aada7cdd39b..3de5b431778e7ac0c2ebc1ab7fb8b355be1c8fe7 100644 (file)
@@ -12,8 +12,8 @@
  PHP_SUBST_OLD(PHP_INSTALLED_SAPIS)
  
  PHP_SUBST(PHP_EXECUTABLE)
---- php-5.3.4/Makefile.global~ 2010-12-12 23:08:32.000000000 +0200
-+++ php-5.3.4/Makefile.global  2010-12-12 23:09:31.246644108 +0200
+--- php-5.5.0alpha2/Makefile.global~   2013-01-02 15:26:29.000000000 +0200
++++ php-5.5.0alpha2/Makefile.global    2013-01-02 15:29:53.064968422 +0200
 @@ -77,7 +77,8 @@
                done; \
        fi
@@ -37,7 +37,7 @@
        fi`
  PHP_DEPRECATED_DIRECTIVES_REGEX = '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
  
-@@ -114,7 +114,10 @@
+@@ -118,7 +118,10 @@
                TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
                TEST_PHP_SRCDIR=$(top_srcdir) \
                CC="$(CC)" \
@@ -46,9 +46,9 @@
 +                      -d extension_dir=$(top_builddir)/modules/ -d 'extension=$(EXTENSION_DIR)/pcre.$(SHLIB_DL_SUFFIX_NAME)' \
 +                      $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini \
 +                      -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(RUN_TESTS_SETTINGS) $(TESTS); \
+               TEST_RESULT_EXIT_CODE=$$?; \
                rm $(top_builddir)/tmp-php.ini; \
-       else \
-               echo "ERROR: Cannot run tests without CLI sapi."; \
+               exit $$TEST_RESULT_EXIT_CODE; \
 --- php-5.3.2/Makefile.global  2010-03-16 16:31:36.972576955 +0200
 +++ php-5.3.2/Makefile.global  2010-03-16 16:31:36.972576955 +0200
 @@ -296,7 +296,7 @@
index f1a176346da7b9757e9fb4d502f9151e05c7672a..8314e3f8f4129317ae6cb3671a6233998d60f82e 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -126,8 +126,8 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %define                orgname php
 %define                php_suffix 55
 
-%define                rel     0.2
-%define                subver  alpha1
+%define                rel     0.3
+%define                subver  alpha2
 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: 2fb61817fad8e059d6fc846c69803e2d
+# Source0-md5: e634cdb6cb0d5069e8a27d93fb2efda0
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
@@ -306,8 +306,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
 %define                php_api_version         20121113
-%define                zend_module_api         20121113
-%define                zend_extension_api      220121113
+%define                zend_module_api         20121212
+%define                zend_extension_api      220121212
 
 # Extension versions
 %define                bz2ver          1.0
This page took 0.343674 seconds and 4 git commands to generate.