]> granicus.if.org Git - php/log
php
20 years agoNot sure when this BC breaking change snuck in, but the output method
Rasmus Lerdorf [Fri, 1 Oct 2004 19:23:40 +0000 (19:23 +0000)]
Not sure when this BC breaking change snuck in, but the output method
didn't take an argument before and this compression argument is documented
to be optional but in the code it wasn't.  This patch fixes the BC break
by making the compression argument optional.

20 years agoMFH: Fugbix typo.
Sebastian Bergmann [Fri, 1 Oct 2004 10:36:50 +0000 (10:36 +0000)]
MFH: Fugbix typo.

20 years agoAdded skip condition for PHP 5.0
Ilia Alshanetsky [Thu, 30 Sep 2004 21:54:28 +0000 (21:54 +0000)]
Added skip condition for PHP 5.0

20 years ago- MFH
Andi Gutmans [Thu, 30 Sep 2004 18:36:21 +0000 (18:36 +0000)]
- MFH

20 years agoBFN
Antony Dovgal [Thu, 30 Sep 2004 15:00:57 +0000 (15:00 +0000)]
BFN

20 years agofix error message
Antony Dovgal [Thu, 30 Sep 2004 14:20:22 +0000 (14:20 +0000)]
fix error message

20 years agoMFH: fix segfaults and bug #30282 and suppress compile warnings
Antony Dovgal [Thu, 30 Sep 2004 12:37:35 +0000 (12:37 +0000)]
MFH: fix segfaults and bug #30282 and suppress compile warnings

20 years agoMFH: Fixed bug #30276 (Possible crash in ctype_digit on large numbers).
Ilia Alshanetsky [Thu, 30 Sep 2004 01:23:34 +0000 (01:23 +0000)]
MFH: Fixed bug #30276 (Possible crash in ctype_digit on large numbers).

20 years agoMFH
Marcus Boerger [Wed, 29 Sep 2004 20:16:03 +0000 (20:16 +0000)]
MFH

20 years agoMFH: fix bug #29652
Antony Dovgal [Wed, 29 Sep 2004 06:43:29 +0000 (06:43 +0000)]
MFH: fix bug #29652

20 years agoMFH: Fix compilation
Frank M. Kromann [Tue, 28 Sep 2004 18:39:22 +0000 (18:39 +0000)]
MFH: Fix compilation

20 years agoMFH: Fixed bug #30224 (Sybase date strings are sometimes not null
Ilia Alshanetsky [Tue, 28 Sep 2004 14:07:59 +0000 (14:07 +0000)]
MFH: Fixed bug #30224 (Sybase date strings are sometimes not null
terminated).

20 years agoMFH: select usage fix
Wez Furlong [Tue, 28 Sep 2004 09:30:20 +0000 (09:30 +0000)]
MFH: select usage fix

20 years agoMFH: Fix for Bug #24189: possibly unsafe select(2) usage.
Wez Furlong [Tue, 28 Sep 2004 09:13:38 +0000 (09:13 +0000)]
MFH: Fix for Bug #24189: possibly unsafe select(2) usage.

20 years agoMFH fix several property handling issues
Marcus Boerger [Mon, 27 Sep 2004 22:28:58 +0000 (22:28 +0000)]
MFH fix several property handling issues

20 years agoMFH parameter description
Marcus Boerger [Mon, 27 Sep 2004 22:28:19 +0000 (22:28 +0000)]
MFH parameter description

