]>
granicus.if.org Git - php/log
Stanislav Malyshev [Fri, 17 Sep 2004 10:19:47 +0000 (10:19 +0000)]
MFH destructor failure fix
Ilia Alshanetsky [Fri, 17 Sep 2004 02:48:47 +0000 (02:48 +0000)]
MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).
Andi Gutmans [Thu, 16 Sep 2004 21:44:47 +0000 (21:44 +0000)]
- Go with PHP 5.0.2RC1
Dmitry Stogov [Thu, 16 Sep 2004 08:11:07 +0000 (08:11 +0000)]
Fixed crash with SoapFault and register_shutdown_function().
Sebastian Bergmann [Thu, 16 Sep 2004 05:44:39 +0000 (05:44 +0000)]
MFH: ZTS fix.
Andi Gutmans [Thu, 16 Sep 2004 00:46:46 +0000 (00:46 +0000)]
- NEWS
Andi Gutmans [Thu, 16 Sep 2004 00:44:12 +0000 (00:44 +0000)]
- MFH
Uwe Schindler [Wed, 15 Sep 2004 21:27:10 +0000 (21:27 +0000)]
Fixed bug #29805 (HTTP Authentication Issues)
Dmitry Stogov [Wed, 15 Sep 2004 14:35:59 +0000 (14:35 +0000)]
Fixed invalid test name
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.
Derick Rethans [Wed, 15 Sep 2004 12:29:24 +0000 (12:29 +0000)]
- MFH: Windows has strcoll too.
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.
Dmitry Stogov [Wed, 15 Sep 2004 10:35:09 +0000 (10:35 +0000)]
Fixed possible crash
Dmitry Stogov [Tue, 14 Sep 2004 12:13:39 +0000 (12:13 +0000)]
Fixed bug #30045 (Cannot pass big integers (>
2147483647 ) in SOAP requests)
Magnus M��tt� [Mon, 13 Sep 2004 18:31:54 +0000 (18:31 +0000)]
Add missing stream unregister for sslv2 and 3.
Stefan Esser [Mon, 13 Sep 2004 16:00:37 +0000 (16:00 +0000)]
MFH
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().
Stefan Esser [Sun, 12 Sep 2004 10:46:27 +0000 (10:46 +0000)]
MFH
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)
Andi Gutmans [Sat, 11 Sep 2004 00:23:33 +0000 (00:23 +0000)]
- MFH
Wez Furlong [Fri, 10 Sep 2004 12:06:27 +0000 (12:06 +0000)]
BFN
Wez Furlong [Fri, 10 Sep 2004 11:44:10 +0000 (11:44 +0000)]
MFH: fix for Bug #29296
Dmitry Stogov [Fri, 10 Sep 2004 09:03:25 +0000 (09:03 +0000)]
SoapClient->__call() is renamed to SoapClient->__soap_call().
Dmitry Stogov [Fri, 10 Sep 2004 09:00:32 +0000 (09:00 +0000)]
Using php_libxml_xmlCheckUTF8() from ext/libxml.
Wez Furlong [Thu, 9 Sep 2004 19:41:40 +0000 (19:41 +0000)]
MFH: avoid potential AT&T libc problems with tempnam()
Marcus Boerger [Thu, 9 Sep 2004 17:09:25 +0000 (17:09 +0000)]
MFH Fix test script
Rasmus Lerdorf [Thu, 9 Sep 2004 16:21:49 +0000 (16:21 +0000)]
Stop at the index on an unmatched [
Marcus Boerger [Thu, 9 Sep 2004 13:29:37 +0000 (13:29 +0000)]
MFH Drop namespace relict
Marcus Boerger [Thu, 9 Sep 2004 11:33:31 +0000 (11:33 +0000)]
Fix test
Marcus Boerger [Thu, 9 Sep 2004 09:54:06 +0000 (09:54 +0000)]
MFH Fix __call's method signature
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
Marcus Boerger [Thu, 9 Sep 2004 07:46:43 +0000 (07:46 +0000)]
MFH add new test
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'.
Andi Gutmans [Thu, 9 Sep 2004 02:44:17 +0000 (02:44 +0000)]
- MFH
Sara Golemon [Wed, 8 Sep 2004 18:45:05 +0000 (18:45 +0000)]
MFH (r.163) Handle maxlen when stream can't be mmaped
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
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
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)
Marcus Boerger [Mon, 6 Sep 2004 19:16:35 +0000 (19:16 +0000)]
MFH Fix handling of exceptions in dtors
Rob Richards [Mon, 6 Sep 2004 10:19:36 +0000 (10:19 +0000)]
BFN
Rob Richards [Mon, 6 Sep 2004 10:18:29 +0000 (10:18 +0000)]
MFH: Fixed bug #29945 (simplexml_load_file URL limitation 255 char)
Marcus Boerger [Sun, 5 Sep 2004 17:43:37 +0000 (17:43 +0000)]
BFN
Marcus Boerger [Sun, 5 Sep 2004 17:40:54 +0000 (17:40 +0000)]
MFH bugfix 299885
Andi Gutmans [Sat, 4 Sep 2004 17:04:23 +0000 (17:04 +0000)]
- MFH
Georg Richter [Sat, 4 Sep 2004 14:19:20 +0000 (14:19 +0000)]
MFH: LOAD DATA INFILE now uses PHP's fopen wrapper
Marcus Boerger [Fri, 3 Sep 2004 18:54:41 +0000 (18:54 +0000)]
MFH
Marcus Boerger [Fri, 3 Sep 2004 18:41:10 +0000 (18:41 +0000)]
MFH: Fix protoe's
Ilia Alshanetsky [Fri, 3 Sep 2004 03:35:27 +0000 (03:35 +0000)]
MFH: Adjusted input check.
Stanislav Malyshev [Thu, 2 Sep 2004 09:44:59 +0000 (09:44 +0000)]
MFH: filestat fix
Derick Rethans [Thu, 2 Sep 2004 06:35:04 +0000 (06:35 +0000)]
- MFH: Added test for bug #29944.
Georg Richter [Thu, 2 Sep 2004 04:52:07 +0000 (04:52 +0000)]
fixed compiler warnings
fixed bug #29283
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).
Marcus Boerger [Tue, 31 Aug 2004 20:56:08 +0000 (20:56 +0000)]
MFH: Fix seeking
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'.
Sara Golemon [Tue, 31 Aug 2004 20:11:32 +0000 (20:11 +0000)]
MFH: Use user_agent ini setting if it's available.
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.
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.
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)
Antony Dovgal [Tue, 31 Aug 2004 08:31:45 +0000 (08:31 +0000)]
MFH: this file shouldn't be in the repository at all
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:13 +0000 (22:21 +0000)]
MFH: Added missing input validation to dio_write().
Marcus Boerger [Mon, 30 Aug 2004 18:49:49 +0000 (18:49 +0000)]
MFH: Add some information about array overloading
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
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
Rob Richards [Mon, 30 Aug 2004 15:00:07 +0000 (15:00 +0000)]
MFH: remove clone functionality
Stanislav Malyshev [Mon, 30 Aug 2004 09:13:40 +0000 (09:13 +0000)]
MFH fix #29893
Antony Dovgal [Mon, 30 Aug 2004 09:11:06 +0000 (09:11 +0000)]
MFH: add testcase for bug #29893
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'.
Marcus Boerger [Sun, 29 Aug 2004 19:15:57 +0000 (19:15 +0000)]
MFH: String offset starts with 0
Ilia Alshanetsky [Sun, 29 Aug 2004 17:16:21 +0000 (17:16 +0000)]
MFH: Fixed leak when serializing protected & private properties.
Marcus Boerger [Sun, 29 Aug 2004 13:29:47 +0000 (13:29 +0000)]
MFH: Bugfix #29882 isset crashes on arrays
Sergey Kartashoff [Sun, 29 Aug 2004 10:59:15 +0000 (10:59 +0000)]
- A fix for building of shared mnogosearch module
Derick Rethans [Sat, 28 Aug 2004 12:20:41 +0000 (12:20 +0000)]
- MFH: Fixed bug #29873 (No defines around pcntl_*priority definitions).
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.
Marcus Boerger [Fri, 27 Aug 2004 20:39:17 +0000 (20:39 +0000)]
MFH: Fix by (mathieu dot bruneau at argontechnologies dot ca)
Andi Gutmans [Fri, 27 Aug 2004 16:49:54 +0000 (16:49 +0000)]
- MFH
Dmitry Stogov [Fri, 27 Aug 2004 07:06:07 +0000 (07:06 +0000)]
Fixed bug #29842 (soapclient return null value)
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://...
Marcus Boerger [Thu, 26 Aug 2004 23:02:55 +0000 (23:02 +0000)]
MFH: Enforce semantics: Classes cannot extend Interfaces
Marcus Boerger [Thu, 26 Aug 2004 23:01:45 +0000 (23:01 +0000)]
MFH: Add test
Marcus Boerger [Thu, 26 Aug 2004 23:01:21 +0000 (23:01 +0000)]
MFH: Fix test
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'.
Marcus Boerger [Thu, 26 Aug 2004 22:44:20 +0000 (22:44 +0000)]
BFN
Marcus Boerger [Thu, 26 Aug 2004 22:43:32 +0000 (22:43 +0000)]
MFH: Bugfix 29828
Marcus Boerger [Thu, 26 Aug 2004 22:30:16 +0000 (22:30 +0000)]
MFH
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'.
Rob Richards [Thu, 26 Aug 2004 20:13:57 +0000 (20:13 +0000)]
not experimental
Dmitry Stogov [Thu, 26 Aug 2004 18:55:54 +0000 (18:55 +0000)]
Memory leaks were fixed.
Dmitry Stogov [Thu, 26 Aug 2004 18:36:47 +0000 (18:36 +0000)]
Fixed bug #29839 (incorrect convert (xml:lang to lang))
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)
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).
Ilia Alshanetsky [Thu, 26 Aug 2004 00:26:22 +0000 (00:26 +0000)]
MFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).
Andrei Zmievski [Wed, 25 Aug 2004 20:48:25 +0000 (20:48 +0000)]
MFB.
Marcus Boerger [Wed, 25 Aug 2004 07:26:36 +0000 (07:26 +0000)]
MFH: No short tags
Andrey Hristov [Wed, 25 Aug 2004 07:20:30 +0000 (07:20 +0000)]
.
Andi Gutmans [Wed, 25 Aug 2004 01:06:29 +0000 (01:06 +0000)]
- Improve wording
Andi Gutmans [Wed, 25 Aug 2004 01:04:27 +0000 (01:04 +0000)]
- NEWS
Andi Gutmans [Wed, 25 Aug 2004 01:02:38 +0000 (01:02 +0000)]
- MFH
Andrey Hristov [Tue, 24 Aug 2004 22:03:12 +0000 (22:03 +0000)]
MFH
Marcus Boerger [Tue, 24 Aug 2004 21:41:02 +0000 (21:41 +0000)]
TSRM fix
Marcus Boerger [Tue, 24 Aug 2004 21:40:12 +0000 (21:40 +0000)]
Add new test