]> granicus.if.org Git - php/log
php
17 years agoFixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
Andrey Hristov [Wed, 5 Sep 2007 12:36:44 +0000 (12:36 +0000)]
Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
Fixed regression of bug 38710. Already fixed in HEAD.
#HEAD will be fixed when doing the next merge from svn

17 years agoFixed bug #42214 (SoapServer sends clients internal PHP errors)
Dmitry Stogov [Wed, 5 Sep 2007 11:20:45 +0000 (11:20 +0000)]
Fixed bug #42214 (SoapServer sends clients internal PHP errors)

17 years agoFixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).
Dmitry Stogov [Wed, 5 Sep 2007 10:18:23 +0000 (10:18 +0000)]
Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).

17 years agoFixed bug #42523 (PHP_SELF duplicates path)
Dmitry Stogov [Wed, 5 Sep 2007 08:26:32 +0000 (08:26 +0000)]
Fixed bug #42523 (PHP_SELF duplicates path)

17 years agobfn
Antony Dovgal [Tue, 4 Sep 2007 18:51:48 +0000 (18:51 +0000)]
bfn

17 years agoMFH: detect endianness in compile time when using Apple's GCC (fixes universal binary...
Antony Dovgal [Tue, 4 Sep 2007 18:46:21 +0000 (18:46 +0000)]
MFH: detect endianness in compile time when using Apple's GCC (fixes universal binary build)

17 years agoMFH: fixed bug #29955 invalid case conversion in iso-8859-9.
Rui Hirokawa [Tue, 4 Sep 2007 14:14:11 +0000 (14:14 +0000)]
MFH: fixed bug #29955 invalid case conversion in iso-8859-9.

17 years agoFixed possible buffer overflows inside the fnmatch() and glob() functions
Ilia Alshanetsky [Tue, 4 Sep 2007 12:51:49 +0000 (12:51 +0000)]
Fixed possible buffer overflows inside the fnmatch() and glob() functions

17 years agoTest cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh.
Zoe Slattery [Tue, 4 Sep 2007 09:01:02 +0000 (09:01 +0000)]
Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh.

17 years agofix tests
Raghubansh Kumar [Tue, 4 Sep 2007 08:37:51 +0000 (08:37 +0000)]
fix tests

17 years agoFixed bug #42506 (php_pgsql_convert() timezone parse bug)
Ilia Alshanetsky [Mon, 3 Sep 2007 15:36:04 +0000 (15:36 +0000)]
Fixed bug #42506 (php_pgsql_convert() timezone parse bug)

17 years agoFixed bug #42468 (Write lock on file_get_contents fails when using a
Ilia Alshanetsky [Mon, 3 Sep 2007 02:53:56 +0000 (02:53 +0000)]
Fixed bug #42468 (Write lock on file_get_contents fails when using a
compression stream).

17 years ago- MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
Derick Rethans [Sat, 1 Sep 2007 18:38:39 +0000 (18:38 +0000)]
- MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
  64-bit PHP).

17 years agoadapt for PCRE 7.3
Nuno Lopes [Sat, 1 Sep 2007 17:51:35 +0000 (17:51 +0000)]
adapt for PCRE 7.3
remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings

17 years agoupgrade to PCRE 7.3
Nuno Lopes [Sat, 1 Sep 2007 17:48:43 +0000 (17:48 +0000)]
upgrade to PCRE 7.3

17 years agonew test
Nuno Lopes [Sat, 1 Sep 2007 17:47:13 +0000 (17:47 +0000)]
new test

17 years ago1.2.4
Antony Dovgal [Fri, 31 Aug 2007 22:30:27 +0000 (22:30 +0000)]
1.2.4

17 years agofix package2.xml
Antony Dovgal [Fri, 31 Aug 2007 22:26:13 +0000 (22:26 +0000)]
fix package2.xml

