John Coggeshall
fac5939f42
Updating tests that got left behind when we changed to studlyCaps
...
and fixed another test
2004-02-05 01:38:59 +00:00
e92f95346b
ChangeLog update
2004-02-05 01:32:18 +00:00
Zeev Suraski
e28ab687d2
Fix exceptions happening inside internal functions called through
...
zend_user_function()
2004-02-04 23:48:39 +00:00
Marcus Boerger
4a3c015dd7
Fix annoying warning
2004-02-04 23:41:58 +00:00
Zeev Suraski
14ac17fa95
Remove double initialization
2004-02-04 23:28:40 +00:00
Ilia Alshanetsky
ffd3b1dd0a
Parse command line ini directives passed using -d before -i, to ensure
...
correct settings output.
2004-02-04 22:49:28 +00:00
Wez Furlong
a44838e8a3
Fix a bug in the persistent socket liveness checks and feof(); they were
...
using the default socket timeout of 60 seconds before returning the socket
to the calling script. The reason they were using that value is that the
same code is used for feof(), so the fix is allowing the caller to
indicate the timeout value for liveness checks.
A possible remaining issue now is that 0 second timeout[1] for pfsockopen
is possibly too short; it's impossible to specify a sane value for all
possible uses, so maybe we need a stream context or an .ini option to
control this, or maybe use the timeout value that was passed to
pfsockopen().
# [1] by timeout, I mean the time that PHP will wait for data on a
# persistent socket before deciding if a new connection should be made;
# NOT the timeout while waiting for a new connection to be established.
2004-02-04 22:46:44 +00:00
Marcus Boerger
7fa5cdcb72
Add new prototype
2004-02-04 22:22:30 +00:00
Marcus Boerger
63c964c40f
Fix reflection
2004-02-04 22:19:00 +00:00
Marcus Boerger
629c3da19d
Add test
2004-02-04 22:18:35 +00:00
Marcus Boerger
8710688358
The &new is no longer needed, prevent E_STRICT message
2004-02-04 21:34:10 +00:00
Andi Gutmans
ac4dc68608
- Added recent stuff to NEWS
2004-02-04 21:29:28 +00:00
Marcus Boerger
09fe52c687
Fix Warning
2004-02-04 21:04:39 +00:00
Marcus Boerger
dd58eb3f6d
Fix warnings
2004-02-04 21:04:12 +00:00
Zeev Suraski
d3c9467432
Fixlet
2004-02-04 18:24:44 +00:00
Zeev Suraski
bab3acc37b
Fix handling of $this in some cases
2004-02-04 17:57:48 +00:00
Zeev Suraski
75d1fbec60
Update test (reason: can no longer assign to $this)
2004-02-04 17:55:44 +00:00
Zeev Suraski
aa4fa62fc8
Update test (reason: early binding changes its behavior)
2004-02-04 17:47:35 +00:00
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