Marcus Boerger
0b300dac3a
- Update
2006-02-26 23:21:50 +00:00
Ilia Alshanetsky
2d02bedd9c
Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
2006-02-26 17:05:45 +00:00
Marcus Boerger
84fc80064b
- Update
2006-02-25 21:43:02 +00:00
Derick Rethans
016dbe414e
- MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allow
...
upper case specifiers.
#- See RFC 2047, section 2.
2006-02-24 16:05:38 +00:00
Michael Wallner
6520ff9afc
- fix crash with DOMImplementation::createDocumentType("name:")
2006-02-24 10:19:54 +00:00
Derick Rethans
521502f416
- MFH: Added support for exif date format
...
- MFH: Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy
format).
2006-02-24 09:44:56 +00:00
Ilia Alshanetsky
6d494f9725
Fixed bug #35900 (stream_select() should warning when tv_sec is negative).
2006-02-23 18:28:08 +00:00
Ilia Alshanetsky
f5241f165f
Fixed bug #36458 (sleep() accepts negative values).
2006-02-21 15:32:06 +00:00
Johannes Schlüter
c6cb1598be
- MFH: Rename reflection constants to fix parser conflicts
2006-02-20 23:33:32 +00:00
Ilia Alshanetsky
4ea898b79f
Fixed bug #36434 (Improper resolution of declaring class name of an
...
inherited property).
2006-02-20 15:27:45 +00:00
Michael Wallner
59fa57d232
BFN: fixed ext/hash/tiger on big endian platforms
2006-02-19 23:50:46 +00:00
Marcus Boerger
78516c7905
- Fixed bug #36436 (DBA problem with Berkeley DB4).
2006-02-18 17:11:06 +00:00
Ilia Alshanetsky
ce9dfedc69
Fixed bug #36420 (segfault when access result->num_rows after calling
...
result->close())
2006-02-16 16:03:27 +00:00
Antony Dovgal
716d22a8f6
MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
2006-02-15 20:44:55 +00:00
Antony Dovgal
8068342483
MFH: fix #36400 (Custom 5xx error does not return correct HTTP response error code)
2006-02-15 11:09:05 +00:00
Ilia Alshanetsky
3608dd4c11
Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
2006-02-14 14:26:11 +00:00
Derick Rethans
1a170a3de2
- Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).
2006-02-13 15:53:36 +00:00
Ilia Alshanetsky
1e05eec591
Fixed bug #36337 (ReflectionProperty fails to return correct visibility).
2006-02-13 14:49:26 +00:00
Dmitry Stogov
11187a40e0
Fixed bug #36205 (Memory leaks on duplicate cookies)
2006-02-13 12:18:16 +00:00
Ilia Alshanetsky
535a2e6092
Fixed bug #36351 (parse_url() does not parse numeric paths properly).
2006-02-12 16:39:44 +00:00
foobar
5fb8810c76
fix news
2006-02-11 11:23:57 +00:00
Antony Dovgal
08c4c9c202
MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)
2006-02-10 16:57:56 +00:00
Ilia Alshanetsky
f541b63e1f
Fixed bug #36334 (Added missing documentation about realpath cache INI
...
settings).
2006-02-08 23:43:48 +00:00
Ilia Alshanetsky
0a6b074034
Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
...
extended class commentary).
2006-02-08 00:36:57 +00:00
Dmitry Stogov
73605400e8
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
2006-02-07 12:49:10 +00:00
Pierre Joye
5f83d7ce90
- forgot the original credits
2006-02-07 00:38:15 +00:00
Pierre Joye
0473a11ca2
- entry for #36306
2006-02-07 00:27:04 +00:00
Dmitry Stogov
38409e944c
Fixed bug #36303 (foreach on error_zval produces segfault)
2006-02-06 11:45:56 +00:00
Dmitry Stogov
f2772ecc0d
Fixed bug #36283 (SOAPClient Compression Broken).
2006-02-06 10:16:03 +00:00
Antony Dovgal
aa920b8e00
MFH: fix #36295 (typo in SplFileObject::flock() parameter name)
2006-02-05 19:23:30 +00:00
Pierre Joye
3f68c2164b
- jpeg tolerant mode entry
2006-02-05 15:54:56 +00:00
Marcus Boerger
56db3290e2
- BFN
2006-02-05 12:04:46 +00:00
Rob Richards
c3c092bba6
BFN
2006-02-04 11:01:55 +00:00
Dmitry Stogov
aa1142eded
Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)
2006-02-03 16:30:09 +00:00
Antony Dovgal
52232a7f7a
fix #36010 (Segfault when re-creating and re-executing statements with bound parameters)
2006-02-03 14:46:42 +00:00
Dmitry Stogov
b179e081ab
Fixed bug #36268 (Object destructors called even after fatal errors)
2006-02-03 09:31:59 +00:00
Antony Dovgal
0506d1a9f5
fix #36258 (SplFileObject::getPath() may lead to segfault)
2006-02-02 12:19:14 +00:00
Dmitry Stogov
7dc9be77fc
Bug #36226 Inconsistent handling when passing potential arrays
2006-02-02 11:41:45 +00:00
Dmitry Stogov
7e7fcc3a07
Reimplement FastCGI interface
...
Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch. The result is actually slightly faster, and more importantly,
clear of any copyright issues.
2006-02-02 08:17:23 +00:00
Ilia Alshanetsky
d115747a24
Clarify new entries.
2006-02-01 17:05:38 +00:00
Joe Orton
8c55d477d8
MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
2006-02-01 13:52:46 +00:00
Antony Dovgal
b90d985a23
MFH: fix #36242 (Possible memory corruption in stream_select())
2006-02-01 10:31:57 +00:00
Derick Rethans
0249f6b6b6
- MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong results).
2006-01-31 18:44:19 +00:00
Antony Dovgal
3a800fe146
MFH: fix #36235 (ocicolumnname delivers empty results before a succesfull ocifetch)
2006-01-31 18:38:52 +00:00
Ilia Alshanetsky
6f66a63cda
Fixed bug #36222 (errorInfo in PDOException is always NULL).
2006-01-31 17:20:32 +00:00
Derick Rethans
657d5f086f
- Moved msession to PECL.
2006-01-31 08:11:35 +00:00
Ilia Alshanetsky
9b0f4a6234
Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows
...
affected by the operation).
2006-01-29 17:35:54 +00:00
foobar
af56d9f1d4
fix news
2006-01-29 15:25:10 +00:00
Pierre Joye
f16b8429da
- #36185 entry
2006-01-28 00:16:56 +00:00
Pierre Joye
9494521055
- imagepng filter enty
2006-01-27 20:11:54 +00:00