Dmitry Stogov
|
51c86ab73f
|
Support for WSDL <operation> without <input> message
|
2004-01-13 07:59:13 +00:00 |
|
Dmitry Stogov
|
964d9c586d
|
HTTP Cookies support (see interop round2 base kafka)
|
2004-01-13 07:57:29 +00:00 |
|
Sara Golemon
|
af4f949483
|
Don't even define this.
|
2004-01-13 05:30:53 +00:00 |
|
John Coggeshall
|
646389a1ff
|
Whoops... Ilia forgot a ')'
|
2004-01-13 05:23:07 +00:00 |
|
Wez Furlong
|
848684fa96
|
make usleep actually work properly
|
2004-01-13 02:07:04 +00:00 |
|
|
24f5ca6ab5
|
ChangeLog update
|
2004-01-13 01:32:17 +00:00 |
|
Wez Furlong
|
b7d0b397bc
|
Support automatic handling of byref parameters
|
2004-01-13 00:40:14 +00:00 |
|
Ilia Alshanetsky
|
47dddfa4ff
|
Fixed a bug that would cause the sqlite session database to grow endlessly.
|
2004-01-12 22:48:58 +00:00 |
|
Ard Biesheuvel
|
fad3a6e42f
|
More handsome solution for previous fix
|
2004-01-12 20:03:49 +00:00 |
|
Ard Biesheuvel
|
961f398db5
|
Added sanity check on ibase_[p]connect() dialect argument (fixes obscure unregistered bug)
|
2004-01-12 19:47:28 +00:00 |
|
Martin Kraemer
|
a116666bc4
|
Avoid duplicate symbols; definition is in bz2.c
|
2004-01-12 16:30:55 +00:00 |
|
Dmitry Stogov
|
ebc3266327
|
fix
|
2004-01-12 16:15:37 +00:00 |
|
Dmitry Stogov
|
6285b174c1
|
fix
|
2004-01-12 16:08:24 +00:00 |
|
Dmitry Stogov
|
3afeac3627
|
Date comparsion was fixed to compare dates with different time zones.
|
2004-01-12 15:18:13 +00:00 |
|
Dmitry Stogov
|
d32ef43c3a
|
Timezone support
|
2004-01-12 15:15:48 +00:00 |
|
Dmitry Stogov
|
a02de43dbb
|
Small error reporting fixes
|
2004-01-12 15:15:26 +00:00 |
|
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 |
|
Andi Gutmans
|
92eb129bd9
|
- Return the PHP 4 behavior of not allowing class declerations within
- class declerations. This happened when declaring a class within a
- method.
class A {
function foo() {
class B {
}
}
}
|
2004-01-12 07:15:55 +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 |
|
|
ac8b58603b
|
ChangeLog update
|
2004-01-12 01:31:59 +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 |
|
Marcus Boerger
|
61fc2a9209
|
Add missing macro
# by popular demand, more and more exts need this
|
2004-01-12 00:19:40 +00:00 |
|
Wez Furlong
|
910e20064a
|
TSRMLS fix
|
2004-01-11 21:39:40 +00:00 |
|
Ilia Alshanetsky
|
3b7da77480
|
Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).
|
2004-01-11 21:18:19 +00:00 |
|
Andi Gutmans
|
ac5d5c7f35
|
- Re-allow conditional class declerations. Needless to say that I also
- think it's not great coding.. Use polymorphism instead :)
|
2004-01-11 19:37:15 +00:00 |
|
Andi Gutmans
|
e69f4f6f25
|
- This should fix the problem of conditional function decleration on the
- same line of code not to work. You should re-evaluate your coding style
- if you really code this way :)
|
2004-01-11 19:27:13 +00:00 |
|
foobar
|
028fcd7ec3
|
oops..
|
2004-01-11 14:06:37 +00:00 |
|
foobar
|
a201e10c9b
|
BFN
|
2004-01-11 14:06:16 +00:00 |
|
foobar
|
fcf131ce23
|
add test case for bug #26869
|
2004-01-11 13:59:48 +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 |
|
|
a4872e0c31
|
ChangeLog update
|
2004-01-11 01:32:20 +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 |
|
Zeev Suraski
|
f5e9ca64b1
|
Remove conflict
|
2004-01-10 12:48:04 +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 |
|
Zeev Suraski
|
a72c1ab93b
|
Added error mask to set_error_handler()
Patch by Christian Schneider <cschneid@cschneid.com>
|
2004-01-10 11:43:42 +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 |
|
|
b04960746d
|
ChangeLog update
|
2004-01-10 01:33:36 +00:00 |
|