Dave Kelsey
2a4fc75c54
various network tests. tested on windows, linux, linux 64 bit
2009-01-23 15:34:21 +00:00
Zoe Slattery
3bda2b9689
IMPA fetchheader tests
2009-01-23 15:31:35 +00:00
andy wharmby
294364dfee
Fix names of new image files.
2009-01-23 11:18:36 +00:00
Zoe Slattery
1efa1bae64
fix tests
2009-01-23 09:43:35 +00:00
Zoe Slattery
e7c8c5d526
fix tests
2009-01-23 09:23:22 +00:00
andy wharmby
d8ab16b683
New image tests. Tested on WIndows, Linux and Linux 64 bit
2009-01-22 22:59:57 +00:00
Zoe Slattery
62c51d8d2d
fixed test
2009-01-22 22:04:34 +00:00
Johannes Schlüter
074b084852
MFH: export mysql_refresh
...
[DOC] This makes mysql_refresh() as described in
http://dev.mysql.com/doc/refman/6.0/en/mysql-refresh.html
available as mysqli_Refresh() and mysqli->refresh()
MYSQLI_REFRESH_BACKUP_LOG is only available when linking libmysql 6.0
or mysqlnd
2009-01-22 21:01:58 +00:00
Zoe Slattery
20b20bbdb3
fixed test
2009-01-22 20:52:33 +00:00
Dave Kelsey
4ce8a47875
fstat tests. tested on windows, linux and linux 64 bit
2009-01-22 20:49:42 +00:00
andy wharmby
023db07910
New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit
2009-01-22 18:47:46 +00:00
Ilia Alshanetsky
ea61c335e4
Fixed execution condition
2009-01-22 14:40:20 +00:00
Dave Kelsey
163fedcd61
final collection of zlib tests. tested on linux, windows and linux 64 bit
2009-01-22 14:14:50 +00:00
andy wharmby
0d4228940c
New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-22 14:11:08 +00:00
andy wharmby
c70c7ca7f9
Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit
2009-01-22 13:50:45 +00:00
andy wharmby
be84cfa327
New image tests. Tested on Windows, LInux and Linux 64 bit
2009-01-22 13:27:32 +00:00
andy wharmby
ba5407d065
Fix test
2009-01-22 00:23:01 +00:00
Jani Taskinen
d331023b5f
MFH: fix typo
2009-01-21 19:22:39 +00:00
Dmitry Stogov
a928b88da9
Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD
2009-01-21 19:07:40 +00:00
Ilia Alshanetsky
bd9ad75f41
Fixed bug #47174 (base64_decode() interprets pad char in mid string as
...
terminator)
2009-01-21 15:38:37 +00:00
Derick Rethans
9942dde8bd
- Updated to version 2009.1 (2009a)
2009-01-21 15:25:08 +00:00
Dave Kelsey
7d8c189a6d
new tests for zlib extension, tested on windows, linux and linux64
2009-01-21 15:24:13 +00:00
Antony Dovgal
30a0135d18
fix tests
2009-01-21 12:50:10 +00:00
andy wharmby
f1c66c9229
New gzuncompress() test. php6 tets fails currentlly due to #47179 . Tested on Windows, Linux and Linux 64 bit
2009-01-21 12:28:32 +00:00
andy wharmby
435d194059
New gzencode() test. php6 tets fails currentlly due to #47178 . Tested on Windows, Linux and Linux 64 bit
2009-01-21 11:39:11 +00:00
Sanjay Mantoor
5b75dd317f
New testcases for strftime function
2009-01-21 10:51:04 +00:00
andy wharmby
65b60a54fe
New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit
2009-01-20 23:37:47 +00:00
andy wharmby
de5f62bba9
Fix SKIPIF logic
2009-01-20 23:19:44 +00:00
andy wharmby
6a5b8a57e5
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
2009-01-20 22:54:36 +00:00
Felipe Pena
f1aadc30ea
- MFH: Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)
2009-01-20 20:03:04 +00:00
Ilia Alshanetsky
49295515d7
Added an E_NOTICE when precision value is truncated
2009-01-20 18:02:35 +00:00
Felipe Pena
0b3afcf67b
- MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)
2009-01-20 15:41:23 +00:00
andy wharmby
d4e765f4a6
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
2009-01-20 14:19:31 +00:00
Dmitry Stogov
666bf10d1a
Removed wrong warning message
2009-01-20 13:21:52 +00:00
Dmitry Stogov
d1958eeea8
Fixed bug #47165 (Possible memory corruption when passing return value by reference)
2009-01-20 11:22:45 +00:00
Scott MacVicar
5b79c37500
MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
2009-01-20 09:57:34 +00:00
Pierre Joye
d0c201d3f4
- [DOC] add support for fnmatch() on Windows
...
- enable tests (pass)
2009-01-20 01:40:06 +00:00
Felipe Pena
d29e47652f
- MFH: Added missing "return;"
2009-01-20 00:43:25 +00:00
Scott MacVicar
4b02b12f54
MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised.
2009-01-20 00:24:13 +00:00
Scott MacVicar
6d406ccedf
Fixed bug #47141 - Unable to fetch error messages after the database can't be opened.
2009-01-19 22:43:58 +00:00
Ilia Alshanetsky
2b456001da
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
2009-01-19 21:58:02 +00:00
andy wharmby
71d0cd594c
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 17:13:18 +00:00
Takeshi Abe
78ca92f77b
MFH: bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.
2009-01-19 16:35:58 +00:00
Zoe Slattery
f9de6e62a9
fixing the test to expect PHP6 and PHP53 behaviour
2009-01-19 16:16:48 +00:00
andy wharmby
a7e129f217
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 16:03:44 +00:00
andy wharmby
0a34f4ad2c
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 15:54:47 +00:00
andy wharmby
68b5346285
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
2009-01-19 15:46:41 +00:00
Takeshi Abe
c422d15d0e
MFH: fixed the bug of libgd #191 (A circle becomes square)
2009-01-19 15:43:48 +00:00
Dave Kelsey
8f9ec4238f
new tests for zlib extension, tested on windows, linux and linux64
2009-01-19 14:03:08 +00:00
Antony Dovgal
357ed77aea
MFH: fix memleaks in sscanf()
2009-01-19 09:52:24 +00:00