]>
granicus.if.org Git - php/log
Zeev Suraski [Tue, 10 Feb 2004 14:52:14 +0000 (14:52 +0000)]
Fix refcounting of ++/+= overloading (fix leak in __get()/__set()
based classes)
Jan Lehnardt [Tue, 10 Feb 2004 14:40:39 +0000 (14:40 +0000)]
- fix #27197 for Greg (cellog@php.net)
Dmitry Stogov [Tue, 10 Feb 2004 13:41:21 +0000 (13:41 +0000)]
WSDL caching was implemented
foobar [Tue, 10 Feb 2004 12:58:36 +0000 (12:58 +0000)]
Add test case for bug #26866
Andi Gutmans [Tue, 10 Feb 2004 11:44:17 +0000 (11:44 +0000)]
- Nuke more unused code
Zeev Suraski [Tue, 10 Feb 2004 11:39:52 +0000 (11:39 +0000)]
Fix handling in assignment using multidimensional array syntax to string
offset ($s = "FUBAR"; $s[0][0] = 1;)
Andi Gutmans [Tue, 10 Feb 2004 11:20:52 +0000 (11:20 +0000)]
- We will go with PHP 4 behavior. With the new object model assigning by
reference has lost a lot of its importance.
Andi Gutmans [Tue, 10 Feb 2004 10:44:09 +0000 (10:44 +0000)]
- Remove junk
Zeev Suraski [Tue, 10 Feb 2004 10:07:46 +0000 (10:07 +0000)]
Fix exception handling in opcodes spanned across multiple oplines (fixes the crash in __set())
Zeev Suraski [Tue, 10 Feb 2004 09:37:11 +0000 (09:37 +0000)]
Update NEWS
Zeev Suraski [Tue, 10 Feb 2004 09:30:38 +0000 (09:30 +0000)]
Implement get callback for SimpleXML (it now supports pre/post increment
as well as binary-assign-ops)
Zeev Suraski [Tue, 10 Feb 2004 09:29:42 +0000 (09:29 +0000)]
- Fix pre/post increment for overloaded objects
- Fix binary-assign-op for overloaded objects
NOTE: This requires the implementation of the 'get' callback!
Moriyoshi Koizumi [Tue, 10 Feb 2004 09:15:01 +0000 (09:15 +0000)]
- Correcting test.
# still segfaults though.
<changelog@php.net> [Tue, 10 Feb 2004 01:34:00 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 10 Feb 2004 00:29:46 +0000 (00:29 +0000)]
Fixed bug #26758 (FastCGI exits immediately with status 255).
Ilia Alshanetsky [Tue, 10 Feb 2004 00:02:38 +0000 (00:02 +0000)]
Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
header that is not normally needed).
Ilia Alshanetsky [Mon, 9 Feb 2004 23:27:43 +0000 (23:27 +0000)]
Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).
foobar [Mon, 9 Feb 2004 18:18:00 +0000 (18:18 +0000)]
ws
Frank M. Kromann [Mon, 9 Feb 2004 17:58:04 +0000 (17:58 +0000)]
Delay creation of exec handle til it's needed
Dmitry Stogov [Mon, 9 Feb 2004 09:31:18 +0000 (09:31 +0000)]
Allowing to report SOAP Fault with "return new SoapFault(...)"
Dmitry Stogov [Mon, 9 Feb 2004 07:51:07 +0000 (07:51 +0000)]
Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_POST_DATA).
Ilia Alshanetsky [Mon, 9 Feb 2004 04:27:35 +0000 (04:27 +0000)]
Fixed bug #27172 (Possible floating point exception in gmp_powm()).
Ilia Alshanetsky [Mon, 9 Feb 2004 04:04:24 +0000 (04:04 +0000)]
Fixed bug #27175 (tzset() is not being called by PHP on startup).
<changelog@php.net> [Mon, 9 Feb 2004 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Timm Friebe [Mon, 9 Feb 2004 00:32:39 +0000 (00:32 +0000)]
- Initial release
Timm Friebe [Mon, 9 Feb 2004 00:14:24 +0000 (00:14 +0000)]
- Changed error_reporting setting to E_ALL so we get the notices
Timm Friebe [Sun, 8 Feb 2004 23:58:46 +0000 (23:58 +0000)]
- Made server name and credentials contain something obviously incorrect.
- Made charset parameter default to "iso_1" (fixed "Sybase: Unable to
update character set." warnings which were failing all tests when the
official Sybase libraries were used - FreeTDS ignores this).
Andi Gutmans [Sun, 8 Feb 2004 22:49:47 +0000 (22:49 +0000)]
- Change from PHP5 -> PHP 5
Zeev Suraski [Sun, 8 Feb 2004 17:25:54 +0000 (17:25 +0000)]
Update to new API
Zeev Suraski [Sun, 8 Feb 2004 17:23:20 +0000 (17:23 +0000)]
Fix write-mode of overloaded objects when using array dimensions
Andi Gutmans [Sun, 8 Feb 2004 17:08:11 +0000 (17:08 +0000)]
- Check if free_storage exists
<changelog@php.net> [Sun, 8 Feb 2004 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
foobar [Sat, 7 Feb 2004 19:14:49 +0000 (19:14 +0000)]
Fixed bug #27171
Georg Richter [Sat, 7 Feb 2004 13:45:44 +0000 (13:45 +0000)]
fixed cast warning
Stig Bakken [Sat, 7 Feb 2004 08:31:09 +0000 (08:31 +0000)]
* obsolete
Greg Beaver [Sat, 7 Feb 2004 04:42:07 +0000 (04:42 +0000)]
fix PATH_SEPARATOR issues - was defined in PHP 4.3.0, but documentation never showed this.
<changelog@php.net> [Sat, 7 Feb 2004 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Dmitry Stogov [Fri, 6 Feb 2004 16:54:34 +0000 (16:54 +0000)]
fix
Dmitry Stogov [Fri, 6 Feb 2004 16:52:14 +0000 (16:52 +0000)]
optimization
Ard Biesheuvel [Fri, 6 Feb 2004 15:11:17 +0000 (15:11 +0000)]
Fix build with Win32 Interbase 5.x
foobar [Fri, 6 Feb 2004 14:59:51 +0000 (14:59 +0000)]
fine tune
Dmitry Stogov [Fri, 6 Feb 2004 14:22:33 +0000 (14:22 +0000)]
WSDL cache was disabled by default (see WSDL_CACHE macro)
WSDL related memory leaks were fixed
Dmitry Stogov [Fri, 6 Feb 2004 11:56:03 +0000 (11:56 +0000)]
Free XML documents after WSDL parsing (they no longer need).
Wez Furlong [Fri, 6 Feb 2004 09:18:51 +0000 (09:18 +0000)]
prefer != "no" over = "yes". (it doesn't really matter for ext/soap, but
it's still the best practice).
Dmitry Stogov [Fri, 6 Feb 2004 08:01:35 +0000 (08:01 +0000)]
PHP5 and WIN32 support was improved
Ilia Alshanetsky [Fri, 6 Feb 2004 03:14:06 +0000 (03:14 +0000)]
Possible fix for bug #27165.
Ilia Alshanetsky [Fri, 6 Feb 2004 03:08:27 +0000 (03:08 +0000)]
Fixed possible memory leak with INI values.
Ilia Alshanetsky [Fri, 6 Feb 2004 03:07:59 +0000 (03:07 +0000)]
Do not initialize & create vars unless they will be used.
<changelog@php.net> [Fri, 6 Feb 2004 01:32:19 +0000 (01:32 +0000)]
ChangeLog update
Andrey Hristov [Thu, 5 Feb 2004 21:11:26 +0000 (21:11 +0000)]
typo
Dmitry Stogov [Thu, 5 Feb 2004 20:26:05 +0000 (20:26 +0000)]
PHP API was changed (see readme.html for more details).
Sebastian Bergmann [Thu, 5 Feb 2004 10:41:55 +0000 (10:41 +0000)]
Committing for Jan.
Dmitry Stogov [Thu, 5 Feb 2004 09:28:09 +0000 (09:28 +0000)]
WSDL parsing speedup. Source cleanup.
Stanislav Malyshev [Thu, 5 Feb 2004 09:07:46 +0000 (09:07 +0000)]
fix serialization
Stanislav Malyshev [Thu, 5 Feb 2004 09:03:37 +0000 (09:03 +0000)]
fix test - remove warning
Antony Dovgal [Thu, 5 Feb 2004 08:29:16 +0000 (08:29 +0000)]
fix bug #27149
(offset should start with 1)
Ilia Alshanetsky [Thu, 5 Feb 2004 02:17:33 +0000 (02:17 +0000)]
Bug fixing news.
Ilia Alshanetsky [Thu, 5 Feb 2004 02:16:08 +0000 (02:16 +0000)]
Fixed bug #27145 (Unmangle private/protected property names before printing
then inside error messages).
John Coggeshall [Thu, 5 Feb 2004 01:38:59 +0000 (01:38 +0000)]
Updating tests that got left behind when we changed to studlyCaps
and fixed another test
<changelog@php.net> [Thu, 5 Feb 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Zeev Suraski [Wed, 4 Feb 2004 23:48:39 +0000 (23:48 +0000)]
Fix exceptions happening inside internal functions called through
zend_user_function()
Marcus Boerger [Wed, 4 Feb 2004 23:41:58 +0000 (23:41 +0000)]
Fix annoying warning
Zeev Suraski [Wed, 4 Feb 2004 23:28:40 +0000 (23:28 +0000)]
Remove double initialization
Ilia Alshanetsky [Wed, 4 Feb 2004 22:49:28 +0000 (22:49 +0000)]
Parse command line ini directives passed using -d before -i, to ensure
correct settings output.
Wez Furlong [Wed, 4 Feb 2004 22:46:44 +0000 (22:46 +0000)]
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.
Marcus Boerger [Wed, 4 Feb 2004 22:22:30 +0000 (22:22 +0000)]
Add new prototype
Marcus Boerger [Wed, 4 Feb 2004 22:19:00 +0000 (22:19 +0000)]
Fix reflection
Marcus Boerger [Wed, 4 Feb 2004 22:18:35 +0000 (22:18 +0000)]
Add test
Marcus Boerger [Wed, 4 Feb 2004 21:34:10 +0000 (21:34 +0000)]
The &new is no longer needed, prevent E_STRICT message
Andi Gutmans [Wed, 4 Feb 2004 21:29:28 +0000 (21:29 +0000)]
- Added recent stuff to NEWS
Marcus Boerger [Wed, 4 Feb 2004 21:04:39 +0000 (21:04 +0000)]
Fix Warning
Marcus Boerger [Wed, 4 Feb 2004 21:04:12 +0000 (21:04 +0000)]
Fix warnings
Zeev Suraski [Wed, 4 Feb 2004 18:24:44 +0000 (18:24 +0000)]
Fixlet
Zeev Suraski [Wed, 4 Feb 2004 17:57:48 +0000 (17:57 +0000)]
Fix handling of $this in some cases
Zeev Suraski [Wed, 4 Feb 2004 17:55:44 +0000 (17:55 +0000)]
Update test (reason: can no longer assign to $this)
Zeev Suraski [Wed, 4 Feb 2004 17:47:35 +0000 (17:47 +0000)]
Update test (reason: early binding changes its behavior)
Zeev Suraski [Wed, 4 Feb 2004 17:45:08 +0000 (17:45 +0000)]
Update test (reason: early binding changes its behavior)
Zeev Suraski [Wed, 4 Feb 2004 17:10:44 +0000 (17:10 +0000)]
Handle additional cases
Dmitry Stogov [Wed, 4 Feb 2004 16:50:29 +0000 (16:50 +0000)]
Unnecesurry namespaces was removed form SOAP fault responces
Dmitry Stogov [Wed, 4 Feb 2004 16:49:48 +0000 (16:49 +0000)]
SoapServer::fault() method was implemented
Unnecesurry namespaces was removed form SOAP fault responces
Zeev Suraski [Wed, 4 Feb 2004 16:30:15 +0000 (16:30 +0000)]
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)
Zeev Suraski [Wed, 4 Feb 2004 15:51:07 +0000 (15:51 +0000)]
Optimize
Dmitry Stogov [Wed, 4 Feb 2004 14:46:12 +0000 (14:46 +0000)]
SOAP Headers was implemented (near complete)
Zeev Suraski [Wed, 4 Feb 2004 14:25:25 +0000 (14:25 +0000)]
- Improve $this assignment detection and generalize some code in zend_compile.c
Ilia Alshanetsky [Wed, 4 Feb 2004 14:15:16 +0000 (14:15 +0000)]
Fixed compile warnings.
Zeev Suraski [Wed, 4 Feb 2004 13:56:41 +0000 (13:56 +0000)]
-Error out when trying to re-assign $this
Zeev Suraski [Wed, 4 Feb 2004 12:45:56 +0000 (12:45 +0000)]
kill warning
Zeev Suraski [Wed, 4 Feb 2004 12:45:47 +0000 (12:45 +0000)]
API updates
Zeev Suraski [Wed, 4 Feb 2004 12:30:48 +0000 (12:30 +0000)]
The valid bit was necessary after all - restored
Zeev Suraski [Wed, 4 Feb 2004 12:17:57 +0000 (12:17 +0000)]
Fixlets
Zeev Suraski [Wed, 4 Feb 2004 11:56:07 +0000 (11:56 +0000)]
- Small fixes
Zeev Suraski [Wed, 4 Feb 2004 11:47:54 +0000 (11:47 +0000)]
- Improve wording
Zeev Suraski [Wed, 4 Feb 2004 11:14:47 +0000 (11:14 +0000)]
- Update with new destructor code
Zeev Suraski [Wed, 4 Feb 2004 09:56:20 +0000 (09:56 +0000)]
Change destructor implementation (details will follow on internals@)
Moriyoshi Koizumi [Wed, 4 Feb 2004 07:24:08 +0000 (07:24 +0000)]
- 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.
<changelog@php.net> [Wed, 4 Feb 2004 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
Greg Beaver [Tue, 3 Feb 2004 23:59:16 +0000 (23:59 +0000)]
re-adding as binary - file is unmodified
Greg Beaver [Tue, 3 Feb 2004 23:58:20 +0000 (23:58 +0000)]
remove in order to re-add as binary
Marcus Boerger [Tue, 3 Feb 2004 22:07:29 +0000 (22:07 +0000)]
Update tests
Marcus Boerger [Tue, 3 Feb 2004 22:05:30 +0000 (22:05 +0000)]
No longer needed