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

1587 Commits

Author SHA1 Message Date
Arnaud Le Blanc 34bb7e7112 Fixed tests (mostly MFB) 2009-04-25 21:12:23 +00:00
Sebastian Schürmann 9f8bf877ec Initial commit 2009-04-25 19:00:42 +00:00
Sebastian Schürmann da32e6e2d9 - Initial commit 2009-04-25 18:33:50 +00:00
Sebastian Schürmann ad8ab8ae5c Initial commit 2009-04-25 18:28:02 +00:00
Arnaud Le Blanc e10005e3fe Fix test 2009-04-24 21:50:15 +00:00
Arnaud Le Blanc 4c400890ed strip_tags() fixes:
- MFH5.3 (Fix bug when < is used within attribute.)
- Fix handling of case when searching for allowed tags in unicode variant
- tests for both unicode and binary variants
2009-04-24 21:23:47 +00:00
Arnaud Le Blanc 3bc34ef8c1 Fix tests (MFB, etc) 2009-04-24 19:47:43 +00:00
Arnaud Le Blanc e6b238275f Fix tests (mostly MFB) 2009-04-24 17:13:49 +00:00
andy wharmby a948f79a64 Fix test 2009-04-21 08:53:27 +00:00
Arnaud Le Blanc 1c4b26258e new test 2009-04-19 13:56:16 +00:00
Dmitry Stogov 701fe7630e - Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context
- Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked")
2009-04-16 10:34:15 +00:00
Antony Dovgal b258f302ac fix parse error 2009-04-15 20:56:49 +00:00
Antony Dovgal fe8901af9e fix test 2009-04-15 20:54:45 +00:00
Rasmus Lerdorf e965a7d95c Don't strip leading zeros on floating point numbers
and fix the test case
2009-04-09 16:08:34 +00:00
Ilia Alshanetsky 775421e821 MFB: Added test for php_sapi_name() 2009-04-09 13:29:15 +00:00
Rasmus Lerdorf 452f71b63c Fixed bug #44929 - Better handling of leading zeros
This is obviously not going to work for Unicode strings, but the whole
function needs to be rewritten, so keep it in synch with the other
branches for now.
2009-04-08 18:18:49 +00:00
Dmitry Stogov f970a1e5c3 Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
Matt Wilmas 9880e99dde Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:12 +00:00
Matt Wilmas 5557b49982 explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:04:17 +00:00
Arnaud Le Blanc f5e4506988 fix skip-if 2009-03-27 02:35:10 +00:00
Zoe Slattery ec3ee30a75 added skipif for root 2009-03-20 09:09:34 +00:00
Matt Wilmas 0c20069851 Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:02:05 +00:00
Scott MacVicar 43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +00:00
Christopher Jones eddf2540da Fix INI blocks 2009-03-17 01:50:34 +00:00
Dmitry Stogov 6401ae5c7e Fixed test 2009-03-16 15:00:11 +00:00
Dmitry Stogov d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Brian Shire b9a54927b4 Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:01 +00:00
Brian Shire b7ff76c6da Add proper EOF handling for language scanner. Fixes bug #46817. Removes dos newlines from a previous commit. 2009-03-11 22:11:41 +00:00
Kalle Sommer Nielsen caf1a0686b Fix tests 2009-03-08 06:19:40 +00:00
Kalle Sommer Nielsen 3980b634fd Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:46:20 +00:00
Felipe Pena c8a0d5b741 - New test 2009-02-18 22:53:44 +00:00
Zoe Slattery ef44fefd30 Increased the sleep() from 1 to 5 to prevent intermittent failures 2009-02-17 15:13:20 +00:00
Zoe Slattery d4c3c93a26 bug 46680 2009-02-17 10:34:10 +00:00
Zoe Slattery 150db492f6 fix tests 2009-02-16 20:08:02 +00:00
Zoe Slattery d1b12c9a30 exit -1 and exit -2 don't work for all sh. changed to exit 1 2009-02-16 13:15:49 +00:00
Antony Dovgal 0efa5b6d79 fix test 2009-02-15 21:48:07 +00:00
Moriyoshi Koizumi 1e2ad13cfc - Fix tests. 2009-02-15 07:04:59 +00:00
Zoe Slattery 3efea3ac4c splitting array_chunk into smaller tests 2009-02-14 10:29:22 +00:00
Felipe Pena 47114aaa8b - Improve test 2009-02-06 10:40:16 +00:00
Felipe Pena b72183b595 - New test 2009-02-06 10:18:40 +00:00
Nuno Lopes 8e2aa6f979 MFB: fix #46347 2009-02-02 19:25:30 +00:00
andy wharmby 32ea850bde New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:29 +00:00
andy wharmby cf39017ced New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
andy wharmby 3a400e979a New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:24 +00:00
andy wharmby d1980d9c57 New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
andy wharmby 054f6e1075 New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
andy wharmby 5e6736ac7a Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:06 +00:00
Antony Dovgal 0c6969bfd8 use example.com instead of real domain name 2009-01-25 23:26:30 +00:00
andy wharmby 5d1abfce5c Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
Ilia Alshanetsky 7264697c34 MFB: Improved fix for bug #47174 & added a test 2009-01-25 18:27:58 +00:00