]>
granicus.if.org Git - php/log
Popa Adrian Marius [Mon, 12 Sep 2011 09:36:37 +0000 (09:36 +0000)]
fixes #55659 also the 006 firebird test
Pierre Joye [Mon, 12 Sep 2011 09:27:03 +0000 (09:27 +0000)]
- unused var
Pierre Joye [Mon, 12 Sep 2011 09:16:19 +0000 (09:16 +0000)]
- force LF
Hannes Magnusson [Mon, 12 Sep 2011 09:16:04 +0000 (09:16 +0000)]
Fixed issues when streams were closed before curl read/write from them, or cleaning
Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
Popa Adrian Marius [Sun, 11 Sep 2011 22:11:30 +0000 (22:11 +0000)]
extension is not experimental anymore
see the status http://www.gn0s1s.nl/?p=108
Popa Adrian Marius [Sun, 11 Sep 2011 20:18:20 +0000 (20:18 +0000)]
fix test 003 from gconv test for firebird extension
Rui Hirokawa [Sun, 11 Sep 2011 13:15:48 +0000 (13:15 +0000)]
MFH: fixed test failure on win32.
Rui Hirokawa [Sun, 11 Sep 2011 13:04:38 +0000 (13:04 +0000)]
MFH: fixed test failure on win32.
Rui Hirokawa [Sun, 11 Sep 2011 12:29:15 +0000 (12:29 +0000)]
MFH: fixed test case failures.
Rui Hirokawa [Sun, 11 Sep 2011 12:12:48 +0000 (12:12 +0000)]
MFH: fixed test case failures.
Rui Hirokawa [Sun, 11 Sep 2011 03:56:16 +0000 (03:56 +0000)]
revert previous commit.
Rui Hirokawa [Sun, 11 Sep 2011 03:55:08 +0000 (03:55 +0000)]
revert previous commit.
Rui Hirokawa [Sun, 11 Sep 2011 02:16:58 +0000 (02:16 +0000)]
MFH: removed test script which depends on the removed register_globals.
Felipe Pena [Sat, 10 Sep 2011 13:02:00 +0000 (13:02 +0000)]
- Fix test
Stanislav Malyshev [Sat, 10 Sep 2011 05:36:14 +0000 (05:36 +0000)]
Fix error message
Stanislav Malyshev [Sat, 10 Sep 2011 05:29:29 +0000 (05:29 +0000)]
revert bad test change
Xinchen Hui [Sat, 10 Sep 2011 03:51:16 +0000 (03:51 +0000)]
Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
Actually this caused by attempt to efree a INTERNED string
Ulf Wendel [Fri, 9 Sep 2011 12:12:08 +0000 (12:12 +0000)]
Bug #55653
Hannes Magnusson [Fri, 9 Sep 2011 08:28:57 +0000 (08:28 +0000)]
Being smart and cleanup/rename/modify tests seconds before committing isn't very smart.
Hannes Magnusson [Fri, 9 Sep 2011 08:14:04 +0000 (08:14 +0000)]
Merge tests from trunk
Pierre Joye [Fri, 9 Sep 2011 08:11:43 +0000 (08:11 +0000)]
- force LF
Pierre Joye [Fri, 9 Sep 2011 07:57:29 +0000 (07:57 +0000)]
- nuke unused var
Pierre Joye [Fri, 9 Sep 2011 07:56:42 +0000 (07:56 +0000)]
- improve r316420, function must return a value
Etienne Kneuss [Thu, 8 Sep 2011 23:18:49 +0000 (23:18 +0000)]
Mention recent SPL changes on spl_directory.c and tests
Pierre Joye [Thu, 8 Sep 2011 23:12:32 +0000 (23:12 +0000)]
- improve r316420 (SplFileObject cannot and should not accept directories)
Etienne Kneuss [Thu, 8 Sep 2011 23:10:40 +0000 (23:10 +0000)]
MFH: adapt check for __construct bypass
Pierre Joye [Thu, 8 Sep 2011 23:07:48 +0000 (23:07 +0000)]
- improve r316420 (SplFileObject cannot and should not accept directories)
Christopher Jones [Thu, 8 Sep 2011 20:13:32 +0000 (20:13 +0000)]
Update SKIPIFs for test portability
Christopher Jones [Thu, 8 Sep 2011 17:52:45 +0000 (17:52 +0000)]
Fix skipifs
Christopher Jones [Thu, 8 Sep 2011 17:40:15 +0000 (17:40 +0000)]
Fix skipifs to match other tests for the case when connection fails
Pierre Joye [Thu, 8 Sep 2011 16:11:03 +0000 (16:11 +0000)]
- force LF
Pierre Joye [Thu, 8 Sep 2011 16:10:07 +0000 (16:10 +0000)]
- force LF
Etienne Kneuss [Thu, 8 Sep 2011 15:52:59 +0000 (15:52 +0000)]
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.
Rui Hirokawa [Thu, 8 Sep 2011 15:19:18 +0000 (15:19 +0000)]
2nd arguments is necessary in mb_parse_str because register_globals was removed in PHP 5.4.
Hannes Magnusson [Thu, 8 Sep 2011 14:37:18 +0000 (14:37 +0000)]
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec
Pierre Joye [Thu, 8 Sep 2011 11:52:37 +0000 (11:52 +0000)]
- fix test, again...
Ferenc Kovacs [Thu, 8 Sep 2011 11:30:58 +0000 (11:30 +0000)]
skip these tests if can't connect to mysql
Pierre Joye [Thu, 8 Sep 2011 11:24:33 +0000 (11:24 +0000)]
- fix test
Pierre Joye [Thu, 8 Sep 2011 10:20:38 +0000 (10:20 +0000)]
- force LF and fix... and blame me for not reading the code correctly, zlib tests pass now, linux/bsd/win 100%
Pierre Joye [Thu, 8 Sep 2011 10:14:38 +0000 (10:14 +0000)]
- force LF
Pierre Joye [Thu, 8 Sep 2011 10:00:47 +0000 (10:00 +0000)]
- skip if no hash
Hannes Magnusson [Thu, 8 Sep 2011 09:27:47 +0000 (09:27 +0000)]
Fix the path to the .pem
Pierre Joye [Thu, 8 Sep 2011 09:17:21 +0000 (09:17 +0000)]
- fix build when no zend signal support
Christopher Jones [Wed, 7 Sep 2011 19:19:00 +0000 (19:19 +0000)]
Use unique object names to reduce potential clashes when testing in parallel
Rasmus Lerdorf [Wed, 7 Sep 2011 18:48:17 +0000 (18:48 +0000)]
Make timeouts work again for shutdown functions.
Fixes the faling lang/045 test
Rasmus Lerdorf [Wed, 7 Sep 2011 18:09:34 +0000 (18:09 +0000)]
This test was added to verify that bug 39322 was fixed, which the test
does test for and this works. However, it consistently failed because
it relied on a SIGHUP not terminating a sh -c /usr/bin/nohup sleep 50
process which doesn't work because the SIGHUP goes to the sh process
not the nohup'ed sleep process. So, I have sped up the test and removed
the nohup and instead of trying to SIGHUP I am just doing the equivalent
of a kill 0 on it to verify that the resource sticks around.
Hannes Magnusson [Wed, 7 Sep 2011 16:19:09 +0000 (16:19 +0000)]
Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request
Ilia Alshanetsky [Wed, 7 Sep 2011 15:31:48 +0000 (15:31 +0000)]
Fixed tests (skip when catch-all DNS such as openDNS is being used)
Gustavo André dos Santos Lopes [Wed, 7 Sep 2011 15:28:12 +0000 (15:28 +0000)]
- Fixed doc bug #54657: Function parameters can no longer be named after
superglobal variables.
Hannes Magnusson [Wed, 7 Sep 2011 14:44:31 +0000 (14:44 +0000)]
Remove entries already in 5.3
Rui Hirokawa [Wed, 7 Sep 2011 14:30:38 +0000 (14:30 +0000)]
MFH: fixed invalid utf-8 check.
Hannes Magnusson [Wed, 7 Sep 2011 13:50:18 +0000 (13:50 +0000)]
Revert r316345 which fixes all the tests again
Hannes Magnusson [Wed, 7 Sep 2011 13:47:31 +0000 (13:47 +0000)]
Fix errormessage
Johannes Schlüter [Wed, 7 Sep 2011 13:33:56 +0000 (13:33 +0000)]
- Use myslqnd by default when MySQL extensions are activated but no path given
Pierre Joye [Wed, 7 Sep 2011 12:33:22 +0000 (12:33 +0000)]
- reject paths with trainling spaces using the very good new zend arg
Hannes Magnusson [Wed, 7 Sep 2011 12:32:56 +0000 (12:32 +0000)]
ignore another file generated by PHP_SETUP_ICONV php_iconv_aliased_libiconv.h
Hannes Magnusson [Wed, 7 Sep 2011 12:30:31 +0000 (12:30 +0000)]
wrap lines, use real names, and FR not Req
Hannes Magnusson [Wed, 7 Sep 2011 12:06:21 +0000 (12:06 +0000)]
Add skip message
Hannes Magnusson [Wed, 7 Sep 2011 12:05:19 +0000 (12:05 +0000)]
Fix cleanup routines
Pierre Joye [Wed, 7 Sep 2011 11:26:59 +0000 (11:26 +0000)]
- skip on win, diff TZ format
Hannes Magnusson [Wed, 7 Sep 2011 10:44:32 +0000 (10:44 +0000)]
Remove bogus skipif and make adjust the tests
Hannes Magnusson [Wed, 7 Sep 2011 10:41:38 +0000 (10:41 +0000)]
The error message is different when built with zts
Hannes Magnusson [Wed, 7 Sep 2011 10:39:55 +0000 (10:39 +0000)]
Update skipif
Hannes Magnusson [Wed, 7 Sep 2011 10:38:53 +0000 (10:38 +0000)]
Sync tests between branches and fix the getcontent test
Hannes Magnusson [Wed, 7 Sep 2011 10:34:58 +0000 (10:34 +0000)]
Update skipif message
Pierre Joye [Wed, 7 Sep 2011 10:12:04 +0000 (10:12 +0000)]
- force LF (svn prop and config)
Pierre Joye [Wed, 7 Sep 2011 09:41:54 +0000 (09:41 +0000)]
- force LF
Pierre Joye [Wed, 7 Sep 2011 09:37:56 +0000 (09:37 +0000)]
- force LF
Pierre Joye [Wed, 7 Sep 2011 09:19:28 +0000 (09:19 +0000)]
- fix test for OS where dir sep is \
Pierre Joye [Wed, 7 Sep 2011 09:03:07 +0000 (09:03 +0000)]
- fix test for OS where dir sep is \
Pierre Joye [Wed, 7 Sep 2011 08:41:59 +0000 (08:41 +0000)]
- force LF
Pierre Joye [Wed, 7 Sep 2011 08:18:20 +0000 (08:18 +0000)]
- force LF
Pierre Joye [Wed, 7 Sep 2011 08:12:08 +0000 (08:12 +0000)]
- add skipif for dom
Pierre Joye [Wed, 7 Sep 2011 08:01:19 +0000 (08:01 +0000)]
- force LF
Pierre Joye [Wed, 7 Sep 2011 07:51:37 +0000 (07:51 +0000)]
- force LF
Stanislav Malyshev [Wed, 7 Sep 2011 06:46:27 +0000 (06:46 +0000)]
Commit Gustavo's closure rebinding patch as desided by vote
Xinchen Hui [Wed, 7 Sep 2011 05:19:12 +0000 (05:19 +0000)]
update news
Xinchen Hui [Wed, 7 Sep 2011 05:14:54 +0000 (05:14 +0000)]
Fixed Bug #55423(cli-server could not output correctly in some case)
Xinchen Hui [Wed, 7 Sep 2011 00:59:10 +0000 (00:59 +0000)]
fix skipif description
Xinchen Hui [Wed, 7 Sep 2011 00:56:52 +0000 (00:56 +0000)]
fixed typo
Andrey Hristov [Tue, 6 Sep 2011 19:52:19 +0000 (19:52 +0000)]
Fix problems with the unbuffered set detection, for libmysql, which resulted
in always true. Thanks Stas.
Stanislav Malyshev [Tue, 6 Sep 2011 19:51:35 +0000 (19:51 +0000)]
improve open_basedir handling
Pierre Joye [Tue, 6 Sep 2011 17:41:08 +0000 (17:41 +0000)]
- fix #55622, mem corruption on large input
Ulf Wendel [Tue, 6 Sep 2011 16:39:55 +0000 (16:39 +0000)]
Fixing SKIPIF
Johannes Schlüter [Tue, 6 Sep 2011 16:38:22 +0000 (16:38 +0000)]
- Fix bug #55609 (mysqlnd cannot be built shared)
# This adds an option --enable-mysqlnd to explicitly built mysqlnd, like any
# other extension it can be used with =shared to build mysqlnd shared;
# mysqlnd will implicitly enabled when requested from another extension
Ulf Wendel [Tue, 6 Sep 2011 16:37:45 +0000 (16:37 +0000)]
Fixing SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 16:30:53 +0000 (16:30 +0000)]
Fixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further updates?
Ulf Wendel [Tue, 6 Sep 2011 16:13:03 +0000 (16:13 +0000)]
More parenthesis, credits to Nikita Popov
Pierre Joye [Tue, 6 Sep 2011 15:49:28 +0000 (15:49 +0000)]
- useless skipif
Pierre Joye [Tue, 6 Sep 2011 15:40:12 +0000 (15:40 +0000)]
- fix skipif
Hannes Magnusson [Tue, 6 Sep 2011 15:09:15 +0000 (15:09 +0000)]
Add a constant, READLINE_LIB, to be able to differenciate which lib is being used
Hannes Magnusson [Tue, 6 Sep 2011 15:07:24 +0000 (15:07 +0000)]
Fixed bug#54450 (callback function when built against libedit)
Andrey Hristov [Tue, 6 Sep 2011 14:48:43 +0000 (14:48 +0000)]
add query information to the trace log
Ulf Wendel [Tue, 6 Sep 2011 14:47:57 +0000 (14:47 +0000)]
BORK hunting - Fixing SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 13:57:03 +0000 (13:57 +0000)]
Fix SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 13:50:45 +0000 (13:50 +0000)]
Fix SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 13:39:46 +0000 (13:39 +0000)]
Prevent Notice
Ulf Wendel [Tue, 6 Sep 2011 12:58:01 +0000 (12:58 +0000)]
Reverting to proper --INI-- section usage. Improve SKIPIF to skip test if open_basedir setting is too restrictive during test run for whatever reason.
Pierre Joye [Tue, 6 Sep 2011 12:30:17 +0000 (12:30 +0000)]
- use only zlib function and reported the failure with base64 in #55620
Pierre Joye [Tue, 6 Sep 2011 12:24:16 +0000 (12:24 +0000)]
- force LF