Felipe Pena
eff8a93ded
- MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)
2008-09-23 23:10:01 +00:00
Rob Richards
842b350891
MFH: fix hints causing phpdoc crash
2008-09-22 15:10:24 +00:00
Felipe Pena
d7064d84cb
- BFN #46088
2008-09-22 13:17:58 +00:00
Felipe Pena
c1b5abf605
- MFH: Fixed bug #46088 (RegexIterator::accept - segfault)
2008-09-22 13:15:16 +00:00
Greg Beaver
e6f7b32deb
fix Bug #46147 : after stream seek, appending stream filter reads incorrect data
2008-09-22 01:25:44 +00:00
Arnaud Le Blanc
fe49acfcb9
MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
2008-09-20 22:12:59 +00:00
Antony Dovgal
10b69e0f0f
fix test
2008-09-18 13:26:05 +00:00
Antony Dovgal
31458c1a0d
fix typo
2008-09-18 13:23:00 +00:00
Antony Dovgal
64125d247f
fix test
2008-09-18 08:39:23 +00:00
Johannes Schlüter
0f6e281034
MFH Fix #44424 (Extending PDO/MySQL class with a __call() function doesn't work)
2008-09-16 23:37:35 +00:00
Antony Dovgal
03f74b711e
MFH
2008-09-16 14:36:39 +00:00
Derick Rethans
8f037b3fe4
- Updated to version 2008.6 (2008f)
2008-09-15 18:03:10 +00:00
Dmitry Stogov
11900b10a3
Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
...
some 64bit test files may need to be fixed
2008-09-15 11:47:03 +00:00
Ilia Alshanetsky
929a21247c
MFB: Fixed bug #45580 (levenshtein() crashes with invalid argument)
2008-09-14 05:15:15 +00:00
Moriyoshi Koizumi
772cf98e95
- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.
...
(noticed by Antony. Thanks!)
2008-09-13 19:53:53 +00:00
Moriyoshi Koizumi
6a4057d932
- MFH: Properly initialize/finalize the library. This plugs the leaks caused by
...
onig_new().
2008-09-13 02:34:23 +00:00
Moriyoshi Koizumi
a86756745c
- MFH: WS
2008-09-13 00:24:12 +00:00
Moriyoshi Koizumi
0caab530d5
- MFH: Add missing =DIR
2008-09-13 00:14:49 +00:00
Moriyoshi Koizumi
1d7f071044
- Remove unexposed functions.
2008-09-12 23:56:06 +00:00
Moriyoshi Koizumi
2dd8e6ec27
- MFH: Use memcmp() for binary safety.
2008-09-12 23:37:21 +00:00
Felipe Pena
071deec12a
- MFH: Fixed unexpected zval changes
2008-09-12 01:16:55 +00:00
Arnaud Le Blanc
114982b068
MFH: Fixed #46053 (SplFileObject::seek - Endless loop)
2008-09-11 15:32:15 +00:00
Arnaud Le Blanc
9b04ebc3c8
MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)
2008-09-11 15:24:12 +00:00
Rob Richards
914437fd97
BFN
2008-09-11 14:24:28 +00:00
Rob Richards
7d5fe7701b
MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested array)
...
add test
2008-09-11 14:23:33 +00:00
Rob Richards
88bce658af
MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
...
add test
2008-09-11 14:18:27 +00:00
Rob Richards
6a2daa2673
BFN
2008-09-10 16:29:42 +00:00
Rob Richards
01d4ee611e
MFH: fix bug #46003 (isset on nonexisting node return unexpected results)
...
add test
2008-09-10 16:29:18 +00:00
Rob Richards
972a2192f4
BFN
2008-09-10 15:41:04 +00:00
Rob Richards
77494520a4
MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)
2008-09-10 15:40:34 +00:00
Felipe Pena
56ed148d64
- MFB: Fixed mem. leak
2008-09-10 13:48:14 +00:00
Felipe Pena
098c1b5397
- Union #45226 + #18916
2008-09-10 13:26:38 +00:00
Rob Richards
c5ff10fdc9
BFN
...
fix order
2008-09-10 11:22:40 +00:00
Rob Richards
6dc4be7100
MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)
...
add test
2008-09-10 11:21:48 +00:00
Arnaud Le Blanc
667a563da0
MFH: Fix test
2008-09-10 11:12:38 +00:00
Felipe Pena
e4c744789d
BFN #45226 , #18916
2008-09-10 00:20:49 +00:00
Felipe Pena
da2f2ab130
MFH:
...
- Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
Fixed bugs:
#45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string)
#18916 (xmlrpc_set_type() "not working")
2008-09-10 00:09:04 +00:00
Arnaud Le Blanc
fe30db5faf
MFH: Fixed bug #46031 (Segfault in AppendIterator::next)
2008-09-09 19:44:25 +00:00
Antony Dovgal
b1b7471f73
add missing file
2008-09-08 10:24:38 +00:00
Felipe Pena
d4979adb80
BFN #46010
2008-09-07 23:10:07 +00:00
Felipe Pena
b886771f69
- MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)
2008-09-07 23:00:31 +00:00
Johannes Schlüter
7b668c6a7d
- MFH: The exact error message might differ (it's "Not owner" on Solaris)
2008-09-07 22:35:15 +00:00
Arnaud Le Blanc
21482dd1e6
MFH: More accurate max_file_size / upload_max_filesize ( fixes #45124 )
2008-09-07 14:18:11 +00:00
Arnaud Le Blanc
3062692e49
MFH: Fixed #43540 (rfc1867 handler newlength problem)
2008-09-06 17:19:15 +00:00
Alexey Zakhlestin
2450cf4c0f
MFB: Fixed bug #45405 (snmp extension memory leak)
2008-09-06 08:18:38 +00:00
Dmitry Stogov
f45b732abf
Fixed bug #45860 (header() function fails to correctly replace all Status lines)
2008-09-02 13:22:00 +00:00
Dmitry Stogov
bc053b7628
Fixed Bug #43958 (class name added into the error message)
2008-09-02 09:45:36 +00:00
Jani Taskinen
42eaadd128
- Fixed bug entries
2008-09-02 08:58:00 +00:00
Patrick van Kleef
331c423dbe
MFH: - Added odbc.default_cursortype to control the ODBC cursormodel
...
(bug #43668 )
2008-09-01 15:48:09 +00:00
Patrick van Kleef
e624492e40
MFH: - Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666 )
2008-09-01 15:36:56 +00:00