]> granicus.if.org Git - php/log
php
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

21 years agoUse correct flag for repair options
Ard Biesheuvel [Mon, 2 Feb 2004 14:57:20 +0000 (14:57 +0000)]
Use correct flag for repair options

21 years agoFix Win32 build
Ard Biesheuvel [Mon, 2 Feb 2004 14:01:41 +0000 (14:01 +0000)]
Fix Win32 build

21 years agoUse php_ prefix for header files
Ard Biesheuvel [Mon, 2 Feb 2004 13:49:48 +0000 (13:49 +0000)]
Use php_ prefix for header files
Added nearly complete implementation of service API

21 years agoUse php_ prefix for header files.
Ard Biesheuvel [Mon, 2 Feb 2004 13:47:56 +0000 (13:47 +0000)]
Use php_ prefix for header files.

21 years agoRedesign the clone() feature to fix some fundamental flaws in the previous
Zeev Suraski [Mon, 2 Feb 2004 12:28:19 +0000 (12:28 +0000)]
Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.

Using clone directly is now done using
$replica = clone $src;

Clone methods must now be declared as follows:
function __clone($that)
{
}

Clone methods in derived classes can call the __clone method of their parent
classes using parent::__clone($that)

21 years agoadd missing alias for ocifreecursor()
Antony Dovgal [Mon, 2 Feb 2004 08:26:15 +0000 (08:26 +0000)]
add missing alias for ocifreecursor()

21 years agoCS fix (functions should not be available if they are not available :)
foobar [Mon, 2 Feb 2004 08:10:31 +0000 (08:10 +0000)]
CS fix (functions should not be available if they are not available :)

21 years agofix yet another possible segfault
Antony Dovgal [Mon, 2 Feb 2004 08:09:53 +0000 (08:09 +0000)]
fix yet another possible segfault

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

21 years agoFixed possible overflows.
Ilia Alshanetsky [Mon, 2 Feb 2004 00:06:17 +0000 (00:06 +0000)]
Fixed possible overflows.

21 years agoNo explicit inline (fixes Win32 linkage issue)
Ard Biesheuvel [Sun, 1 Feb 2004 18:42:47 +0000 (18:42 +0000)]
No explicit inline (fixes Win32 linkage issue)

21 years agoWhoops line endings
Ard Biesheuvel [Sun, 1 Feb 2004 17:54:56 +0000 (17:54 +0000)]
Whoops line endings

21 years agoRemove extension internals from php_interbase.h
Ard Biesheuvel [Sun, 1 Feb 2004 17:52:36 +0000 (17:52 +0000)]
Remove extension internals from php_interbase.h

21 years agoTest for Interbase version 6 API in 'configure'
Ard Biesheuvel [Sun, 1 Feb 2004 17:42:26 +0000 (17:42 +0000)]
Test for Interbase version 6 API in 'configure'
# Always enable in Win32 for the time being

21 years agoAdded backup/restore functions
Ard Biesheuvel [Sun, 1 Feb 2004 16:13:07 +0000 (16:13 +0000)]
Added backup/restore functions
Split interbase.c into several files
# It was becoming too big to handle

21 years agoZTS fix.
Sebastian Bergmann [Sun, 1 Feb 2004 08:34:47 +0000 (08:34 +0000)]
ZTS fix.

21 years ago- Forgot to add test case.
Moriyoshi Koizumi [Sun, 1 Feb 2004 03:03:15 +0000 (03:03 +0000)]
- Forgot to add test case.

21 years ago- Binary compatibility stuff, for safety.
Moriyoshi Koizumi [Sun, 1 Feb 2004 03:02:47 +0000 (03:02 +0000)]
- Binary compatibility stuff, for safety.

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

21 years agomake pear run-tests work with PEAR core tests, allow it to work for Windows users...
Greg Beaver [Sat, 31 Jan 2004 22:39:25 +0000 (22:39 +0000)]
make pear run-tests work with PEAR core tests, allow it to work for Windows users as well

