* Tue Aug 29 2006 Joe Orton <jorton@redhat.com> 5.1.6-9

- update to 5.1.6 (security fixes)
- bump default memory_limit to 16M (#196802)
This commit is contained in:
jorton 2006-08-29 17:18:57 +00:00
parent ccf8576f8a
commit c0ec57904e
4 changed files with 9 additions and 16 deletions

View File

@ -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 = '<?php echo join(",",get_loaded_extensions()); ?>';

View File

@ -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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -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 <jkeating@redhat.com> - cat: /usr/include/httpd/.mmn: No such file or directory
* Tue Aug 29 2006 Joe Orton <jorton@redhat.com> 5.1.6-9
- update to 5.1.6 (security fixes)
- bump default memory_limit to 16M (#196802)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.1.4-8.1
- rebuild
* Fri Jun 9 2006 Joe Orton <jorton@redhat.com> 5.1.4-8

View File

@ -1 +1 @@
4b7c93c9730ef7807f59732697470dad php-5.1.4.tar.gz
04d6166552289eaeff771f5ec953b065 php-5.1.6.tar.gz