Dmitry Stogov
|
8aa7f7e3f9
|
Fixed WSDL cache bug
|
2005-04-29 05:38:31 +00:00 |
|
Antony Dovgal
|
9c71c7530b
|
MFH: handle unsupported datatypes and prevent segfault
|
2005-04-28 14:12:23 +00:00 |
|
Rob Richards
|
37e937db25
|
MFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
gives a segfault)
|
2005-04-28 12:17:18 +00:00 |
|
foobar
|
ea6ac022d6
|
MFH
|
2005-04-27 23:27:44 +00:00 |
|
Andrey Hristov
|
e465c076f5
|
MFH (fix bug #31023)
#no test case because this has to be run with binary compiled with memory
#limit enabled.
|
2005-04-27 17:58:53 +00:00 |
|
Dmitry Stogov
|
cfb4c916b8
|
Fixed bug #29210 (Function: is_callable - no support for private and protected classes).
|
2005-04-27 15:44:06 +00:00 |
|
foobar
|
dedcaff2f2
|
MFH
|
2005-04-27 13:13:38 +00:00 |
|
Andrey Hristov
|
8595c6b6b8
|
- Fix bug 31668 (multi query fails every other time). The multi_query flag
was global and not per connection.
- use ecalloc() instead of calloc() for memory that will be freed with
efree()
|
2005-04-27 12:03:05 +00:00 |
|
Ilia Alshanetsky
|
fce70d11e6
|
MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).
|
2005-04-25 23:48:31 +00:00 |
|
Stanislav Malyshev
|
d225b1ce81
|
@- Fix #32773 and make right fix for GMP FPEs (Stas)
Fix #32773 and make right fix for GMP FPEs
|
2005-04-25 12:16:43 +00:00 |
|
Edin Kadribasic
|
584fb97aed
|
MFH: Added T1LIB support on Windows (#32809)
|
2005-04-25 09:10:14 +00:00 |
|
Dmitry Stogov
|
abe7b677f3
|
Fixed call to estrndup() with invalid lengt
|
2005-04-25 06:11:00 +00:00 |
|
Sebastian Bergmann
|
4dceadd4c1
|
MFH: Correct grammar.
|
2005-04-25 05:14:46 +00:00 |
|
foobar
|
63a9f23f74
|
MFH: fix memleak
|
2005-04-23 21:15:54 +00:00 |
|
Joe Orton
|
5fa11c0579
|
MFH: Fixed bug #32797 (invalid C code in xmlrpc extension).
|
2005-04-22 11:54:17 +00:00 |
|
Antony Dovgal
|
332f700522
|
fix C++ comments
|
2005-04-22 09:14:34 +00:00 |
|
Masaki Fujimoto
|
6d58950fe6
|
- MFH: Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour
|
2005-04-22 05:03:25 +00:00 |
|
foobar
|
40108e7c04
|
MFH
|
2005-04-21 23:02:15 +00:00 |
|
foobar
|
485321056a
|
MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)
|
2005-04-21 14:45:55 +00:00 |
|
foobar
|
4924aa83f3
|
MFH: Added test for bug #32647
|
2005-04-21 14:18:27 +00:00 |
|
Dmitry Stogov
|
ff8c742822
|
Fixed wrong SoapFault codes. The codes MUST be namespace qualified.
|
2005-04-21 12:27:54 +00:00 |
|
foobar
|
525e7171a4
|
MFH: - Possible fix for bug #32778
|
2005-04-21 11:19:53 +00:00 |
|
Dmitry Stogov
|
207248483e
|
Fixed bug #32776 (SOAP doesn't support one-way operations)
|
2005-04-20 10:58:38 +00:00 |
|
Dmitry Stogov
|
1a635c7c89
|
space -> tab
|
2005-04-20 08:43:53 +00:00 |
|
Dmitry Stogov
|
4baee906ce
|
Support for element's form and schema's elementFormDefault attributes (qualified/unqualified)
|
2005-04-20 08:31:10 +00:00 |
|
Dmitry Stogov
|
8594a3806f
|
Some tests where fixed
|
2005-04-20 06:35:29 +00:00 |
|
foobar
|
a2ad16ef21
|
MFH
|
2005-04-19 22:05:43 +00:00 |
|
Andrey Hristov
|
2d36d2dd9f
|
fix test to be able to run not only over Unix socket but also over TCP/IP
and not only connected to localhost.
|
2005-04-19 15:42:45 +00:00 |
|
Andrey Hristov
|
fd13faea13
|
MFH
|
2005-04-19 13:42:31 +00:00 |
|
Wez Furlong
|
7b6535c100
|
- Fix #32758 Cannot access safearray properties
- Fix #32759 incorrect determination of default value
|
2005-04-19 05:57:21 +00:00 |
|
Ilia Alshanetsky
|
047f1e936f
|
MFH: Fixed bug #32753 (Undefined constant SQLITE_NOTADB).
|
2005-04-19 02:59:10 +00:00 |
|
Rob Richards
|
9f0a5dc5e0
|
MFH: Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children
update test
|
2005-04-18 23:08:41 +00:00 |
|
Wez Furlong
|
bba259101f
|
Fix bugs #29583 and #31636
|
2005-04-18 16:22:38 +00:00 |
|
Georg Richter
|
e61a96db00
|
MFH: fix for cursors
|
2005-04-18 06:03:58 +00:00 |
|
foobar
|
51a414ac42
|
MFH: - Fixed bug #30819 (Better support for LDAP SASL bind)
|
2005-04-17 16:26:30 +00:00 |
|
Uwe Schindler
|
17157f8092
|
MFH: use streams api for md5_file() and sha1_file()
|
2005-04-16 09:50:13 +00:00 |
|
Rasmus Lerdorf
|
f157b9f12a
|
MFH: The emboss and edge detection filter matrices were swapped
|
2005-04-16 00:16:14 +00:00 |
|
foobar
|
46e5e2d0c2
|
MFH
|
2005-04-15 22:25:46 +00:00 |
|
foobar
|
3a32a2f48a
|
MFH
|
2005-04-15 22:21:05 +00:00 |
|
foobar
|
4f043328df
|
MFH: - Use correct type (bug #32720)
|
2005-04-15 22:07:05 +00:00 |
|
Frank M. Kromann
|
20e400b6c0
|
Backporting prebuilt and videostring functions
|
2005-04-15 19:13:49 +00:00 |
|
Uwe Schindler
|
f809403a2d
|
MFH: fix various solaris problems by replacing stdio with posix io where possible
|
2005-04-15 09:14:53 +00:00 |
|
George Schlossnagle
|
f52a914791
|
MFH - import correct handling of attribute's namespacing (broken in 5.0.4)
|
2005-04-15 06:53:07 +00:00 |
|
foobar
|
5450a0dcd1
|
- Regenerated with re2c 0.9.6 (fixes severe bugs)
|
2005-04-14 22:40:28 +00:00 |
|
foobar
|
e50067c6ce
|
MFH: - Add support for latest Birdstep
|
2005-04-14 21:17:42 +00:00 |
|
foobar
|
fe7ea4ca83
|
MFH
|
2005-04-14 15:36:45 +00:00 |
|
Ilia Alshanetsky
|
0de3906316
|
MFB43: Fixed bug #31583 (php_std_date() uses short day names in
non-y2k_compliance mode).
|
2005-04-14 13:31:44 +00:00 |
|
Antony Dovgal
|
a8541e0178
|
MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows()
|
2005-04-13 22:11:55 +00:00 |
|
Derick Rethans
|
0a650df8da
|
- MF43: Fixed bug #32699 (pg_affected_rows() was defined when it was not
available).
|
2005-04-13 21:46:32 +00:00 |
|
Moriyoshi Koizumi
|
ade2667c70
|
- Commit the pending patch (bug #32311).
# Ugh, it wasn't committed yet.
|
2005-04-13 10:10:54 +00:00 |
|