Commit Graph

45149 Commits

Author SHA1 Message Date
Scott MacVicar
d20553953c sync SQLite 3.6.15 2009-06-15 13:14:46 +00:00
Ilia Alshanetsky
a69fb1bcfc MFB: 48518 2009-06-15 12:38:57 +00:00
andy wharmby
facd8866d8 New POSIX extension tests from Berlin UG TestFest 2009. 2009-06-15 12:14:58 +00:00
Pierre Joye
1c9d43d430 - silent warning 2009-06-15 08:32:18 +00:00
d3b1a45162 ChangeLog update 2009-06-15 01:33:03 +00:00
andy wharmby
525416a241 New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-14 14:17:46 +00:00
andy wharmby
fada257def Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:18 +00:00
andy wharmby
845595eb7c New json extension tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-14 12:08:33 +00:00
Pierre Joye
7633999aa5 - MF53: fix build (void alarm) 2009-06-14 10:24:42 +00:00
7ba9e554b3 ChangeLog update 2009-06-14 01:32:57 +00:00
Greg Beaver
1d43c910df fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others 2009-06-13 17:28:35 +00:00
andy wharmby
0e8ecad7f3 New iconv extension tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-13 12:17:47 +00:00
f1fad174b5 ChangeLog update 2009-06-13 01:33:03 +00:00
Felipe Pena
35920eec26 - Constified method_name arg. in zend_get_user_call_function() and zend_get_user_callstatic_function() 2009-06-12 21:43:22 +00:00
Felipe Pena
a3d7eab5a3 - Refix the fix :| (missing skipif) 2009-06-12 20:46:30 +00:00
Felipe Pena
dd3cc066f1 - Fix test 2009-06-12 20:44:50 +00:00
Felipe Pena
4d5aaf0571 - Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs) 2009-06-12 20:43:29 +00:00
andy wharmby
7c35094c3f New iconv extension tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-12 18:57:10 +00:00
andy wharmby
23019a1543 New iconv extension tests. Tested on Windows, Linux and Linux 64 bit 2009-06-12 17:16:06 +00:00
Felipe Pena
d25cb5c73f - Sync with 5_3 2009-06-12 14:00:10 +00:00
Felipe Pena
7193fe3e03 - Dropped unused var (HEAD only) 2009-06-12 13:27:39 +00:00
Andrey Hristov
dc9d37998f Fix crash when tracing is enabled. Position after buffer was used also
direct usage of MYSQLND_STRING pointer instead of the "s" property of the
structure.
2009-06-12 13:24:37 +00:00
e488f9073c ChangeLog update 2009-06-12 01:33:04 +00:00
Felipe Pena
8c782591dc - Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 2009-06-12 01:00:30 +00:00
Kalle Sommer Nielsen
4b17fee3b9 Fixed static build of mbstring on Windows (makes static build of exif possible too) 2009-06-11 23:37:51 +00:00
andy wharmby
7b438a20cb Delete duplicate test 2009-06-11 23:04:36 +00:00
andy wharmby
f586200746 New intval() tests. Tested on Windows, Linux and linux 64 2009-06-11 22:26:54 +00:00
andy wharmby
b4ef9c4950 New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:05 +00:00
andy wharmby
568879c484 Add/Fix SKIPIF sections of cURL tests 2009-06-11 21:11:22 +00:00
Andrey Hristov
b2f0e08307 Revert by adding an ifdef 2009-06-11 17:53:13 +00:00
Pierre Joye
54ac8205a0 - nuke unused var 2009-06-11 17:16:35 +00:00
Pierre Joye
c590f68297 - MF53: silent warning and make it less ambiguous 2009-06-11 17:14:34 +00:00
Greg Beaver
2f3a4b46b3 MFB: add phar.phar generation to windows 2009-06-11 14:43:03 +00:00
andy wharmby
6cebe90238 New POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64 2009-06-11 12:30:59 +00:00
Johannes Schlüter
361c9d353f Use a better extension version 2009-06-11 10:08:09 +00:00
Antony Dovgal
c6cd73e7d1 fix bug #48518 (curl crashes when writing into invalid file handle) 2009-06-11 09:46:27 +00:00
Andrey Hristov
433286f150 Protect the code when variable is NULL, which should never happen, but
anyway, you know about "never happens"
2009-06-11 08:51:20 +00:00
Andrey Hristov
6f90ebd669 Check the pointer before calling a function on it, or we will crash.
This is a very rare situation where the server is totally broken.
2009-06-11 08:32:34 +00:00
Andrey Hristov
18f107f94c MFB: Reference decrement in own function. Make a function which is not
called externally static, from PHPAPI.
2009-06-11 08:31:10 +00:00
cb26223cb3 ChangeLog update 2009-06-11 01:33:17 +00:00
Felipe Pena
c3b2427610 - Fix the fix (Bug #46973 - IPv6 address filter rejects valid address) 2009-06-10 19:00:54 +00:00
Johannes Schlüter
a5db6a2bd4 Hannes said this shall not be run for RCs 2009-06-10 18:15:12 +00:00
Pierre Joye
f29591ceb5 - look for static lib too 2009-06-10 16:05:55 +00:00
Hannes Magnusson
929d82eec4 Fix extension loading order 2009-06-10 14:28:06 +00:00
Hannes Magnusson
f7887e7c54 Fix exception message 2009-06-10 13:43:43 +00:00
Ilia Alshanetsky
aafa45d804 Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE and
E_WARN if no DTD)

# Will MFH to 5.3 after RC
2009-06-10 12:25:41 +00:00
Antony Dovgal
b775205cec fix arginfo for curl_multi_info_read() 2009-06-10 11:09:48 +00:00
Pierre Joye
be5391a6d5 - MFB: put mpir headers in their own directory 2009-06-10 10:19:11 +00:00
25e12937e5 ChangeLog update 2009-06-10 01:32:52 +00:00
andy wharmby
6b6c38043b Fix test - remove bogus variation 2009-06-09 20:18:29 +00:00