1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

62468 Commits

Author SHA1 Message Date
Christopher Jones 0f5c34874d Reorganized to remove duplication. Cross checked a few php.ini settings.
Area owners need to do a thorough review of this file.
2012-03-01 20:42:12 +00:00
Christopher Jones 561a0dfb27 Some basic tidy up and whitespace fixes.
The file still needs section disambiguation to remove duplicate
entries.
2012-03-01 18:27:47 +00:00
Christopher Jones bdc4a1c996 Tidy up PHP 5.4.0 section, incuding removing most (?) bugs in new
features found/fixed during RC phase, and removing 5.4 section entries
for bugs already publicly released in PHP <= 5.3.10.

There are still many things in UPGRADING not mentioned here.
2012-03-01 17:59:59 +00:00
Pierrick Charron d102030b00 Fixed memory leak in substr_replace 2012-03-01 15:10:29 +00:00
Derick Rethans f851caa6d6 - Updated to version 2012.1 (2012a) 2012-03-01 15:09:49 +00:00
Stanislav Malyshev 23c62eb080 back to dev 2012-02-29 07:24:27 +00:00
Stanislav Malyshev bfd72d0386 5.4.0 2012-02-29 07:22:43 +00:00
Stanislav Malyshev 5dd23ae6a7 prepare NEWS for 5.4.0 2012-02-29 00:50:00 +00:00
Stanislav Malyshev f43330a371 remove -dev for release 2012-02-28 18:43:44 +00:00
Pierre Joye ee772f60b1 - fix bug #60879, unserialize does not invoke __wakeup 2012-02-28 18:36:10 +00:00
Stanislav Malyshev f2c791c42b update credits 2012-02-26 06:23:14 +00:00
Olivier DOUCET ad832abba1 test for bug #61124 2012-02-25 13:27:57 +00:00
Olivier DOUCET e613889d50 more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
Olivier DOUCET 6546beecec fix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1 2012-02-25 10:58:30 +00:00
Scott MacVicar 5ef66f2cf5 Fixed bug #61124 (Crash when decoding an invalid base64 encoded string). 2012-02-23 01:26:46 +00:00
Etienne Kneuss c51f737994 Fix #61095 (Lexing 0x0*+<NUM> incorrectly) 2012-02-20 18:28:57 +00:00
Nuno Lopes 1800baf4c2 fix race condition in find (it was finding the copied files over and over again, and recursing forever) 2012-02-20 16:01:34 +00:00
Michael Wallner 2942e86625 NEWS for r323219 2012-02-16 09:04:32 +00:00
Stanislav Malyshev 6561d47e55 back to dev 2012-02-16 07:47:02 +00:00
Stanislav Malyshev c1d415f798 5.4.0rc8 2012-02-16 07:45:08 +00:00
Stanislav Malyshev fa9540e1f1 make ZEND_SIGNALS configurable, off by default
also make ZEND_SIGNALS enabled and disabled binary-compatible
2012-02-16 01:51:45 +00:00
Michael Wallner 685a3c86c2 fix compat function not passing along input buffer with php_output_context_pass() if the output_handler_func does not set out_str 2012-02-14 19:31:54 +00:00
Dmitry Stogov 106e88b3db Fixed reinitialization of SAPI callbacks after php_module_startup() 2012-02-14 13:31:23 +00:00
Rasmus Lerdorf f60145a1a2 This one depends on max_input_vars as well 2012-02-14 09:50:46 +00:00
Rasmus Lerdorf 346e88ae69 These tests fail unless max_input_vars and/or max_file_uploads is set high enough 2012-02-14 09:47:32 +00:00
Dmitry Stogov 49ce9b9bff Added ability to reset user opcode handlers (Yoram) 2012-02-14 09:27:08 +00:00
Dmitry Stogov 04f6171012 Improved max_input_vars directive to check nested variables 2012-02-14 08:58:52 +00:00
David Soria Parra dd14c92499 Add credit line for the PHP Output Handler 2012-02-13 19:54:51 +00:00
Stanislav Malyshev fe5d10d072 change 6.0.0 to 5.4.0 2012-02-08 20:12:44 +00:00
Xinchen Hui 27df8b6ff0 Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978
Fixed #60978 in trunk without reverting previous fix
#see http://news.php.net/php.internals/57789
2012-02-08 03:03:05 +00:00
Antony Dovgal 206f123bd3 fix bug #54682 (tidy null pointer dereference) 2012-02-07 20:49:10 +00:00
Christopher Jones 73ccc0a5e9 Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas 2012-02-07 01:15:13 +00:00
Christopher Jones 74a79f706f Force allow_url_fopen to fix qa.php.net/reports diffs 2012-02-06 23:52:42 +00:00
Christopher Jones 3f0dfb0ee5 Mask different curl message. Now passes on Oracle Linux 5 2012-02-06 23:31:51 +00:00
Christopher Jones a46497fd19 Allow alternative curl output shown in several qa.php.net/reports logs 2012-02-06 23:14:47 +00:00
Ferenc Kovacs de2355935e merging the patch from bug #52078, fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there). 2012-02-06 22:47:21 +00:00
Rasmus Lerdorf 090bb97555 Safer way to call pcre_fullinfo - bug 60986 2012-02-06 18:18:53 +00:00
Rasmus Lerdorf 0f0261e0b7 Fix for bug 60986 2012-02-06 18:11:56 +00:00
Rasmus Lerdorf 2500b7e5ba Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
is no way to know whether dst should be applied or not.
2012-02-05 10:35:56 +00:00
Rasmus Lerdorf fe777cd4db Without a timezone you can't know whether it is dst or not in this one 2012-02-05 10:29:34 +00:00
Rasmus Lerdorf 8d5f83dde5 Another openssl test that is dependent on the openssl version. The output has
changed in more recent versions. Synch with newer output and consider changing
the test to only pick out the more stable fields instead of all of them.
2012-02-05 10:08:16 +00:00
Gustavo André dos Santos Lopes d4cf399cc4 - Merge r323056 (see bug #60965). 2012-02-05 09:59:33 +00:00
Popa Adrian Marius 53f5653bea fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt 2012-02-05 09:58:50 +00:00
Rasmus Lerdorf e4fb44c8b6 Need EXPECTF here, of course 2012-02-05 09:52:41 +00:00
Rasmus Lerdorf f3a7ba75cf Getting different hashes here. But this test isn't testing the hashes,
it is just making sure we actually get a hash and don't crash.
2012-02-05 09:50:14 +00:00
Rasmus Lerdorf a06e8ca56d According to the reports on qa this test is failing the same way for everyone.
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.
2012-02-05 09:32:20 +00:00
Rasmus Lerdorf 6452b81b14 This test needs gc enabled 2012-02-05 06:09:22 +00:00
David Soria Parra cb6655ccef mention git 2012-02-03 08:14:39 +00:00
Adam Harvey 98f5e51a7e Fix bug #60933 on PHP_5_4 (approved by Stas). 2012-02-03 04:17:11 +00:00
Stanislav Malyshev 9e9683b6b0 back to dev 2012-02-02 17:29:00 +00:00