Commit Graph

24561 Commits

Author SHA1 Message Date
Dave Kelsey
a7de3bcb64 final collection of zlib tests. tested on linux, windows and linux 64 bit 2009-01-22 14:14:54 +00:00
andy wharmby
f0c173aa35 New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-22 14:11:14 +00:00
andy wharmby
c8043b2ab3 Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit 2009-01-22 13:50:48 +00:00
andy wharmby
9539c83095 New image tests. Tested on Windows, LInux and Linux 64 bit 2009-01-22 13:27:33 +00:00
Dave Kelsey
7019ce175f correct minor mistakes in the php6 version of the zlib tests 2009-01-21 22:26:48 +00:00
Jani Taskinen
4297b99776 - Fix typo 2009-01-21 19:22:19 +00:00
Dmitry Stogov
494f56c870 Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD 2009-01-21 19:11:50 +00:00
Ilia Alshanetsky
c706c84c7f MFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as
terminator)
2009-01-21 15:45:45 +00:00
Derick Rethans
83e9d1c253 - Updated to version 2009.1 (2009a) 2009-01-21 15:24:58 +00:00
Dave Kelsey
df3fa8ed4b new tests for zlib extension, tested on windows, linux and linux64 2009-01-21 15:24:11 +00:00
andy wharmby
6b94439d17 New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows, Linux and Linux 64 bit 2009-01-21 12:28:33 +00:00
andy wharmby
bcdc76300c New gzencode() test. php6 tets fails currentlly due to #47178. Tested on Windows, Linux and Linux 64 bit 2009-01-21 11:39:13 +00:00
Sanjay Mantoor
23f3a4428a New testcases for strftime function 2009-01-21 10:49:41 +00:00
andy wharmby
28a5871e87 New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit 2009-01-20 23:37:49 +00:00
andy wharmby
ff9642d482 Fix SKIPIF logic 2009-01-20 23:19:47 +00:00
andy wharmby
0ce35ae860 New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:39 +00:00
Felipe Pena
798f7b7088 - Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored) 2009-01-20 20:02:37 +00:00
Ilia Alshanetsky
22839f881e MFB: Added an E_NOTICE when precision value is truncated 2009-01-20 18:03:33 +00:00
Felipe Pena
2d150236d9 - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results) 2009-01-20 15:41:04 +00:00
andy wharmby
9c2283fe02 New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:40 +00:00
Dmitry Stogov
b5c6e15ab8 Removed wrong warning message 2009-01-20 13:22:26 +00:00
Dmitry Stogov
2c2ba5c2c3 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:23:04 +00:00
Scott MacVicar
32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 2009-01-20 09:57:26 +00:00
Pierre Joye
a351279a2f - MFB
- [DOC] add support for fnmatch() on Windows
 - enable tests (pass)
2009-01-20 01:41:19 +00:00
Felipe Pena
d86a33a6fc - Added missing "return;" 2009-01-20 00:40:16 +00:00
Scott MacVicar
21a2772da4 Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. 2009-01-20 00:24:05 +00:00
Scott MacVicar
06e0b261b3 MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 2009-01-19 22:45:29 +00:00
Ilia Alshanetsky
ca5cd2f52b MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). 2009-01-19 21:58:13 +00:00
andy wharmby
4fb370c1ff New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 17:13:17 +00:00
Takeshi Abe
f436bb3087 bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number. 2009-01-19 16:35:40 +00:00
Zoe Slattery
d03ca98d06 fixing the test to expect PHP6 and PHP53 behaviour 2009-01-19 16:15:17 +00:00
andy wharmby
2c593dd95c New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:40 +00:00
andy wharmby
ce85cecb55 New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:45 +00:00
andy wharmby
8be7bef0a6 New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:36 +00:00
Takeshi Abe
a98959be35 fixed the bug of libgd #191 (A circle becomes square) 2009-01-19 15:41:15 +00:00
Dave Kelsey
fc4a0d3886 new tests for zlib extension, tested on windows, linux and linux64 2009-01-19 14:03:19 +00:00
Antony Dovgal
9ea96c467a fix memleaks in sscanf() 2009-01-19 09:52:14 +00:00
Pierre Joye
0eee659e5a - include php win32's time.h 2009-01-19 02:31:18 +00:00
Felipe Pena
75a31bacb1 - Fixed bug #47048 (Segfault with new pg_meta_data) 2009-01-18 23:49:11 +00:00
andy wharmby
be123b0de8 New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:00 +00:00
andy wharmby
310cc4c912 New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:36 +00:00
andy wharmby
ef6e2c572e New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:43 +00:00
Ilia Alshanetsky
784801cdbd MFB: Upgraded bundled sqlite3 to 3.6.10 2009-01-18 18:03:36 +00:00
andy wharmby
4786d297ad New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:25 +00:00
andy wharmby
5235b762e3 New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:34:15 +00:00
andy wharmby
364cf9ae6b New money_format() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 22:52:12 +00:00
Felipe Pena
37a953d466 - Removed XFAIL 2009-01-17 20:42:05 +00:00
Felipe Pena
ca0451c6f9 - Fixed bug #47102 (strripos issues unexpected warning with UNICODE haystack) (Noticed by Andy Wharmby) 2009-01-17 20:36:22 +00:00
Felipe Pena
fd175c9940 - Fixed test 2009-01-17 18:29:17 +00:00
andy wharmby
5fee85753e New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:40:56 +00:00