]> granicus.if.org Git - php/log
php
20 years ago- MFH
Andi Gutmans [Thu, 16 Sep 2004 00:44:12 +0000 (00:44 +0000)]
- MFH

20 years agoFixed bug #29805 (HTTP Authentication Issues)
Uwe Schindler [Wed, 15 Sep 2004 21:27:10 +0000 (21:27 +0000)]
Fixed bug #29805 (HTTP Authentication Issues)

20 years agoFixed invalid test name
Dmitry Stogov [Wed, 15 Sep 2004 14:35:59 +0000 (14:35 +0000)]
Fixed invalid test name

20 years agoFixed a bug causing ".123" * "90" and alike to return a 0.
Ilia Alshanetsky [Wed, 15 Sep 2004 13:41:38 +0000 (13:41 +0000)]
Fixed a bug causing ".123" * "90" and alike to return a 0.

20 years ago- MFH: Windows has strcoll too.
Derick Rethans [Wed, 15 Sep 2004 12:29:24 +0000 (12:29 +0000)]
- MFH: Windows has strcoll too.

20 years ago- MFH: Added new boolean (fourth) parameter to array_slice() that turns on the
Derick Rethans [Wed, 15 Sep 2004 11:51:56 +0000 (11:51 +0000)]
- MFH: Added new boolean (fourth) parameter to array_slice() that turns on the
  preservation of keys in the returned array.

20 years agoFixed possible crash
Dmitry Stogov [Wed, 15 Sep 2004 10:35:09 +0000 (10:35 +0000)]
Fixed possible crash

20 years agoFixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
Dmitry Stogov [Tue, 14 Sep 2004 12:13:39 +0000 (12:13 +0000)]
Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)

20 years agoAdd missing stream unregister for sslv2 and 3.
Magnus M��tt� [Mon, 13 Sep 2004 18:31:54 +0000 (18:31 +0000)]
Add missing stream unregister for sslv2 and 3.

20 years agoMFH
Stefan Esser [Mon, 13 Sep 2004 16:00:37 +0000 (16:00 +0000)]
MFH

20 years agoChange soap's ctors to __construct(),
Dmitry Stogov [Mon, 13 Sep 2004 11:54:06 +0000 (11:54 +0000)]
Change soap's ctors to __construct(),
rename SoapClient->__call() to SoapClinet->__soapCall().

20 years agoMFH
Stefan Esser [Sun, 12 Sep 2004 10:46:27 +0000 (10:46 +0000)]
MFH

20 years ago- Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
Derick Rethans [Sat, 11 Sep 2004 14:20:55 +0000 (14:20 +0000)]
- Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
  them sort based on the current locale. (Derick)

20 years ago- MFH
Andi Gutmans [Sat, 11 Sep 2004 00:23:33 +0000 (00:23 +0000)]
- MFH

20 years agoBFN
Wez Furlong [Fri, 10 Sep 2004 12:06:27 +0000 (12:06 +0000)]
BFN

20 years agoMFH: fix for Bug #29296
Wez Furlong [Fri, 10 Sep 2004 11:44:10 +0000 (11:44 +0000)]
MFH: fix for Bug #29296

20 years agoSoapClient->__call() is renamed to SoapClient->__soap_call().
Dmitry Stogov [Fri, 10 Sep 2004 09:03:25 +0000 (09:03 +0000)]
SoapClient->__call() is renamed to SoapClient->__soap_call().

20 years agoUsing php_libxml_xmlCheckUTF8() from ext/libxml.
Dmitry Stogov [Fri, 10 Sep 2004 09:00:32 +0000 (09:00 +0000)]
Using php_libxml_xmlCheckUTF8() from ext/libxml.

20 years agoMFH: avoid potential AT&T libc problems with tempnam()
Wez Furlong [Thu, 9 Sep 2004 19:41:40 +0000 (19:41 +0000)]
MFH: avoid potential AT&T libc problems with tempnam()

20 years agoMFH Fix test script
Marcus Boerger [Thu, 9 Sep 2004 17:09:25 +0000 (17:09 +0000)]
MFH Fix test script

