]> granicus.if.org Git - php/log
php
21 years agoChangeLog update
<changelog@php.net> [Sun, 8 Feb 2004 01:32:14 +0000 (01:32 +0000)]
ChangeLog update

21 years agoFixed bug #27171
foobar [Sat, 7 Feb 2004 19:14:49 +0000 (19:14 +0000)]
Fixed bug #27171

21 years agofixed cast warning
Georg Richter [Sat, 7 Feb 2004 13:45:44 +0000 (13:45 +0000)]
fixed cast warning

21 years ago* obsolete
Stig Bakken [Sat, 7 Feb 2004 08:31:09 +0000 (08:31 +0000)]
* obsolete

21 years agofix PATH_SEPARATOR issues - was defined in PHP 4.3.0, but documentation never showed...
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.

21 years agoChangeLog update
<changelog@php.net> [Sat, 7 Feb 2004 01:32:11 +0000 (01:32 +0000)]
ChangeLog update

21 years agofix
Dmitry Stogov [Fri, 6 Feb 2004 16:54:34 +0000 (16:54 +0000)]
fix

21 years agooptimization
Dmitry Stogov [Fri, 6 Feb 2004 16:52:14 +0000 (16:52 +0000)]
optimization

21 years agoFix build with Win32 Interbase 5.x
Ard Biesheuvel [Fri, 6 Feb 2004 15:11:17 +0000 (15:11 +0000)]
Fix build with Win32 Interbase 5.x

21 years agofine tune
foobar [Fri, 6 Feb 2004 14:59:51 +0000 (14:59 +0000)]
fine tune

21 years agoWSDL cache was disabled by default (see WSDL_CACHE macro)
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

21 years agoFree XML documents after WSDL parsing (they no longer need).
Dmitry Stogov [Fri, 6 Feb 2004 11:56:03 +0000 (11:56 +0000)]
Free XML documents after WSDL parsing (they no longer need).

21 years agoprefer != "no" over = "yes". (it doesn't really matter for ext/soap, but
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).

21 years agoPHP5 and WIN32 support was improved
Dmitry Stogov [Fri, 6 Feb 2004 08:01:35 +0000 (08:01 +0000)]
PHP5 and WIN32 support was improved

21 years agoPossible fix for bug #27165.
Ilia Alshanetsky [Fri, 6 Feb 2004 03:14:06 +0000 (03:14 +0000)]
Possible fix for bug #27165.

21 years agoFixed possible memory leak with INI values.
Ilia Alshanetsky [Fri, 6 Feb 2004 03:08:27 +0000 (03:08 +0000)]
Fixed possible memory leak with INI values.

21 years agoDo not initialize & create vars unless they will be used.
Ilia Alshanetsky [Fri, 6 Feb 2004 03:07:59 +0000 (03:07 +0000)]
Do not initialize & create vars unless they will be used.

21 years agoChangeLog update
<changelog@php.net> [Fri, 6 Feb 2004 01:32:19 +0000 (01:32 +0000)]
ChangeLog update

21 years agotypo
Andrey Hristov [Thu, 5 Feb 2004 21:11:26 +0000 (21:11 +0000)]
typo

21 years agoPHP API was changed (see readme.html for more details).
Dmitry Stogov [Thu, 5 Feb 2004 20:26:05 +0000 (20:26 +0000)]
PHP API was changed (see readme.html for more details).

21 years agoCommitting for Jan.
Sebastian Bergmann [Thu, 5 Feb 2004 10:41:55 +0000 (10:41 +0000)]
Committing for Jan.

21 years agoWSDL parsing speedup. Source cleanup.
Dmitry Stogov [Thu, 5 Feb 2004 09:28:09 +0000 (09:28 +0000)]
WSDL parsing speedup. Source cleanup.

21 years agofix serialization
Stanislav Malyshev [Thu, 5 Feb 2004 09:07:46 +0000 (09:07 +0000)]
fix serialization

21 years agofix test - remove warning
Stanislav Malyshev [Thu, 5 Feb 2004 09:03:37 +0000 (09:03 +0000)]
fix test - remove warning

21 years agofix bug #27149
Antony Dovgal [Thu, 5 Feb 2004 08:29:16 +0000 (08:29 +0000)]
fix bug #27149
(offset should start with 1)

