]> granicus.if.org Git - php/log
php
13 years ago- fix test
Pierre Joye [Tue, 13 Sep 2011 13:27:20 +0000 (13:27 +0000)]
- fix test

13 years ago- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:26:48 +0000 (13:26 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date

13 years agoMFH, fix test
Xinchen Hui [Tue, 13 Sep 2011 13:20:09 +0000 (13:20 +0000)]
MFH, fix test

13 years agoFix test (gzdecode not valid in 5.3 branch, maybe need add ? )
Xinchen Hui [Tue, 13 Sep 2011 13:18:57 +0000 (13:18 +0000)]
Fix test (gzdecode not valid in 5.3 branch, maybe need add ? )

13 years agoupdate news
Xinchen Hui [Tue, 13 Sep 2011 13:11:42 +0000 (13:11 +0000)]
update news

13 years agoMFH, fix test
Xinchen Hui [Tue, 13 Sep 2011 13:02:57 +0000 (13:02 +0000)]
MFH, fix test

13 years agoFixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated record...
Xinchen Hui [Tue, 13 Sep 2011 12:44:13 +0000 (12:44 +0000)]
Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543

13 years ago- fix test on win, putenv is not supported for TZ and ext/date
Pierre Joye [Tue, 13 Sep 2011 12:04:57 +0000 (12:04 +0000)]
- fix test on win, putenv is not supported for TZ and ext/date

13 years agosort changelog according to bug number
Dmitry Stogov [Tue, 13 Sep 2011 07:08:36 +0000 (07:08 +0000)]
sort changelog according to bug number

13 years agoFixed Bug #55649 (Undefined function Bug()). (Laruence)
Dmitry Stogov [Tue, 13 Sep 2011 07:07:06 +0000 (07:07 +0000)]
Fixed Bug #55649 (Undefined function Bug()). (Laruence)

13 years agoFixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
Dmitry Stogov [Tue, 13 Sep 2011 07:01:46 +0000 (07:01 +0000)]
Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)

13 years ago- skip on win, strftime uses system TZ
Pierre Joye [Mon, 12 Sep 2011 23:31:22 +0000 (23:31 +0000)]
- skip on win, strftime uses system TZ

13 years agoTest for non-string replacement, bug#54304
Hannes Magnusson [Mon, 12 Sep 2011 17:20:44 +0000 (17:20 +0000)]
Test for non-string replacement, bug#54304

13 years agoFixed bug #55273 (base64_decode() with strict rejects whitespace after pad)
Ilia Alshanetsky [Mon, 12 Sep 2011 17:20:24 +0000 (17:20 +0000)]
Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad)

13 years ago- Updated to version 2011.10 (2011j)
Derick Rethans [Mon, 12 Sep 2011 15:49:12 +0000 (15:49 +0000)]
- Updated to version 2011.10 (2011j)

13 years agoThis should please gcov.php.net which hits error 1044 instead of 1049.
Ulf Wendel [Mon, 12 Sep 2011 15:05:10 +0000 (15:05 +0000)]
This should please gcov.php.net which hits error 1044 instead of 1049.

13 years agoReverted changes in connect.inc based on Ulf's feedback
Tjerk Anne Meesters [Mon, 12 Sep 2011 14:35:45 +0000 (14:35 +0000)]
Reverted changes in connect.inc based on Ulf's feedback
- Moved the ini_set() entries into a separate script 'setupdefault.inc'
- Let mysql_affected_rows and mysql_insert_id test cases use the newly created script

With the ini_set() statements inside connect.inc, some test cases would be forced to 'undo' them in order to test other scenarios.

Tested on all three dev lines with and without passing db credentials. No changes detected.

13 years agoFix typo.
Ulf Wendel [Mon, 12 Sep 2011 13:55:28 +0000 (13:55 +0000)]
Fix typo.

13 years agofix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
Popa Adrian Marius [Mon, 12 Sep 2011 13:43:42 +0000 (13:43 +0000)]
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object