17 years agoadd Chris to the maintainers
Antony Dovgal [Fri, 31 Aug 2007 21:44:57 +0000 (21:44 +0000)]
add Chris to the maintainers

17 years agoNew tests for getAttribute
Christopher Jones [Fri, 31 Aug 2007 21:09:43 +0000 (21:09 +0000)]
New tests for getAttribute

17 years agoAdd $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIE...
Christopher Jones [Fri, 31 Aug 2007 21:08:48 +0000 (21:08 +0000)]
Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.

17 years agoMFH: prohibit arguments by ref in magic methods
Antony Dovgal [Fri, 31 Aug 2007 12:36:14 +0000 (12:36 +0000)]
MFH: prohibit arguments by ref in magic methods

17 years agoFixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
Dmitry Stogov [Fri, 31 Aug 2007 12:17:52 +0000 (12:17 +0000)]
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)

17 years agoupdate changelog, prepare for 1.2.4 release
Antony Dovgal [Fri, 31 Aug 2007 12:10:54 +0000 (12:10 +0000)]
update changelog, prepare for 1.2.4 release

17 years agoFixed bug #42359 (xsd:list type not parsed)
Dmitry Stogov [Fri, 31 Aug 2007 10:48:45 +0000 (10:48 +0000)]
Fixed bug #42359 (xsd:list type not parsed)

17 years agoMFH: ws + protos
Jani Taskinen [Fri, 31 Aug 2007 10:46:19 +0000 (10:46 +0000)]
MFH: ws + protos

17 years agoFixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant...
Dmitry Stogov [Fri, 31 Aug 2007 09:36:02 +0000 (09:36 +0000)]
Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)

17 years agoMFH: ws
Jani Taskinen [Fri, 31 Aug 2007 08:35:37 +0000 (08:35 +0000)]
MFH: ws

17 years agoMFH: ws fixes
Jani Taskinen [Fri, 31 Aug 2007 08:16:13 +0000 (08:16 +0000)]
MFH: ws fixes

17 years agoMFH
Jani Taskinen [Fri, 31 Aug 2007 08:09:50 +0000 (08:09 +0000)]
MFH

17 years agoFixed bug #42326 (SoapServer crash)
Dmitry Stogov [Fri, 31 Aug 2007 08:07:28 +0000 (08:07 +0000)]
Fixed bug #42326 (SoapServer crash)

17 years agoMFH: Revert revert.
Jani Taskinen [Fri, 31 Aug 2007 07:52:29 +0000 (07:52 +0000)]
MFH: Revert revert.

17 years agoMFH: Moved php.ini related protos where they belong
Jani Taskinen [Fri, 31 Aug 2007 07:48:05 +0000 (07:48 +0000)]
MFH: Moved php.ini related protos where they belong

17 years agoMFH: ws
Jani Taskinen [Fri, 31 Aug 2007 07:43:37 +0000 (07:43 +0000)]
MFH: ws

17 years agoMFH
Jani Taskinen [Fri, 31 Aug 2007 07:42:05 +0000 (07:42 +0000)]
MFH

17 years agoNew tests
Christopher Jones [Thu, 30 Aug 2007 17:33:00 +0000 (17:33 +0000)]
New tests

17 years agoBFN
Rob Richards [Thu, 30 Aug 2007 16:32:54 +0000 (16:32 +0000)]
BFN

17 years agoMFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)
Rob Richards [Thu, 30 Aug 2007 16:32:34 +0000 (16:32 +0000)]
MFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)

17 years ago- Fixed bug #42452 (PDO classes do not expose Reflection API information)
Hannes Magnusson [Thu, 30 Aug 2007 14:06:12 +0000 (14:06 +0000)]
- Fixed bug #42452 (PDO classes do not expose Reflection API information)
- Fixed tests

17 years agoAdd optional parameter to debug_backtrace().
Sebastian Bergmann [Thu, 30 Aug 2007 07:43:21 +0000 (07:43 +0000)]
Add optional parameter  to debug_backtrace().

