Johannes Schlüter
bb10815f7e
- Fix folding
2011-09-19 12:31:06 +00:00
Xinchen Hui
2ec2b9e9f9
Update NEWS
2011-09-17 03:23:38 +00:00
Xinchen Hui
08201e11fe
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
2011-09-17 03:12:23 +00:00
Felipe Pena
1ec077e060
- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc)
2011-09-17 00:05:31 +00:00
Felipe Pena
3d34acbb5f
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
2011-09-17 00:01:45 +00:00
Christopher Jones
bf9933573a
Test portability fix
2011-09-16 19:56:32 +00:00
Pierrick Charron
ee534ac62f
Fixed test bug #55713 (Christopher Jones)
2011-09-16 18:29:22 +00:00
Hannes Magnusson
5382f03c9f
bfn
2011-09-16 07:43:32 +00:00
Christopher Jones
ef83bd744c
Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351
2011-09-15 17:23:29 +00:00
Dmitry Stogov
77bda2614d
Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)
2011-09-15 11:30:17 +00:00
Dmitry Stogov
59ad27b0aa
Reverted the fix for #55475 (is_a() triggers autoloader) before the common decision
2011-09-15 10:59:39 +00:00
Dmitry Stogov
e98759eecf
Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com)
2011-09-15 09:58:33 +00:00
Pierre Joye
9457ed351c
- force LF
2011-09-15 09:15:07 +00:00
Gustavo André dos Santos Lopes
da4a27333d
- ext/openssl/tests/bug36732.phpt more portable.
2011-09-14 10:55:46 +00:00
Xinchen Hui
29bba1fd42
Fix test, Make warning message bison independed
2011-09-14 08:49:29 +00:00
Xinchen Hui
1acb5b2b0c
Fix warning "implicit declaration of function `vasprintf'"
2011-09-14 02:19:22 +00:00
Ferenc Kovacs
6f39604ff3
I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation.
2011-09-13 21:06:06 +00:00
Pierre Joye
4fffbad733
- skip on win, runtime TZ via putenv is not supported with ext/date
2011-09-13 13:58:03 +00:00
Pierre Joye
14300717d8
- skip on win, runtime TZ via putenv is not supported with ext/date
2011-09-13 13:51:47 +00:00
Pierre Joye
65be07be67
- TZ auto detection varies, not always UTC
2011-09-13 13:42:03 +00:00
Pierre Joye
98171e881b
- TZ auto detection varies, not always UTC
2011-09-13 13:39:49 +00:00
Pierre Joye
09507f0ba4
- fix test
2011-09-13 13:27:20 +00:00
Pierre Joye
ec820e1454
- skip on win, runtime TZ via putenv is not supported with ext/date
2011-09-13 13:26:48 +00:00
Xinchen Hui
4c7cd475dc
MFH, fix test
2011-09-13 13:20:09 +00:00
Xinchen Hui
71c9674e1c
Fix test (gzdecode not valid in 5.3 branch, maybe need add ? )
2011-09-13 13:18:57 +00:00
Xinchen Hui
07a2b4817f
update news
2011-09-13 13:11:42 +00:00
Xinchen Hui
3331bfb604
MFH, fix test
2011-09-13 13:02:57 +00:00
Xinchen Hui
1bbda643f2
Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543
2011-09-13 12:44:13 +00:00
Pierre Joye
8815e14451
- fix test on win, putenv is not supported for TZ and ext/date
2011-09-13 12:04:57 +00:00
Dmitry Stogov
68365b6d32
sort changelog according to bug number
2011-09-13 07:08:36 +00:00
Dmitry Stogov
12c3dc1b00
Fixed Bug #55649 (Undefined function Bug()). (Laruence)
2011-09-13 07:07:06 +00:00
Dmitry Stogov
12864e4769
Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
2011-09-13 07:01:46 +00:00
Pierre Joye
08a25c405e
- skip on win, strftime uses system TZ
2011-09-12 23:31:22 +00:00
Hannes Magnusson
f19a112185
Test for non-string replacement, bug#54304
2011-09-12 17:20:44 +00:00
Ilia Alshanetsky
2ef05a8fa4
Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad)
2011-09-12 17:20:24 +00:00
Derick Rethans
5236225cb2
- Updated to version 2011.10 (2011j)
2011-09-12 15:49:12 +00:00
Ulf Wendel
b509ba6dbd
This should please gcov.php.net which hits error 1044 instead of 1049.
2011-09-12 15:05:10 +00:00
Tjerk Anne Meesters
e29302576c
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.
2011-09-12 14:35:45 +00:00
Ulf Wendel
019e96a7f6
Fix typo.
2011-09-12 13:55:28 +00:00
Popa Adrian Marius
f86bd3407b
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
2011-09-12 13:43:42 +00:00
Ulf Wendel
27c73aa542
Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it.
2011-09-12 13:39:57 +00:00
Hannes Magnusson
75c4d6f888
Allow replacement to be any scalar value
2011-09-12 13:21:57 +00:00
Ulf Wendel
c4de2c8654
Hits libmysql/MySQL bug, works with mysqlnd
2011-09-12 13:14:16 +00:00
Pierre Joye
43d20bca91
- revert incorrect fix introduced in r316528
2011-09-12 12:59:52 +00:00
Ulf Wendel
496d6d45e9
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.
2011-09-12 12:14:56 +00:00
Hannes Magnusson
5e661cf904
Ensure we are working with strings here
2011-09-12 11:44:55 +00:00
Popa Adrian Marius
ddac8c1789
fix test 006 for firebird driver
2011-09-12 09:56:45 +00:00
Hannes Magnusson
0a90ea4dcd
curl news
2011-09-12 09:23:29 +00:00
Pierre Joye
e3aaeaa857
- force LF
2011-09-12 09:16:19 +00:00
Hannes Magnusson
e43c21e53a
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)
2011-09-12 09:16:04 +00:00