21 years agoBug fixing news.
Ilia Alshanetsky [Thu, 5 Feb 2004 02:17:33 +0000 (02:17 +0000)]
Bug fixing news.

21 years agoFixed bug #27145 (Unmangle private/protected property names before printing
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).

21 years agoUpdating tests that got left behind when we changed to studlyCaps
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

21 years agoChangeLog update
<changelog@php.net> [Thu, 5 Feb 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

21 years agoFix exceptions happening inside internal functions called through
Zeev Suraski [Wed, 4 Feb 2004 23:48:39 +0000 (23:48 +0000)]
Fix exceptions happening inside internal functions called through
zend_user_function()

21 years agoFix annoying warning
Marcus Boerger [Wed, 4 Feb 2004 23:41:58 +0000 (23:41 +0000)]
Fix annoying warning

21 years agoRemove double initialization
Zeev Suraski [Wed, 4 Feb 2004 23:28:40 +0000 (23:28 +0000)]
Remove double initialization

21 years agoParse command line ini directives passed using -d before -i, to ensure
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.

21 years agoFix a bug in the persistent socket liveness checks and feof(); they were
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.

21 years agoAdd new prototype
Marcus Boerger [Wed, 4 Feb 2004 22:22:30 +0000 (22:22 +0000)]
Add new prototype

21 years agoFix reflection
Marcus Boerger [Wed, 4 Feb 2004 22:19:00 +0000 (22:19 +0000)]
Fix reflection

21 years agoAdd test
Marcus Boerger [Wed, 4 Feb 2004 22:18:35 +0000 (22:18 +0000)]
Add test

21 years agoThe &new is no longer needed, prevent E_STRICT message
Marcus Boerger [Wed, 4 Feb 2004 21:34:10 +0000 (21:34 +0000)]
The &new is no longer needed, prevent E_STRICT message

21 years ago- Added recent stuff to NEWS
Andi Gutmans [Wed, 4 Feb 2004 21:29:28 +0000 (21:29 +0000)]
- Added recent stuff to NEWS

21 years agoFix Warning
Marcus Boerger [Wed, 4 Feb 2004 21:04:39 +0000 (21:04 +0000)]
Fix Warning

21 years agoFix warnings
Marcus Boerger [Wed, 4 Feb 2004 21:04:12 +0000 (21:04 +0000)]
Fix warnings

21 years agoFixlet
Zeev Suraski [Wed, 4 Feb 2004 18:24:44 +0000 (18:24 +0000)]
Fixlet

21 years agoFix handling of $this in some cases
Zeev Suraski [Wed, 4 Feb 2004 17:57:48 +0000 (17:57 +0000)]
Fix handling of $this in some cases

21 years agoUpdate test (reason: can no longer assign to $this)
Zeev Suraski [Wed, 4 Feb 2004 17:55:44 +0000 (17:55 +0000)]
Update test (reason: can no longer assign to $this)

21 years agoUpdate test (reason: early binding changes its behavior)
Zeev Suraski [Wed, 4 Feb 2004 17:47:35 +0000 (17:47 +0000)]
Update test (reason: early binding changes its behavior)

21 years agoUpdate 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)

21 years agoHandle additional cases
Zeev Suraski [Wed, 4 Feb 2004 17:10:44 +0000 (17:10 +0000)]
Handle additional cases

21 years agoUnnecesurry namespaces was removed form SOAP fault responces
Dmitry Stogov [Wed, 4 Feb 2004 16:50:29 +0000 (16:50 +0000)]
Unnecesurry namespaces was removed form SOAP fault responces

21 years agoSoapServer::fault() method was implemented
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

21 years agoReinstate early-binding for classes.
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)

21 years agoOptimize
Zeev Suraski [Wed, 4 Feb 2004 15:51:07 +0000 (15:51 +0000)]
Optimize

21 years agoSOAP Headers was implemented (near complete)
Dmitry Stogov [Wed, 4 Feb 2004 14:46:12 +0000 (14:46 +0000)]
SOAP Headers was implemented (near complete)

21 years ago- Improve $this assignment detection and generalize some code in zend_compile.c
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

21 years agoFixed compile warnings.
Ilia Alshanetsky [Wed, 4 Feb 2004 14:15:16 +0000 (14:15 +0000)]
Fixed compile warnings.