17 years agoBack to -dev.
Sebastian Bergmann [Thu, 30 Aug 2007 07:40:13 +0000 (07:40 +0000)]
Back to -dev.

17 years agofix test: do not run when noatime set
Raghubansh Kumar [Thu, 30 Aug 2007 04:04:58 +0000 (04:04 +0000)]
fix test: do not run when noatime set

17 years ago5.2.4
Ilia Alshanetsky [Wed, 29 Aug 2007 23:36:11 +0000 (23:36 +0000)]
5.2.4

17 years agofix test: do not run on MACOS
Raghubansh Kumar [Wed, 29 Aug 2007 10:11:40 +0000 (10:11 +0000)]
fix test: do not run on MACOS

17 years ago- gd bug #102, alternative fix when an old library is used
Pierre Joye [Wed, 29 Aug 2007 06:26:30 +0000 (06:26 +0000)]
- gd bug #102, alternative fix when an old library is used

17 years agofix test, do not run on macos
Raghubansh Kumar [Wed, 29 Aug 2007 04:38:09 +0000 (04:38 +0000)]
fix test, do not run on macos

17 years agoFix news
Jani Taskinen [Mon, 27 Aug 2007 08:35:27 +0000 (08:35 +0000)]
Fix news

17 years ago- revert fix for #106
Pierre Joye [Mon, 27 Aug 2007 08:27:45 +0000 (08:27 +0000)]
- revert fix for #106
- add news entry for pslib fix
  NB: Please next time, inform us before a complete freeze is done for
      a given branch. And a week for a RC is defitively too short.

17 years ago- MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles
Pierre Joye [Sun, 26 Aug 2007 20:35:11 +0000 (20:35 +0000)]
- MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles

17 years agoadding check for rc1 to version-compare test
Zoe Slattery [Fri, 24 Aug 2007 14:47:50 +0000 (14:47 +0000)]
adding check for rc1 to version-compare test

17 years agoMFH:- Fix problem with non-bash compliant shells
Jani Taskinen [Fri, 24 Aug 2007 11:44:10 +0000 (11:44 +0000)]
MFH:- Fix problem with non-bash compliant shells

17 years agoBack to dev
Ilia Alshanetsky [Thu, 23 Aug 2007 22:53:52 +0000 (22:53 +0000)]
Back to dev

17 years ago5.2.4RC3
Ilia Alshanetsky [Thu, 23 Aug 2007 22:39:02 +0000 (22:39 +0000)]
5.2.4RC3

17 years ago-BFN
Antony Dovgal [Thu, 23 Aug 2007 18:44:09 +0000 (18:44 +0000)]
-BFN

17 years agoMFH: revert the patch which breaks multithreaded servers
Antony Dovgal [Thu, 23 Aug 2007 18:42:42 +0000 (18:42 +0000)]
MFH: revert the patch which breaks multithreaded servers

17 years ago- MFH: Make version_compare() also understand the lower case variant of "RC".
Derick Rethans [Thu, 23 Aug 2007 18:38:42 +0000 (18:38 +0000)]
- MFH: Make version_compare() also understand the lower case variant of "RC".

17 years agoMFH: ws + cs changes (sync to ease merging patches around!)
Jani Taskinen [Thu, 23 Aug 2007 12:23:59 +0000 (12:23 +0000)]
MFH: ws + cs changes (sync to ease merging patches around!)

17 years agoMFH: sync
Jani Taskinen [Thu, 23 Aug 2007 11:42:21 +0000 (11:42 +0000)]
MFH: sync

17 years agofix tests
Raghubansh Kumar [Thu, 23 Aug 2007 09:32:37 +0000 (09:32 +0000)]
fix tests

17 years agoFixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
Ilia Alshanetsky [Thu, 23 Aug 2007 02:04:39 +0000 (02:04 +0000)]
Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
bypass).

