Dmitry Stogov
49b9c59518
Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)
2004-01-29 09:03:28 +00:00
Dmitry Stogov
c7cfe9f8e3
fix: possible crash was fixed
2004-01-29 06:37:51 +00:00
Ilia Alshanetsky
194509f093
Fixed bug #27007 (missing connection closure when connect fails in pgsql).
2004-01-29 02:54:30 +00:00
Ilia Alshanetsky
7d31f3772c
Fixed bug #27037 (fixed possible crash in apache2handler output code).
2004-01-29 02:16:47 +00:00
580c439c6e
ChangeLog update
2004-01-29 01:32:20 +00:00
Rob Richards
109ea54871
fix corruption when cloneDocument is not defined
2004-01-29 00:33:20 +00:00
Marcus Boerger
37cf05d1b8
Update
2004-01-29 00:10:33 +00:00
Sara Golemon
a172481869
This should not have been an INI_ALL directive.
2004-01-29 00:08:21 +00:00
Marcus Boerger
760e43e373
removed experimental status
2004-01-28 23:00:31 +00:00
Marcus Boerger
390ae1a8b8
- Fix second issue with #27042
...
- Little improvement
- Update test
2004-01-28 22:59:03 +00:00
Georg Richter
7782a4b425
removed experimental status
...
fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov)
various prototype fixes
moved some methods to properties which are part of mysql struct
added function mysqli_get_server_version
2004-01-28 22:51:54 +00:00
Sara Golemon
c603f3112e
FTP dirstream_read should not leave whitespace/newlines on dirents
2004-01-28 22:50:12 +00:00
Zeev Suraski
d45541b4fb
Tweak checks to detect some additional cases.
...
Reorder checks to make more sense.
2004-01-28 22:27:39 +00:00
Sara Golemon
6d10371ec6
'Bug Fix': scandir, being a new function in PHP5 should have always been wrapper aware.
2004-01-28 22:21:54 +00:00
Ilia Alshanetsky
e691cbd4ee
Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).
2004-01-28 21:47:36 +00:00
Andrey Hristov
eaab3ef8cd
this should not belong to HEAD
2004-01-28 20:25:30 +00:00
Rasmus Lerdorf
a61c2d667c
Fix applies to apache_hooks sapi as well. See bug #25753 for details.
2004-01-28 17:59:07 +00:00
Rasmus Lerdorf
44df89f00d
MFB - see bug #25753 for details
2004-01-28 17:49:49 +00:00
Dmitry Stogov
6cf3c8586e
Error reoprting improved by prefix
...
New 'HTTP' fault code
Source cleanup
2004-01-28 16:47:49 +00:00
Martin Kraemer
01c6257c5c
Bug fix: Images would be broken on big-endian machines because the putc
...
function wrote the first (instead of "the low order") byte. That resulted
in unexpected zero bytes.
2004-01-28 16:25:12 +00:00
Dmitry Stogov
381d4e4ffa
Source cleanup
2004-01-28 13:36:31 +00:00
Dmitry Stogov
84f259b448
Test suite for XML Schema and SOAP encoding/decoding
2004-01-28 13:33:48 +00:00
Dmitry Stogov
43f0131ea1
Source cleanup
2004-01-28 13:31:28 +00:00
Dmitry Stogov
2238e4b9f0
Add namespaces to <Envelope> (not ot subnodes)
2004-01-28 13:30:21 +00:00
Zeev Suraski
be7d41b905
- Error message fix
...
- Prevent inheritance of the same constant from two interfaces
2004-01-28 11:53:52 +00:00
Zeev Suraski
a7ff369cac
Fixlets
2004-01-28 10:52:27 +00:00
Zeev Suraski
2adaa11f2f
Prevent classes from implementing interfaces that have the same function
2004-01-28 10:25:45 +00:00
Zeev Suraski
ae0e9e62dd
Whitespace
2004-01-28 10:24:57 +00:00
Zeev Suraski
673e6e23e7
Code relayout
2004-01-28 09:13:41 +00:00
Zeev Suraski
c15d4ddb2b
Forward-port fix for timeouts under Windows
2004-01-28 09:07:02 +00:00
Antony Dovgal
fab593566e
two fixes:
...
-oci_lob_load shouldn't reset LOB's length to zero
-Oracle feels bad, but reports no error, when trying to erase LOB with offset bigger than LOB
2004-01-28 07:15:55 +00:00
Ilia Alshanetsky
7bbe518f8b
Fixed bug #27058 (crash in sybase_connect() with 2 arguments).
2004-01-28 01:43:45 +00:00
Ilia Alshanetsky
472a3a2446
Fixed bug #27056 (ints used instead of longs inside some GD functions).
2004-01-28 01:36:53 +00:00
1c347eccf8
ChangeLog update
2004-01-28 01:32:12 +00:00
Andrey Hristov
463f510796
message about that mysql_list_tables() is deprecated
2004-01-27 23:14:42 +00:00
Wez Furlong
e1ae61802b
Fix segfault for scripts like this:
...
<?php
pfsockopen("foo");
pfsockopen("foo");
?>
Where the transport fails to connect (since args are bogus);
the problem was that the persistent stream entry was not
correctly freed.
2004-01-27 22:40:44 +00:00
Dmitry Stogov
4af9e35316
fix: HTTP keep-alive
2004-01-27 16:19:22 +00:00
Dmitry Stogov
c10038a9ee
enabling HTTP status code 100 (used by Delphi SOAP)
2004-01-27 16:07:58 +00:00
Dmitry Stogov
a6c94a8bf9
SOAP Fault uses HTTP status code 500
2004-01-27 15:49:34 +00:00
Dmitry Stogov
1b6f176281
Support for relative path in WSDL and XML Schema <import>
2004-01-27 15:48:19 +00:00
Georg Richter
692726cdd3
changed prototype mysql_dataseek from void to bool
...
add check for specified offset
2004-01-27 13:56:03 +00:00
Georg Richter
429aa55248
prototype fixes
...
removed method field_tell (which is already property current_field)
2004-01-27 13:23:54 +00:00
Dmitry Stogov
5294a539e2
Allow <element>s with same names
2004-01-27 12:07:57 +00:00
Dmitry Stogov
6eeec41c4d
fix: error handling
2004-01-27 10:24:48 +00:00
Dmitry Stogov
3787c94c2a
XML Schema support was improved
...
support for <attribite> default and fixed values
support for encoding of list elements
2004-01-27 10:23:20 +00:00
Dmitry Stogov
b0b60d945f
Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2
2004-01-27 06:54:14 +00:00
Ilia Alshanetsky
4cc62a06f6
Removed unused variable.
2004-01-27 03:20:35 +00:00
69038b6d18
ChangeLog update
2004-01-27 01:32:27 +00:00
Marcus Boerger
a43693eaf0
Must use zval* here
2004-01-26 23:59:50 +00:00
Marcus Boerger
617b8df6c0
Remove test code
2004-01-26 23:20:00 +00:00