1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Commit Graph

6677 Commits

Author SHA1 Message Date
Scott MacVicar 0ad09c4d16 Part fix for bug #49224 2009-10-16 02:10:52 +00:00
Ilia Alshanetsky 0e9dbae4f8 Fixed bug #49855 (import_request_variables() always returns NULL). 2009-10-15 12:26:54 +00:00
Ilia Alshanetsky dbac311f99 Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes). 2009-10-14 01:32:07 +00:00
Moriyoshi Koizumi bbf9a7234a - Bug #49785: take 5. What the hell happened to me... 2009-10-13 05:18:37 +00:00
Moriyoshi Koizumi f55919cfa2 - Bug #49785: take 4 - typo. this flaw is unharmful since the return value of get_next_char() is only used when UTF-8 is specified to the third argument. 2009-10-12 14:29:45 +00:00
Moriyoshi Koizumi c2997af2fd - A couple more fix for my previous fix.
(one of the fix by Arnaud Le Blanc. Thanks!)
2009-10-11 23:52:33 +00:00
Moriyoshi Koizumi 593854a867 - More tests to go. 2009-10-09 17:13:05 +00:00
Moriyoshi Koizumi 04d30c947c - Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). 2009-10-09 10:02:38 +00:00
Ilia Alshanetsky f90c706a9a Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications).
# original patch by Florian Anderiasch
2009-10-05 14:45:54 +00:00
Rafael Machado Dohms 7f293b32a1 Fixing tests for head and wrong SKIPIF blocks 2009-09-29 14:34:06 +00:00
Rafael Machado Dohms c047bd6648 Adding tests for bug #49692 2009-09-28 22:57:41 +00:00
Rasmus Lerdorf f4c8961b14 Fix for bug #49698 2009-09-28 13:29:53 +00:00
Felipe Pena 275cd0d7d9 - Fixed mem leak 2009-09-25 01:46:58 +00:00
Ilia Alshanetsky e3f239c6ce Make tempnam() return FALSE on error as documented 2009-09-24 18:59:28 +00:00
Dmitry Stogov fe796df92d Fixed tests ("\r" and "\n" mismatch) 2009-09-23 16:34:05 +00:00
Dmitry Stogov 3c0dba4510 Fixed a bug in parameter passing/conversion API which caused tons of memleak and was the reason of ~1500 test failurs 2009-09-23 13:51:50 +00:00
Dmitry Stogov d906bd09f0 Fixed tests which fail from time to time because of race conditions ("echo" command didn't wait for all the data php tried to send and as result php got a SIGPIPE) 2009-09-22 14:52:47 +00:00
Jani Taskinen 7ae78572e2 - Move tests in the right location 2009-09-22 09:41:39 +00:00
Dmitry Stogov d79b83ed87 Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +00:00
Dmitry Stogov a7a3d28f6d Fixed tests 2009-09-21 11:38:14 +00:00
Hannes Magnusson f7aa838e1a And now use proper colspanning 2009-09-18 23:06:21 +00:00
Hannes Magnusson 043a86b31d Fix typo in comment (danbrown) 2009-09-18 22:26:44 +00:00
Hannes Magnusson 73028016ec Throw some credit around 2009-09-18 22:01:58 +00:00
Jani Taskinen 8974c5e051 - Fix skips 2009-09-10 15:05:49 +00:00
Ilia Alshanetsky 0a54e5b768 Fixed test 2009-09-10 02:15:08 +00:00
Kalle Sommer Nielsen e834d1a1f4 Experimental build support for VC10
- Contains newly introduced compiler warning fixes
 - configure now picks up VC10
2009-09-08 01:50:40 +00:00
Pierre Joye a733fe2521 - add test for #48746 2009-09-05 18:10:31 +00:00
Ilia Alshanetsky 820d7d28b7 Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). 2009-08-31 12:28:46 +00:00
Zoe Slattery 36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Zoe Slattery b08aef70ab More tests from 2009 testfest 2009-08-30 12:19:50 +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
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
Pierre Joye 5c7b133648 - fix VC6 build 2009-08-27 14:45:41 +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
Pierre Joye 3a5edf568e - add win32 version 2009-08-26 14:09:45 +00:00
Pierre Joye cf4841cd5b - fix test 2009-08-26 09:59:20 +00:00
Pierre Joye acbdbf2d49 Improved readlink, supress \??\ and use the drive syntax only 2009-08-25 23:51:04 +00:00
Pierre Joye 94d8307363 - fix #49047, touch may fail on directory 2009-08-25 09:16:53 +00:00
Pierre Joye 90498da2fb - fix test when part of the path is a symlink 2009-08-25 00:22:11 +00:00
Pierre Joye a7450bfc74 - fix test 2009-08-25 00:14:23 +00:00
Pierre Joye c8e9b49c4f - fix test 2009-08-24 19:19:43 +00:00
Pierre Joye 390c8204c4 - fix test 2009-08-24 18:45:45 +00:00
Pierre Joye 8747c631fc - fix test 2009-08-24 18:43:21 +00:00
Ilia Alshanetsky 45700b1c69 Don't clober variables 2009-08-24 18:40:13 +00:00
Jani Taskinen f3f8bd086e - Fixed bug #49286 (php://input (php_stream_input_read) is broken) 2009-08-20 12:40:15 +00:00
Jani Taskinen fd9a1fa1b3 - Merge missing commit by Ilia from PHP_5_3: Make filters without a resource throw E_RECOVERABLE_ERROR rather then E_ERROR 2009-08-20 12:19:49 +00:00
Jani Taskinen f6dcba571e - WS + CS + sync 2009-08-20 12:17:32 +00:00