Dmitry Stogov
6b32938b20
WSDL support: schema import
2004-01-12 12:54:22 +00:00
Dmitry Stogov
29fe458872
WSDL support: support for wsdl import
2004-01-12 11:46:01 +00:00
John Coggeshall
9116f27504
This was way out of date.
2004-01-12 10:02:04 +00:00
Dmitry Stogov
2b0ed79607
WSDL support: use of type before declaration (see interop round2 base OpenLink echoStructArray)
2004-01-12 08:48:00 +00:00
Marcus Boerger
3fb99f62e0
Synch mysql_fetch_object with mysqli, sqlite and pgsql
2004-01-12 02:34:55 +00:00
Marcus Boerger
d129242ad5
Add some tests
2004-01-12 02:31:08 +00:00
Marcus Boerger
635e3b1980
Proto fix
2004-01-12 00:34:37 +00:00
Marcus Boerger
9c41d8e7b5
No longer needed
2004-01-12 00:21:14 +00:00
Ilia Alshanetsky
3b7da77480
Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).
2004-01-11 21:18:19 +00:00
Andrey Hristov
4b2a32b701
fixing test
2004-01-11 11:55:33 +00:00
Rui Hirokawa
de07b4bbc1
added utf8 support option for sqlite >= 2.8.9.
2004-01-11 02:07:46 +00:00
Tal Peer
a3dc201d1e
typos
2004-01-10 23:49:26 +00:00
Andrey Hristov
9ca6b7448d
fixing tests after last Derick's commit that changed the behaviour of
...
var_export() :)
2004-01-10 23:38:45 +00:00
Ilia Alshanetsky
0e32fbb4dd
Do not run test if session extension is not avaliable.
2004-01-10 18:32:46 +00:00
Marcus Boerger
cc5773e775
Update attribute tests.
...
# There is a memory leak with += when accessing the attributes directly
# But yet ->elem[$n] is not fails in the engine
2004-01-10 13:45:10 +00:00
Marcus Boerger
fffdd96865
- Cleanup class_entry
...
- allow derived classes
- fix new SimpleXML_Element()
2004-01-10 13:25:31 +00:00
Marcus Boerger
c66c9e7102
Fix memory corruption with libxml's error handling.
2004-01-10 13:23:58 +00:00
Rob Richards
840979858c
Update tests
2004-01-10 11:50:49 +00:00
Rob Richards
394bf2ba5b
XPath query returns nodelist object rather than array
2004-01-10 11:50:25 +00:00
Dmitry Stogov
170476d9ea
BUGFIX: server006.phpt
2004-01-10 09:27:52 +00:00
Dmitry Stogov
1101a375c3
*** empty log message ***
2004-01-10 08:36:45 +00:00
Marcus Boerger
b460ae868e
Use pg_config if it can be found.
2004-01-09 18:44:33 +00:00
Dmitry Stogov
9a3cdc6491
Source cleanup.
2004-01-09 18:22:03 +00:00
Dmitry Stogov
9f8d30f215
BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)
2004-01-09 16:36:13 +00:00
Dmitry Stogov
d9328fb38e
BUGFIX: close string with smart_str_0()
2004-01-09 16:35:04 +00:00
Wez Furlong
5e57f973cc
let soap build with php5
2004-01-09 15:31:09 +00:00
Wez Furlong
6ac364048b
export tsrm id for session globals.
2004-01-09 15:30:07 +00:00
Wez Furlong
143ca63846
let informix build
2004-01-09 15:11:31 +00:00
Dmitry Stogov
6af0639c92
Tests were improved (https:// support)
2004-01-09 14:56:24 +00:00
Ilia Alshanetsky
caf47aee99
Fixed test
2004-01-09 14:27:14 +00:00
Ilia Alshanetsky
577439e975
Fixed build.
2004-01-09 14:23:35 +00:00
Dmitry Stogov
792b0e8f0b
SOAP Encoding/Decoding were improved.
2004-01-09 14:16:30 +00:00
Edin Kadribasic
cf7afb8f18
Fix ZTS build
2004-01-09 14:13:46 +00:00
Dmitry Stogov
498254e17a
Support for persistent HTTP connections was implemented (keep-alive)
2004-01-09 14:11:34 +00:00
Wez Furlong
9e229aa09d
let mhash build
2004-01-09 13:42:14 +00:00
Sterling Hughes
5ca7c382c9
Remove these initializers as they are unused.
2004-01-09 06:12:29 +00:00
foobar
bbd9449e6b
- Fix build
2004-01-09 04:22:42 +00:00
Ilia Alshanetsky
2736c55e3e
Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces)
2004-01-09 01:35:44 +00:00
Ilia Alshanetsky
f5a3f25159
Fixed compile failure of session extension is not present.
2004-01-09 01:05:01 +00:00
Sterling Hughes
406c2156d1
Fix dumping, when dumping a text element, for example:
...
<?php
$doc = simplexml_load_string('<?xml version="1.0"?>
<namelist>
<name>
<first>helly</first>
</name>
<name>
<first>sterling</first>
</name>
</namelist>');
var_dump($doc->name[0]->first);
Used to not display the node's content, now it does.
2004-01-08 22:40:08 +00:00
Wez Furlong
510dd7cca5
add optional dep on spl for simplexml.
...
Fix dep handling in buildconf
2004-01-08 21:53:48 +00:00
Marcus Boerger
3fc4dc44ae
Add some minimalistic documentation
2004-01-08 21:14:38 +00:00
Marcus Boerger
526c6bd09c
Fix windows build issue
2004-01-08 20:27:35 +00:00
Marcus Boerger
fb38ee26a4
Cannot use shared SPL
2004-01-08 19:30:37 +00:00
Marcus Boerger
6e798706e3
There's no more interaction with SPL
2004-01-08 19:28:55 +00:00
foobar
4293b03948
touch generated files
2004-01-08 19:17:50 +00:00
foobar
6ae12f1aa8
touch to make build work without lemon..
2004-01-08 18:23:52 +00:00
Marcus Boerger
37d23de6d6
Fix dependancy
2004-01-08 18:23:03 +00:00
Marcus Boerger
0e5b87c5a2
Update copyright
2004-01-08 18:17:39 +00:00
Dmitry Stogov
807d4bebc6
Handling of "position" and "offset" array attributes was implemented
2004-01-08 17:42:32 +00:00