Commit Graph

43951 Commits

Author SHA1 Message Date
Antony Dovgal
8763cf64c8 cleanup garbage 2009-01-09 23:16:41 +00:00
Antony Dovgal
353d44470c MF52: fix test: don't create tmp files in "." and clean up when done 2009-01-09 23:12:30 +00:00
Antony Dovgal
ae66becc2b use temp var instead of wrong typecast 2009-01-09 22:50:45 +00:00
David Soria Parra
4edee64c6c Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 2009-01-09 22:13:40 +00:00
Antony Dovgal
f4e5ed247c add zend_ts_hash_copy_to_hash() 2009-01-09 19:16:02 +00:00
Antony Dovgal
fe5b155288 change functions to be consistent between branches 2009-01-09 18:23:45 +00:00
Ilia Alshanetsky
af28e3443f Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened
files.
2009-01-09 17:20:57 +00:00
Antony Dovgal
ae6b1d2216 fix ZTS build 2009-01-09 16:33:57 +00:00
Ilia Alshanetsky
968e7af6cf MFB: Added mail logging functionality that allows logging of mail sent via
mail() function
2009-01-09 15:00:36 +00:00
Johannes Schlüter
3bc6285560 Fix #46653 mysqlnd: can't extend mysqli 2009-01-09 14:28:31 +00:00
Sanjay Mantoor
44fd24fe0f New testcases for localtime function 2009-01-09 05:10:33 +00:00
a555fc7dd4 ChangeLog update 2009-01-09 01:32:25 +00:00
Antony Dovgal
3e9606d2cf use correct check for constants and stop segfaulting 2009-01-08 22:35:30 +00:00
Antony Dovgal
2650366fd8 fix test for real 2009-01-08 22:02:53 +00:00
Antony Dovgal
bd336b90ba fix tests 2009-01-08 22:00:27 +00:00
Antony Dovgal
5e51b9529e fix test
use bigger file to be able to see the difference
2009-01-08 21:53:36 +00:00
andy wharmby
685a81b895 New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:18:37 +00:00
Arnaud Le Blanc
2c0bbb81d7 XFAIL test 2009-01-08 18:58:22 +00:00
Felipe Pena
2aae851d58 - Fixed tests 2009-01-08 18:46:55 +00:00
Felipe Pena
57470a9bfd - Fixed bug #47037 (No error when using fopen with emty string)
Patch by Cristian Rodriguez R.
2009-01-08 18:43:12 +00:00
Arnaud Le Blanc
6bc39dc96c Fix memleak when a user filter appends a bucket and returns != PSFS_PASS_ON
Improved tests
2009-01-08 18:39:04 +00:00
Antony Dovgal
073f4b92d2 fix ZTS build 2009-01-08 18:37:59 +00:00
Felipe Pena
6e860e51d4 - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record) 2009-01-08 17:19:08 +00:00
Arnaud Le Blanc
b8708d43f6 Fixed error conditions handling in stream_filter_append() 2009-01-08 17:01:11 +00:00
Ilia Alshanetsky
c96bd54b53 MFB: Improved parameter fixing & address a compiler warning 2009-01-08 16:15:45 +00:00
andy wharmby
4aa3d06632 Fix bogus file tests - addresses 2 failures in PHP GCOV reports. Tested on Windows, Linux and Linux 64 bit 2009-01-08 10:39:50 +00:00
2e6d408b11 ChangeLog update 2009-01-08 01:32:26 +00:00
Ilia Alshanetsky
a1691839eb MFB: Simplify parameter parsing 2009-01-08 00:41:33 +00:00
Felipe Pena
b4e7e9a3e7 - Removed WRONG_PARAM_COUNT usage 2009-01-08 00:11:57 +00:00
Felipe Pena
7253ab4b22 - Fixed test 2009-01-07 23:04:15 +00:00
Felipe Pena
1df189d977 - More suitable parameter checking 2009-01-07 22:54:43 +00:00
Andrei Zmievski
78aff40ad6 MFB 2009-01-07 22:37:25 +00:00
Felipe Pena
ef7eb282fd - New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS
2009-01-07 22:37:08 +00:00
Andrei Zmievski
8ef4ac5ebb MFB 2009-01-07 22:13:07 +00:00
Antony Dovgal
eeffb5ee30 fix test 2009-01-07 22:12:02 +00:00
Antony Dovgal
d36dc698dd fix test 2009-01-07 21:23:01 +00:00
Felipe Pena
d540516e1c - Fixed test 2009-01-07 20:32:35 +00:00
Felipe Pena
d2287d7701 - Added check for EWOULDBLOCK
- Using EWOULDBLOCK instead of EAGAIN by portability issues
(Related to #46917)
2009-01-07 20:19:17 +00:00
Felipe Pena
22537b3c85 - Fixed duplicate errmsg 2009-01-07 18:25:50 +00:00
Johannes Schlüter
c7e001a736 Proper ctor usage (Fix #46044) 2009-01-07 16:29:42 +00:00
andy wharmby
f9971f86d7 New pcre extension tests. Tested on Windows, Linux and Linux 64-bit 2009-01-07 14:49:15 +00:00
Derick Rethans
c1dec4858c - Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject). 2009-01-07 14:35:50 +00:00
andy wharmby
84cd47bdb5 New hash extension tests. Tested on Windows, Linux and Linux 64-bit 2009-01-07 14:30:06 +00:00
Pierre Joye
697931b765 - MFB: declaration and impl match 2009-01-07 13:03:37 +00:00
Pierre Joye
10367ae921 - fix parameter parsing options 2009-01-07 12:59:17 +00:00
Pierre Joye
2dcc8c0393 - MFB: sanity check if we got an A as well (valid too but not desired) 2009-01-07 01:37:01 +00:00
dbad89ad5e ChangeLog update 2009-01-07 01:32:34 +00:00
Pierre Joye
34b620d2ff - MFB: fix build for win 2009-01-06 23:51:03 +00:00
Pierre Joye
bc11374533 - [DOC] MFB: VC6 does not have NAPTR 2009-01-06 23:50:30 +00:00
Ilia Alshanetsky
6973cd82d1 MFB: Arg parsing cleanup 2009-01-06 23:46:22 +00:00