21 years ago- Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets).
Moriyoshi Koizumi [Sat, 31 Jan 2004 22:36:33 +0000 (22:36 +0000)]
- Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets).

21 years ago- POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 characters.
Moriyoshi Koizumi [Sat, 31 Jan 2004 21:56:42 +0000 (21:56 +0000)]
- POSIX / ISOX compliancy.  This is needed to correctly handle UTF-8 characters.

21 years agoThrow an exception in case a reflection object cannot be found and do not
Marcus Boerger [Sat, 31 Jan 2004 12:20:20 +0000 (12:20 +0000)]
Throw an exception in case a reflection object cannot be found and do not
override the exception from constructors in static method calls.

21 years agoCorrected binding:
Georg Richter [Sat, 31 Jan 2004 07:51:03 +0000 (07:51 +0000)]
Corrected binding:
  if column has type DECIMAL it will converted to string now.
  Thanks to Brian Aker for pointing this out.

21 years agoChangeLog update
<changelog@php.net> [Sat, 31 Jan 2004 01:31:58 +0000 (01:31 +0000)]
ChangeLog update

21 years agoadded nuw_rows property for statement object
Georg Richter [Fri, 30 Jan 2004 22:45:19 +0000 (22:45 +0000)]
added nuw_rows property for statement object

21 years agoServer part support for "document" style encoding was implemented
Dmitry Stogov [Fri, 30 Jan 2004 16:32:53 +0000 (16:32 +0000)]
Server part support for "document" style encoding was implemented

21 years agoSome tests from official SOAP 1.2 specification was added
Dmitry Stogov [Fri, 30 Jan 2004 15:08:52 +0000 (15:08 +0000)]
Some tests from official SOAP 1.2 specification was added

21 years agoSOAP 1.2 specification conformity was improved
Dmitry Stogov [Fri, 30 Jan 2004 15:07:19 +0000 (15:07 +0000)]
SOAP 1.2 specification conformity was improved

21 years agoword fix
Wez Furlong [Fri, 30 Jan 2004 10:15:24 +0000 (10:15 +0000)]
word fix

21 years agoSupport for https:// through proxy was implemented
Dmitry Stogov [Fri, 30 Jan 2004 09:26:56 +0000 (09:26 +0000)]
Support for https:// through proxy was implemented

21 years agoorder
foobar [Fri, 30 Jan 2004 09:21:05 +0000 (09:21 +0000)]
order

21 years agoInclude Sascha's indendation hint
Marcus Boerger [Fri, 30 Jan 2004 07:53:12 +0000 (07:53 +0000)]
Include Sascha's indendation hint

21 years agoNewer compilers don't need this so many people don't know. Hence we make
Marcus Boerger [Fri, 30 Jan 2004 07:01:25 +0000 (07:01 +0000)]
Newer compilers don't need this so many people don't know. Hence we make
it a coding standard.

21 years agoApply the same parse error handling to (include|require)_once as the one for
Ilia Alshanetsky [Fri, 30 Jan 2004 02:22:17 +0000 (02:22 +0000)]
Apply the same parse error handling to (include|require)_once as the one for
their non-once counterparts.

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

21 years agoFix potential bug in http:// proxy support.
Sara Golemon [Fri, 30 Jan 2004 00:24:18 +0000 (00:24 +0000)]
Fix potential bug in http:// proxy support.
Some proxy servers require entire URI be sent in request string.

Add context option "http"/"request_fulluri" to allow this behavior.

21 years ago*** empty log message ***
Dmitry Stogov [Thu, 29 Jan 2004 17:24:03 +0000 (17:24 +0000)]
*** empty log message ***

21 years agoProper configure switch for sqlite.
Ilia Alshanetsky [Thu, 29 Jan 2004 17:21:16 +0000 (17:21 +0000)]
Proper configure switch for sqlite.

21 years agoRollback: persistent PHP streams (dont work with "kafka")
Dmitry Stogov [Thu, 29 Jan 2004 15:32:06 +0000 (15:32 +0000)]
Rollback: persistent PHP streams (dont work with "kafka")

