* 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:
parent
ccf8576f8a
commit
c0ec57904e
@ -50,14 +50,3 @@ and hence the installed (old) shared extensions are not loaded.
|
|||||||
print_r($out);
|
print_r($out);
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--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()); ?>';
|
|
||||||
|
2
php.ini
2
php.ini
@ -311,7 +311,7 @@ expose_php = On
|
|||||||
|
|
||||||
max_execution_time = 30 ; Maximum execution time of each script, in seconds
|
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
|
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
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
10
php.spec
10
php.spec
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.1.4
|
Version: 5.1.6
|
||||||
Release: 8.1
|
Release: 1
|
||||||
License: The PHP License v3.01
|
License: The PHP License v3.01
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -604,7 +604,11 @@ rm files.*
|
|||||||
%files pdo -f files.pdo
|
%files pdo -f files.pdo
|
||||||
|
|
||||||
%changelog
|
%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
|
- rebuild
|
||||||
|
|
||||||
* Fri Jun 9 2006 Joe Orton <jorton@redhat.com> 5.1.4-8
|
* Fri Jun 9 2006 Joe Orton <jorton@redhat.com> 5.1.4-8
|
||||||
|
Loading…
Reference in New Issue
Block a user