]> granicus.if.org Git - php/log
php
16 years agoFixed bug #44440 (st_blocks undefined under BeOS)
Felipe Pena [Sat, 15 Mar 2008 10:28:53 +0000 (10:28 +0000)]
Fixed bug #44440 (st_blocks undefined under BeOS)

16 years agoAdd SKIPIF (32bit platform only)
Felipe Pena [Fri, 14 Mar 2008 23:13:07 +0000 (23:13 +0000)]
Add SKIPIF (32bit platform only)

16 years agoFixed bug #43677 (Inconsistent behaviour of include_path set with
Ilia Alshanetsky [Thu, 13 Mar 2008 15:56:21 +0000 (15:56 +0000)]
Fixed bug #43677 (Inconsistent behaviour of include_path set with
php_value).

16 years agoFix valgrind version validation (accepting "valgrind-3.2.1-Debian")
Felipe Pena [Thu, 13 Mar 2008 13:51:40 +0000 (13:51 +0000)]
Fix valgrind version validation (accepting "valgrind-3.2.1-Debian")

16 years agoSync with fix for #44394
Felipe Pena [Wed, 12 Mar 2008 19:33:46 +0000 (19:33 +0000)]
Sync with fix for #44394

16 years agoFixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...)
Felipe Pena [Wed, 12 Mar 2008 19:13:00 +0000 (19:13 +0000)]
Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...)

16 years agoMFH: New test for existing behavior
Christopher Jones [Wed, 12 Mar 2008 17:52:48 +0000 (17:52 +0000)]
MFH: New test for existing behavior

16 years agoMFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images)
Ilia Alshanetsky [Wed, 12 Mar 2008 17:33:14 +0000 (17:33 +0000)]
MFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images)

16 years agoFix bug #41828 (Fix crash on wrong instantiation)
Etienne Kneuss [Wed, 12 Mar 2008 13:24:24 +0000 (13:24 +0000)]
Fix bug #41828 (Fix crash on wrong instantiation)

16 years agoFixed bug #44394 (Last two bytes missing from output)
Felipe Pena [Wed, 12 Mar 2008 11:27:42 +0000 (11:27 +0000)]
Fixed bug #44394 (Last two bytes missing from output)

16 years agoMFH: fix segfault - error_string may be NULL, in this case we have to follow the...
Antony Dovgal [Tue, 11 Mar 2008 10:27:23 +0000 (10:27 +0000)]
MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior

16 years ago- Replace with previous commit
Josie Messa [Tue, 11 Mar 2008 10:15:18 +0000 (10:15 +0000)]
- Replace with previous commit

16 years ago- Fix test
Josie Messa [Tue, 11 Mar 2008 10:01:31 +0000 (10:01 +0000)]
- Fix test

16 years ago- Modified tests
Josie Messa [Tue, 11 Mar 2008 09:55:26 +0000 (09:55 +0000)]
- Modified tests

16 years ago- Added extra whitespace around error messages in expected output
Josie Messa [Tue, 11 Mar 2008 09:45:30 +0000 (09:45 +0000)]
- Added extra whitespace around error messages in expected output

16 years agochar **error_string was passed but not used. This causes problems in cases
Andrey Hristov [Mon, 10 Mar 2008 20:09:22 +0000 (20:09 +0000)]
char **error_string was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.

16 years ago- New tests for getcwd() function
Josie Messa [Mon, 10 Mar 2008 15:21:17 +0000 (15:21 +0000)]
- New tests for getcwd() function

16 years ago- Modified expected output to allow tests to work on all platforms
Josie Messa [Mon, 10 Mar 2008 15:07:20 +0000 (15:07 +0000)]
- Modified expected output to allow tests to work on all platforms

16 years agoFixed compilation warnings
Felipe Pena [Mon, 10 Mar 2008 14:54:47 +0000 (14:54 +0000)]
Fixed compilation warnings

16 years ago- New tests for scandir() function
Josie Messa [Mon, 10 Mar 2008 14:09:05 +0000 (14:09 +0000)]
- New tests for scandir() function

