Commit Graph

6468 Commits

Author SHA1 Message Date
Arnaud Le Blanc
34bb7e7112 Fixed tests (mostly MFB) 2009-04-25 21:12:23 +00:00
Arnaud Le Blanc
1de42cc3cb gen 2009-04-25 21:09:23 +00:00
Arnaud Le Blanc
06d6eecd83 Fix version 2009-04-25 21:08:54 +00:00
Arnaud Le Blanc
a35363db1c Handle HEAD output handler flags
(fixes ext/standard/tests/general_functions/bug44394.phpt)
2009-04-25 21:07:07 +00:00
Arnaud Le Blanc
14e482909e Fix memleak in set_include_path()
(ext/standard/tests/file/file_put_contents_variation5.phpt)
2009-04-25 21:06:01 +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
ed413db14d Fix handling of escaped double quotes 2009-04-24 21:50:51 +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
Pierre Joye
a8b66c3777 - silent compiler warning 2009-04-20 06:55:11 +00:00
Pierre Joye
92c0740aaa - use the new OB API (and fix build) 2009-04-20 06:36:05 +00:00
Pierre Joye
466d7eb992 - nuke unused vars
- silent warnings
2009-04-20 06:35:43 +00:00
Arnaud Le Blanc
6b213bffb6 Better fix for #47997 2009-04-19 17:09:47 +00:00
Ilia Alshanetsky
8b72164991 MFB: Fixed bug #47937 (system() calls sapi_flush() regardless of output
buffering)
2009-04-19 15:00:11 +00:00
Arnaud Le Blanc
1c4b26258e new test 2009-04-19 13:56:16 +00:00
Arnaud Le Blanc
069c0fdc80 MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) 2009-04-19 13:50:25 +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
Ilia Alshanetsky
312a969a8e MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) 2009-04-15 14:25:20 +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
Andrei Zmievski
11960bfb40 Fix Rasmus's patch for bug #44929. 2009-04-08 20:12:27 +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
Scott MacVicar
e009672cd2 MFB Rebuild credits, was missed in previous RC 2009-04-02 09:24:16 +00:00
Kalle Sommer Nielsen
11d630b9e9 We dont need to escape % here, it just generates a compiler warning 2009-04-02 05:16:55 +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
Felipe Pena
6517b087aa - Removed unused declaration 2009-03-26 22:30:05 +00:00
Felipe Pena
b474e18f6c - Removed unused variables 2009-03-26 22:16:48 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Dmitry Stogov
e2923b2414 Fixed bug #47038 (Memory leak in include) 2009-03-25 15:24:51 +00:00
Zoe Slattery
ec3ee30a75 added skipif for root 2009-03-20 09:09:34 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
Felipe Pena
f3d11b4415 - Fix version && year++ 2009-03-17 23:02:22 +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
Pierre Joye
85181631ed - MFB: s,win32,windows, and add myself to the list 2009-03-17 15:38:24 +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