13 years agoMinor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting...
Ulf Wendel [Mon, 12 Sep 2011 13:39:57 +0000 (13:39 +0000)]
Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it.

13 years agoAllow replacement to be any scalar value
Hannes Magnusson [Mon, 12 Sep 2011 13:21:57 +0000 (13:21 +0000)]
Allow replacement to be any scalar value

13 years agoHits libmysql/MySQL bug, works with mysqlnd
Ulf Wendel [Mon, 12 Sep 2011 13:14:16 +0000 (13:14 +0000)]
Hits libmysql/MySQL bug, works with mysqlnd

13 years ago- revert incorrect fix introduced in r316528
Pierre Joye [Mon, 12 Sep 2011 12:59:52 +0000 (12:59 +0000)]
- revert incorrect fix introduced in r316528

13 years agoThose will fail with MySQL 5.5. Running them because they have unveiled a crash,...
Ulf Wendel [Mon, 12 Sep 2011 12:14:56 +0000 (12:14 +0000)]
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.

13 years agoEnsure we are working with strings here
Hannes Magnusson [Mon, 12 Sep 2011 11:44:55 +0000 (11:44 +0000)]
Ensure we are working with strings here

13 years agofix test 006 for firebird driver
Popa Adrian Marius [Mon, 12 Sep 2011 09:56:45 +0000 (09:56 +0000)]
fix test 006 for firebird driver

13 years agocurl news
Hannes Magnusson [Mon, 12 Sep 2011 09:23:29 +0000 (09:23 +0000)]
curl news

13 years ago- force LF
Pierre Joye [Mon, 12 Sep 2011 09:16:19 +0000 (09:16 +0000)]
- force LF

13 years agoFixed issues when streams were closed before curl read/write from them, or cleaning
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)

13 years agoBug #55653
Ulf Wendel [Fri, 9 Sep 2011 12:12:08 +0000 (12:12 +0000)]
Bug #55653

13 years agoBeing smart and cleanup/rename/modify tests seconds before committing isn't very...
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.

13 years agoMerge tests from trunk
Hannes Magnusson [Fri, 9 Sep 2011 08:14:04 +0000 (08:14 +0000)]
Merge tests from trunk

13 years ago- force LF
Pierre Joye [Fri, 9 Sep 2011 08:11:43 +0000 (08:11 +0000)]
- force LF

13 years agoUpdate SKIPIFs for test portability
Christopher Jones [Thu, 8 Sep 2011 20:13:32 +0000 (20:13 +0000)]
Update SKIPIFs for test portability

13 years agoFix skipifs
Christopher Jones [Thu, 8 Sep 2011 17:52:45 +0000 (17:52 +0000)]
Fix skipifs

13 years agoFix skipifs to match other tests for the case when connection fails
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

13 years agoFixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling...
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

13 years agoskip these tests if can't connect to mysql
Ferenc Kovacs [Thu, 8 Sep 2011 11:30:58 +0000 (11:30 +0000)]
skip these tests if can't connect to mysql

13 years ago- force LF and fix... and blame me for not reading the code correctly, zlib tests...
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%

13 years ago- force LF
Pierre Joye [Thu, 8 Sep 2011 10:15:10 +0000 (10:15 +0000)]
- force LF

13 years ago- skip if no hash
Pierre Joye [Thu, 8 Sep 2011 10:00:47 +0000 (10:00 +0000)]
- skip if no hash

13 years agoFix the path to the .pem
Hannes Magnusson [Thu, 8 Sep 2011 09:27:47 +0000 (09:27 +0000)]
Fix the path to the .pem

13 years agoUse unique object names to reduce potential clashes when testing in parallel
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

13 years agoThis test was added to verify that bug 39322 was fixed, which the 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.

13 years agoFixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request
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

13 years agoFix errormessage
Hannes Magnusson [Wed, 7 Sep 2011 13:47:31 +0000 (13:47 +0000)]
Fix errormessage