17 years agoFixed bug #42368 (Incorrect error message displayed by pg_escape_string).
Ilia Alshanetsky [Wed, 22 Aug 2007 22:40:29 +0000 (22:40 +0000)]
Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).

17 years agoMFH:- Fixed bug #42365 (glob() crashes with invalid flags)
Jani Taskinen [Wed, 22 Aug 2007 14:59:45 +0000 (14:59 +0000)]
MFH:- Fixed bug #42365 (glob() crashes with invalid flags)

17 years agoFixed bug #42183 (classmap cause crashr in non-wsdl mode)
Dmitry Stogov [Wed, 22 Aug 2007 14:18:10 +0000 (14:18 +0000)]
Fixed bug #42183 (classmap cause crashr in non-wsdl mode)

17 years agoFixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same...
Dmitry Stogov [Wed, 22 Aug 2007 13:19:48 +0000 (13:19 +0000)]
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).

17 years agoMFH:Fix typo in fastcgi.logging option example
Jani Taskinen [Tue, 21 Aug 2007 23:24:18 +0000 (23:24 +0000)]
MFH:Fix typo in fastcgi.logging option example

17 years ago- MFH: Fix Bug #42364 Crash when using getRealPath with DirectoryIterator
Johannes Schlüter [Tue, 21 Aug 2007 22:45:53 +0000 (22:45 +0000)]
- MFH: Fix Bug #42364 Crash when using getRealPath with DirectoryIterator

17 years agoNo longer experimental
Ilia Alshanetsky [Mon, 20 Aug 2007 23:36:03 +0000 (23:36 +0000)]
No longer experimental

17 years ago- Fugbix typo.
Sebastian Bergmann [Mon, 20 Aug 2007 17:01:22 +0000 (17:01 +0000)]
- Fugbix typo.

17 years agoMFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath work for...
Jani Taskinen [Mon, 20 Aug 2007 14:28:45 +0000 (14:28 +0000)]
MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath work for real)

17 years agofix test : skip if user is root
Raghubansh Kumar [Mon, 20 Aug 2007 04:07:02 +0000 (04:07 +0000)]
fix test : skip if user is root

17 years agofix tests
Raghubansh Kumar [Mon, 20 Aug 2007 03:37:39 +0000 (03:37 +0000)]
fix tests

17 years agofix test: skip if user is root
Raghubansh Kumar [Mon, 20 Aug 2007 03:12:36 +0000 (03:12 +0000)]
fix test: skip if user is root

17 years agoBFN
Jani Taskinen [Sun, 19 Aug 2007 16:11:17 +0000 (16:11 +0000)]
BFN

17 years agoNo longer relavent, extension is made absolete by fileinfo
Ilia Alshanetsky [Sun, 19 Aug 2007 13:48:00 +0000 (13:48 +0000)]
No longer relavent, extension is made absolete by fileinfo

