]>
granicus.if.org Git - php/log
Derick Rethans [Sun, 29 Jan 2012 15:25:40 +0000 (15:25 +0000)]
- Reinstated correct return values after David's fix for #60218.
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: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
Scott MacVicar [Thu, 26 Jan 2012 05:15:57 +0000 (05:15 +0000)]
MFH r322485
Fix possible attack in SSL sockets with SSL 3.0 / TLS 1.0.
CVE-2011-3389
Xinchen Hui [Thu, 26 Jan 2012 01:28:37 +0000 (01:28 +0000)]
WS, merged from trunk cause this issue, sorry
Xinchen Hui [Thu, 26 Jan 2012 01:21:35 +0000 (01:21 +0000)]
Fixed bug #60825 (Segfault when running symfony 2 tests)
Michael Wallner [Wed, 25 Jan 2012 17:22:46 +0000 (17:22 +0000)]
fix crash with display_startup_errors=1
Rasmus Lerdorf [Mon, 23 Jan 2012 06:39:01 +0000 (06:39 +0000)]
Please test your tests
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
Dmitry Stogov [Fri, 20 Jan 2012 12:30:57 +0000 (12:30 +0000)]
Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)
Fixed some other traits related bugs (uninitialized variable, return => continue)
Removed some trait related redundant code and variables
Rasmus Lerdorf [Thu, 19 Jan 2012 22:35:22 +0000 (22:35 +0000)]
Missing ifdef here
Fixes bug 60811
Stanislav Malyshev [Thu, 19 Jan 2012 06:29:15 +0000 (06:29 +0000)]
back to dev
Stanislav Malyshev [Thu, 19 Jan 2012 06:27:56 +0000 (06:27 +0000)]
5.4.0RC6
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
Michael Wallner [Wed, 18 Jan 2012 10:16:37 +0000 (10:16 +0000)]
remove XFAIL for bug #47178
Michael Wallner [Wed, 18 Jan 2012 10:07:46 +0000 (10:07 +0000)]
add notes about ob_start(), gzencode() and removed hash algos
Michael Wallner [Wed, 18 Jan 2012 09:15:34 +0000 (09:15 +0000)]
merge ext/hash from trunk
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)
Dmitry Stogov [Tue, 17 Jan 2012 08:11:32 +0000 (08:11 +0000)]
Regenerated scanners
Dmitry Stogov [Tue, 17 Jan 2012 08:09:13 +0000 (08:09 +0000)]
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.
Michael Wallner [Mon, 16 Jan 2012 17:51:35 +0000 (17:51 +0000)]
Fix bug #60768 Output buffer not discarded
in php_output_handler_op():
* if appending to buffer succeeds, just return HANDLER_NO_DATA
and do nothing else
* if a zero sized string or true is returned from the handler
function, reset the context as well as the handler's buffer
Boris Lytochkin [Fri, 13 Jan 2012 18:46:56 +0000 (18:46 +0000)]
merge from trunk:
Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname
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)
Pierre Joye [Wed, 11 Jan 2012 15:47:37 +0000 (15:47 +0000)]
- add new build type, optional. has been used for the last 2 RCs
Pierre Joye [Wed, 11 Jan 2012 15:46:45 +0000 (15:46 +0000)]
- add new build type, optional. has been used for the last 2 RCs
Dmitry Stogov [Wed, 11 Jan 2012 15:04:14 +0000 (15:04 +0000)]
Fixed incorrect type cast
Popa Adrian Marius [Tue, 10 Jan 2012 13:42:14 +0000 (13:42 +0000)]
Added fixes Pdo Firebird bugs to the NEWS file
Pierre Joye [Tue, 10 Jan 2012 08:30:00 +0000 (08:30 +0000)]
- make it windows version independent, error msg differs, bad but well
Pierre Joye [Tue, 10 Jan 2012 07:33:36 +0000 (07:33 +0000)]
- any other dir may not exist or may not be used
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 14:29:06 +0000 (14:29 +0000)]
- rm
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:21:13 +0000 (18:21 +0000)]
This test only works if 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)
Daniel Convissor [Sat, 7 Jan 2012 23:09:49 +0000 (23:09 +0000)]
Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional.
Daniel Convissor [Fri, 6 Jan 2012 22:09:15 +0000 (22:09 +0000)]
Test for bug 60675.
Patrick Allaert [Fri, 6 Jan 2012 13:38:06 +0000 (13:38 +0000)]
Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT instead as discussed on the ML
Stanislav Malyshev [Thu, 5 Jan 2012 07:24:26 +0000 (07:24 +0000)]
back to dev
Stanislav Malyshev [Thu, 5 Jan 2012 07:22:29 +0000 (07:22 +0000)]
5.4.0rc5
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)
Stanislav Malyshev [Wed, 4 Jan 2012 20:40:13 +0000 (20:40 +0000)]
move to XFAIL since it fails on 32-bit
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
Xinchen Hui [Wed, 4 Jan 2012 08:25:06 +0000 (08:25 +0000)]
Fixed bug #60627 (httpd.worker segfault on startup with php_value)
Xinchen Hui [Wed, 4 Jan 2012 08:13:58 +0000 (08:13 +0000)]
fix test
Arpad Ray [Wed, 4 Jan 2012 01:34:08 +0000 (01:34 +0000)]
NEWS entry for r321738
Arpad Ray [Wed, 4 Jan 2012 01:31:30 +0000 (01:31 +0000)]
fix return values of inherited session handler to match user handlers - #60640
Arpad Ray [Wed, 4 Jan 2012 01:16:45 +0000 (01:16 +0000)]
add SessionHandlerInterface for session_set_save_handler() - #60551
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
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
Stanislav Malyshev [Mon, 2 Jan 2012 00:47:57 +0000 (00:47 +0000)]
fix bug #55871 - Interruption in substr_replace()
Stanislav Malyshev [Sun, 1 Jan 2012 23:54:25 +0000 (23:54 +0000)]
fix bug #54374, bug #55500 - filter file names better, no dangling [s
Stanislav Malyshev [Sun, 1 Jan 2012 23:51:21 +0000 (23:51 +0000)]
add test for ob_gzhandler
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:22 +0000 (18:15 +0000)]
fixed a crash in cli mode when apache_request_headers() is called
Michael Wallner [Fri, 30 Dec 2011 09:20:07 +0000 (09:20 +0000)]
follow naming convention
Dmitry Stogov [Fri, 30 Dec 2011 08:50:49 +0000 (08:50 +0000)]
Added an API call to return active output handler
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()
Dmitry Stogov [Wed, 28 Dec 2011 10:12:43 +0000 (10:12 +0000)]
Fixed tests
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
Dmitry Stogov [Wed, 28 Dec 2011 09:59:39 +0000 (09:59 +0000)]
Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax)
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
Xinchen Hui [Wed, 28 Dec 2011 06:46:12 +0000 (06:46 +0000)]
Fix #60613 (Segmentation fault with $cls->{expr}() syntax)
#now the behavior is like 5.3, a COMPILER_ERROR will be triggered
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:50:16 +0000 (16:50 +0000)]
Another xfail resolved since Bug 55253 was fixed.
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
Daniel Convissor [Tue, 27 Dec 2011 15:20:16 +0000 (15:20 +0000)]
Another xfail resolved since Bug 55253 was fixed.
Hannes Magnusson [Tue, 27 Dec 2011 13:53:11 +0000 (13:53 +0000)]
Looks like we need to explicity add libstdc++ on recent linux' too, like fedora 14 and ubuntu 11
This fixes build failures for ext/intl and several pecl exts
Popa Adrian Marius [Tue, 27 Dec 2011 10:49:03 +0000 (10:49 +0000)]
added test for PDO_Firebird: bug 48877
Xinchen Hui [Tue, 27 Dec 2011 08:38:18 +0000 (08:38 +0000)]
Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax)
Daniel Convissor [Tue, 27 Dec 2011 02:13:55 +0000 (02:13 +0000)]
One less xfail since Bug 55253 was fixed.
Pierre Joye [Mon, 26 Dec 2011 22:53:12 +0000 (22:53 +0000)]
- Fix bug #60326, fix crash introduced by initial fix
Pierre Joye [Mon, 26 Dec 2011 12:32:05 +0000 (12:32 +0000)]
- Fix bug #60326, fix TS build (introduced by r321406)
Stanislav Malyshev [Mon, 26 Dec 2011 08:29:11 +0000 (08:29 +0000)]
fix bug #60326 - restore ob_gzhandler
Stanislav Malyshev [Mon, 26 Dec 2011 05:08:09 +0000 (05:08 +0000)]
fix test
Stanislav Malyshev [Mon, 26 Dec 2011 05:01:46 +0000 (05:01 +0000)]
fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
Stanislav Malyshev [Mon, 26 Dec 2011 03:55:29 +0000 (03:55 +0000)]
fix test - paths may be expressed in different way
Stanislav Malyshev [Mon, 26 Dec 2011 03:22:07 +0000 (03:22 +0000)]
test fixes
Stanislav Malyshev [Mon, 26 Dec 2011 02:16:37 +0000 (02:16 +0000)]
fix uninitialized var that may lead to crash
Stanislav Malyshev [Mon, 26 Dec 2011 01:08:47 +0000 (01:08 +0000)]
fix tests