13 years agoAdd skip message
Hannes Magnusson [Wed, 7 Sep 2011 12:06:21 +0000 (12:06 +0000)]
Add skip message

13 years agoFix cleanup routines
Hannes Magnusson [Wed, 7 Sep 2011 12:05:19 +0000 (12:05 +0000)]
Fix cleanup routines

13 years ago- skip on win, diff TZ format
Pierre Joye [Wed, 7 Sep 2011 11:26:59 +0000 (11:26 +0000)]
- skip on win, diff TZ format

13 years agoUpdate skipif
Hannes Magnusson [Wed, 7 Sep 2011 10:39:55 +0000 (10:39 +0000)]
Update skipif

13 years agoSync tests between branches and fix the getcontent test
Hannes Magnusson [Wed, 7 Sep 2011 10:38:53 +0000 (10:38 +0000)]
Sync tests between branches and fix the getcontent test

13 years agoUpdate skipif message
Hannes Magnusson [Wed, 7 Sep 2011 10:34:58 +0000 (10:34 +0000)]
Update skipif message

13 years ago- force LF (svn prop and config)
Pierre Joye [Wed, 7 Sep 2011 10:14:18 +0000 (10:14 +0000)]
- force LF (svn prop and config)

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 09:41:54 +0000 (09:41 +0000)]
- force LF

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 09:37:56 +0000 (09:37 +0000)]
- force LF

13 years ago- fix test for OS where dir sep is \
Pierre Joye [Wed, 7 Sep 2011 09:19:28 +0000 (09:19 +0000)]
- fix test for OS where dir sep is \

13 years ago- 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 \

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 08:41:59 +0000 (08:41 +0000)]
- force LF

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 08:18:20 +0000 (08:18 +0000)]
- force LF

13 years ago- add skipif for dom
Pierre Joye [Wed, 7 Sep 2011 08:12:08 +0000 (08:12 +0000)]
- add skipif for dom

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 08:01:19 +0000 (08:01 +0000)]
- force LF

13 years ago- force LF
Pierre Joye [Wed, 7 Sep 2011 07:51:37 +0000 (07:51 +0000)]
- force LF

13 years agofix skipif description
Xinchen Hui [Wed, 7 Sep 2011 00:59:10 +0000 (00:59 +0000)]
fix skipif description

13 years agofixed typo
Xinchen Hui [Wed, 7 Sep 2011 00:56:52 +0000 (00:56 +0000)]
fixed typo

13 years agoFix problems with the unbuffered set detection, for libmysql, which resulted
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.

13 years ago- fix #55622, mem corruption on large input
Pierre Joye [Tue, 6 Sep 2011 17:41:08 +0000 (17:41 +0000)]
- fix #55622, mem corruption on large input

13 years agoFixing SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 16:39:55 +0000 (16:39 +0000)]
Fixing SKIPIF

13 years ago- Fix bug #55609 (mysqlnd cannot be built shared)
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

13 years agoFixing SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 16:37:45 +0000 (16:37 +0000)]
Fixing SKIPIF

13 years agoFixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further updates?
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?

13 years agoMore parenthesis, credits to Nikita Popov
Ulf Wendel [Tue, 6 Sep 2011 16:13:03 +0000 (16:13 +0000)]
More parenthesis, credits to Nikita Popov

13 years ago- useless skipif
Pierre Joye [Tue, 6 Sep 2011 15:49:28 +0000 (15:49 +0000)]
- useless skipif

13 years ago- fix skipif
Pierre Joye [Tue, 6 Sep 2011 15:40:12 +0000 (15:40 +0000)]
- fix skipif

13 years agoBORK hunting - Fixing SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 14:47:57 +0000 (14:47 +0000)]
BORK hunting - Fixing SKIPIF

13 years agoFix SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 13:57:03 +0000 (13:57 +0000)]
Fix SKIPIF