20 years agoStop at the index on an unmatched [
Rasmus Lerdorf [Thu, 9 Sep 2004 16:21:49 +0000 (16:21 +0000)]
Stop at the index on an unmatched [

20 years agoMFH Drop namespace relict
Marcus Boerger [Thu, 9 Sep 2004 13:29:37 +0000 (13:29 +0000)]
MFH Drop namespace relict

20 years agoFix test
Marcus Boerger [Thu, 9 Sep 2004 11:33:31 +0000 (11:33 +0000)]
Fix test

20 years agoMFH Fix __call's method signature
Marcus Boerger [Thu, 9 Sep 2004 09:54:06 +0000 (09:54 +0000)]
MFH Fix __call's method signature

20 years agoMFH signature check/method registration
Marcus Boerger [Thu, 9 Sep 2004 09:53:20 +0000 (09:53 +0000)]
MFH signature check/method registration
# the new function is no ZEND_API in 5.0.* to prevent bumping API

20 years agoMFH add new test
Marcus Boerger [Thu, 9 Sep 2004 07:46:43 +0000 (07:46 +0000)]
MFH add new test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Thu, 9 Sep 2004 07:46:20 +0000 (07:46 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years ago- MFH
Andi Gutmans [Thu, 9 Sep 2004 02:44:17 +0000 (02:44 +0000)]
- MFH

20 years agoMFH (r.163) Handle maxlen when stream can't be mmaped
Sara Golemon [Wed, 8 Sep 2004 18:45:05 +0000 (18:45 +0000)]
MFH (r.163) Handle maxlen when stream can't be mmaped

20 years agoMHF: fix issue with multiple xsl objects using registerPHPfunctions
Rob Richards [Wed, 8 Sep 2004 16:54:53 +0000 (16:54 +0000)]
MHF: fix issue with multiple xsl objects using registerPHPfunctions
 - also fixes threading issue

20 years agoMFH: implement php_libxml_xmlCheckUTF8
Rob Richards [Wed, 8 Sep 2004 10:16:57 +0000 (10:16 +0000)]
MFH: implement php_libxml_xmlCheckUTF8
 - workaround for <= libxml2-2.6.13 function

20 years agoMake ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)
Dmitry Stogov [Tue, 7 Sep 2004 14:41:29 +0000 (14:41 +0000)]
Make ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)

20 years agoMFH Fix handling of exceptions in dtors
Marcus Boerger [Mon, 6 Sep 2004 19:16:35 +0000 (19:16 +0000)]
MFH Fix handling of exceptions in dtors

20 years agoBFN
Rob Richards [Mon, 6 Sep 2004 10:19:36 +0000 (10:19 +0000)]
BFN

20 years agoMFH: Fixed bug #29945 (simplexml_load_file URL limitation 255 char)
Rob Richards [Mon, 6 Sep 2004 10:18:29 +0000 (10:18 +0000)]
MFH: Fixed bug #29945 (simplexml_load_file URL limitation 255 char)

20 years agoBFN
Marcus Boerger [Sun, 5 Sep 2004 17:43:37 +0000 (17:43 +0000)]
BFN

20 years agoMFH bugfix 299885
Marcus Boerger [Sun, 5 Sep 2004 17:40:54 +0000 (17:40 +0000)]
MFH bugfix 299885

20 years ago- MFH
Andi Gutmans [Sat, 4 Sep 2004 17:04:23 +0000 (17:04 +0000)]
- MFH

20 years agoMFH: LOAD DATA INFILE now uses PHP's fopen wrapper
Georg Richter [Sat, 4 Sep 2004 14:19:20 +0000 (14:19 +0000)]
MFH: LOAD DATA INFILE now uses PHP's fopen wrapper

20 years agoMFH
Marcus Boerger [Fri, 3 Sep 2004 18:54:41 +0000 (18:54 +0000)]
MFH

20 years agoMFH: Fix protoe's
Marcus Boerger [Fri, 3 Sep 2004 18:41:10 +0000 (18:41 +0000)]
MFH: Fix protoe's

20 years agoMFH: Adjusted input check.
Ilia Alshanetsky [Fri, 3 Sep 2004 03:35:27 +0000 (03:35 +0000)]
MFH: Adjusted input check.

20 years agoMFH: filestat fix
Stanislav Malyshev [Thu, 2 Sep 2004 09:44:59 +0000 (09:44 +0000)]
MFH: filestat fix

20 years ago- MFH: Added test for bug #29944.
Derick Rethans [Thu, 2 Sep 2004 06:35:04 +0000 (06:35 +0000)]
- MFH: Added test for bug #29944.

20 years agofixed compiler warnings
Georg Richter [Thu, 2 Sep 2004 04:52:07 +0000 (04:52 +0000)]
fixed compiler warnings
fixed bug #29283

20 years agoMFH: Fixed bug #29925 (Added a check to prevent illegal characters in
Ilia Alshanetsky [Thu, 2 Sep 2004 02:44:12 +0000 (02:44 +0000)]
MFH: Fixed bug #29925 (Added a check to prevent illegal characters in
session key).