21 years agoApache 2 portion of the fix for bug #25753.
Ilia Alshanetsky [Thu, 29 Jan 2004 15:18:26 +0000 (15:18 +0000)]
Apache 2 portion of the fix for bug #25753.

21 years agoPHP4 support
Dmitry Stogov [Thu, 29 Jan 2004 15:11:16 +0000 (15:11 +0000)]
PHP4 support
HTTP proxy support for PHP4
Using persistent PHP streams for HTTP connections

21 years agofix: "Authors" corrected
Dmitry Stogov [Thu, 29 Jan 2004 11:51:11 +0000 (11:51 +0000)]
fix: "Authors" corrected

21 years agoSupport for HTTP proxies was implemented
Dmitry Stogov [Thu, 29 Jan 2004 11:26:52 +0000 (11:26 +0000)]
Support for HTTP proxies was implemented

21 years ago- Add our standard header
Derick Rethans [Thu, 29 Jan 2004 09:27:06 +0000 (09:27 +0000)]
- Add our standard header

21 years agoSupport for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)
Dmitry Stogov [Thu, 29 Jan 2004 09:03:28 +0000 (09:03 +0000)]
Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)

21 years agofix: possible crash was fixed
Dmitry Stogov [Thu, 29 Jan 2004 06:37:51 +0000 (06:37 +0000)]
fix: possible crash was fixed

21 years agoFixed bug #27007 (missing connection closure when connect fails in pgsql).
Ilia Alshanetsky [Thu, 29 Jan 2004 02:54:30 +0000 (02:54 +0000)]
Fixed bug #27007 (missing connection closure when connect fails in pgsql).

21 years agoFixed bug #27037 (fixed possible crash in apache2handler output code).
Ilia Alshanetsky [Thu, 29 Jan 2004 02:16:47 +0000 (02:16 +0000)]
Fixed bug #27037 (fixed possible crash in apache2handler output code).

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

21 years agofix corruption when cloneDocument is not defined
Rob Richards [Thu, 29 Jan 2004 00:33:20 +0000 (00:33 +0000)]
fix corruption when cloneDocument is not defined

21 years agoUpdate
Marcus Boerger [Thu, 29 Jan 2004 00:10:33 +0000 (00:10 +0000)]
Update

21 years agoThis should not have been an INI_ALL directive.
Sara Golemon [Thu, 29 Jan 2004 00:08:21 +0000 (00:08 +0000)]
This should not have been an INI_ALL directive.

21 years agoremoved experimental status
Marcus Boerger [Wed, 28 Jan 2004 23:00:31 +0000 (23:00 +0000)]
removed experimental status

21 years ago- Fix second issue with #27042
Marcus Boerger [Wed, 28 Jan 2004 22:59:03 +0000 (22:59 +0000)]
- Fix second issue with #27042
- Little improvement
- Update test

21 years agoremoved experimental status
Georg Richter [Wed, 28 Jan 2004 22:51:54 +0000 (22:51 +0000)]
removed experimental status
fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov)
various prototype fixes
moved some methods to properties which are part of mysql struct
added function mysqli_get_server_version

21 years agoFTP dirstream_read should not leave whitespace/newlines on dirents
Sara Golemon [Wed, 28 Jan 2004 22:50:12 +0000 (22:50 +0000)]
FTP dirstream_read should not leave whitespace/newlines on dirents

21 years agoTweak checks to detect some additional cases.
Zeev Suraski [Wed, 28 Jan 2004 22:27:39 +0000 (22:27 +0000)]
Tweak checks to detect some additional cases.
Reorder checks to make more sense.

21 years ago'Bug Fix': scandir, being a new function in PHP5 should have always been wrapper...
Sara Golemon [Wed, 28 Jan 2004 22:21:54 +0000 (22:21 +0000)]
'Bug Fix': scandir, being a new function in PHP5 should have always been wrapper aware.

21 years agoFixed bug #27011 (64bit int/long confusion in preg_match*() functions).
Ilia Alshanetsky [Wed, 28 Jan 2004 21:47:36 +0000 (21:47 +0000)]
Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).