]>
granicus.if.org Git - php/log
Pierre Joye [Tue, 31 Jan 2012 07:14:36 +0000 (07:14 +0000)]
- fix #55226, fix build
Adam Harvey [Mon, 30 Jan 2012 13:29:15 +0000 (13:29 +0000)]
Fix bug #60801 (strpbrk() mishandles NUL byte) on trunk only for now.
Michael Wallner [Mon, 30 Jan 2012 12:17:51 +0000 (12:17 +0000)]
use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate()
- fixes Bug #60920 CLI: php -v on STDERR
- fixes Bug #60923 Failing tests for sapi/cli
Pierre Joye [Mon, 30 Jan 2012 11:04:19 +0000 (11:04 +0000)]
- libssh2 1.3.0
Dmitry Stogov [Mon, 30 Jan 2012 10:51:02 +0000 (10:51 +0000)]
Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods
Dmitry Stogov [Mon, 30 Jan 2012 10:08:11 +0000 (10:08 +0000)]
Fixed bug #51860 (Include fails with toplevel symlink to /)
Derick Rethans [Sun, 29 Jan 2012 15:25:40 +0000 (15:25 +0000)]
- Reinstated correct return values after David's fix for #60218.
Derick Rethans [Sun, 29 Jan 2012 11:17:07 +0000 (11:17 +0000)]
CS fixes.
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
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
Felipe Pena [Sat, 28 Jan 2012 01:24:54 +0000 (01:24 +0000)]
- Fixed bug #60860 (session.save_handler=user without defined function core dumps)
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 [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 19:36:36 +0000 (19:36 +0000)]
find a php-cgi which is a sibling of the php executable
Michael Wallner [Wed, 25 Jan 2012 17:22:46 +0000 (17:22 +0000)]
fix crash with display_startup_errors=1
Xinchen Hui [Tue, 24 Jan 2012 14:39:45 +0000 (14:39 +0000)]
Re-fixed bug #60825 (Segfault when running symfony 2 tests)
Michael Wallner [Mon, 23 Jan 2012 09:48:18 +0000 (09:48 +0000)]
LTP/gcov/lcov
- allow ltp v1.9
- make sure `test`s are catched by `if`s
- introduce LCOV_INCLUDE make variable, simple coverage for your extension:
./configure --enable-gcov && make lcov TESTS=~/src/pecl/http/test LCOV_INCLUDE=/http/
coverage takes just a few seconds instead of a few minutes for the full source tree
Rasmus Lerdorf [Mon, 23 Jan 2012 06:39:01 +0000 (06:39 +0000)]
Please test your tests
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
Xinchen Hui [Sat, 21 Jan 2012 17:13:53 +0000 (17:13 +0000)]
Fixed bug #60825 (Segfault when running symfony 2 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
Pierrick Charron [Fri, 20 Jan 2012 13:20:14 +0000 (13:20 +0000)]
Remove memory leak in substr_replace (to commit in 5.4 after code freeze)
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
Scott MacVicar [Fri, 20 Jan 2012 05:31:53 +0000 (05:31 +0000)]
Fix CVE-2011-3389. Possible attack on CBC mode with TLS 1.0.
See http://www.openssl.org/~bodo/tls-cbc.txt
The biggest reason for this mode being in SSL_OP_ALL was older versions
of IE (2002) talking to servers using OpenSSL.
Can hopefully get this into 5.4.
Rasmus Lerdorf [Thu, 19 Jan 2012 22:35:22 +0000 (22:35 +0000)]
Missing ifdef here
Fixes bug 60811
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
Michael Wallner [Wed, 18 Jan 2012 10:16:37 +0000 (10:16 +0000)]
remove XFAIL for bug #47178
Michael Wallner [Wed, 18 Jan 2012 09:15:34 +0000 (09:15 +0000)]
merge ext/hash from trunk
Michael Wallner [Tue, 17 Jan 2012 17:21:32 +0000 (17:21 +0000)]
fix tests I borked
Michael Wallner [Tue, 17 Jan 2012 16:35:32 +0000 (16:35 +0000)]
remove Salsa10/Salsa20, which are actually stream ciphers not hash functions
Michael Wallner [Tue, 17 Jan 2012 15:25:54 +0000 (15:25 +0000)]
adapted tiger hash byte print order to those of md5 and sha1
see http://en.wikipedia.org/wiki/Tiger_(cryptography)
http://www.cs.technion.ac.il/~biham/Reports/Tiger/test-vectors-nessie-format.dat
Closes Bug #60221 Tiger hash output byte order
Xinchen Hui [Tue, 17 Jan 2012 14:32:01 +0000 (14:32 +0000)]
unnecessay slash
Sebastian Bergmann [Tue, 17 Jan 2012 13:46:31 +0000 (13:46 +0000)]
Revert r322390.
Sebastian Bergmann [Tue, 17 Jan 2012 12:59:33 +0000 (12:59 +0000)]
Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().
Patch by Jan Dolecek <juzna.cz@gmail.com>.
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
Xinchen Hui [Mon, 16 Jan 2012 10:20:18 +0000 (10:20 +0000)]
typo
Xinchen Hui [Mon, 16 Jan 2012 09:53:45 +0000 (09:53 +0000)]
Fixed Bug #60573 (type hinting with "self" keyword causes weird errors)
Boris Lytochkin [Fri, 13 Jan 2012 18:34:21 +0000 (18:34 +0000)]
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)
Fixed ipv6 test skipto if IPv6 support is disabled
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: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
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
Gustavo André dos Santos Lopes [Sun, 8 Jan 2012 18:41:53 +0000 (18:41 +0000)]
- Added the ability for the intl exception to throw exceptions when a global error is set.
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)
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:10:04 +0000 (22:10 +0000)]
Test for bug 60675.
Patrick Allaert [Fri, 6 Jan 2012 13:37:51 +0000 (13:37 +0000)]
Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT instead as discussed on the ML
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: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++
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
Popa Adrian Marius [Wed, 28 Dec 2011 09:31:18 +0000 (09:31 +0000)]
remove experimental status for pdo_Firebird , see the general status http://www.firebirdnews.org/?p=6619
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: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