21 years ago-Error out when trying to re-assign $this
Zeev Suraski [Wed, 4 Feb 2004 13:56:41 +0000 (13:56 +0000)]
-Error out when trying to re-assign $this

21 years agokill warning
Zeev Suraski [Wed, 4 Feb 2004 12:45:56 +0000 (12:45 +0000)]
kill warning

21 years agoAPI updates
Zeev Suraski [Wed, 4 Feb 2004 12:45:47 +0000 (12:45 +0000)]
API updates

21 years agoThe valid bit was necessary after all - restored
Zeev Suraski [Wed, 4 Feb 2004 12:30:48 +0000 (12:30 +0000)]
The valid bit was necessary after all - restored

21 years agoFixlets
Zeev Suraski [Wed, 4 Feb 2004 12:17:57 +0000 (12:17 +0000)]
Fixlets

21 years ago- Small fixes
Zeev Suraski [Wed, 4 Feb 2004 11:56:07 +0000 (11:56 +0000)]
- Small fixes

21 years ago- Improve wording
Zeev Suraski [Wed, 4 Feb 2004 11:47:54 +0000 (11:47 +0000)]
- Improve wording

21 years ago- Update with new destructor code
Zeev Suraski [Wed, 4 Feb 2004 11:14:47 +0000 (11:14 +0000)]
- Update with new destructor code

21 years agoChange destructor implementation (details will follow on internals@)
Zeev Suraski [Wed, 4 Feb 2004 09:56:20 +0000 (09:56 +0000)]
Change destructor implementation (details will follow on internals@)

21 years ago- Update libmbfl to the latest. This fixes several serious issues in the html
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.

21 years agoChangeLog update
<changelog@php.net> [Wed, 4 Feb 2004 01:32:17 +0000 (01:32 +0000)]
ChangeLog update

21 years agore-adding as binary - file is unmodified
Greg Beaver [Tue, 3 Feb 2004 23:59:16 +0000 (23:59 +0000)]
re-adding as binary - file is unmodified

21 years agoremove in order to re-add as binary
Greg Beaver [Tue, 3 Feb 2004 23:58:20 +0000 (23:58 +0000)]
remove in order to re-add as binary

21 years agoUpdate tests
Marcus Boerger [Tue, 3 Feb 2004 22:07:29 +0000 (22:07 +0000)]
Update tests

21 years agoNo longer needed
Marcus Boerger [Tue, 3 Feb 2004 22:05:30 +0000 (22:05 +0000)]
No longer needed

21 years agoUpdate tests
Marcus Boerger [Tue, 3 Feb 2004 21:52:46 +0000 (21:52 +0000)]
Update tests

21 years agoNuke unused variable
Marcus Boerger [Tue, 3 Feb 2004 21:15:08 +0000 (21:15 +0000)]
Nuke unused variable

21 years agoFix Warning
Marcus Boerger [Tue, 3 Feb 2004 21:13:04 +0000 (21:13 +0000)]
Fix Warning

21 years agoclone/__clone() related changes.
Sebastian Bergmann [Tue, 3 Feb 2004 16:56:37 +0000 (16:56 +0000)]
clone/__clone() related changes.

21 years agoInitial support for client-part SOAP headers (very incomlete)
Dmitry Stogov [Tue, 3 Feb 2004 16:44:57 +0000 (16:44 +0000)]
Initial support for client-part SOAP headers (very incomlete)

21 years agoSoapServer constructor was extended by default SOAP version.
Dmitry Stogov [Tue, 3 Feb 2004 16:43:38 +0000 (16:43 +0000)]
SoapServer constructor was extended by default SOAP version.

21 years agoRemove unused variable
Zeev Suraski [Tue, 3 Feb 2004 15:51:09 +0000 (15:51 +0000)]
Remove unused variable

21 years agotouch
foobar [Tue, 3 Feb 2004 15:50:21 +0000 (15:50 +0000)]
touch

21 years agoRemove more garbage - valid bit was not really necessary
Zeev Suraski [Tue, 3 Feb 2004 15:49:15 +0000 (15:49 +0000)]
Remove more garbage - valid bit was not really necessary

