]> granicus.if.org Git - php/log
php
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).

16 years ago- New tests for current() function
Josie Messa [Wed, 20 Feb 2008 14:19:44 +0000 (14:19 +0000)]
- New tests for current() function

16 years agoFixed bug #44184 (Double free of loop-variable on exception)
Dmitry Stogov [Wed, 20 Feb 2008 12:04:50 +0000 (12:04 +0000)]
Fixed bug #44184 (Double free of loop-variable on exception)

16 years agoMFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
Ilia Alshanetsky [Wed, 20 Feb 2008 03:12:16 +0000 (03:12 +0000)]
MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)

16 years ago- New tests for each() function
Josie Messa [Tue, 19 Feb 2008 17:00:58 +0000 (17:00 +0000)]
- New tests for each() function

16 years agoReverted wrong commit (debug code)
Dmitry Stogov [Tue, 19 Feb 2008 16:44:43 +0000 (16:44 +0000)]
Reverted wrong commit (debug code)

16 years agoFixed memory leaks
Dmitry Stogov [Tue, 19 Feb 2008 16:39:02 +0000 (16:39 +0000)]
Fixed memory leaks

16 years agoFixed test
Dmitry Stogov [Tue, 19 Feb 2008 16:33:17 +0000 (16:33 +0000)]
Fixed test

16 years agoNew test
Felipe Pena [Tue, 19 Feb 2008 14:53:44 +0000 (14:53 +0000)]
New test

16 years agoFixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))
Felipe Pena [Tue, 19 Feb 2008 12:09:47 +0000 (12:09 +0000)]
Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))

16 years agoFixed memory leak
Dmitry Stogov [Tue, 19 Feb 2008 12:00:36 +0000 (12:00 +0000)]
Fixed memory leak

16 years ago- New tests for natcasesort() function
Josie Messa [Tue, 19 Feb 2008 10:51:44 +0000 (10:51 +0000)]
- New tests for natcasesort() function

16 years agoMFH: Fugbix typo.
Sebastian Bergmann [Tue, 19 Feb 2008 06:52:58 +0000 (06:52 +0000)]
MFH: Fugbix typo.

16 years agoMade code opcode-cache friendly. (It is disallowed to change code during execution)
Dmitry Stogov [Mon, 18 Feb 2008 14:30:25 +0000 (14:30 +0000)]
Made code opcode-cache friendly. (It is disallowed to change code during execution)

16 years agofixed some failures on test scripts caused by bug fix.
Rui Hirokawa [Mon, 18 Feb 2008 14:28:13 +0000 (14:28 +0000)]
fixed some failures on test scripts caused by bug fix.

16 years agoMFB:Fixed a possible crash
Ilia Alshanetsky [Mon, 18 Feb 2008 13:29:00 +0000 (13:29 +0000)]
MFB:Fixed a possible crash

16 years agoRemoved redundant refcount manipulations
Dmitry Stogov [Mon, 18 Feb 2008 12:11:34 +0000 (12:11 +0000)]
Removed redundant refcount manipulations

16 years agoFixed test
Dmitry Stogov [Mon, 18 Feb 2008 09:02:16 +0000 (09:02 +0000)]
Fixed test

16 years agoMbstring bug fixing news
Ilia Alshanetsky [Sun, 17 Feb 2008 17:20:40 +0000 (17:20 +0000)]
Mbstring bug fixing news

