Marcus Boerger
bb678c07b5
Use external files only in 001.phpt & tests for bugs
2004-01-18 15:14:03 +00:00
Marcus Boerger
9d5ef0070f
Export access to class_entry by function.
2004-01-18 13:19:41 +00:00
Christian Stocker
743a830102
- fix for bug #26947 Crash by using DomDocument::getElementById()
2004-01-18 12:56:23 +00:00
Christian Stocker
c9bd0195a3
-test for more than one argument (this segfaulted before)
2004-01-18 12:30:52 +00:00
Marcus Boerger
0a210d7976
Fix some casing issues
2004-01-18 10:45:36 +00:00
Sterling Hughes
6bd7c45f74
update the tests proper-like
2004-01-17 21:47:43 +00:00
Sterling Hughes
594f6433af
update the examples
2004-01-17 21:44:22 +00:00
Sterling Hughes
cb7e90119f
namespace accesses are now soley URI based as opposed to prefix based.
2004-01-17 21:22:26 +00:00
Jon Parise
e91fdf570f
Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.
...
An incremental 'make -j' build will now complete successfully.
2004-01-17 21:03:26 +00:00
Derick Rethans
c74bb58721
- Fix typoes
2004-01-17 20:20:18 +00:00
Jon Parise
c303c352d0
Spell 'element' correctly.
2004-01-17 20:02:01 +00:00
Marcus Boerger
9e29f17493
Major bugfix for consistency.
...
# After long discussions we came to a conclusion on how to make this
# extension consistent in itself.
# Thanks to Rob for all the work
2004-01-17 19:41:32 +00:00
Marcus Boerger
1ee90db6e6
No longer needed
...
# Found by Andrey
2004-01-17 18:04:06 +00:00
Andrey Hristov
8b763f14b7
HEAD is bundled with ZE2
2004-01-17 17:44:27 +00:00
Marcus Boerger
4ee7ba05bc
Drop the external xml files no longer needed
2004-01-17 17:34:22 +00:00
Andrey Hristov
9e5df0c666
HEAD is now bundled only with ZE2
2004-01-17 17:33:11 +00:00
Marcus Boerger
c28af3a660
No external xml files
2004-01-17 17:33:10 +00:00
Marcus Boerger
253c97fbfe
Don't use external xml files
2004-01-17 17:24:58 +00:00
Sterling Hughes
d022278068
remove the parser errors here, so they accurately reflect what should happen.
2004-01-17 16:39:52 +00:00
Marcus Boerger
665a834a76
Fix parameter list and protos
2004-01-17 16:36:04 +00:00
Marcus Boerger
9c2e37e89a
Add test for inherited simplexml classes
2004-01-17 15:57:06 +00:00
Marcus Boerger
9df72efb7c
Make inherited sxe classes work
2004-01-17 15:56:29 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
Tim Toohey
b851f37123
(gdImageSetPixel) Tidied 'normal' blending effect
...
# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullAlphaBlend() and friends are no longer needed
2004-01-17 09:19:14 +00:00
foobar
2c71464b40
Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)
2004-01-17 00:00:11 +00:00
Wez Furlong
a017b4c5e6
update file for win32 build
2004-01-16 23:48:39 +00:00
Sterling Hughes
a895106606
update the profile of how namespaces should work after discussions with
...
shane and rob richards. there were a lot of race conditions with regards
to the way namespaces have been handled in XML documents so far, this new
method removes the race conditions, and gives me a real reason to add the
children() and attributes() methods.
2004-01-16 22:26:09 +00:00
foobar
b6b3443d0a
- Fixed bug #26640 (__autoload() not invoked by Reflection classes)
...
# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.
2004-01-16 21:11:58 +00:00
Sterling Hughes
7f5b508f26
Add a "profile" of simplexml's expected behaviour in the form of tests.
...
This will be expanded as issues arise and will be a formal definition
(in code) of simplexml's behaviour.
2004-01-16 20:50:29 +00:00
foobar
69e6b296e0
Kill warning (bug #26937 )
2004-01-16 19:11:33 +00:00
foobar
07cf808861
Added test case for bug #26640
2004-01-16 18:24:31 +00:00
Ilia Alshanetsky
d8d76f0fcc
Update TODO
2004-01-16 17:50:02 +00:00
Ilia Alshanetsky
1d86ea8851
Added missing skip condition.
2004-01-16 15:16:26 +00:00
Dmitry Stogov
4add085d23
fix
2004-01-16 15:06:23 +00:00
Dmitry Stogov
1dcf2467cf
WSDL support was improved
...
support for message/part element attribute was implemented
support for portType operation input/output name attribute was implemented
2004-01-16 12:31:10 +00:00
foobar
99bc88b7c0
Fix the mime_magic.debug option init
2004-01-16 11:15:13 +00:00
Antony Dovgal
88ccaf664e
Add myself at last =)
2004-01-16 10:03:27 +00:00
Dmitry Stogov
9bf8d5bfe9
faultcode/faultstring mismatch was fixed
2004-01-16 07:55:27 +00:00
Dmitry Stogov
7e19a67247
Support for SOAP 1.2 HTTP binding namespase was added
2004-01-16 07:54:48 +00:00
Dmitry Stogov
501ac09f08
Tests where updated.
2004-01-16 07:12:23 +00:00
Dmitry Stogov
ad648d82e5
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented
2004-01-16 07:11:59 +00:00
Ilia Alshanetsky
0715651785
Fixed Bug #26927 (preg_quote() does not escape \0).
2004-01-16 02:29:50 +00:00
Marcus Boerger
a19a36551b
Fix shutdown
2004-01-15 21:30:31 +00:00
Pierre Joye
5ecbbf0a8d
- Fix the php dependency
...
(wide copy/paste is not that good no? ;) )
2004-01-15 19:33:10 +00:00
Dmitry Stogov
d0f5bd0b68
SOAP 1.2 support was improved
2004-01-15 16:56:29 +00:00
Antony Dovgal
649b844c3c
Fix bug #26892 , ORA-21301 in ocinewcollection() call.
...
pEnv should be initialized in object mode too.
2004-01-15 15:06:57 +00:00
Dmitry Stogov
7c01c773b0
Support for SOAP 1.2 array encoding/decoding was implemented
2004-01-15 13:20:58 +00:00
Dmitry Stogov
ef9e734593
SOAP 1.2 support was improved
2004-01-15 10:59:24 +00:00
Marcus Boerger
43b0a9e96b
Drop userspace iteration correctly.
...
# People if you do such things then please fix the class tree.
2004-01-15 09:28:01 +00:00
Dmitry Stogov
fb52edb194
SOAP 1.2 support was improved
2004-01-15 08:38:14 +00:00