Commit Graph

24314 Commits

Author SHA1 Message Date
Scott MacVicar
8e1f9c8acb Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings 2008-12-12 23:17:44 +00:00
Andrei Zmievski
540131adcb Add sort flags parameter to array_unique(). 2008-12-12 19:19:04 +00:00
Hannes Magnusson
c0dcb08ba8 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
Hannes Magnusson
effa82043b Fixed bug#46681 (mkdir() fails silently on PHP 5.3) 2008-12-12 12:40:58 +00:00
Pierre Joye
fcbf68fb8c - late MFB (sry): fix VC6 build 2008-12-12 10:33:05 +00:00
Rob Richards
03e656bc05 fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
2008-12-12 04:15:14 +00:00
Pierre Joye
adae8ea195 - MFB: fix build 2008-12-11 15:33:18 +00:00
Pierre Joye
81b283cc38 - fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)
2008-12-11 13:11:56 +00:00
Ant Phillips
8496060286 MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3). 2008-12-11 10:41:50 +00:00
Scott MacVicar
8497d67365 Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:08 +00:00
Scott MacVicar
86fe80b580 Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 2008-12-11 01:20:58 +00:00
Ilia Alshanetsky
2c16adedf7 MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
inside a binary or image column type)
2008-12-10 20:53:58 +00:00
Scott MacVicar
29ab16ee67 Fix segfault and potential security issue in imagerotate(). 2008-12-10 13:30:12 +00:00
Nuno Lopes
d3ec4e3630 MFB: export pcre API when using gcc 4 2008-12-10 10:16:20 +00:00
Ilia Alshanetsky
a16fb6e4b2 Comment out fprintf() use inside the library 2008-12-09 17:20:57 +00:00
Ilia Alshanetsky
153310949f MFB: Fixed missing initialization of uses when copying a curl handle 2008-12-09 17:17:49 +00:00
Antony Dovgal
475b6bd043 fix test 2008-12-09 14:49:12 +00:00
Pierre Joye
086c314171 - silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--; 2008-12-09 14:28:35 +00:00
Zoe Slattery
81337fa3a2 fix resource id 2008-12-09 13:43:00 +00:00
Hannes Magnusson
2f593a8866 ini_set() should return false on failure, not return the orginal value
and pretend everything is fine.
2008-12-09 13:02:27 +00:00
Hannes Magnusson
0ff6d5f45b MFB5.3: Fix test 2008-12-09 12:56:39 +00:00
Jani Taskinen
001a66ac7c - cat, tail, lift :) 2008-12-09 10:53:29 +00:00
Hannes Magnusson
70bb87687d MFB: Add test for runtime tightening of open_basedir 2008-12-09 10:21:27 +00:00
Zoe Slattery
30286f90b3 tests for imap_fetch_overview 2008-12-08 19:10:45 +00:00
Scott MacVicar
88d83aed01 Fix bug #46748, segfault when SSL has more than one error message. 2008-12-08 11:53:30 +00:00
Sanjay Mantoor
911adb13bb New testcases for idate function 2008-12-08 10:41:47 +00:00
Stanislav Malyshev
db4f96f255 improve windows version detection 2008-12-08 07:33:41 +00:00
Marcus Boerger
d74dea5b88 - Only show switch -y if available 2008-12-08 00:15:51 +00:00
Marcus Boerger
97cb6dd677 - When installing phar, make phar a link to phar.phar 2008-12-08 00:00:16 +00:00
Marcus Boerger
215167f7e9 - Remove more dead code 2008-12-06 15:24:33 +00:00
Marcus Boerger
d106e3a33e - Drop dead code 2008-12-06 15:14:46 +00:00
Rob Richards
97a63ab6b4 fix arginfo - these also accept SimpleXMLElement 2008-12-05 18:34:54 +00:00
Zoe Slattery
77c8e8ea2d FTP test from Nathaniel McHugh 2008-12-05 16:27:41 +00:00
Ant Phillips
4021b612bf Remove duff comment produced by the test generator tool 2008-12-05 14:18:00 +00:00
Ant Phillips
8c0a7983db Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 14:11:03 +00:00
Ant Phillips
0811347c26 MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 14:02:53 +00:00
Ant Phillips
ad29efe368 MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 13:13:15 +00:00
Zoe Slattery
90a4376f4d bug #46731 modification to previous fix 2008-12-05 11:57:24 +00:00
Mikko Koppanen
09ff537b36 Added test for bug #46739 2008-12-05 11:21:15 +00:00
Zoe Slattery
2ba01be7ce Update to use norsh flag 2008-12-05 10:59:08 +00:00
Stanislav Malyshev
b75a707ab1 fix test 2008-12-04 20:22:12 +00:00
Derick Rethans
308d4fa79a *** empty log message *** 2008-12-04 14:53:51 +00:00
Mikko Koppanen
81bba98a3e Fixes bug #46739 2008-12-04 13:12:49 +00:00
Felipe Pena
00d831fe2a - Fixed strange typos 2008-12-03 20:43:22 +00:00
Johannes Schlüter
67115cdf6a One more cleanup after running tests 2008-12-03 20:30:35 +00:00
Ant Phillips
7e2d3f2efb XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-03 19:09:17 +00:00
Felipe Pena
86f45fbac1 - Coverage++ 2008-12-03 16:20:29 +00:00
Ant Phillips
95c78609ef Put bug number in the XFAIL section for cross referencing 2008-12-03 12:39:54 +00:00
Johannes Schlüter
3d338dc43b Update credits 2008-12-03 11:44:46 +00:00
Johannes Schlüter
6a270c3bf8 Cleanup after running the tests ... 2008-12-03 11:27:11 +00:00