1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

20725 Commits

Author SHA1 Message Date
Rob Richards 18b63c9d58 MFH: fix bug #44648 (Attribute names not checked for wellformedness)
add test
fix some warnings
2008-04-17 20:21:04 +00:00
Felipe Pena 08d56fca4c - Fixed typo 2008-04-17 11:08:13 +00:00
Ilia Alshanetsky 683aa8d1cc Hash extension is no longer experimental 2008-04-16 21:53:41 +00:00
Antony Dovgal ac6310550f MFH: use new parameter parsing API 2008-04-16 14:21:04 +00:00
Antony Dovgal 00e406ec41 plug minor memleak 2008-04-16 13:20:59 +00:00
Andrey Hristov de560f3161 MFB: Update CVS from the development tree 2008-04-16 12:57:38 +00:00
Ilia Alshanetsky 753529325e MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n)
2008-04-15 15:48:20 +00:00
Antony Dovgal 7f03b0550f MFH: remove -ldl 2008-04-15 12:47:33 +00:00
Jani Taskinen 8401580c37 MFH 2008-04-15 09:02:40 +00:00
Jani Taskinen 85ad3851e9 MFH 2008-04-15 08:44:21 +00:00
Scott MacVicar 944061ba37 Fixed bug #44720 (Prevent infinite recursion within session_register) 2008-04-15 00:59:04 +00:00
Ilia Alshanetsky f0563a2068 Fixed test 2008-04-14 23:17:30 +00:00
Felipe Pena 1cb417edd7 - Fixed test 2008-04-14 17:24:11 +00:00
Etienne Kneuss 8664b5dc68 MFH: Fix dns_check_proto (related to #44723) 2008-04-14 16:50:11 +00:00
Hannes Magnusson f0b7073308 [DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all()
to list ini entries key=>current_value like config_get_hash() did.
2008-04-14 15:32:42 +00:00
Hannes Magnusson 72080950ab Fixed bug#44716 (Progress notifications incorrect) 2008-04-14 12:16:07 +00:00
Hannes Magnusson ef78497f78 MFH: Add "params" argument to stream_context_create() 2008-04-14 08:15:11 +00:00
Antony Dovgal eb5afe0eda fix ZTS build and sync with HEAD 2008-04-14 07:49:00 +00:00
Hannes Magnusson 5fcd85240b Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments) 2008-04-13 22:35:27 +00:00
Greg Beaver 217b911d0e fix test 2008-04-13 21:27:18 +00:00
Felipe Pena fce4f9600e MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) 2008-04-11 19:06:12 +00:00
Robin Fernandes ad534b35c1 Fix test parse_url_variation_002.phpt for 64bit platforms. 2008-04-11 14:35:06 +00:00
Antony Dovgal f5a7642277 fix tests 2008-04-11 11:05:56 +00:00
Antony Dovgal c300f98ee0 MFH: fix 2 segfaults in ZTS mode 2008-04-11 11:00:03 +00:00
Steve Seear ca3391f44c POSIX extension error tests 2008-04-11 09:33:08 +00:00
Steve Seear d096787fbf POSIX extension variation tests 2008-04-11 09:28:07 +00:00
Robin Fernandes bcd9a07d6c Adding some tests for ereg and url functions. 2008-04-11 08:57:17 +00:00
Marcus Boerger aa64c6727c - MFH No longer allow to disable pcre 2008-04-10 19:42:32 +00:00
Nuno Lopes 93c676992d add SKIPIF
# Patch by Christian Hoffmann
2008-04-10 19:13:59 +00:00
Nuno Lopes 8dc8b63cca fix SKIPIFs
# Patch by Christian Hoffmann
2008-04-10 18:50:42 +00:00
Philip Olson 5b69959a92 MFH: Updated the documentation credits 2008-04-10 05:31:53 +00:00
Marcus Boerger 26f7d6e48b - MFH SPL can no longer be disabld as discussed some time ago (checked back with RM) 2008-04-09 21:53:00 +00:00
Etienne Kneuss 54b70b6015 MFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir) 2008-04-09 19:01:12 +00:00
Felipe Pena e3040a0815 MFB: Fixed bug #44678 (spliti error message includes wrong function name) 2008-04-09 13:51:09 +00:00
Jani Taskinen a27b306d25 MFH: Missing basic single ini file test (bug #44574) 2008-04-08 12:33:54 +00:00
Jani Taskinen ee42eca5d8 - Generated with re2c 0.13.4 2008-04-08 12:17:04 +00:00
Jani Taskinen 9646a59ac0 - Fix test. 2008-04-08 12:00:15 +00:00
Jani Taskinen 04ea6d79d5 MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly) 2008-04-08 08:42:24 +00:00
Andrey Hristov 46e3d3a4d8 Fix snapshot build 2008-04-08 07:45:49 +00:00
Ilia Alshanetsky f728678bb8 Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid) 2008-04-08 00:01:48 +00:00
Christopher Jones df86a8d398 Test updates 2008-04-07 21:55:53 +00:00
Christopher Jones 9389c68310 Fix OCIPing 10.2 macro 2008-04-07 21:55:43 +00:00
Christopher Jones 51c5220adb PECL #13523 (x86_64 build). Make OCI8 buildable with PHP 4.3.9. 2008-04-07 21:55:20 +00:00
Derick Rethans e22155e848 - MFH: Fixing returned offset.
- MFH: Algorithm optimization.
2008-04-07 17:44:03 +00:00
Derick Rethans e64dc309f9 - MFH: Fixed test cases. 2008-04-07 17:41:58 +00:00
Etienne Kneuss a1e0945143 MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively 2008-04-07 10:44:59 +00:00
Ilia Alshanetsky 8d8e9d273b Fixed bug #44603 (Order issues with Content-Type/Length headers on POST) 2008-04-06 15:21:24 +00:00
Felipe Pena 14b2f7606b MFB: Fixed bug #44591 (imagegif's filename parameter). 2008-04-04 17:42:18 +00:00
Joe Orton c3474b9116 MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
(stotty at tvnet dot hu)
MFH: Fix another case of a broken stream->fd cast in 64-bit builds.
2008-04-04 13:02:48 +00:00
Antony Dovgal 6157fc7681 MFH: fix folding 2008-04-04 07:47:58 +00:00