16 years agoFix typo (#44381)
Felipe Pena [Sun, 9 Mar 2008 16:06:33 +0000 (16:06 +0000)]
Fix typo (#44381)

16 years ago- MFH . Libxml version < 2.6.21 it fails. Patch from scoates
David Coallier [Sat, 8 Mar 2008 19:14:38 +0000 (19:14 +0000)]
- MFH . Libxml version < 2.6.21 it fails. Patch from scoates

16 years agoCountable requires SPL
Zoe Slattery [Sat, 8 Mar 2008 17:13:06 +0000 (17:13 +0000)]
Countable requires SPL

16 years agoFix introduced in 5.0.46, not in 5.0.42
Andrey Hristov [Sat, 8 Mar 2008 14:59:37 +0000 (14:59 +0000)]
Fix introduced in 5.0.46, not in 5.0.42

16 years agoBFN: #44373
Felipe Pena [Sat, 8 Mar 2008 14:10:34 +0000 (14:10 +0000)]
BFN: #44373

16 years agoFixed bug #44373 (PDO_OCI extension compile failed)
Felipe Pena [Sat, 8 Mar 2008 14:01:49 +0000 (14:01 +0000)]
Fixed bug #44373 (PDO_OCI extension compile failed)

16 years agoMFB53 skipif patch as asked by gentoo guys
Nuno Lopes [Sat, 8 Mar 2008 12:12:22 +0000 (12:12 +0000)]
MFB53 skipif patch as asked by gentoo guys

16 years ago- #44355, compilation breaks due illegal const usage (Guenter Knauf)
Pierre Joye [Fri, 7 Mar 2008 18:41:02 +0000 (18:41 +0000)]
- #44355, compilation breaks due illegal const usage (Guenter Knauf)
  I suppose it must break on other platform, it is not used anywhere else
  but here, and it was introduced after 5.2.5 (why no news)

16 years ago- Tests awaiting fix of bug #44246
Josie Messa [Fri, 7 Mar 2008 16:19:40 +0000 (16:19 +0000)]
- Tests awaiting fix of bug #44246

16 years ago- New tests for rewinddir() function
Josie Messa [Fri, 7 Mar 2008 16:08:59 +0000 (16:08 +0000)]
- New tests for rewinddir() function

16 years ago- New tests for closedir() function
Josie Messa [Fri, 7 Mar 2008 15:58:39 +0000 (15:58 +0000)]
- New tests for closedir() function

16 years agoTypo, bundled version is really 3.3.7
Scott MacVicar [Fri, 7 Mar 2008 10:38:33 +0000 (10:38 +0000)]
Typo, bundled version is really 3.3.7

16 years agofix build
Antony Dovgal [Fri, 7 Mar 2008 08:56:45 +0000 (08:56 +0000)]
fix build

16 years agoimprove seed calculation
Stanislav Malyshev [Fri, 7 Mar 2008 03:34:47 +0000 (03:34 +0000)]
improve seed calculation
# better solution would be to port mt's multi-value seed procedure

16 years agoBack to dev
Ilia Alshanetsky [Fri, 7 Mar 2008 00:36:12 +0000 (00:36 +0000)]
Back to dev

16 years ago5.2.6RC2
Ilia Alshanetsky [Fri, 7 Mar 2008 00:27:39 +0000 (00:27 +0000)]
5.2.6RC2

16 years agoMFH: fix segfault when trying to clone uncloneable object
Antony Dovgal [Thu, 6 Mar 2008 17:28:47 +0000 (17:28 +0000)]
MFH: fix segfault when trying to clone uncloneable object

16 years agoAdd new tests for class/object functions and features.
Robin Fernandes [Thu, 6 Mar 2008 10:56:07 +0000 (10:56 +0000)]
Add new tests for class/object functions and features.

16 years agoMFB: Revert patch for bug #44325
Ilia Alshanetsky [Wed, 5 Mar 2008 23:53:23 +0000 (23:53 +0000)]
MFB: Revert patch for bug #44325

16 years ago- #40013, php_uname() does not return nodename on Netware (Guenter Knauf)
Pierre Joye [Wed, 5 Mar 2008 21:09:29 +0000 (21:09 +0000)]
- #40013, php_uname() does not return nodename on Netware (Guenter Knauf)

16 years ago- #42505, new sendmail default path breaks on Novell (Guenter Knauf)
Pierre Joye [Wed, 5 Mar 2008 20:58:08 +0000 (20:58 +0000)]
- #42505, new sendmail default path breaks on Novell (Guenter Knauf)

16 years agoMF53: Fix tests
Jani Taskinen [Wed, 5 Mar 2008 15:37:53 +0000 (15:37 +0000)]
MF53: Fix tests

16 years ago- fix test (MF53)
Jani Taskinen [Wed, 5 Mar 2008 15:12:27 +0000 (15:12 +0000)]
- fix test (MF53)

16 years agoadd missing .cvsignore
Antony Dovgal [Wed, 5 Mar 2008 12:13:00 +0000 (12:13 +0000)]
add missing .cvsignore

16 years ago- Fix tests
Jani Taskinen [Wed, 5 Mar 2008 12:10:38 +0000 (12:10 +0000)]
- Fix tests

16 years agoMFH: apply better fix
Antony Dovgal [Wed, 5 Mar 2008 12:10:18 +0000 (12:10 +0000)]
MFH: apply better fix

16 years agocosmetic fixes
Antony Dovgal [Wed, 5 Mar 2008 10:46:46 +0000 (10:46 +0000)]
cosmetic fixes

16 years agoMFH: fix memory corruption due to double destruction of default dir handle
Antony Dovgal [Wed, 5 Mar 2008 09:29:37 +0000 (09:29 +0000)]
MFH: fix memory corruption due to double destruction of default dir handle

16 years agoFixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)
Felipe Pena [Tue, 4 Mar 2008 22:25:35 +0000 (22:25 +0000)]
Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)

