From c0ec57904e3fc16c1334b2cb65de1a03a3a8f32f Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 29 Aug 2006 17:18:57 +0000 Subject: [PATCH] * Tue Aug 29 2006 Joe Orton 5.1.6-9 - update to 5.1.6 (security fixes) - bump default memory_limit to 16M (#196802) --- php-5.0.4-tests-dashn.patch | 11 ----------- php.ini | 2 +- php.spec | 10 +++++++--- sources | 2 +- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/php-5.0.4-tests-dashn.patch b/php-5.0.4-tests-dashn.patch index a0ad108..145a713 100644 --- a/php-5.0.4-tests-dashn.patch +++ b/php-5.0.4-tests-dashn.patch @@ -50,14 +50,3 @@ and hence the installed (old) shared extensions are not loaded. print_r($out); ?> --EXPECT-- ---- php-5.1.1/run-tests.php.tests-dashn -+++ php-5.1.1/run-tests.php -@@ -184,7 +184,7 @@ - settings2params($info_params); - $php_info = `$php $pass_options $info_params $info_file`; - @unlink($info_file); -- define('TESTED_PHP_VERSION', `$php -r 'echo PHP_VERSION;'`); -+ define('TESTED_PHP_VERSION', `$php $pass_options -r 'echo PHP_VERSION;'`); - - // check for extensions that need special handling and regenerate - $php_extensions = ''; diff --git a/php.ini b/php.ini index cd1baf6..0135141 100644 --- a/php.ini +++ b/php.ini @@ -311,7 +311,7 @@ expose_php = On max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data -memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) +memory_limit = 16M ; Maximum amount of memory a script may consume ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/php.spec b/php.spec index cb354e7..5d5997a 100644 --- a/php.spec +++ b/php.spec @@ -4,8 +4,8 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php -Version: 5.1.4 -Release: 8.1 +Version: 5.1.6 +Release: 1 License: The PHP License v3.01 Group: Development/Languages URL: http://www.php.net/ @@ -604,7 +604,11 @@ rm files.* %files pdo -f files.pdo %changelog -* Wed Jul 12 2006 Jesse Keating - cat: /usr/include/httpd/.mmn: No such file or directory +* Tue Aug 29 2006 Joe Orton 5.1.6-9 +- update to 5.1.6 (security fixes) +- bump default memory_limit to 16M (#196802) + +* Wed Jul 12 2006 Jesse Keating - 5.1.4-8.1 - rebuild * Fri Jun 9 2006 Joe Orton 5.1.4-8 diff --git a/sources b/sources index 8028f03..368032c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b7c93c9730ef7807f59732697470dad php-5.1.4.tar.gz +04d6166552289eaeff771f5ec953b065 php-5.1.6.tar.gz