20 years agoMFH: Fix seeking
Marcus Boerger [Tue, 31 Aug 2004 20:56:08 +0000 (20:56 +0000)]
MFH: Fix seeking

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Tue, 31 Aug 2004 20:54:32 +0000 (20:54 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH: Use user_agent ini setting if it's available.
Sara Golemon [Tue, 31 Aug 2004 20:11:32 +0000 (20:11 +0000)]
MFH: Use user_agent ini setting if it's available.

20 years agoMFH: Do not rely on handling of integers which might be outside the
Joe Orton [Tue, 31 Aug 2004 12:11:06 +0000 (12:11 +0000)]
MFH: Do not rely on handling of integers which might be outside the
range of a 32-bit signed long.

20 years agoMFH: fix gettimeofday() tests to not fail if the same time is
Joe Orton [Tue, 31 Aug 2004 11:49:19 +0000 (11:49 +0000)]
MFH: fix gettimeofday() tests to not fail if the same time is
returned by successive calls.

20 years agoMFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)
Antony Dovgal [Tue, 31 Aug 2004 11:38:59 +0000 (11:38 +0000)]
MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)

20 years agoMFH: this file shouldn't be in the repository at all
Antony Dovgal [Tue, 31 Aug 2004 08:31:45 +0000 (08:31 +0000)]
MFH: this file shouldn't be in the repository at all

20 years agoMFH: Added missing input validation to dio_write().
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:13 +0000 (22:21 +0000)]
MFH: Added missing input validation to dio_write().

20 years agoMFH: Add some information about array overloading
Marcus Boerger [Mon, 30 Aug 2004 18:49:49 +0000 (18:49 +0000)]
MFH: Add some information about array overloading

20 years agoMFH: remove cloning under ze1_compatibility_mode
Rob Richards [Mon, 30 Aug 2004 17:29:58 +0000 (17:29 +0000)]
MFH: remove cloning under ze1_compatibility_mode
 - minor BC break but doesnt work right under compat mode anyways

20 years agoMFH: remove cloning under ze1_compatibility_mode
Rob Richards [Mon, 30 Aug 2004 15:09:07 +0000 (15:09 +0000)]
MFH: remove cloning under ze1_compatibility_mode
 - minor BC break but doesnt work right under compat mode anyways

20 years agoMFH: remove clone functionality
Rob Richards [Mon, 30 Aug 2004 15:00:07 +0000 (15:00 +0000)]
MFH: remove clone functionality

20 years agoMFH fix #29893
Stanislav Malyshev [Mon, 30 Aug 2004 09:13:40 +0000 (09:13 +0000)]
MFH fix #29893

20 years agoMFH: add testcase for bug #29893
Antony Dovgal [Mon, 30 Aug 2004 09:11:06 +0000 (09:11 +0000)]
MFH: add testcase for bug #29893

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Mon, 30 Aug 2004 09:07:19 +0000 (09:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH: String offset starts with 0
Marcus Boerger [Sun, 29 Aug 2004 19:15:57 +0000 (19:15 +0000)]
MFH: String offset starts with 0

20 years agoMFH: Fixed leak when serializing protected & private properties.
Ilia Alshanetsky [Sun, 29 Aug 2004 17:16:21 +0000 (17:16 +0000)]
MFH: Fixed leak when serializing protected & private properties.

20 years agoMFH: Bugfix #29882 isset crashes on arrays
Marcus Boerger [Sun, 29 Aug 2004 13:29:47 +0000 (13:29 +0000)]
MFH: Bugfix #29882 isset crashes on arrays

20 years ago- A fix for building of shared mnogosearch module
Sergey Kartashoff [Sun, 29 Aug 2004 10:59:15 +0000 (10:59 +0000)]
- A fix for building of shared mnogosearch module

20 years ago- MFH: Fixed bug #29873 (No defines around pcntl_*priority definitions).
Derick Rethans [Sat, 28 Aug 2004 12:20:41 +0000 (12:20 +0000)]
- MFH: Fixed bug #29873 (No defines around pcntl_*priority definitions).

20 years agoMarking DOM and XSL as "Working". This should have happened with the
Christian Stocker [Fri, 27 Aug 2004 22:41:38 +0000 (22:41 +0000)]
Marking DOM and XSL as "Working". This should have happened with the
release of PHP 5.0.0 already.

20 years agoMFH: Fix by (mathieu dot bruneau at argontechnologies dot ca)
Marcus Boerger [Fri, 27 Aug 2004 20:39:17 +0000 (20:39 +0000)]
MFH: Fix by (mathieu dot bruneau at argontechnologies dot ca)

20 years ago- MFH
Andi Gutmans [Fri, 27 Aug 2004 16:49:54 +0000 (16:49 +0000)]
- MFH

20 years agoFixed bug #29842 (soapclient return null value)
Dmitry Stogov [Fri, 27 Aug 2004 07:06:07 +0000 (07:06 +0000)]
Fixed bug #29842 (soapclient return null value)

20 years agoMFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files
Ilia Alshanetsky [Thu, 26 Aug 2004 23:36:08 +0000 (23:36 +0000)]
MFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files
via wrapper stacking ala compress.zlib://http://...

20 years agoMFH: Enforce semantics: Classes cannot extend Interfaces
Marcus Boerger [Thu, 26 Aug 2004 23:02:55 +0000 (23:02 +0000)]
MFH: Enforce semantics: Classes cannot extend Interfaces

20 years agoMFH: Add test
Marcus Boerger [Thu, 26 Aug 2004 23:01:45 +0000 (23:01 +0000)]
MFH: Add test

20 years agoMFH: Fix test
Marcus Boerger [Thu, 26 Aug 2004 23:01:21 +0000 (23:01 +0000)]
MFH: Fix test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Thu, 26 Aug 2004 22:53:52 +0000 (22:53 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoBFN
Marcus Boerger [Thu, 26 Aug 2004 22:44:20 +0000 (22:44 +0000)]
BFN

20 years agoMFH: Bugfix 29828
Marcus Boerger [Thu, 26 Aug 2004 22:43:32 +0000 (22:43 +0000)]
MFH: Bugfix 29828

20 years agoMFH
Marcus Boerger [Thu, 26 Aug 2004 22:30:16 +0000 (22:30 +0000)]
MFH

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Thu, 26 Aug 2004 22:24:49 +0000 (22:24 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agonot experimental
Rob Richards [Thu, 26 Aug 2004 20:13:57 +0000 (20:13 +0000)]
not experimental

20 years agoMemory leaks were fixed.
Dmitry Stogov [Thu, 26 Aug 2004 18:55:54 +0000 (18:55 +0000)]
Memory leaks were fixed.

20 years agoFixed bug #29839 (incorrect convert (xml:lang to lang))
Dmitry Stogov [Thu, 26 Aug 2004 18:36:47 +0000 (18:36 +0000)]
Fixed bug #29839 (incorrect convert (xml:lang to lang))

20 years agoFixed bug #29795 (SegFault with Soap and Amazon's Web Services)
Dmitry Stogov [Thu, 26 Aug 2004 15:23:57 +0000 (15:23 +0000)]
Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)
Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled)

20 years agoFixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
Dmitry Stogov [Thu, 26 Aug 2004 12:20:13 +0000 (12:20 +0000)]
Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
Fixed bug #29830 (SoapServer::setClass() should not export non-public methods).

20 years agoMFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).
Ilia Alshanetsky [Thu, 26 Aug 2004 00:26:22 +0000 (00:26 +0000)]
MFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).

