1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

1595 Commits

Author SHA1 Message Date
foobar 1c593b7646 order 2004-02-03 06:44:45 +00:00
Ard Biesheuvel c9941f9d20 Interbase news 2004-02-02 15:44:03 +00:00
Moriyoshi Koizumi 0330fb2cbf - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets). 2004-01-31 22:36:33 +00:00
foobar 47f2943d0e order 2004-01-30 09:21:05 +00:00
Sara Golemon 18588497d7 Fix potential bug in http:// proxy support.
Some proxy servers require entire URI be sent in request string.

Add context option "http"/"request_fulluri" to allow this behavior.
2004-01-30 00:24:18 +00:00
Marcus Boerger 5ac404eb64 Fixed bug #27042 (SPL: SeekableIterator seek() broken). 2004-01-26 22:30:25 +00:00
Andrey Hristov ca3001faf8 entrt about feature request #24258 2004-01-25 14:00:59 +00:00
Marcus Boerger d51218f221 BFN 2004-01-25 13:33:43 +00:00
Marcus Boerger 386310ea02 BFN 2004-01-25 11:54:28 +00:00
Ilia Alshanetsky 17d420e5f7 Fixed bug #26938 (exec() has problems reading long lines). 2004-01-21 16:57:13 +00:00
Hartmut Holzgraefe c280629023 News update on new streams method 2004-01-21 10:20:45 +00:00
foobar 5908334ea3 BfN 2004-01-20 00:26:23 +00:00
Christian Stocker 37cc0df732 added missing dots.. 2004-01-19 17:30:35 +00:00
Christian Stocker d4488ccf2d Cosmetics and NEWS entry 2004-01-19 17:27:22 +00:00
Derick Rethans 067dfa7029 - SPL lives now in ext/ 2004-01-19 08:28:15 +00:00
foobar dce4e4c4b2 BFN 2004-01-19 02:43:25 +00:00
foobar b6b3443d0a - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.
2004-01-16 21:11:58 +00:00
foobar 88b2348f9f BFN 2004-01-16 11:18:37 +00:00
foobar 124e6c8b6d - Fixed bug #26844 (ext/mime_magic: magic file validation broken). 2004-01-15 06:09:16 +00:00
Ilia Alshanetsky b3853af0b7 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).
2004-01-14 21:17:09 +00:00
Ilia Alshanetsky 6e350b553b Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). 2004-01-14 17:08:27 +00:00
foobar c2785ecbf9 BFN 2004-01-13 18:06:31 +00:00
foobar 028fcd7ec3 oops.. 2004-01-11 14:06:37 +00:00
foobar a201e10c9b BFN 2004-01-11 14:06:16 +00:00
Ilia Alshanetsky f4828675eb sqlite news 2004-01-09 01:38:13 +00:00
foobar 4db2d84efa BFN 2004-01-07 23:53:48 +00:00
Ilia Alshanetsky d4c19ed2d2 Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly).
2004-01-06 20:07:07 +00:00
foobar 2e2d5d78f0 BFN 2004-01-05 14:31:48 +00:00
Derick Rethans 6923a16c26 - Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.
2004-01-03 13:51:02 +00:00
Marcus Boerger 5d58aff217 BFN 2004-01-02 03:27:43 +00:00
foobar 926504978b dotdotdot.. 2004-01-02 02:34:53 +00:00
Marcus Boerger 865738238f BFN 2003-12-31 12:21:02 +00:00
Georg Richter 9285d613f5 fixed problems with longlong values in mysqli 2003-12-31 08:57:09 +00:00
foobar 4a94097986 cleanup 2003-12-31 01:27:35 +00:00
Rob Richards db9af58184 BFN 2003-12-29 16:45:59 +00:00
Marcus Boerger 2788bb8a15 BFN 2003-12-29 12:39:07 +00:00
Marcus Boerger 7980195d7c BFN 2003-12-27 23:01:04 +00:00
Marcus Boerger a84f8156ff Bugfix #25038 (call_user_func issues warning if function throws exception) 2003-12-27 21:10:34 +00:00
Rob Richards 563be668b8 Fixed bug #26723 2003-12-27 10:33:26 +00:00
Marcus Boerger c6cb00fe59 Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).
2003-12-23 10:45:10 +00:00
Georg Richter bbae05b957 #fixed bug #26680 2003-12-23 06:28:12 +00:00
Marcus Boerger 4e24057380 Update 2003-12-22 22:59:44 +00:00
Marcus Boerger 37d9a9f150 BFN 2003-12-22 22:33:45 +00:00
Ilia Alshanetsky a8c58f1d79 Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). 2003-12-22 16:32:29 +00:00
Marcus Boerger 06788f0438 Fixed bug #26675 (Segfault on ArrayAccess use)
Update NEWS
2003-12-22 16:27:14 +00:00
Zeev Suraski 86e776470c Update date 2003-12-21 18:30:31 +00:00
Wez Furlong 1402825b3d Moved ext/notes to PECL.
(win32 only, and doesn't build on snaps.php.net)
2003-12-19 17:13:20 +00:00
Andi Gutmans a43d420f0a - Update date 2003-12-19 13:37:39 +00:00
Ilia Alshanetsky 79848fa885 Added sqlite_fetch_column_types() function. 2003-12-18 21:28:00 +00:00
Marcus Boerger c69fb4133d dded qdbm handler (http://qdbm.sourceforge.net). 2003-12-18 20:25:21 +00:00