Commit Graph

45771 Commits

Author SHA1 Message Date
Pierre Joye
ebce328066 - MF53: len includes the NULL already 2009-09-03 19:11:30 +00:00
Dmitry Stogov
a6412a5e71 Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30) 2009-09-03 14:33:11 +00:00
Sebastian Bergmann
fa67b14651 Make invokeArgs() error messages consistent with invoke(). 2009-09-03 14:02:51 +00:00
Pierre Joye
e5f4d5841e - Fix sanity check for the color index in imagecolortransparent 2009-09-03 09:45:56 +00:00
Pierre Joye
409dbe66d4 - be sure to get all crt dbg errors in stderr 2009-09-02 20:02:17 +00:00
Ilia Alshanetsky
180c7ad8a9 Fixed return value to comply with tests 2009-09-02 13:07:44 +00:00
Pierre Joye
2ad1c921b7 - #27051, we need the thread token here, not the process 2009-09-02 01:59:17 +00:00
Pierre Joye
4cef4372ce - #27051, create process as impersonated user 2009-09-01 22:51:31 +00:00
Kalle Sommer Nielsen
8cdfa07dc0 Fix build 2009-09-01 20:12:02 +00:00
Pierre Joye
fd6f91ffed - #48746, revert previous about volume. Fix volume support to allow all mounted points (with or without drives) 2009-09-01 17:50:59 +00:00
Pierre Joye
d23c3869e0 - #48746, fix regression in readdir/scandir and mounted points or junctions on windows 2009-09-01 17:46:17 +00:00
Antony Dovgal
e163ed7875 add -g along with -O0 2009-09-01 15:13:02 +00:00
Kalle Sommer Nielsen
dcd43b5264 Fixes #49428 - Patch by Patrick Allaert 2009-09-01 14:05:00 +00:00
Patrick Allaert
321c9f2921 Added Tidy basic test for tidy_access_count 2009-09-01 13:06:52 +00:00
Patrick Allaert
f4ee7dee81 Added Tidy basic test for tidy_warning_count 2009-09-01 13:06:31 +00:00
Patrick Allaert
a137593541 Added Tidy basic test for tidy_error_count 2009-09-01 13:06:16 +00:00
Patrick Allaert
476569b691 Added Tidy basic test for tidy_config_count 2009-09-01 13:05:54 +00:00
Jani Taskinen
eb2f9ad0cc - Fixed zlib.deflate compress filter to actually accpet level parameter. 2009-08-31 21:18:55 +00:00
Zoe Slattery
c53880beca add missing skipifs 2009-08-31 19:22:29 +00:00
Antony Dovgal
1ad2044b80 nuke duplicated tests 2009-08-31 15:32:39 +00:00
Ilia Alshanetsky
820d7d28b7 Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). 2009-08-31 12:28:46 +00:00
Antony Dovgal
c3615ef874 export le_socket from ext/sockets 2009-08-31 08:41:03 +00:00
Zoe Slattery
36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Pierre Joye
61de1cbf1f - Fixed leak on error in popen/exec (and related functions) 2009-08-30 17:13:45 +00:00
Ilia Alshanetsky
0ff589c12d Bug #49391 ldap.c utilizing deprecated ldap_modify_s 2009-08-30 15:33:59 +00:00
Zoe Slattery
b08aef70ab More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
Zoe Slattery
53d2bbddfc bc math tests from testfest 2009 2009-08-30 11:10:20 +00:00
Zoe Slattery
acbc3d54f8 server for ftp tests 2009-08-30 09:31:54 +00:00
Zoe Slattery
d4ba889aa4 More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
Zoe Slattery
0ee945e727 Fixed to allow for http etc 2009-08-30 08:18:53 +00:00
Antony Dovgal
3a080e82f5 fix tests 2009-08-29 19:18:27 +00:00
Pierre Joye
acdd739c0b - Fix #48746, mounted volume support & resolution 2009-08-29 12:21:47 +00:00
andy wharmby
83b40961b7 New basic network function tests. Tested on Windows, Linux and Linux 64 bit 2009-08-28 22:46:43 +00:00
Zoe Slattery
157453148a More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Andrey Hristov
e8412fb61c Fix for bug#48745
mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields
2009-08-28 09:30:16 +00:00
Pierre Joye
5c7b133648 - fix VC6 build 2009-08-27 14:45:41 +00:00
Andrey Hristov
149914f644 Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd) 2009-08-27 13:16:39 +00:00
Andrey Hristov
2e92372322 Fix for bug#46614 Extended MySQLi class gives incorrect empty() result 2009-08-27 12:41:14 +00:00
andy wharmby
1d28a09b24 Fix tests. Add missing SKIPIF sections so test do not run when POSIX extension not available. 2009-08-27 12:21:19 +00:00
Pierre Joye
f8637584d9 - Fix for #48746, fix mounted volume and junctions when used from vista or later, they are actually prepended with \??\ 2009-08-27 09:39:01 +00:00
Patrick Allaert
552d8f4836 Added: Tidy basic test for getConfig() 2009-08-27 08:50:07 +00:00
Patrick Allaert
e9201af574 Added: Tidy test with invalid configuration options 2009-08-27 08:49:24 +00:00
Rasmus Lerdorf
0ca2db41a9 This needs to be larger to avoid an overflow on the bit-shifting in this function 2009-08-27 05:05:42 +00:00
Pierre Joye
24d9cfb97d - fix #49372, segfault in php_curl_option_url 2009-08-26 22:24:10 +00:00
Pierre Joye
5862937e5c - silent warning (fix for #28038) 2009-08-26 21:59:54 +00:00
Pierre Joye
c3ce7094a0 - fix #48746, regression with file operaiton on path with junctions 2009-08-26 20:44:05 +00:00
Pierre Joye
cf889a37ac - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vista/win7) 2009-08-26 19:57:01 +00:00
Pierre Joye
d39d0bc418 - fix build 2009-08-26 19:19:05 +00:00
Zoe Slattery
7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Pierre Joye
1a372313ca - fix test and use __DIR__ as usual 2009-08-26 16:07:05 +00:00