20 years agoMFB.
Andrei Zmievski [Wed, 25 Aug 2004 20:48:25 +0000 (20:48 +0000)]
MFB.

20 years agoMFH: No short tags
Marcus Boerger [Wed, 25 Aug 2004 07:26:36 +0000 (07:26 +0000)]
MFH: No short tags

20 years ago.
Andrey Hristov [Wed, 25 Aug 2004 07:20:30 +0000 (07:20 +0000)]
.

20 years ago- Improve wording
Andi Gutmans [Wed, 25 Aug 2004 01:06:29 +0000 (01:06 +0000)]
- Improve wording

20 years ago- NEWS
Andi Gutmans [Wed, 25 Aug 2004 01:04:27 +0000 (01:04 +0000)]
- NEWS

20 years ago- MFH
Andi Gutmans [Wed, 25 Aug 2004 01:02:38 +0000 (01:02 +0000)]
- MFH

20 years agoMFH
Andrey Hristov [Tue, 24 Aug 2004 22:03:12 +0000 (22:03 +0000)]
MFH

20 years agoTSRM fix
Marcus Boerger [Tue, 24 Aug 2004 21:41:02 +0000 (21:41 +0000)]
TSRM fix

20 years agoAdd new test
Marcus Boerger [Tue, 24 Aug 2004 21:40:12 +0000 (21:40 +0000)]
Add new test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Tue, 24 Aug 2004 21:35:47 +0000 (21:35 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFB
Andrei Zmievski [Tue, 24 Aug 2004 21:02:52 +0000 (21:02 +0000)]
MFB

20 years agoMFH: Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on
Ilia Alshanetsky [Tue, 24 Aug 2004 15:25:59 +0000 (15:25 +0000)]
MFH: Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on
invalid data).

20 years agoMFH: fix segfault when object cloned
Rob Richards [Tue, 24 Aug 2004 13:33:48 +0000 (13:33 +0000)]
MFH: fix segfault when object cloned

20 years agoMFH ;)
Christian Stocker [Tue, 24 Aug 2004 11:50:53 +0000 (11:50 +0000)]
MFH ;)
(This extension is no more experimental)

20 years agoMFH: Fixed possible crash inside dio_read().
Ilia Alshanetsky [Mon, 23 Aug 2004 17:27:46 +0000 (17:27 +0000)]
MFH: Fixed possible crash inside dio_read().