]>
granicus.if.org Git - php/log
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
Popa Adrian Marius [Wed, 28 Dec 2011 09:59:53 +0000 (09:59 +0000)]
fix table name in testcase
Popa Adrian Marius [Wed, 28 Dec 2011 09:53:15 +0000 (09:53 +0000)]
added testcase for Bug 47415
Popa Adrian Marius [Wed, 28 Dec 2011 09:41:02 +0000 (09:41 +0000)]
cleanup for bug 48877 test, add description
Daniel Convissor [Wed, 28 Dec 2011 01:13:12 +0000 (01:13 +0000)]
Resolve the last of the xfails from Bug 55253.
Daniel Convissor [Tue, 27 Dec 2011 19:44:13 +0000 (19:44 +0000)]
Resolve more xfails due to Bug 55253 being fixed.
Daniel Convissor [Tue, 27 Dec 2011 16:57:36 +0000 (16:57 +0000)]
Resolve some xfails due to Bug 55253 being fixed. (merged from 54)
Popa Adrian Marius [Tue, 27 Dec 2011 16:49:00 +0000 (16:49 +0000)]
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt
fix failure for bug 43130
Popa Adrian Marius [Tue, 27 Dec 2011 11:05:58 +0000 (11:05 +0000)]
Forgot to add the Pdo Firebird related bug to the News
Dmitry Stogov [Thu, 22 Dec 2011 15:33:48 +0000 (15:33 +0000)]
Initialize structure (some fields may be missed in array returned from user handler).
Dmitry Stogov [Thu, 22 Dec 2011 15:31:41 +0000 (15:31 +0000)]
Change fatal error into warning and ignore arguments over limit
Johannes Schlüter [Thu, 22 Dec 2011 12:36:40 +0000 (12:36 +0000)]
Back to -dev
Johannes Schlüter [Thu, 22 Dec 2011 12:33:04 +0000 (12:33 +0000)]
PHP 5.3.9RC4
Gustavo André dos Santos Lopes [Wed, 21 Dec 2011 15:44:58 +0000 (15:44 +0000)]
- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
redirected).
Scott MacVicar [Mon, 19 Dec 2011 03:09:05 +0000 (03:09 +0000)]
Add tests for OpenSSL crash.
Scott MacVicar [Sun, 18 Dec 2011 05:14:32 +0000 (05:14 +0000)]
Fix segfault in older versions of OpenSSL (before 0.9.8i)
Dmitry Stogov [Thu, 15 Dec 2011 10:31:02 +0000 (10:31 +0000)]
Added max_input_vars directive to prevent attacks based on hash collisions
Dmitry Stogov [Thu, 15 Dec 2011 08:47:03 +0000 (08:47 +0000)]
Added max_input_vars directive to prevent attacks based on hash collisions
Andrey Hristov [Wed, 14 Dec 2011 19:29:45 +0000 (19:29 +0000)]
fix for 5.5.19
Andrey Hristov [Wed, 14 Dec 2011 19:28:41 +0000 (19:28 +0000)]
another fix
Andrey Hristov [Wed, 14 Dec 2011 18:37:49 +0000 (18:37 +0000)]
fix test
Andrey Hristov [Wed, 14 Dec 2011 18:36:04 +0000 (18:36 +0000)]
fix test
Andrey Hristov [Wed, 14 Dec 2011 17:59:11 +0000 (17:59 +0000)]
fix typo
Pierre Joye [Wed, 14 Dec 2011 16:32:50 +0000 (16:32 +0000)]
- add announce steps, s,cvs,svn, MFH
Andrey Hristov [Wed, 14 Dec 2011 16:27:52 +0000 (16:27 +0000)]
fix test
Pierre Joye [Tue, 13 Dec 2011 23:18:12 +0000 (23:18 +0000)]
- tmp dir is system depedent
Pierre Joye [Tue, 13 Dec 2011 23:04:01 +0000 (23:04 +0000)]
- skip on win
Pierre Joye [Tue, 13 Dec 2011 13:46:27 +0000 (13:46 +0000)]
- ignore notices here, not what we test (array to string conversion)
Pierre Joye [Mon, 12 Dec 2011 19:09:01 +0000 (19:09 +0000)]
- use the test itself, making the test passes when ran outside the src tree
Pierre Joye [Mon, 12 Dec 2011 15:10:40 +0000 (15:10 +0000)]
- copy run-test php
Pierre Joye [Mon, 12 Dec 2011 14:03:24 +0000 (14:03 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 14:02:06 +0000 (14:02 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:56:42 +0000 (13:56 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:53:38 +0000 (13:53 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:49:21 +0000 (13:49 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:34:21 +0000 (13:34 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:31:43 +0000 (13:31 +0000)]
- skip on win
Derick Rethans [Mon, 12 Dec 2011 12:57:46 +0000 (12:57 +0000)]
This test should no longer fail, and is perfectly okay for Linux to test on too.
Gustavo André dos Santos Lopes [Sun, 11 Dec 2011 21:08:15 +0000 (21:08 +0000)]
- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.
Popa Adrian Marius [Sat, 10 Dec 2011 22:09:59 +0000 (22:09 +0000)]
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
Felipe Pena [Fri, 9 Dec 2011 22:43:01 +0000 (22:43 +0000)]
- Fixed bug #60489 (Simple Typo In php.ini Files)
patch by: danbrown at php.net
Patrick Allaert [Fri, 9 Dec 2011 11:23:19 +0000 (11:23 +0000)]
Added tests contributions on spl_autoload and stream_context_set_option()
Thank you Jean-Marc Fontaine and Alter Way
Christopher Jones [Thu, 8 Dec 2011 20:43:23 +0000 (20:43 +0000)]
Fix skipif
Pierrick Charron [Thu, 8 Dec 2011 18:57:01 +0000 (18:57 +0000)]
Fix curl_copy_handle_basic_008.phpt when display_errors is On
(Thanks Chris Jones)
Hannes Magnusson [Thu, 8 Dec 2011 14:57:02 +0000 (14:57 +0000)]
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
Johannes Schlüter [Thu, 8 Dec 2011 13:46:45 +0000 (13:46 +0000)]
- Back to -dev
Johannes Schlüter [Thu, 8 Dec 2011 11:01:37 +0000 (11:01 +0000)]
- 5.3.9RC3
Johannes Schlüter [Thu, 8 Dec 2011 11:00:16 +0000 (11:00 +0000)]
- These changes were done after RC2.
Derick Rethans [Wed, 7 Dec 2011 19:42:44 +0000 (19:42 +0000)]
Test cosmetics.
Derick Rethans [Wed, 7 Dec 2011 19:24:58 +0000 (19:24 +0000)]
Sorting out the tests *once* more.
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.