]>
granicus.if.org Git - php/log
Zeev Suraski [Tue, 3 Feb 2004 13:42:41 +0000 (13:42 +0000)]
Fix try/catch block logic
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()
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()
Stig Bakken [Tue, 3 Feb 2004 08:38:22 +0000 (08:38 +0000)]
SQLITE_ENCODING should be UTF8 rather than UTF-8
Martin Kraemer [Tue, 3 Feb 2004 08:23:40 +0000 (08:23 +0000)]
Prevent cvsclean from being removed on interrupts
foobar [Tue, 3 Feb 2004 06:44:45 +0000 (06:44 +0000)]
order
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.
Ilia Alshanetsky [Tue, 3 Feb 2004 03:10:28 +0000 (03:10 +0000)]
Fixed possible overflow.
<changelog@php.net> [Tue, 3 Feb 2004 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Andrey Hristov [Mon, 2 Feb 2004 22:41:56 +0000 (22:41 +0000)]
typo fix
Marcus Boerger [Mon, 2 Feb 2004 21:27:13 +0000 (21:27 +0000)]
TSRM fixes
Marcus Boerger [Mon, 2 Feb 2004 19:26:52 +0000 (19:26 +0000)]
Tests are executed with E_STRICT
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
Dmitry Stogov [Mon, 2 Feb 2004 16:21:09 +0000 (16:21 +0000)]
*** empty log message ***
Dmitry Stogov [Mon, 2 Feb 2004 16:19:39 +0000 (16:19 +0000)]
Server-part support for SOAP Headers was implemented (incomplete)
Ard Biesheuvel [Mon, 2 Feb 2004 15:44:03 +0000 (15:44 +0000)]
Interbase news
Ard Biesheuvel [Mon, 2 Feb 2004 14:57:20 +0000 (14:57 +0000)]
Use correct flag for repair options
Ard Biesheuvel [Mon, 2 Feb 2004 14:01:41 +0000 (14:01 +0000)]
Fix Win32 build
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
Ard Biesheuvel [Mon, 2 Feb 2004 13:47:56 +0000 (13:47 +0000)]
Use php_ prefix for header files.
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)
Antony Dovgal [Mon, 2 Feb 2004 08:26:15 +0000 (08:26 +0000)]
add missing alias for ocifreecursor()
foobar [Mon, 2 Feb 2004 08:10:31 +0000 (08:10 +0000)]
CS fix (functions should not be available if they are not available :)
Antony Dovgal [Mon, 2 Feb 2004 08:09:53 +0000 (08:09 +0000)]
fix yet another possible segfault
<changelog@php.net> [Mon, 2 Feb 2004 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 2 Feb 2004 00:06:17 +0000 (00:06 +0000)]
Fixed possible overflows.
Ard Biesheuvel [Sun, 1 Feb 2004 18:42:47 +0000 (18:42 +0000)]
No explicit inline (fixes Win32 linkage issue)
Ard Biesheuvel [Sun, 1 Feb 2004 17:54:56 +0000 (17:54 +0000)]
Whoops line endings
Ard Biesheuvel [Sun, 1 Feb 2004 17:52:36 +0000 (17:52 +0000)]
Remove extension internals from php_interbase.h
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
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
Sebastian Bergmann [Sun, 1 Feb 2004 08:34:47 +0000 (08:34 +0000)]
ZTS fix.
Moriyoshi Koizumi [Sun, 1 Feb 2004 03:03:15 +0000 (03:03 +0000)]
- Forgot to add test case.
Moriyoshi Koizumi [Sun, 1 Feb 2004 03:02:47 +0000 (03:02 +0000)]
- Binary compatibility stuff, for safety.
<changelog@php.net> [Sun, 1 Feb 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update
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
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).
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.
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.
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.
<changelog@php.net> [Sat, 31 Jan 2004 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Georg Richter [Fri, 30 Jan 2004 22:45:19 +0000 (22:45 +0000)]
added nuw_rows property for statement object
Dmitry Stogov [Fri, 30 Jan 2004 16:32:53 +0000 (16:32 +0000)]
Server part support for "document" style encoding was implemented
Dmitry Stogov [Fri, 30 Jan 2004 15:08:52 +0000 (15:08 +0000)]
Some tests from official SOAP 1.2 specification was added
Dmitry Stogov [Fri, 30 Jan 2004 15:07:19 +0000 (15:07 +0000)]
SOAP 1.2 specification conformity was improved
Wez Furlong [Fri, 30 Jan 2004 10:15:24 +0000 (10:15 +0000)]
word fix
Dmitry Stogov [Fri, 30 Jan 2004 09:26:56 +0000 (09:26 +0000)]
Support for https:// through proxy was implemented
foobar [Fri, 30 Jan 2004 09:21:05 +0000 (09:21 +0000)]
order
Marcus Boerger [Fri, 30 Jan 2004 07:53:12 +0000 (07:53 +0000)]
Include Sascha's indendation hint
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.
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.
<changelog@php.net> [Fri, 30 Jan 2004 01:32:51 +0000 (01:32 +0000)]
ChangeLog update
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.
Dmitry Stogov [Thu, 29 Jan 2004 17:24:03 +0000 (17:24 +0000)]
*** empty log message ***
Ilia Alshanetsky [Thu, 29 Jan 2004 17:21:16 +0000 (17:21 +0000)]
Proper configure switch for sqlite.
Dmitry Stogov [Thu, 29 Jan 2004 15:32:06 +0000 (15:32 +0000)]
Rollback: persistent PHP streams (dont work with "kafka")
Ilia Alshanetsky [Thu, 29 Jan 2004 15:18:26 +0000 (15:18 +0000)]
Apache 2 portion of the fix for bug #25753.
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
Dmitry Stogov [Thu, 29 Jan 2004 11:51:11 +0000 (11:51 +0000)]
fix: "Authors" corrected
Dmitry Stogov [Thu, 29 Jan 2004 11:26:52 +0000 (11:26 +0000)]
Support for HTTP proxies was implemented
Derick Rethans [Thu, 29 Jan 2004 09:27:06 +0000 (09:27 +0000)]
- Add our standard header
Dmitry Stogov [Thu, 29 Jan 2004 09:03:28 +0000 (09:03 +0000)]
Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)
Dmitry Stogov [Thu, 29 Jan 2004 06:37:51 +0000 (06:37 +0000)]
fix: possible crash was fixed
Ilia Alshanetsky [Thu, 29 Jan 2004 02:54:30 +0000 (02:54 +0000)]
Fixed bug #27007 (missing connection closure when connect fails in pgsql).
Ilia Alshanetsky [Thu, 29 Jan 2004 02:16:47 +0000 (02:16 +0000)]
Fixed bug #27037 (fixed possible crash in apache2handler output code).
<changelog@php.net> [Thu, 29 Jan 2004 01:32:20 +0000 (01:32 +0000)]
ChangeLog update
Rob Richards [Thu, 29 Jan 2004 00:33:20 +0000 (00:33 +0000)]
fix corruption when cloneDocument is not defined
Marcus Boerger [Thu, 29 Jan 2004 00:10:33 +0000 (00:10 +0000)]
Update
Sara Golemon [Thu, 29 Jan 2004 00:08:21 +0000 (00:08 +0000)]
This should not have been an INI_ALL directive.
Marcus Boerger [Wed, 28 Jan 2004 23:00:31 +0000 (23:00 +0000)]
removed experimental status
Marcus Boerger [Wed, 28 Jan 2004 22:59:03 +0000 (22:59 +0000)]
- Fix second issue with #27042
- Little improvement
- Update test
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
Sara Golemon [Wed, 28 Jan 2004 22:50:12 +0000 (22:50 +0000)]
FTP dirstream_read should not leave whitespace/newlines on dirents
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.
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.
Ilia Alshanetsky [Wed, 28 Jan 2004 21:47:36 +0000 (21:47 +0000)]
Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).
Andrey Hristov [Wed, 28 Jan 2004 20:25:30 +0000 (20:25 +0000)]
this should not belong to HEAD
Rasmus Lerdorf [Wed, 28 Jan 2004 17:59:07 +0000 (17:59 +0000)]
Fix applies to apache_hooks sapi as well. See bug #25753 for details.
Rasmus Lerdorf [Wed, 28 Jan 2004 17:49:49 +0000 (17:49 +0000)]
MFB - see bug #25753 for details
Dmitry Stogov [Wed, 28 Jan 2004 16:47:49 +0000 (16:47 +0000)]
Error reoprting improved by prefix
New 'HTTP' fault code
Source cleanup
Martin Kraemer [Wed, 28 Jan 2004 16:25:12 +0000 (16:25 +0000)]
Bug fix: Images would be broken on big-endian machines because the putc
function wrote the first (instead of "the low order") byte. That resulted
in unexpected zero bytes.
Dmitry Stogov [Wed, 28 Jan 2004 13:36:31 +0000 (13:36 +0000)]
Source cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:33:48 +0000 (13:33 +0000)]
Test suite for XML Schema and SOAP encoding/decoding
Dmitry Stogov [Wed, 28 Jan 2004 13:31:28 +0000 (13:31 +0000)]
Source cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:30:21 +0000 (13:30 +0000)]
Add namespaces to <Envelope> (not ot subnodes)
Zeev Suraski [Wed, 28 Jan 2004 11:53:52 +0000 (11:53 +0000)]
- Error message fix
- Prevent inheritance of the same constant from two interfaces
Zeev Suraski [Wed, 28 Jan 2004 10:52:27 +0000 (10:52 +0000)]
Fixlets
Zeev Suraski [Wed, 28 Jan 2004 10:25:45 +0000 (10:25 +0000)]
Prevent classes from implementing interfaces that have the same function
Zeev Suraski [Wed, 28 Jan 2004 10:24:57 +0000 (10:24 +0000)]
Whitespace
Zeev Suraski [Wed, 28 Jan 2004 09:13:41 +0000 (09:13 +0000)]
Code relayout
Zeev Suraski [Wed, 28 Jan 2004 09:07:02 +0000 (09:07 +0000)]
Forward-port fix for timeouts under Windows
Antony Dovgal [Wed, 28 Jan 2004 07:15:55 +0000 (07:15 +0000)]
two fixes:
-oci_lob_load shouldn't reset LOB's length to zero
-Oracle feels bad, but reports no error, when trying to erase LOB with offset bigger than LOB
Ilia Alshanetsky [Wed, 28 Jan 2004 01:43:45 +0000 (01:43 +0000)]
Fixed bug #27058 (crash in sybase_connect() with 2 arguments).
Ilia Alshanetsky [Wed, 28 Jan 2004 01:36:53 +0000 (01:36 +0000)]
Fixed bug #27056 (ints used instead of longs inside some GD functions).
<changelog@php.net> [Wed, 28 Jan 2004 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Andrey Hristov [Tue, 27 Jan 2004 23:14:42 +0000 (23:14 +0000)]
message about that mysql_list_tables() is deprecated
Wez Furlong [Tue, 27 Jan 2004 22:40:44 +0000 (22:40 +0000)]
Fix segfault for scripts like this:
<?php
pfsockopen("foo");
pfsockopen("foo");
?>
Where the transport fails to connect (since args are bogus);
the problem was that the persistent stream entry was not
correctly freed.
Dmitry Stogov [Tue, 27 Jan 2004 16:19:22 +0000 (16:19 +0000)]
fix: HTTP keep-alive
Dmitry Stogov [Tue, 27 Jan 2004 16:07:58 +0000 (16:07 +0000)]
enabling HTTP status code 100 (used by Delphi SOAP)
Dmitry Stogov [Tue, 27 Jan 2004 15:49:34 +0000 (15:49 +0000)]
SOAP Fault uses HTTP status code 500