Commit Graph

25381 Commits

Author SHA1 Message Date
Ilia Alshanetsky
e9304d08b8 MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns
on files that have been opened with r+).
2009-07-02 13:42:24 +00:00
Ulf Wendel
2d884dd1e1 Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN 2009-07-02 10:04:25 +00:00
Ulf Wendel
2bca33e0d7 Test for bug #48754 2009-07-02 07:42:34 +00:00
Stanislav Malyshev
5f4abc67ba cleanup Locale::lookup 2009-07-02 00:47:11 +00:00
Felipe Pena
c905944087 - New tests (NorwayUG testfest) 2009-07-02 00:01:20 +00:00
Stanislav Malyshev
09ca614d5e typo 2009-07-01 20:27:13 +00:00
Kalle Sommer Nielsen
a49bb5425f Fix test on Windows 2009-07-01 20:26:37 +00:00
Stanislav Malyshev
965c6baf9a update API files 2009-07-01 20:26:13 +00:00
Stanislav Malyshev
4f809a3a30 fix proto 2009-07-01 20:18:03 +00:00
Kalle Sommer Nielsen
3aae5bc9a1 Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle) 2009-07-01 18:44:16 +00:00
Kalle Sommer Nielsen
fddd5d940c Fixed memory leak if zero parameters are passed, Thanks Felipe 2009-07-01 17:42:48 +00:00
Kalle Sommer Nielsen
8f3fb7ec31 Fixed bug #48757 (ReflectionFunction::invoke() parameter issues) 2009-07-01 17:37:42 +00:00
Ulf Wendel
726a4816e4 Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare 2009-07-01 15:31:32 +00:00
Johannes Schlüter
7f6fa981b3 MFB52: Fix include path 2009-07-01 14:13:07 +00:00
Ulf Wendel
71ca6b83ce Adding XFAIL for some tests which expect the zval cache of mysqlnd to be on. It has been disabled for the PHP 5.3.0 release. Adding INI sections to ensure that statistics are collected. Adding tests that check if statistics collection can be disabled 2009-07-01 12:51:40 +00:00
Felipe Pena
f06342f3b5 - Fixed previous fix 2009-07-01 12:06:27 +00:00
Felipe Pena
86514c4102 - Fixed memory leak 2009-07-01 12:04:05 +00:00
Felipe Pena
9d6c4888bc - Fixed tests 2009-07-01 12:02:45 +00:00
Felipe Pena
9c916aa98c - Fixed tests 2009-07-01 02:32:10 +00:00
Felipe Pena
51b78f6306 - New tests (SaoPaulo UG testfest) 2009-07-01 00:51:26 +00:00
Derick Rethans
7ef811e1df - Fixed bug #47351 (Memory leak in DateTime). 2009-06-30 16:15:43 +00:00
Scott MacVicar
593fe2abeb Fix tests for bug #48284 - adler32 is in the wrong order. 2009-06-30 12:50:16 +00:00
Scott MacVicar
c264f92f29 Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib produces. 2009-06-30 12:49:54 +00:00
andy wharmby
b77d7c801a Basic test for max() on 64 bit platforms. Tested on Linux 64 bit 2009-06-29 07:52:26 +00:00
andy wharmby
dd3adbaa20 Fix tests 2009-06-29 07:45:14 +00:00
andy wharmby
6513ceb4dc Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit 2009-06-29 07:31:15 +00:00
Scott MacVicar
c0f8dd9987 Update libsqlite to 3.6.16 2009-06-28 22:58:49 +00:00
Patrick Allaert
6c174c42e0 forgotten some credits :) 2009-06-28 22:40:38 +00:00
Patrick Allaert
b1ccae82f9 unicode support in ext/ldap 2009-06-28 22:38:23 +00:00
Felipe Pena
6abff59291 - Fixed bug #48709 (metaphone and 'wh') 2009-06-28 18:41:20 +00:00
Pierre Joye
76a395e73d - fix build 2009-06-28 12:41:51 +00:00
Felipe Pena
eeb997d888 - Fixed bug #48658 (Change in behaviour of parse_str on php 6.0) 2009-06-28 02:36:19 +00:00
Felipe Pena
ba13c4e764 - Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException "SQLSTATE[] (null)") 2009-06-28 02:02:09 +00:00
Pierre Joye
8e83d9e8b8 - fix regression introduced by the fix for #48518 (Ilia, Rasmus) 2009-06-27 21:20:25 +00:00
Pierre Joye
4c82b63e44 - add license 2009-06-26 07:25:38 +00:00
Johannes Schlüter
0da1b677b3 Add test 2009-06-25 15:04:14 +00:00
Felipe Pena
a27158a76c - Fixed bug #48696 (ldap_read() segfaults with invalid parameters) 2009-06-25 14:48:53 +00:00
Ilia Alshanetsky
ac88f10ea0 Fixed bug #48678 (DateInterval segfaults when unserialising) 2009-06-25 12:41:41 +00:00
Scott MacVicar
0dc0af527b Fix bug #48679 - Crash in SQLite with count on an unbuffered query set 2009-06-25 00:04:07 +00:00
Greg Beaver
5010fec2f0 fix Bug #48681: openssl signature verification for tar archives broken in ext/phar, merge small fixes to phar.phar generation from PHP_5_3 2009-06-24 22:19:47 +00:00
Felipe Pena
d5cb9c95b4 - Fixed memleak when depth arg is less than zero 2009-06-24 17:39:36 +00:00
Pierre Joye
f4aa4c3272 - MF53: license for libgd 2009-06-24 11:47:46 +00:00
Dmitry Stogov
2cdd26b0b7 Fixed bug #48643 (String functions memory issue) 2009-06-24 08:53:44 +00:00
andy wharmby
a6967d58e2 Fix test 2009-06-23 23:00:54 +00:00
andy wharmby
7d60127c1e New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:30 +00:00
andy wharmby
0dfd8754a6 New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:42 +00:00
Gwynne Raskind
4817cf6b78 add S_IRWXU and friends as defined POSIX constants 2009-06-23 21:11:12 +00:00
Johannes Schlüter
6255234a6d Fix build problem (Kalle) 2009-06-23 18:14:03 +00:00
David Soria Parra
565e6bdbdf Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading' 2009-06-23 14:14:32 +00:00
Johannes Schlüter
ed4b37eb39 The experimental warning sohuld be in the configure output... 2009-06-23 13:19:22 +00:00