16 years agoMFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings as
Ilia Alshanetsky [Tue, 4 Mar 2008 19:39:08 +0000 (19:39 +0000)]
MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings as
parameter value)

16 years ago- new tests for readdir() function
Josie Messa [Tue, 4 Mar 2008 17:06:47 +0000 (17:06 +0000)]
- new tests for readdir() function

16 years agore-fixing to skip on 64 bit
Zoe Slattery [Tue, 4 Mar 2008 13:25:30 +0000 (13:25 +0000)]
re-fixing to skip on 64 bit

16 years agoFixed SIGSEGV because of acess to uninitialized data
Dmitry Stogov [Tue, 4 Mar 2008 12:23:10 +0000 (12:23 +0000)]
Fixed SIGSEGV because of acess to uninitialized data

16 years agoFixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 11:49:31 +0000 (11:49 +0000)]
Fixed wrong result of cascading assignment to string offset

16 years agoFixed wrong result of cascading assignment to string offset
Dmitry Stogov [Tue, 4 Mar 2008 11:48:53 +0000 (11:48 +0000)]
Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset

16 years agoFixed shared memory corruption of opcode caches
Dmitry Stogov [Tue, 4 Mar 2008 11:46:09 +0000 (11:46 +0000)]
Fixed shared memory corruption of opcode caches

16 years agoMFH
Antony Dovgal [Tue, 4 Mar 2008 11:16:39 +0000 (11:16 +0000)]
MFH

16 years ago- new tests for opendir() function
Josie Messa [Tue, 4 Mar 2008 10:39:32 +0000 (10:39 +0000)]
- new tests for opendir() function

16 years agoMFB: Fixed bug #44166 (Parameter handling flaw in
Ilia Alshanetsky [Mon, 3 Mar 2008 21:14:33 +0000 (21:14 +0000)]
MFB: Fixed bug #44166 (Parameter handling flaw in
PDO::getAvailableDrivers())