13 years agoFix SKIPIF
Ulf Wendel [Tue, 6 Sep 2011 13:50:45 +0000 (13:50 +0000)]
Fix SKIPIF

13 years agoPrevent Notice
Ulf Wendel [Tue, 6 Sep 2011 13:39:46 +0000 (13:39 +0000)]
Prevent Notice

13 years agoReverting to proper --INI-- section usage. Improve SKIPIF to skip test if open_basedi...
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.

13 years ago- use only zlib function and reported the failure with base64 in #55620
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

13 years ago- force LF
Pierre Joye [Tue, 6 Sep 2011 12:24:16 +0000 (12:24 +0000)]
- force LF

13 years agoMFH: Fixed ext/sockets/tests/socket_strerror.phpt
Florian Anderiasch [Tue, 6 Sep 2011 11:15:23 +0000 (11:15 +0000)]
MFH: Fixed ext/sockets/tests/socket_strerror.phpt

So it seems a missing ) killed the test.

13 years agomove it to right place
Xinchen Hui [Tue, 6 Sep 2011 09:45:21 +0000 (09:45 +0000)]
move it to right place

13 years agoAdd skipif
Xinchen Hui [Tue, 6 Sep 2011 09:29:04 +0000 (09:29 +0000)]
Add skipif

13 years ago- move it to the right place
Pierre Joye [Tue, 6 Sep 2011 09:23:10 +0000 (09:23 +0000)]
- move it to the right place

13 years agoAdded skipif
Xinchen Hui [Tue, 6 Sep 2011 09:22:06 +0000 (09:22 +0000)]
Added skipif

13 years ago- fix skipif msg
Pierre Joye [Tue, 6 Sep 2011 09:20:14 +0000 (09:20 +0000)]
- fix skipif msg

13 years agoAdded skipif
Xinchen Hui [Tue, 6 Sep 2011 09:19:46 +0000 (09:19 +0000)]
Added skipif

13 years agoAdded skipif
Xinchen Hui [Tue, 6 Sep 2011 09:17:12 +0000 (09:17 +0000)]
Added skipif

13 years agoadd skipif
Xinchen Hui [Tue, 6 Sep 2011 08:11:37 +0000 (08:11 +0000)]
add skipif

13 years ago- add skipif
Pierre Joye [Tue, 6 Sep 2011 07:49:31 +0000 (07:49 +0000)]
- add skipif

13 years ago- fix test
Pierre Joye [Tue, 6 Sep 2011 07:47:20 +0000 (07:47 +0000)]
- fix test

13 years ago- skip on win
Pierre Joye [Tue, 6 Sep 2011 07:32:37 +0000 (07:32 +0000)]
- skip on win

13 years ago- add skipif
Pierre Joye [Tue, 6 Sep 2011 07:29:59 +0000 (07:29 +0000)]
- add skipif

13 years ago- add skipif
Pierre Joye [Tue, 6 Sep 2011 07:28:38 +0000 (07:28 +0000)]
- add skipif

13 years ago- use something we know it exists...
Pierre Joye [Tue, 6 Sep 2011 07:26:05 +0000 (07:26 +0000)]
- use something we know it exists...

13 years ago- skip on win, name.. name. are not valid names
Pierre Joye [Tue, 6 Sep 2011 07:23:20 +0000 (07:23 +0000)]
- skip on win, name.. name. are not valid names

13 years ago- add skipif
Pierre Joye [Tue, 6 Sep 2011 07:09:56 +0000 (07:09 +0000)]
- add skipif

13 years ago- force LF
Pierre Joye [Tue, 6 Sep 2011 07:03:48 +0000 (07:03 +0000)]
- force LF

13 years ago- force LF
Pierre Joye [Tue, 6 Sep 2011 07:00:05 +0000 (07:00 +0000)]
- force LF

13 years ago- add skipif
Pierre Joye [Tue, 6 Sep 2011 06:57:53 +0000 (06:57 +0000)]
- add skipif