Zeev Suraski
4b4351c2d9
Update test (reason: early binding changes its behavior)
2004-02-04 17:45:08 +00:00
Zeev Suraski
52b5f3fea1
Handle additional cases
2004-02-04 17:10:44 +00:00
Dmitry Stogov
1f68c98aba
Unnecesurry namespaces was removed form SOAP fault responces
2004-02-04 16:50:29 +00:00
Dmitry Stogov
62572919d8
SoapServer::fault() method was implemented
...
Unnecesurry namespaces was removed form SOAP fault responces
2004-02-04 16:49:48 +00:00
Zeev Suraski
c5d842279c
Reinstate early-binding for classes.
...
Note that this is available for downwards compatibility only - and it doesn't
work if you use new features (namely, interfaces). Generally, people should
declare their classes before using them, but we just didn't want hell to break
loose (c)
2004-02-04 16:30:15 +00:00
Zeev Suraski
723641590a
Optimize
2004-02-04 15:51:07 +00:00
Dmitry Stogov
9fa7d1c24a
SOAP Headers was implemented (near complete)
2004-02-04 14:46:12 +00:00
Zeev Suraski
3df50001e1
- Improve $this assignment detection and generalize some code in zend_compile.c
2004-02-04 14:25:25 +00:00
Ilia Alshanetsky
91f46b7880
Fixed compile warnings.
2004-02-04 14:15:16 +00:00
Zeev Suraski
e1fc3963ee
-Error out when trying to re-assign $this
2004-02-04 13:56:41 +00:00
Zeev Suraski
d77bbe344c
kill warning
2004-02-04 12:45:56 +00:00
Zeev Suraski
d89b7b23f9
API updates
2004-02-04 12:45:47 +00:00
Zeev Suraski
5c3e03a2ff
The valid bit was necessary after all - restored
2004-02-04 12:30:48 +00:00
Zeev Suraski
6584dca194
Fixlets
2004-02-04 12:17:57 +00:00
Zeev Suraski
3ac58bffcf
- Small fixes
2004-02-04 11:56:07 +00:00
Zeev Suraski
27f54a4c13
- Improve wording
2004-02-04 11:47:54 +00:00
Zeev Suraski
8424be849f
- Update with new destructor code
2004-02-04 11:14:47 +00:00
Zeev Suraski
f5f7d569a0
Change destructor implementation (details will follow on internals@)
2004-02-04 09:56:20 +00:00
Moriyoshi Koizumi
24eb1f6eb2
- Update libmbfl to the latest. This fixes several serious issues in the html
...
entity encoder and the encoding detection facility. There should be no
problem with mailparse() as API change was made so carefully that it
would be as small as possible.
2004-02-04 07:24:08 +00:00
c4ec00a46d
ChangeLog update
2004-02-04 01:32:17 +00:00
Greg Beaver
570edb04a7
re-adding as binary - file is unmodified
2004-02-03 23:59:16 +00:00
Greg Beaver
6d44a96a83
remove in order to re-add as binary
2004-02-03 23:58:20 +00:00
Marcus Boerger
dfad2955ee
Update tests
2004-02-03 22:07:29 +00:00
Marcus Boerger
4137d77ca9
No longer needed
2004-02-03 22:05:30 +00:00
Marcus Boerger
38e5a2a374
Update tests
2004-02-03 21:52:46 +00:00
Marcus Boerger
363c587871
Nuke unused variable
2004-02-03 21:15:08 +00:00
Marcus Boerger
60a4a48e4e
Fix Warning
2004-02-03 21:13:04 +00:00
Sebastian Bergmann
e2e5c69f47
clone/__clone() related changes.
2004-02-03 16:56:37 +00:00
Dmitry Stogov
75e4f43d0c
Initial support for client-part SOAP headers (very incomlete)
2004-02-03 16:44:57 +00:00
Dmitry Stogov
f3a114a97f
SoapServer constructor was extended by default SOAP version.
2004-02-03 16:43:38 +00:00
Zeev Suraski
e4db2fb890
Remove unused variable
2004-02-03 15:51:09 +00:00
foobar
1f34bc0f10
touch
2004-02-03 15:50:21 +00:00
Zeev Suraski
3be75ceda2
Remove more garbage - valid bit was not really necessary
2004-02-03 15:49:15 +00:00
Zeev Suraski
c5a7b668cd
- Clean garbage (delete was nuked a long time ago)
2004-02-03 15:37:37 +00:00
Ilia Alshanetsky
871d8bdb57
More unneeded code removed.
2004-02-03 14:33:32 +00:00
Zeev Suraski
60bb89c505
Abort on parse error in an include file (patch by Ilia)
2004-02-03 14:32:02 +00:00
Zeev Suraski
e1bf9cc4c2
Remove redundant code
2004-02-03 14:31:07 +00:00
Antony Dovgal
f1c40a4a22
-remove obsolete types
...
-changes in config.m4 to make oci8 to compile with Oracle 10g
(thanks to cjbj at hotmail dot com for reporting both problems)
2004-02-03 14:21:09 +00:00
Stanislav Malyshev
3fd027c5ac
fix bug #27120 and bug #25975 - preserve is_ref when bound
...
objects are serialized
2004-02-03 14:12:59 +00:00
Zeev Suraski
8013d5fa39
Fix try/catch block logic
2004-02-03 13:42:41 +00:00
Zeev Suraski
848d4aed8a
Perform a bitwise copy of the object even when __clone() is defined.
...
__clone() is back to not requiring any arguments, as $that is no longer
needed ($this already contains a copy of the original object, by the time
we __clone() is executed).
Calling the parent clone is done using parent::__clone()
2004-02-03 12:36:13 +00:00
Zeev Suraski
9e60cb553f
Rewrote exception support. Fixes a few limitations and bugs in the old
...
implementation, and allows exceptions to 'fire' much earlier than before.
Instructions on how to use the new mechanism will follow on internals@
shortly...
Note - this (most probably) breaks the current implementation of
set_exception_handler()
2004-02-03 12:17:09 +00:00
Stig Bakken
330d9f6352
SQLITE_ENCODING should be UTF8 rather than UTF-8
2004-02-03 08:38:22 +00:00
Martin Kraemer
3470ddc089
Prevent cvsclean from being removed on interrupts
2004-02-03 08:23:40 +00:00
foobar
1c593b7646
order
2004-02-03 06:44:45 +00:00
Vlad Krupin
66ebc334d6
This should allow us to read dictionary locations from the win32 registry when we use a custom config.
...
Not doing so when I added win32 support was an oversight.
Now all pspell_new_* functions should be usable on win32.
2004-02-03 05:40:25 +00:00
Ilia Alshanetsky
6dca37c50c
Fixed possible overflow.
2004-02-03 03:10:28 +00:00
538d5199ea
ChangeLog update
2004-02-03 01:32:21 +00:00
Andrey Hristov
ab43b68476
typo fix
2004-02-02 22:41:56 +00:00
Marcus Boerger
b1c77fcce3
TSRM fixes
2004-02-02 21:27:13 +00:00