21 years ago- Clean garbage (delete was nuked a long time ago)
Zeev Suraski [Tue, 3 Feb 2004 15:37:37 +0000 (15:37 +0000)]
- Clean garbage (delete was nuked a long time ago)

21 years agoMore unneeded code removed.
Ilia Alshanetsky [Tue, 3 Feb 2004 14:33:32 +0000 (14:33 +0000)]
More unneeded code removed.

21 years agoAbort on parse error in an include file (patch by Ilia)
Zeev Suraski [Tue, 3 Feb 2004 14:32:02 +0000 (14:32 +0000)]
Abort on parse error in an include file (patch by Ilia)

21 years agoRemove redundant code
Zeev Suraski [Tue, 3 Feb 2004 14:31:07 +0000 (14:31 +0000)]
Remove redundant code

21 years ago-remove obsolete types
Antony Dovgal [Tue, 3 Feb 2004 14:21:09 +0000 (14:21 +0000)]
-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)

21 years agofix bug #27120 and bug #25975 - preserve is_ref when bound
Stanislav Malyshev [Tue, 3 Feb 2004 14:12:59 +0000 (14:12 +0000)]
fix bug #27120 and bug #25975 - preserve is_ref when bound
objects are serialized

21 years agoFix try/catch block logic
Zeev Suraski [Tue, 3 Feb 2004 13:42:41 +0000 (13:42 +0000)]
Fix try/catch block logic

21 years agoPerform a bitwise copy of the object even when __clone() is defined.
Zeev Suraski [Tue, 3 Feb 2004 12:36:13 +0000 (12:36 +0000)]
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()

21 years agoRewrote exception support. Fixes a few limitations and bugs in the old
Zeev Suraski [Tue, 3 Feb 2004 12:17:09 +0000 (12:17 +0000)]
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()

21 years agoSQLITE_ENCODING should be UTF8 rather than UTF-8
Stig Bakken [Tue, 3 Feb 2004 08:38:22 +0000 (08:38 +0000)]
SQLITE_ENCODING should be UTF8 rather than UTF-8

21 years agoPrevent cvsclean from being removed on interrupts
Martin Kraemer [Tue, 3 Feb 2004 08:23:40 +0000 (08:23 +0000)]
Prevent cvsclean from being removed on interrupts

21 years agoorder
foobar [Tue, 3 Feb 2004 06:44:45 +0000 (06:44 +0000)]
order

21 years agoThis should allow us to read dictionary locations from the win32 registry when we...
Vlad Krupin [Tue, 3 Feb 2004 05:40:25 +0000 (05:40 +0000)]
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.

21 years agoFixed possible overflow.
Ilia Alshanetsky [Tue, 3 Feb 2004 03:10:28 +0000 (03:10 +0000)]
Fixed possible overflow.

21 years agoChangeLog update
<changelog@php.net> [Tue, 3 Feb 2004 01:32:21 +0000 (01:32 +0000)]
ChangeLog update

21 years agotypo fix
Andrey Hristov [Mon, 2 Feb 2004 22:41:56 +0000 (22:41 +0000)]
typo fix

21 years agoTSRM fixes
Marcus Boerger [Mon, 2 Feb 2004 21:27:13 +0000 (21:27 +0000)]
TSRM fixes

21 years agoTests are executed with E_STRICT
Marcus Boerger [Mon, 2 Feb 2004 19:26:52 +0000 (19:26 +0000)]
Tests are executed with E_STRICT

21 years agofix: proper handling of SOAP 1.1 href and unresolved attributes references
Dmitry Stogov [Mon, 2 Feb 2004 17:39:10 +0000 (17:39 +0000)]
fix: proper handling of SOAP 1.1 href and unresolved attributes references

21 years ago*** empty log message ***
Dmitry Stogov [Mon, 2 Feb 2004 16:21:09 +0000 (16:21 +0000)]
*** empty log message ***

21 years agoServer-part support for SOAP Headers was implemented (incomplete)
Dmitry Stogov [Mon, 2 Feb 2004 16:19:39 +0000 (16:19 +0000)]
Server-part support for SOAP Headers was implemented (incomplete)

21 years agoInterbase news
Ard Biesheuvel [Mon, 2 Feb 2004 15:44:03 +0000 (15:44 +0000)]
Interbase news