]>
granicus.if.org Git - php/log
Nikita Popov [Sat, 18 Feb 2012 13:39:13 +0000 (13:39 +0000)]
Fix headers generated by phar
sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing
warnings.
Needs to be merged to 5.4.
Adam Harvey [Sat, 18 Feb 2012 04:32:45 +0000 (04:32 +0000)]
Merge 5.3.10 NEWS, per Ondřej's mailing list prod.
Rasmus Lerdorf [Thu, 16 Feb 2012 17:48:30 +0000 (17:48 +0000)]
Weird, what happened here?
Mateusz Kocielski [Tue, 14 Feb 2012 14:14:30 +0000 (14:14 +0000)]
* fixed bug #60704 unlink() bug with some files path
Reviewed by: rasmus@
Rasmus Lerdorf [Tue, 14 Feb 2012 09:50:46 +0000 (09:50 +0000)]
This one depends on max_input_vars as well
Rasmus Lerdorf [Tue, 14 Feb 2012 09:47:32 +0000 (09:47 +0000)]
These tests fail unless max_input_vars and/or max_file_uploads is set high enough
Dmitry Stogov [Tue, 14 Feb 2012 08:58:52 +0000 (08:58 +0000)]
Improved max_input_vars directive to check nested variables
Xinchen Hui [Tue, 14 Feb 2012 05:35:34 +0000 (05:35 +0000)]
Fixed bug #61072 (Memory leak when restoring an exception handler)
Rasmus Lerdorf [Sun, 12 Feb 2012 08:01:25 +0000 (08:01 +0000)]
Unbreak these tests - please be careful with your Windows-based editors that
seem to mess up ^M's here.
Xinchen Hui [Sun, 12 Feb 2012 05:32:24 +0000 (05:32 +0000)]
Improved fix for #61058, and add test script
Xinchen Hui [Sun, 12 Feb 2012 04:59:08 +0000 (04:59 +0000)]
Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
Xinchen Hui [Wed, 8 Feb 2012 15:07:28 +0000 (15:07 +0000)]
decrescent order
#<Felipe> laruence: yes, we used to use decrescent order of bug id in the NEWS entry.
Xinchen Hui [Wed, 8 Feb 2012 14:07:27 +0000 (14:07 +0000)]
Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
Antony Dovgal [Tue, 7 Feb 2012 20:49:10 +0000 (20:49 +0000)]
fix bug #54682 (tidy null pointer dereference)
Christopher Jones [Tue, 7 Feb 2012 01:15:13 +0000 (01:15 +0000)]
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
Christopher Jones [Mon, 6 Feb 2012 23:52:42 +0000 (23:52 +0000)]
Force allow_url_fopen to fix qa.php.net/reports diffs
Christopher Jones [Mon, 6 Feb 2012 23:31:51 +0000 (23:31 +0000)]
Mask different curl message. Now passes on Oracle Linux 5
Christopher Jones [Mon, 6 Feb 2012 23:14:47 +0000 (23:14 +0000)]
Allow alternative curl output shown in several qa.php.net/reports logs
Rasmus Lerdorf [Mon, 6 Feb 2012 18:18:53 +0000 (18:18 +0000)]
Safer way to call pcre_fullinfo - bug 60986
Rasmus Lerdorf [Mon, 6 Feb 2012 18:11:56 +0000 (18:11 +0000)]
Fix for bug 60986
Rasmus Lerdorf [Sun, 5 Feb 2012 10:35:56 +0000 (10:35 +0000)]
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.
Rasmus Lerdorf [Sun, 5 Feb 2012 10:29:34 +0000 (10:29 +0000)]
Without a timezone you can't know whether it is dst or not in this one
Rasmus Lerdorf [Sun, 5 Feb 2012 10:08:16 +0000 (10:08 +0000)]
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.
Popa Adrian Marius [Sun, 5 Feb 2012 09:58:50 +0000 (09:58 +0000)]
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
Rasmus Lerdorf [Sun, 5 Feb 2012 09:52:41 +0000 (09:52 +0000)]
Need EXPECTF here, of course
Rasmus Lerdorf [Sun, 5 Feb 2012 09:50:14 +0000 (09:50 +0000)]
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.
Rasmus Lerdorf [Sun, 5 Feb 2012 09:32:20 +0000 (09:32 +0000)]
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.
Rasmus Lerdorf [Sun, 5 Feb 2012 06:09:22 +0000 (06:09 +0000)]
This test needs gc enabled
Xinchen Hui [Fri, 3 Feb 2012 16:27:35 +0000 (16:27 +0000)]
Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
Gustavo André dos Santos Lopes [Fri, 3 Feb 2012 08:48:34 +0000 (08:48 +0000)]
- Merging r323033 into 5.3 (see bug #60227).
David Soria Parra [Fri, 3 Feb 2012 08:14:39 +0000 (08:14 +0000)]
mention git
Adam Harvey [Fri, 3 Feb 2012 01:21:24 +0000 (01:21 +0000)]
Fix bug #60933 (Testing asort with SORT_LOCALE_STRING fails on Mac OS X 10.6) on PHP_5_3 and trunk.
Johannes Schlüter [Thu, 2 Feb 2012 17:25:23 +0000 (17:25 +0000)]
This will be PHP 5.3.11, 5.3.10 will be released from other branch
Andrey Hristov [Thu, 2 Feb 2012 15:00:42 +0000 (15:00 +0000)]
assert
Dmitry Stogov [Thu, 2 Feb 2012 12:58:54 +0000 (12:58 +0000)]
Always restore PG(magic_quote_gpc) on request shutdown
Dmitry Stogov [Thu, 2 Feb 2012 10:26:53 +0000 (10:26 +0000)]
Fixed memory leaks
Stanislav Malyshev [Wed, 1 Feb 2012 19:52:05 +0000 (19:52 +0000)]
fix UMR in php_register_variable_ex, reported by Stefan Esser
Etienne Kneuss [Wed, 1 Feb 2012 13:25:32 +0000 (13:25 +0000)]
Fix test
Dmitry Stogov [Wed, 1 Feb 2012 12:16:52 +0000 (12:16 +0000)]
Fixed basic HTTP authentication for WSDL sub requests.
Dmitry Stogov [Wed, 1 Feb 2012 11:26:57 +0000 (11:26 +0000)]
Fixed basic HTTP authentication for WSDL sub requests
Pierre Joye [Tue, 31 Jan 2012 07:17:05 +0000 (07:17 +0000)]
- fix #55226, WS
Pierre Joye [Tue, 31 Jan 2012 07:14:36 +0000 (07:14 +0000)]
- fix #55226, fix build
Pierre Joye [Mon, 30 Jan 2012 11:04:19 +0000 (11:04 +0000)]
- libssh2 1.3.0
Dmitry Stogov [Mon, 30 Jan 2012 10:08:11 +0000 (10:08 +0000)]
Fixed bug #51860 (Include fails with toplevel symlink to /)
Rasmus Lerdorf [Sun, 29 Jan 2012 04:23:27 +0000 (04:23 +0000)]
createCollation
Rasmus Lerdorf [Sun, 29 Jan 2012 04:22:23 +0000 (04:22 +0000)]
createCollation() for pdo_sqlite as well
Closes bug #55226
Rasmus Lerdorf [Sun, 29 Jan 2012 04:20:50 +0000 (04:20 +0000)]
Missed the test
Rasmus Lerdorf [Sun, 29 Jan 2012 03:59:35 +0000 (03:59 +0000)]
createCollation()
Rasmus Lerdorf [Sun, 29 Jan 2012 03:57:29 +0000 (03:57 +0000)]
Good patch from Brad Dewar that adds missing createCollation()
method. Fixes bug #60871 and is related to bug #55226
Felipe Pena [Sat, 28 Jan 2012 21:02:09 +0000 (21:02 +0000)]
- Fixed bug #60860 (session.save_handler=user without defined function core dumps)
Rasmus Lerdorf [Sat, 28 Jan 2012 02:43:31 +0000 (02:43 +0000)]
Simple fix that just quotes the filenames in run-tests to support paths with spaces.
Fixes bug #60734
Pierre Joye [Fri, 27 Jan 2012 17:35:01 +0000 (17:35 +0000)]
- update libs
Pierre Joye [Fri, 27 Jan 2012 17:31:17 +0000 (17:31 +0000)]
- update libs
Pierre Joye [Fri, 27 Jan 2012 13:27:03 +0000 (13:27 +0000)]
- update libs
Pierre Joye [Fri, 27 Jan 2012 10:56:33 +0000 (10:56 +0000)]
- fix #60895, possible invalid handler usage
Pierre Joye [Thu, 26 Jan 2012 12:11:02 +0000 (12:11 +0000)]
- openssl 0.9.8t, curl 7.24.0
Xinchen Hui [Tue, 24 Jan 2012 14:39:45 +0000 (14:39 +0000)]
Re-fixed bug #60825 (Segfault when running symfony 2 tests)
Nuno Lopes [Mon, 23 Jan 2012 09:22:38 +0000 (09:22 +0000)]
minor tweak to warning to fix the bug54682.phpt test
Gustavo André dos Santos Lopes [Sun, 22 Jan 2012 20:30:37 +0000 (20:30 +0000)]
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
#withheld commit to 5.4
Nuno Lopes [Sat, 21 Jan 2012 11:32:56 +0000 (11:32 +0000)]
revert r319254 (fix bug #54682) since it is not correct
add test that was broken with that patch.
this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
Rasmus Lerdorf [Thu, 19 Jan 2012 22:41:39 +0000 (22:41 +0000)]
.
Popa Adrian Marius [Thu, 19 Jan 2012 22:35:35 +0000 (22:35 +0000)]
Added the bugfixing notes to the NEWS file
Rasmus Lerdorf [Thu, 19 Jan 2012 22:35:22 +0000 (22:35 +0000)]
Missing ifdef here
Fixes bug 60811
Popa Adrian Marius [Thu, 19 Jan 2012 22:25:54 +0000 (22:25 +0000)]
Fix #60802 ibase_trans() gives segfault when passing params (The &argn passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.)
Ferenc Kovacs [Thu, 19 Jan 2012 00:20:04 +0000 (00:20 +0000)]
merging the patch from #52078, fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there). will merge this to PHP_5_4 after the commit freeze.
Pierre Joye [Wed, 18 Jan 2012 20:29:13 +0000 (20:29 +0000)]
- add test for bug #60761
Pierre Joye [Wed, 18 Jan 2012 20:22:47 +0000 (20:22 +0000)]
- add test for bug #60771
Pierre Joye [Wed, 18 Jan 2012 20:21:40 +0000 (20:21 +0000)]
- add test for bug #60761
Dmitry Stogov [Tue, 17 Jan 2012 09:30:12 +0000 (09:30 +0000)]
Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long)
Johannes Schlüter [Sun, 15 Jan 2012 19:51:36 +0000 (19:51 +0000)]
We should be back to -dev ...
Nuno Lopes [Sun, 15 Jan 2012 00:07:26 +0000 (00:07 +0000)]
regen to fix lcov issues
Rui Hirokawa [Sat, 14 Jan 2012 09:07:10 +0000 (09:07 +0000)]
fixed failed tests (backport from PHP_5_4/trunk).
Rui Hirokawa [Sat, 14 Jan 2012 07:41:01 +0000 (07:41 +0000)]
MFH: fixed bug #60227: header() cannot detect the multi-line header with CR.
Christopher Jones [Thu, 12 Jan 2012 23:23:05 +0000 (23:23 +0000)]
Fix configuration message typo and alignment (5.4 merge approved by Stas)
Johannes Schlüter [Tue, 10 Jan 2012 13:27:39 +0000 (13:27 +0000)]
- Fix version number as used in Windows builds for 5.3.9
Johannes Schlüter [Tue, 10 Jan 2012 11:21:57 +0000 (11:21 +0000)]
PHP 5.3.9
Pierre Joye [Tue, 10 Jan 2012 08:30:00 +0000 (08:30 +0000)]
- make it windows version independent, error msg differs, bad but well
Popa Adrian Marius [Tue, 10 Jan 2012 06:53:37 +0000 (06:53 +0000)]
added fixed Pdo Firebird bugs to the NEWS section
Popa Adrian Marius [Tue, 10 Jan 2012 05:26:20 +0000 (05:26 +0000)]
sync firebird test 003 with the 5.4 branch , eliminate failing test http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt
Pierre Joye [Mon, 9 Jan 2012 15:31:33 +0000 (15:31 +0000)]
- error is windows version dependent and not what we test here
Pierre Joye [Mon, 9 Jan 2012 13:56:46 +0000 (13:56 +0000)]
- spl tests are also under examples (sigh)
Rasmus Lerdorf [Sun, 8 Jan 2012 18:43:30 +0000 (18:43 +0000)]
These tests don't work if run as root
Rasmus Lerdorf [Sun, 8 Jan 2012 18:22:50 +0000 (18:22 +0000)]
Make sure gc is enabled
Nuno Lopes [Sun, 8 Jan 2012 18:03:56 +0000 (18:03 +0000)]
do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot)
Jérôme Loyet [Wed, 4 Jan 2012 21:19:55 +0000 (21:19 +0000)]
- Fixed credits for bug #60659
Jérôme Loyet [Wed, 4 Jan 2012 21:18:26 +0000 (21:18 +0000)]
- Fixed bug #60659 (FPM does not clear auth_user on request accept)
Arpad Ray [Wed, 4 Jan 2012 11:44:05 +0000 (11:44 +0000)]
add more tests for #60634 (stems from #21306) and xfail them all for the moment
Jérôme Loyet [Tue, 3 Jan 2012 22:26:11 +0000 (22:26 +0000)]
- Fixed bug #60629 (memory corruption when web server closed the fcgi fd)
Arpad Ray [Tue, 3 Jan 2012 21:47:16 +0000 (21:47 +0000)]
add test for #60634
Shein Alexey [Mon, 2 Jan 2012 20:02:21 +0000 (20:02 +0000)]
Fixed broken test (different error message wording in 5.3 branch)
Matteo Beccati [Mon, 2 Jan 2012 11:43:25 +0000 (11:43 +0000)]
Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuz
Nuno Lopes [Sun, 1 Jan 2012 22:52:23 +0000 (22:52 +0000)]
regen for r321655
Nuno Lopes [Sun, 1 Jan 2012 22:45:58 +0000 (22:45 +0000)]
fix memory leak in compile_string when there's a parse error (used e.g. in eval or assert)
Felipe Pena [Sun, 1 Jan 2012 13:15:04 +0000 (13:15 +0000)]
- Year++
George Wang [Sat, 31 Dec 2011 18:15:06 +0000 (18:15 +0000)]
fixed a crash in cli mode when apache_request_headers() is called
Popa Adrian Marius [Wed, 28 Dec 2011 19:58:37 +0000 (19:58 +0000)]
Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than param count
Popa Adrian Marius [Wed, 28 Dec 2011 19:09:41 +0000 (19:09 +0000)]
fix tablename in testcase test->testz
Popa Adrian Marius [Wed, 28 Dec 2011 18:52:39 +0000 (18:52 +0000)]
Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count
Popa Adrian Marius [Wed, 28 Dec 2011 10:17:17 +0000 (10:17 +0000)]
fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
Popa Adrian Marius [Wed, 28 Dec 2011 10:04:25 +0000 (10:04 +0000)]
one more error to fix Table unknown TEST , it should be TESTZ