20 years agoMFH Add new tests
Marcus Boerger [Mon, 27 Sep 2004 22:27:54 +0000 (22:27 +0000)]
MFH Add new tests

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Mon, 27 Sep 2004 22:23:32 +0000 (22:23 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoFixed bug #30133
Edin Kadribasic [Mon, 27 Sep 2004 22:21:52 +0000 (22:21 +0000)]
Fixed bug #30133

20 years agoAdd new tests
Marcus Boerger [Mon, 27 Sep 2004 19:02:23 +0000 (19:02 +0000)]
Add new tests

20 years agoMFH (discussed with Andi)
Marcus Boerger [Mon, 27 Sep 2004 19:01:50 +0000 (19:01 +0000)]
MFH (discussed with Andi)

20 years agoMFH: Fixed bug #30249 (Incorrect timeout check).
Ilia Alshanetsky [Mon, 27 Sep 2004 17:30:47 +0000 (17:30 +0000)]
MFH: Fixed bug #30249 (Incorrect timeout check).

20 years agoMFH (1 fix, 1 warning)
Marcus Boerger [Mon, 27 Sep 2004 08:34:49 +0000 (08:34 +0000)]
MFH (1 fix, 1 warning)

20 years agoMFH
Marcus Boerger [Sun, 26 Sep 2004 21:52:51 +0000 (21:52 +0000)]
MFH

20 years agoMFH:
Ilia Alshanetsky [Sun, 26 Sep 2004 19:24:20 +0000 (19:24 +0000)]
MFH:
Return FALSE when file cannot be found.
Specify full paths to the files used for the test.

20 years agoMFH add new tests
Marcus Boerger [Sun, 26 Sep 2004 18:29:46 +0000 (18:29 +0000)]
MFH add new tests

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Sun, 26 Sep 2004 18:28:08 +0000 (18:28 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH add new tests
Marcus Boerger [Sun, 26 Sep 2004 18:20:01 +0000 (18:20 +0000)]
MFH add new tests

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Sun, 26 Sep 2004 18:16:34 +0000 (18:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH: Fix bug #30147 OO sqlite_fetch_object did not reset error handler
Wez Furlong [Sun, 26 Sep 2004 01:41:40 +0000 (01:41 +0000)]
MFH: Fix bug #30147 OO sqlite_fetch_object did not reset error handler

20 years agoBFN
Wez Furlong [Sun, 26 Sep 2004 01:14:59 +0000 (01:14 +0000)]
BFN

20 years agoMFH: configure check for getaddrinfo (Bug #30057)
Wez Furlong [Sun, 26 Sep 2004 01:13:43 +0000 (01:13 +0000)]
MFH: configure check for getaddrinfo (Bug #30057)

20 years agoMFH lib substituation
Marcus Boerger [Sat, 25 Sep 2004 15:30:17 +0000 (15:30 +0000)]
MFH lib substituation

20 years agoMFH unserialize fixes
Marcus Boerger [Fri, 24 Sep 2004 22:05:36 +0000 (22:05 +0000)]
MFH unserialize fixes

20 years ago- MFH unserialize fixes
Marcus Boerger [Fri, 24 Sep 2004 22:05:14 +0000 (22:05 +0000)]
- MFH unserialize fixes
# .re first

20 years agoBFN (MFHed)
Marcus Boerger [Fri, 24 Sep 2004 22:01:25 +0000 (22:01 +0000)]
BFN (MFHed)

20 years ago- PHP 5.0.3-dev
Andi Gutmans [Thu, 23 Sep 2004 21:56:15 +0000 (21:56 +0000)]
- PHP 5.0.3-dev

20 years ago- Roll 5.0.2
Andi Gutmans [Thu, 23 Sep 2004 21:21:59 +0000 (21:21 +0000)]
- Roll 5.0.2

20 years agoBFN
Marcus Boerger [Thu, 23 Sep 2004 18:45:27 +0000 (18:45 +0000)]
BFN

20 years agoMFH
Marcus Boerger [Thu, 23 Sep 2004 18:42:49 +0000 (18:42 +0000)]
MFH

20 years agoMFH Bugfix # 30209
Marcus Boerger [Thu, 23 Sep 2004 18:41:15 +0000 (18:41 +0000)]
MFH Bugfix # 30209

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

20 years agoFixed bug #29566 (foreach/string handling strangeness (crash)).
Dmitry Stogov [Wed, 22 Sep 2004 07:12:15 +0000 (07:12 +0000)]
Fixed bug #29566 (foreach/string handling strangeness (crash)).

20 years agoFixed bug #30182 (SOAP module processing WSDL file dumps core).
Dmitry Stogov [Wed, 22 Sep 2004 05:57:36 +0000 (05:57 +0000)]
Fixed bug #30182 (SOAP module processing WSDL file dumps core).

20 years agochanged order of processing of ini entries
Uwe Schindler [Mon, 20 Sep 2004 13:29:44 +0000 (13:29 +0000)]
changed order of processing of ini entries

20 years agoMFH: Fixed bug #29913 (parse_url() is now binary safe).
Ilia Alshanetsky [Mon, 20 Sep 2004 05:14:35 +0000 (05:14 +0000)]
MFH: Fixed bug #29913 (parse_url() is now binary safe).

20 years agoMFH destructor failure fix
Stanislav Malyshev [Fri, 17 Sep 2004 10:19:47 +0000 (10:19 +0000)]
MFH destructor failure fix

20 years agoMFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).
Ilia Alshanetsky [Fri, 17 Sep 2004 02:48:47 +0000 (02:48 +0000)]
MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).

20 years ago- Go with PHP 5.0.2RC1
Andi Gutmans [Thu, 16 Sep 2004 21:44:47 +0000 (21:44 +0000)]
- Go with PHP 5.0.2RC1

20 years agoFixed crash with SoapFault and register_shutdown_function().
Dmitry Stogov [Thu, 16 Sep 2004 08:11:07 +0000 (08:11 +0000)]
Fixed crash with SoapFault and register_shutdown_function().

20 years agoMFH: ZTS fix.
Sebastian Bergmann [Thu, 16 Sep 2004 05:44:39 +0000 (05:44 +0000)]
MFH: ZTS fix.

20 years ago- NEWS
Andi Gutmans [Thu, 16 Sep 2004 00:46:46 +0000 (00:46 +0000)]
- NEWS

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'.