16 years agoMFB: Fixed bug #44166 (Parameter handling flaw in
Ilia Alshanetsky [Mon, 3 Mar 2008 21:14:19 +0000 (21:14 +0000)]
MFB: Fixed bug #44166 (Parameter handling flaw in
PDO::getAvailableDrivers())

16 years agoMFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)
Ilia Alshanetsky [Sun, 2 Mar 2008 15:36:09 +0000 (15:36 +0000)]
MFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)

16 years agoSet proper RC version (Thanks Hannes)
Ilia Alshanetsky [Thu, 28 Feb 2008 15:36:07 +0000 (15:36 +0000)]
Set proper RC version (Thanks Hannes)

16 years agoBack to dev
Ilia Alshanetsky [Thu, 28 Feb 2008 00:35:26 +0000 (00:35 +0000)]
Back to dev

16 years ago5.2.6RC1
Ilia Alshanetsky [Thu, 28 Feb 2008 00:30:35 +0000 (00:30 +0000)]
5.2.6RC1

16 years agoFixed security issue detailed in CVE-2008-0599
Ilia Alshanetsky [Thu, 28 Feb 2008 00:29:29 +0000 (00:29 +0000)]
Fixed security issue detailed in CVE-2008-0599

16 years agoMFH
Antony Dovgal [Wed, 27 Feb 2008 09:35:10 +0000 (09:35 +0000)]
MFH

16 years agoMFB: Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplic...
Felipe Pena [Wed, 27 Feb 2008 02:04:09 +0000 (02:04 +0000)]
MFB: Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)

16 years agoImproved fix for #44242
Felipe Pena [Wed, 27 Feb 2008 01:10:56 +0000 (01:10 +0000)]
Improved fix for #44242

16 years agoMFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)
Ilia Alshanetsky [Wed, 27 Feb 2008 00:32:39 +0000 (00:32 +0000)]
MFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)

16 years ago- New tests for chdir() function
Josie Messa [Tue, 26 Feb 2008 09:31:16 +0000 (09:31 +0000)]
- New tests for chdir() function

16 years agoFix test noise
Christopher Jones [Tue, 26 Feb 2008 01:06:37 +0000 (01:06 +0000)]
Fix test noise

16 years agoMFB: Better fix for bug #44189
Ilia Alshanetsky [Tue, 26 Feb 2008 00:14:04 +0000 (00:14 +0000)]
MFB: Better fix for bug #44189

16 years agoAdd recent OCI8 bug fixes
Christopher Jones [Tue, 26 Feb 2008 00:04:18 +0000 (00:04 +0000)]
Add recent OCI8 bug fixes

16 years agoOCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)
Christopher Jones [Mon, 25 Feb 2008 23:52:10 +0000 (23:52 +0000)]
OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)

16 years agoFixed bug #44242 (metaphone(CMXFXM) crashes PHP)
Felipe Pena [Mon, 25 Feb 2008 22:40:45 +0000 (22:40 +0000)]
Fixed bug #44242 (metaphone(CMXFXM) crashes PHP)

16 years ago- MFH: Fixed tests on 64bit platform.
Derick Rethans [Mon, 25 Feb 2008 22:34:11 +0000 (22:34 +0000)]
- MFH: Fixed tests on 64bit platform.

16 years ago- MFH: Fixed a problem with parsing timezones as part of a format.
Derick Rethans [Mon, 25 Feb 2008 18:28:18 +0000 (18:28 +0000)]
- MFH: Fixed a problem with parsing timezones as part of a format.
#- It doesn't actually fix anything, but atleast it's consistent with HEAD.

16 years agoReplace hardcoded resource ids with %d in fgetc() tests.
Steve Seear [Mon, 25 Feb 2008 10:28:43 +0000 (10:28 +0000)]
Replace hardcoded resource ids with %d in fgetc() tests.

16 years agoNew test
Felipe Pena [Sun, 24 Feb 2008 18:49:40 +0000 (18:49 +0000)]
New test