17 years agoMFH (fixed #42085)
Rui Hirokawa [Sun, 19 Aug 2007 01:58:39 +0000 (01:58 +0000)]
MFH (fixed #42085)

17 years ago- MFH: Mark the parameter for ReflectionProperty::GetValue as optional
Johannes Schlüter [Fri, 17 Aug 2007 14:21:32 +0000 (14:21 +0000)]
- MFH: Mark the parameter for ReflectionProperty::GetValue as optional

17 years agoPDO_OCI: fix Instant Client build broken by logic correction during previous Solaris...
Christopher Jones [Fri, 17 Aug 2007 13:30:36 +0000 (13:30 +0000)]
PDO_OCI: fix Instant Client build broken by logic correction during previous Solaris lib/lib32 fix

17 years agoMFH:- Fixed bug #41904 (proc_open with empty env array)
Jani Taskinen [Fri, 17 Aug 2007 10:42:30 +0000 (10:42 +0000)]
MFH:- Fixed bug #41904 (proc_open with empty env array)

17 years agoBack to dev
Ilia Alshanetsky [Fri, 17 Aug 2007 00:38:23 +0000 (00:38 +0000)]
Back to dev

17 years ago5.2.4RC2
Ilia Alshanetsky [Fri, 17 Aug 2007 00:35:39 +0000 (00:35 +0000)]
5.2.4RC2

17 years agofix proto
Stanislav Malyshev [Thu, 16 Aug 2007 23:54:24 +0000 (23:54 +0000)]
fix proto

17 years ago- Check the length too (just like in HEAD)
Jani Taskinen [Thu, 16 Aug 2007 23:05:43 +0000 (23:05 +0000)]
- Check the length too (just like in HEAD)

17 years agoMFH:- Fix bug #41946 (ip2long("") should return FALSE)
Jani Taskinen [Thu, 16 Aug 2007 22:17:10 +0000 (22:17 +0000)]
MFH:- Fix bug #41946 (ip2long("") should return FALSE)

17 years agofix tests
Raghubansh Kumar [Thu, 16 Aug 2007 16:31:25 +0000 (16:31 +0000)]
fix tests

17 years agoExtension is no longer experimental
Ilia Alshanetsky [Wed, 15 Aug 2007 17:58:46 +0000 (17:58 +0000)]
Extension is no longer experimental

17 years agoDocs were added
Ilia Alshanetsky [Tue, 14 Aug 2007 23:53:34 +0000 (23:53 +0000)]
Docs were added

17 years agoFix tests
Raghubansh Kumar [Tue, 14 Aug 2007 14:07:46 +0000 (14:07 +0000)]
Fix tests

17 years agoMFH
Antony Dovgal [Tue, 14 Aug 2007 12:15:04 +0000 (12:15 +0000)]
MFH

17 years agoBFN
Rob Richards [Tue, 14 Aug 2007 12:12:33 +0000 (12:12 +0000)]
BFN

17 years agoMFH: fix bug #42259 (SimpleXMLIterator loses ancestry)
Rob Richards [Tue, 14 Aug 2007 12:10:46 +0000 (12:10 +0000)]
MFH: fix bug #42259 (SimpleXMLIterator loses ancestry)
add test

17 years agobfn
Jani Taskinen [Tue, 14 Aug 2007 08:43:57 +0000 (08:43 +0000)]
bfn

17 years agoMFH:- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds)
Jani Taskinen [Tue, 14 Aug 2007 08:43:41 +0000 (08:43 +0000)]
MFH:- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds)

17 years agofix is fix, change is something else
Jani Taskinen [Tue, 14 Aug 2007 07:36:13 +0000 (07:36 +0000)]
fix is fix, change is something else

17 years agoOracle news
Ilia Alshanetsky [Tue, 14 Aug 2007 00:57:06 +0000 (00:57 +0000)]
Oracle news

17 years agovariable class patch was reverted for 5.2.4
Stanislav Malyshev [Tue, 14 Aug 2007 00:50:45 +0000 (00:50 +0000)]
variable class patch was reverted for 5.2.4

17 years agoFixed typo
Ilia Alshanetsky [Mon, 13 Aug 2007 23:17:38 +0000 (23:17 +0000)]
Fixed typo

17 years agorevert variable class support for 5.2
Stanislav Malyshev [Mon, 13 Aug 2007 21:20:18 +0000 (21:20 +0000)]
revert variable class support for 5.2

17 years agoRevert variable class patch for 5.2
Stanislav Malyshev [Mon, 13 Aug 2007 21:16:57 +0000 (21:16 +0000)]
Revert variable class patch for 5.2

17 years agotouch try 2
Jani Taskinen [Mon, 13 Aug 2007 20:33:08 +0000 (20:33 +0000)]
touch try 2

17 years agotouch
Jani Taskinen [Mon, 13 Aug 2007 20:14:05 +0000 (20:14 +0000)]
touch