]>
granicus.if.org Git - php/log
Andrey Hristov [Thu, 6 Oct 2011 11:25:05 +0000 (11:25 +0000)]
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
Christian Stocker [Wed, 5 Oct 2011 18:11:29 +0000 (18:11 +0000)]
Added test for Bug 54446
Init a variable to a default value to avoid issues
Christian Stocker [Wed, 5 Oct 2011 09:56:01 +0000 (09:56 +0000)]
Added xsl.security_prefs ini option to define forbidden operations within XSLT
stylesheets, default is not to enable write operations. This option won't be
in 5.4, since there's a new method. Bug #54446
Ilia Alshanetsky [Mon, 3 Oct 2011 18:17:12 +0000 (18:17 +0000)]
Fixed bug #55750 (memory copy issue in sysvshm extension).
Xinchen Hui [Fri, 30 Sep 2011 15:08:32 +0000 (15:08 +0000)]
A better fix for #55817 (thanks to bjori)
Hannes Magnusson [Fri, 30 Sep 2011 14:17:23 +0000 (14:17 +0000)]
Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)
Xinchen Hui [Fri, 30 Sep 2011 13:34:07 +0000 (13:34 +0000)]
Fix wrong codes #55817
Gustavo André dos Santos Lopes [Wed, 28 Sep 2011 14:47:42 +0000 (14:47 +0000)]
- Fixed #55798: serialize followed by unserialize with numeric object prop.
gives integer prop.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 11:43:07 +0000 (11:43 +0000)]
- Oops missed return. Also improved the readability of a test.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 10:57:25 +0000 (10:57 +0000)]
- Added tests and NEWS for r306475; see bug #55797.
- Removed now redundant previous overflow check, which relied on
undefined behavior (wraparound) and was ignored in optimized builds.
Alan Knowles [Tue, 27 Sep 2011 09:35:50 +0000 (09:35 +0000)]
document fix for #55475 in NEWS
Antony Dovgal [Tue, 27 Sep 2011 09:12:13 +0000 (09:12 +0000)]
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
Alan Knowles [Tue, 27 Sep 2011 07:59:47 +0000 (07:59 +0000)]
remove paths from is_a and is_subclass tests
Ferenc Kovacs [Tue, 27 Sep 2011 00:53:41 +0000 (00:53 +0000)]
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
Alan Knowles [Tue, 27 Sep 2011 00:42:56 +0000 (00:42 +0000)]
fix is_a errror test so they test correctly against new behaviour of is_a and is_subclass_of
Alan Knowles [Tue, 27 Sep 2011 00:19:43 +0000 (00:19 +0000)]
move autoloaded is_a test to where all the other is_a tests are
Ferenc Kovacs [Mon, 26 Sep 2011 23:28:24 +0000 (23:28 +0000)]
fix #49599, the eol-style is important here, as this is a regression test for #36459
Gustavo André dos Santos Lopes [Mon, 26 Sep 2011 22:38:21 +0000 (22:38 +0000)]
- Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about
another function). NEWS & tests tomorrow.
Christopher Jones [Mon, 26 Sep 2011 20:31:11 +0000 (20:31 +0000)]
MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-dev
Christopher Jones [Mon, 26 Sep 2011 19:13:06 +0000 (19:13 +0000)]
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(
1000000000 )
Derick Rethans [Mon, 26 Sep 2011 17:23:00 +0000 (17:23 +0000)]
- Updated to version 2011.11 (2011k)
Pierre Joye [Mon, 26 Sep 2011 08:56:56 +0000 (08:56 +0000)]
- update news
Pierre Joye [Mon, 26 Sep 2011 08:49:28 +0000 (08:49 +0000)]
- be sure to check if the var ha not been removed between the two calls
Pierre Joye [Mon, 26 Sep 2011 08:36:33 +0000 (08:36 +0000)]
- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc
Johannes Schlüter [Sun, 25 Sep 2011 13:06:09 +0000 (13:06 +0000)]
- Fix folding
Johannes Schlüter [Sun, 25 Sep 2011 12:39:05 +0000 (12:39 +0000)]
- Fix bug #55776 (PDORow to session bug)
Rui Hirokawa [Sat, 24 Sep 2011 02:20:38 +0000 (02:20 +0000)]
MFH: fixed #40685: removed '&' in mb_decode_numericentity().
Alan Knowles [Sat, 24 Sep 2011 01:34:46 +0000 (01:34 +0000)]
clean up is_a test title
Alan Knowles [Sat, 24 Sep 2011 01:29:48 +0000 (01:29 +0000)]
clean up is_a test, so that it covers more use cases - negative and positive testing
Alan Knowles [Sat, 24 Sep 2011 01:18:29 +0000 (01:18 +0000)]
add is_a and is_subclass_of test with autoloader feature
Its a bit of an overkill, but should ensure breaks are easier to spot in future.
Rasmus Lerdorf [Fri, 23 Sep 2011 09:52:09 +0000 (09:52 +0000)]
Re-committing Alan's is_a revert/fix for bug #55475
Dmitry had done so earlier, but reverted pending discussion.
It is completely clear that this should never have been changed in the
5.3 branch in the first place giving the number of things that broke
because of it.
Ferenc Kovacs [Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)]
the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient
Ferenc Kovacs [Thu, 22 Sep 2011 22:07:02 +0000 (22:07 +0000)]
skip the interbase tests if cannot connect to the server
Ferenc Kovacs [Thu, 22 Sep 2011 21:50:45 +0000 (21:50 +0000)]
the julian date for timestamp
1000000000 is
2452161 .
5740741 , which is rounded to
2452162
Ferenc Kovacs [Thu, 22 Sep 2011 20:59:10 +0000 (20:59 +0000)]
it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
Johannes Schlüter [Mon, 19 Sep 2011 12:31:06 +0000 (12:31 +0000)]
- Fix folding
Xinchen Hui [Sat, 17 Sep 2011 03:23:38 +0000 (03:23 +0000)]
Update NEWS
Xinchen Hui [Sat, 17 Sep 2011 03:12:23 +0000 (03:12 +0000)]
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html
Felipe Pena [Sat, 17 Sep 2011 00:05:31 +0000 (00:05 +0000)]
- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc)
Felipe Pena [Sat, 17 Sep 2011 00:01:45 +0000 (00:01 +0000)]
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
Christopher Jones [Fri, 16 Sep 2011 19:56:32 +0000 (19:56 +0000)]
Test portability fix
Pierrick Charron [Fri, 16 Sep 2011 18:29:22 +0000 (18:29 +0000)]
Fixed test bug #55713 (Christopher Jones)
Hannes Magnusson [Fri, 16 Sep 2011 07:43:32 +0000 (07:43 +0000)]
bfn
Christopher Jones [Thu, 15 Sep 2011 17:23:29 +0000 (17:23 +0000)]
Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351
Dmitry Stogov [Thu, 15 Sep 2011 11:30:17 +0000 (11:30 +0000)]
Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)
Dmitry Stogov [Thu, 15 Sep 2011 10:59:39 +0000 (10:59 +0000)]
Reverted the fix for #55475 (is_a() triggers autoloader) before the common decision
Dmitry Stogov [Thu, 15 Sep 2011 09:58:33 +0000 (09:58 +0000)]
Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com)
Pierre Joye [Thu, 15 Sep 2011 09:15:07 +0000 (09:15 +0000)]
- force LF
Gustavo André dos Santos Lopes [Wed, 14 Sep 2011 10:55:46 +0000 (10:55 +0000)]
- ext/openssl/tests/bug36732.phpt more portable.
Xinchen Hui [Wed, 14 Sep 2011 08:49:29 +0000 (08:49 +0000)]
Fix test, Make warning message bison independed
Xinchen Hui [Wed, 14 Sep 2011 02:19:22 +0000 (02:19 +0000)]
Fix warning "implicit declaration of function `vasprintf'"
Ferenc Kovacs [Tue, 13 Sep 2011 21:06:06 +0000 (21:06 +0000)]
I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation.
Pierre Joye [Tue, 13 Sep 2011 13:58:03 +0000 (13:58 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:51:47 +0000 (13:51 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:42:03 +0000 (13:42 +0000)]
- TZ auto detection varies, not always UTC
Pierre Joye [Tue, 13 Sep 2011 13:39:49 +0000 (13:39 +0000)]
- TZ auto detection varies, not always UTC
Pierre Joye [Tue, 13 Sep 2011 13:27:20 +0000 (13:27 +0000)]
- fix test
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
Xinchen Hui [Tue, 13 Sep 2011 13:20:09 +0000 (13:20 +0000)]
MFH, fix test
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 ? )
Xinchen Hui [Tue, 13 Sep 2011 13:11:42 +0000 (13:11 +0000)]
update news
Xinchen Hui [Tue, 13 Sep 2011 13:02:57 +0000 (13:02 +0000)]
MFH, fix test
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
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
Dmitry Stogov [Tue, 13 Sep 2011 07:08:36 +0000 (07:08 +0000)]
sort changelog according to bug number
Dmitry Stogov [Tue, 13 Sep 2011 07:07:06 +0000 (07:07 +0000)]
Fixed Bug #55649 (Undefined function Bug()). (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)
Pierre Joye [Mon, 12 Sep 2011 23:31:22 +0000 (23:31 +0000)]
- skip on win, strftime uses system TZ
Hannes Magnusson [Mon, 12 Sep 2011 17:20:44 +0000 (17:20 +0000)]
Test for non-string replacement, bug#54304
Ilia Alshanetsky [Mon, 12 Sep 2011 17:20:24 +0000 (17:20 +0000)]
Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad)
Derick Rethans [Mon, 12 Sep 2011 15:49:12 +0000 (15:49 +0000)]
- Updated to version 2011.10 (2011j)
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.
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.
Ulf Wendel [Mon, 12 Sep 2011 13:55:28 +0000 (13:55 +0000)]
Fix typo.
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
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.
Hannes Magnusson [Mon, 12 Sep 2011 13:21:57 +0000 (13:21 +0000)]
Allow replacement to be any scalar value
Ulf Wendel [Mon, 12 Sep 2011 13:14:16 +0000 (13:14 +0000)]
Hits libmysql/MySQL bug, works with mysqlnd
Pierre Joye [Mon, 12 Sep 2011 12:59:52 +0000 (12:59 +0000)]
- revert incorrect fix introduced in r316528
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.
Hannes Magnusson [Mon, 12 Sep 2011 11:44:55 +0000 (11:44 +0000)]
Ensure we are working with strings here
Popa Adrian Marius [Mon, 12 Sep 2011 09:56:45 +0000 (09:56 +0000)]
fix test 006 for firebird driver
Hannes Magnusson [Mon, 12 Sep 2011 09:23:29 +0000 (09:23 +0000)]
curl news
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)
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
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
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
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 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:15:10 +0000 (10:15 +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
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: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.