16 years agoFixed segfault in filter extension when using callbacks. (reported & patched by Arnar...
Felipe Pena [Sun, 24 Feb 2008 18:34:30 +0000 (18:34 +0000)]
Fixed segfault in filter extension when using callbacks. (reported & patched by Arnar Mar Sig)

16 years agoMFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
Ilia Alshanetsky [Sun, 24 Feb 2008 16:09:05 +0000 (16:09 +0000)]
MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
bound parameters are present)

16 years ago- MFH: Fixed bug #44216 (strftime segfaults on large negative value).
Derick Rethans [Fri, 22 Feb 2008 17:49:30 +0000 (17:49 +0000)]
- MFH: Fixed bug #44216 (strftime segfaults on large negative value).

16 years ago- MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.
Derick Rethans [Fri, 22 Feb 2008 09:48:18 +0000 (09:48 +0000)]
- MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.

16 years ago- New tests for reset() function
Josie Messa [Fri, 22 Feb 2008 09:18:25 +0000 (09:18 +0000)]
- New tests for reset() function

16 years agoFixed test
Dmitry Stogov [Fri, 22 Feb 2008 08:16:32 +0000 (08:16 +0000)]
Fixed test

16 years agoFix test
Felipe Pena [Fri, 22 Feb 2008 02:45:37 +0000 (02:45 +0000)]
Fix test

16 years ago- New tests for end() and next() function
Josie Messa [Thu, 21 Feb 2008 16:38:12 +0000 (16:38 +0000)]
- New tests for end() and next() function

16 years agoFixed bug #43483 (get_class_methods() does not list all visible methods)
Dmitry Stogov [Thu, 21 Feb 2008 15:14:13 +0000 (15:14 +0000)]
Fixed bug #43483 (get_class_methods() does not list all visible methods)

16 years ago- New tests for key() function
Josie Messa [Thu, 21 Feb 2008 14:34:02 +0000 (14:34 +0000)]
- New tests for key() function

16 years agoFix test
Felipe Pena [Thu, 21 Feb 2008 14:22:04 +0000 (14:22 +0000)]
Fix test

16 years agoFixed bug #44141 (private parent constructor callable through static function)
Dmitry Stogov [Thu, 21 Feb 2008 13:55:22 +0000 (13:55 +0000)]
Fixed bug #44141 (private parent constructor callable through static function)

16 years agoMFB: Fixed bug #44189 (PDO setAttribute() does not properly validate values
Ilia Alshanetsky [Thu, 21 Feb 2008 13:37:52 +0000 (13:37 +0000)]
MFB: Fixed bug #44189 (PDO setAttribute() does not properly validate values
for native numeric options)

16 years agoCosmetics change
Felipe Pena [Thu, 21 Feb 2008 13:32:03 +0000 (13:32 +0000)]
Cosmetics change

16 years agoMF53
Antony Dovgal [Thu, 21 Feb 2008 11:53:51 +0000 (11:53 +0000)]
MF53

16 years agoFixed test
Dmitry Stogov [Thu, 21 Feb 2008 08:17:00 +0000 (08:17 +0000)]
Fixed test

16 years agoFix typo
Felipe Pena [Thu, 21 Feb 2008 02:39:43 +0000 (02:39 +0000)]
Fix typo

16 years agoFixed Bug #44197 (socket array keys lost on socket_select)
Felipe Pena [Thu, 21 Feb 2008 02:34:50 +0000 (02:34 +0000)]
Fixed Bug #44197 (socket array keys lost on socket_select)

16 years agoFixed Bug #44191 (preg_grep messes up array index)
Felipe Pena [Wed, 20 Feb 2008 22:08:18 +0000 (22:08 +0000)]
Fixed Bug #44191 (preg_grep messes up array index)

16 years agoNew test
Felipe Pena [Wed, 20 Feb 2008 21:56:45 +0000 (21:56 +0000)]
New test

16 years agoMFB: Fixed bug #44152 (Possible crash with syslog logging on ZTS builds).
Ilia Alshanetsky [Wed, 20 Feb 2008 15:28:37 +0000 (15:28 +0000)]
MFB: Fixed bug #44152 (Possible crash with syslog logging on ZTS builds).