16 years agoMF PHP5_3 (fixed #43841)
Rui Hirokawa [Sun, 17 Feb 2008 02:06:56 +0000 (02:06 +0000)]
MF PHP5_3 (fixed #43841)

16 years agoMF PHP5_3 (fixed #43994)
Rui Hirokawa [Sun, 17 Feb 2008 02:04:12 +0000 (02:04 +0000)]
MF PHP5_3 (fixed #43994)

16 years agoMF PHP5_3 (fixed #43998)
Rui Hirokawa [Sun, 17 Feb 2008 02:01:41 +0000 (02:01 +0000)]
MF PHP5_3 (fixed #43998)

16 years agoMF PHP5_3 (fixed #43840)
Rui Hirokawa [Sun, 17 Feb 2008 01:59:03 +0000 (01:59 +0000)]
MF PHP5_3 (fixed #43840)

16 years agoMF PHP5_3
Rui Hirokawa [Sat, 16 Feb 2008 08:32:57 +0000 (08:32 +0000)]
MF PHP5_3

16 years agoMF PHP5_3
Rui Hirokawa [Sat, 16 Feb 2008 08:25:11 +0000 (08:25 +0000)]
MF PHP5_3

16 years agoTest existing LOB error messages
Christopher Jones [Sat, 16 Feb 2008 03:01:17 +0000 (03:01 +0000)]
Test existing LOB error messages

16 years agoBug #44113 (New collection creation can fail with OCI-22303)
Christopher Jones [Fri, 15 Feb 2008 23:05:19 +0000 (23:05 +0000)]
Bug #44113 (New collection creation can fail with OCI-22303)

16 years ago- New tests for rsort() function
Josie Messa [Fri, 15 Feb 2008 16:05:28 +0000 (16:05 +0000)]
- New tests for rsort() function

16 years agoMFH: recursion protection in count()
Antony Dovgal [Fri, 15 Feb 2008 09:33:26 +0000 (09:33 +0000)]
MFH: recursion protection in count()

16 years agoMFH: Fixed bug #43128 (Very long class name causes segfault)
Dmitry Stogov [Fri, 15 Feb 2008 07:44:46 +0000 (07:44 +0000)]
MFH: Fixed bug #43128 (Very long class name causes segfault)

16 years agoFixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP...
Dmitry Stogov [Fri, 15 Feb 2008 06:50:39 +0000 (06:50 +0000)]
Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP Status)

16 years agoFixed test
Dmitry Stogov [Fri, 15 Feb 2008 06:38:37 +0000 (06:38 +0000)]
Fixed test

16 years ago- New tests for count() function
Josie Messa [Thu, 14 Feb 2008 16:49:17 +0000 (16:49 +0000)]
- New tests for count() function

16 years ago- removing .project file
Josie Messa [Thu, 14 Feb 2008 16:20:19 +0000 (16:20 +0000)]
- removing .project file

16 years ago- New variation test for array_values()
Josie Messa [Thu, 14 Feb 2008 16:15:16 +0000 (16:15 +0000)]
- New variation test for array_values()

16 years agoFixed bug #44069 (Huge memory usage with concatenation using . instead of .=)
Dmitry Stogov [Thu, 14 Feb 2008 14:47:25 +0000 (14:47 +0000)]
Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)

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

16 years agoFixed Bug #42838 (Wrong results in array_diff_uassoc)
Felipe Pena [Thu, 14 Feb 2008 14:02:02 +0000 (14:02 +0000)]
Fixed Bug #42838 (Wrong results in array_diff_uassoc)

16 years agoNew test
Felipe Pena [Thu, 14 Feb 2008 13:49:55 +0000 (13:49 +0000)]
New test

16 years ago- New tests for array_slice() function
Josie Messa [Thu, 14 Feb 2008 11:15:54 +0000 (11:15 +0000)]
- New tests for array_slice() function

16 years agoFixed memory leak
Dmitry Stogov [Thu, 14 Feb 2008 08:46:08 +0000 (08:46 +0000)]
Fixed memory leak

16 years ago- New tests for array_shift() function
Josie Messa [Wed, 13 Feb 2008 16:41:27 +0000 (16:41 +0000)]
- New tests for array_shift() function

16 years ago- New tests for array_push() function
Josie Messa [Wed, 13 Feb 2008 16:10:43 +0000 (16:10 +0000)]
- New tests for array_push() function

16 years ago- committing tests for array_merge() function
Josie Messa [Wed, 13 Feb 2008 14:20:22 +0000 (14:20 +0000)]
- committing tests for array_merge() function

16 years ago- committing tests for array_key_exists() function
Josie Messa [Wed, 13 Feb 2008 13:15:11 +0000 (13:15 +0000)]
- committing tests for array_key_exists() function

16 years ago- MFH Make this behave like in <= 5.2.5 and test for it
Marcus Boerger [Wed, 13 Feb 2008 12:23:26 +0000 (12:23 +0000)]
- MFH Make this behave like in <= 5.2.5 and test for it

16 years agoMFH: fix potential memleak due to destruction of filterparams zval
Greg Beaver [Tue, 12 Feb 2008 23:29:18 +0000 (23:29 +0000)]
MFH: fix potential memleak due to destruction of filterparams zval

16 years ago- MFH: Make clear what's going on and avoid overwriting parameters
Johannes Schlüter [Tue, 12 Feb 2008 20:43:50 +0000 (20:43 +0000)]
- MFH: Make clear what's going on and avoid overwriting parameters

16 years agoFix test
Hannes Magnusson [Tue, 12 Feb 2008 20:06:10 +0000 (20:06 +0000)]
Fix test

16 years ago- committing array_change_key_case variation tests
Josie Messa [Tue, 12 Feb 2008 17:43:54 +0000 (17:43 +0000)]
- committing array_change_key_case variation tests

16 years agoMFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC)
Felipe Pena [Tue, 12 Feb 2008 12:47:30 +0000 (12:47 +0000)]
MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC)

16 years agoMFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
Felipe Pena [Tue, 12 Feb 2008 10:24:35 +0000 (10:24 +0000)]
MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())

16 years agoFixing 44092
Zoe Slattery [Tue, 12 Feb 2008 07:27:49 +0000 (07:27 +0000)]
Fixing 44092

17 years agoMFB: Fixed test on 64bit machines
Ilia Alshanetsky [Mon, 11 Feb 2008 16:23:12 +0000 (16:23 +0000)]
MFB: Fixed test on 64bit machines

17 years agoMFH: The exact message differs on different systems
Johannes Schlüter [Mon, 11 Feb 2008 00:03:30 +0000 (00:03 +0000)]
MFH: The exact message differs on different systems

17 years ago- Fix typo (see #44095)
Johannes Schlüter [Mon, 11 Feb 2008 00:01:29 +0000 (00:01 +0000)]
- Fix typo (see #44095)

17 years agoMFH
Jani Taskinen [Wed, 6 Feb 2008 19:14:07 +0000 (19:14 +0000)]
MFH

17 years agoMFH:- Fixed bug in handling arrays which caused the original array being modified...
Jani Taskinen [Wed, 6 Feb 2008 19:07:36 +0000 (19:07 +0000)]
MFH:- Fixed bug in handling arrays which caused the original array being modified too.

17 years ago- BFN
Marcus Boerger [Wed, 6 Feb 2008 11:10:07 +0000 (11:10 +0000)]
- BFN

17 years ago- WS
Marcus Boerger [Wed, 6 Feb 2008 11:09:48 +0000 (11:09 +0000)]
- WS

17 years agoTests for assorted Maths functions
Zoe Slattery [Wed, 6 Feb 2008 09:51:19 +0000 (09:51 +0000)]
Tests for assorted Maths functions

17 years agoMFB: Fixed bug #44046 (crash inside array_slice() function with an invalid
Ilia Alshanetsky [Tue, 5 Feb 2008 16:01:21 +0000 (16:01 +0000)]
MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid
by-ref offset).

17 years ago- fix arsort_variation3.phpt which was missing its EXPECT section
Robert Nicholson [Tue, 5 Feb 2008 11:18:00 +0000 (11:18 +0000)]
- fix arsort_variation3.phpt which was missing its EXPECT section

17 years ago- Damnit you flags (wrong commit)
Marcus Boerger [Mon, 4 Feb 2008 21:49:44 +0000 (21:49 +0000)]
- Damnit you flags (wrong commit)

17 years ago- MFH Really last flag change (got confused with code)
Marcus Boerger [Mon, 4 Feb 2008 21:37:55 +0000 (21:37 +0000)]
- MFH Really last flag change (got confused with code)

17 years agoRevert fix for bug #43981, not yet ready for 5.2
Ilia Alshanetsky [Mon, 4 Feb 2008 21:31:52 +0000 (21:31 +0000)]
Revert fix for bug #43981, not yet ready for 5.2

17 years ago- MFH Flag handling and documentation
Marcus Boerger [Mon, 4 Feb 2008 20:43:50 +0000 (20:43 +0000)]
- MFH Flag handling and documentation

17 years agoAdd NEWS entry for ext/dom arginfo changes.
Sebastian Bergmann [Mon, 4 Feb 2008 19:43:34 +0000 (19:43 +0000)]
Add NEWS entry for ext/dom arginfo changes.

17 years agoMFH: Add missing Reflection API metadata for DOM classes.
Sebastian Bergmann [Mon, 4 Feb 2008 15:23:11 +0000 (15:23 +0000)]
MFH: Add missing Reflection API metadata for DOM classes.

17 years ago- added some new tests for arsort
Robert Nicholson [Mon, 4 Feb 2008 00:04:26 +0000 (00:04 +0000)]
- added some new tests for arsort

17 years agoMFB: Fixed bug #44028 (crash inside stream_socket_enable_crypto() when
Ilia Alshanetsky [Sun, 3 Feb 2008 16:15:30 +0000 (16:15 +0000)]
MFB: Fixed bug #44028 (crash inside stream_socket_enable_crypto() when
enabling encryption without crypto type)

17 years ago- Fixed invalid read errors as found by GCOV.
Derick Rethans [Sun, 3 Feb 2008 14:22:55 +0000 (14:22 +0000)]
- Fixed invalid read errors as found by GCOV.

17 years agofix test, add 64bit version
Antony Dovgal [Sat, 2 Feb 2008 23:44:39 +0000 (23:44 +0000)]
fix test, add 64bit version

17 years ago- MFH: Make timezone_open() work again.
Derick Rethans [Sat, 2 Feb 2008 17:26:23 +0000 (17:26 +0000)]
- MFH: Make timezone_open() work again.

17 years agoA few new tests for math functions - Note the "constants" test will fail on Windows...
Zoe Slattery [Fri, 1 Feb 2008 17:27:43 +0000 (17:27 +0000)]
A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143.

17 years ago- a few more gd tests (committed on behalf of andy wharmby)
Robert Nicholson [Fri, 1 Feb 2008 16:33:37 +0000 (16:33 +0000)]
- a few more gd tests (committed on behalf of andy wharmby)

17 years ago- Committing new tests for MBString extension.
Josie Messa [Fri, 1 Feb 2008 15:27:57 +0000 (15:27 +0000)]
- Committing new tests for MBString extension.
More details can be found here: http://news.php.net/php.qa/62382

17 years agoBFN
Rob Richards [Thu, 31 Jan 2008 22:00:22 +0000 (22:00 +0000)]
BFN

17 years agoMFH: fix bug #42369 (Implicit conversion to string leaks memory)
Rob Richards [Thu, 31 Jan 2008 21:59:41 +0000 (21:59 +0000)]
MFH: fix bug #42369 (Implicit conversion to string leaks memory)
add test

17 years agoBFN
Antony Dovgal [Thu, 31 Jan 2008 20:23:33 +0000 (20:23 +0000)]
BFN

17 years agoFixed bug #42841 (REF CURSOR and oci_new_cursor PHP crash)
Christopher Jones [Thu, 31 Jan 2008 00:26:44 +0000 (00:26 +0000)]
Fixed bug #42841 (REF CURSOR and oci_new_cursor PHP crash)

17 years agoMFB: Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st
Ilia Alshanetsky [Wed, 30 Jan 2008 18:27:03 +0000 (18:27 +0000)]
MFB: Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st
argument)

17 years agoRemoving superfluous --INI-- section
Zoe Slattery [Wed, 30 Jan 2008 17:44:54 +0000 (17:44 +0000)]
Removing superfluous --INI-- section

17 years agoBFN
Rob Richards [Wed, 30 Jan 2008 15:30:44 +0000 (15:30 +0000)]
BFN