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

17 years agoMFH: fix bug #41562 (SimpleXML memory issue)
Rob Richards [Wed, 30 Jan 2008 15:29:51 +0000 (15:29 +0000)]
MFH: fix bug #41562 (SimpleXML memory issue)

17 years agoAdding tests for class features, including __autoload(), property inheritance rules...
Robin Fernandes [Wed, 30 Jan 2008 14:24:47 +0000 (14:24 +0000)]
Adding tests for class features, including __autoload(), property inheritance rules and class constants.

17 years agoCopy-paste typo
Rasmus Lerdorf [Wed, 30 Jan 2008 08:50:02 +0000 (08:50 +0000)]
Copy-paste typo

17 years agoMFH: Fix arginfo.
Sebastian Bergmann [Wed, 30 Jan 2008 06:48:20 +0000 (06:48 +0000)]
MFH: Fix arginfo.

17 years agoThis one depends on the precision setting
Rasmus Lerdorf [Wed, 30 Jan 2008 05:37:23 +0000 (05:37 +0000)]
This one depends on the precision setting

17 years agoFixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)
Rasmus Lerdorf [Tue, 29 Jan 2008 23:21:20 +0000 (23:21 +0000)]
Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)

17 years agoMFH: Fix arginfo and prototype.
Sebastian Bergmann [Tue, 29 Jan 2008 21:21:28 +0000 (21:21 +0000)]
MFH: Fix arginfo and prototype.

17 years agoupgrade to pcre 7.6
Nuno Lopes [Tue, 29 Jan 2008 20:25:47 +0000 (20:25 +0000)]
upgrade to pcre 7.6

17 years agoFixed bug #43968 (Extending internal class causes a crash)
Dmitry Stogov [Tue, 29 Jan 2008 20:01:14 +0000 (20:01 +0000)]
Fixed bug #43968 (Extending internal class causes a crash)
The fix is a workaround for GCC optizer bug.

17 years agoMFH: Add Reflection API metadata for DOMXPath.
Sebastian Bergmann [Tue, 29 Jan 2008 15:55:29 +0000 (15:55 +0000)]
MFH: Add Reflection API metadata for DOMXPath.

17 years agoMFH: Add Reflection API metadata for DOMNode.
Sebastian Bergmann [Tue, 29 Jan 2008 15:23:25 +0000 (15:23 +0000)]
MFH: Add Reflection API metadata for DOMNode.

17 years agoFixed bug #43491 (Under certain conditions, file_exists() never returns)
Dmitry Stogov [Tue, 29 Jan 2008 14:23:19 +0000 (14:23 +0000)]
Fixed bug #43491 (Under certain conditions, file_exists() never returns)

17 years agoMFH: fix #43927 (koi8r is missing from html_entity_decode())
Antony Dovgal [Tue, 29 Jan 2008 13:39:03 +0000 (13:39 +0000)]
MFH: fix #43927 (koi8r is missing from html_entity_decode())
patch by andy at demos dot su

17 years agoFixed bug #43505 (Assign by reference bug)
Dmitry Stogov [Tue, 29 Jan 2008 10:44:53 +0000 (10:44 +0000)]
Fixed bug #43505 (Assign by reference bug)

17 years agoFixed test
Dmitry Stogov [Tue, 29 Jan 2008 10:43:42 +0000 (10:43 +0000)]
Fixed test

17 years agoBFN
Antony Dovgal [Tue, 29 Jan 2008 09:30:08 +0000 (09:30 +0000)]
BFN

17 years agoMFH: Add Reflection API metadata for XSLTProcessor.
Sebastian Bergmann [Tue, 29 Jan 2008 07:51:46 +0000 (07:51 +0000)]
MFH: Add Reflection API metadata for XSLTProcessor.

17 years agoMFH: fix type and bug #43646
Antony Dovgal [Tue, 29 Jan 2008 00:08:08 +0000 (00:08 +0000)]
MFH: fix type and bug #43646

17 years agoMFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code more than...
Scott MacVicar [Mon, 28 Jan 2008 16:12:55 +0000 (16:12 +0000)]
MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code more than once.)

17 years agoRemove bogus test (should be in HEAD)
Hannes Magnusson [Sun, 27 Jan 2008 18:20:27 +0000 (18:20 +0000)]
Remove bogus test (should be in HEAD)

17 years ago- Add second parameter to SplObjectStorage::attach()
Marcus Boerger [Sun, 27 Jan 2008 18:04:56 +0000 (18:04 +0000)]
- Add second parameter to SplObjectStorage::attach()
- Add SplObjectStorage::setInfo()
- Add SplObjectStorage::getInfo()

17 years agoMFH: add missing export
Rob Richards [Sun, 27 Jan 2008 16:33:22 +0000 (16:33 +0000)]
MFH: add missing export

17 years ago- MFH Bugfixes:
Derick Rethans [Sat, 26 Jan 2008 16:26:47 +0000 (16:26 +0000)]
- MFH Bugfixes:
- Fixed bug #43808 (date_create never fails (even when it should)).
- Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- Fixed bug #43003 (Invalid timezone reported for DateTime objects
  constructed using a timestamp).
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
  invalidates DateTimeZone).
- Fixed bug #41599 (setTime() fails after modify() is used).

17 years ago- Add a basic test for array_shuffle()
Robert Nicholson [Fri, 25 Jan 2008 00:30:52 +0000 (00:30 +0000)]
- Add a basic test for array_shuffle()

17 years ago- add some basic tests for array diff and intersection functions
Robert Nicholson [Fri, 25 Jan 2008 00:16:14 +0000 (00:16 +0000)]
- add some basic tests for array diff and intersection functions

17 years agoMFH
Antony Dovgal [Thu, 24 Jan 2008 23:11:15 +0000 (23:11 +0000)]
MFH

17 years ago- New tests for compact()
Robert Nicholson [Thu, 24 Jan 2008 14:52:38 +0000 (14:52 +0000)]
- New tests for compact()

17 years agoMFH: fix zts build
Rob Richards [Thu, 24 Jan 2008 14:10:21 +0000 (14:10 +0000)]
MFH: fix zts build

17 years agoFixed error message
Dmitry Stogov [Thu, 24 Jan 2008 08:51:04 +0000 (08:51 +0000)]
Fixed error message

17 years agoMFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters)
Ilia Alshanetsky [Wed, 23 Jan 2008 01:22:57 +0000 (01:22 +0000)]
MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters)

17 years agoadd new test
Antony Dovgal [Tue, 22 Jan 2008 15:43:09 +0000 (15:43 +0000)]
add new test

17 years agoMFH: Fixed bug #43875 (Two error messages returned for $new and $flag argument in...
Hannes Magnusson [Sun, 20 Jan 2008 14:13:11 +0000 (14:13 +0000)]
MFH: Fixed bug #43875 (Two error messages returned for $new and $flag argument in mysql_connect())

17 years agoMFH: Add ifdef
Christopher Jones [Fri, 18 Jan 2008 16:03:35 +0000 (16:03 +0000)]
MFH: Add ifdef

17 years agofix test
Antony Dovgal [Fri, 18 Jan 2008 12:41:24 +0000 (12:41 +0000)]
fix test

17 years agofix test
Antony Dovgal [Fri, 18 Jan 2008 12:12:19 +0000 (12:12 +0000)]
fix test

17 years agoBFN
Antony Dovgal [Fri, 18 Jan 2008 07:10:21 +0000 (07:10 +0000)]
BFN

17 years ago- reflect the correct version
Pierre Joye [Fri, 18 Jan 2008 00:51:38 +0000 (00:51 +0000)]
- reflect the correct version

17 years agoMF5.3: install headers, use correct zip version
Greg Beaver [Fri, 18 Jan 2008 00:31:23 +0000 (00:31 +0000)]
MF5.3: install headers, use correct zip version

17 years agoMFH: add errors when missing dependencies (Steph)
Greg Beaver [Thu, 17 Jan 2008 21:17:29 +0000 (21:17 +0000)]
MFH: add errors when missing dependencies (Steph)

17 years agoMFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
Ilia Alshanetsky [Wed, 16 Jan 2008 15:50:37 +0000 (15:50 +0000)]
MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)

17 years agoMFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
Antony Dovgal [Wed, 16 Jan 2008 08:35:59 +0000 (08:35 +0000)]
MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com

17 years agoFixed wrong type cast
Dmitry Stogov [Wed, 16 Jan 2008 06:14:45 +0000 (06:14 +0000)]
Fixed wrong type cast

17 years agoMFH: fix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Wed, 16 Jan 2008 00:42:02 +0000 (00:42 +0000)]
MFH: fix #41941 (oci8 extension not lib64 savvy)

17 years agoMFH: Testcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:54:22 +0000 (20:54 +0000)]
MFH: Testcase for #43492 (nested cursors)

17 years agofix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Christopher Jones [Tue, 15 Jan 2008 20:42:13 +0000 (20:42 +0000)]
fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)

17 years agoMFH: fix memleak in sign and verify functions
Rob Richards [Tue, 15 Jan 2008 15:13:37 +0000 (15:13 +0000)]
MFH: fix memleak in sign and verify functions

17 years agoMFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Brian Shire [Mon, 14 Jan 2008 22:10:09 +0000 (22:10 +0000)]
MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

17 years agoMFB: Missing patch bit from the FETCH_GROUP fix
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:41 +0000 (18:41 +0000)]
MFB: Missing patch bit from the FETCH_GROUP fix

17 years agoMFH: fix bug #42945, as asked by Ilia
Nuno Lopes [Mon, 14 Jan 2008 09:46:55 +0000 (09:46 +0000)]
MFH: fix bug #42945, as asked by Ilia

17 years agoupgrade PCRE to version 7.5 (as asked by Ilia
Nuno Lopes [Mon, 14 Jan 2008 09:39:41 +0000 (09:39 +0000)]
upgrade PCRE to version 7.5 (as asked by Ilia

17 years agomerge in cgi fixes from PHP_5_3
Greg Beaver [Mon, 14 Jan 2008 04:34:17 +0000 (04:34 +0000)]
merge in cgi fixes from PHP_5_3

17 years agoadd missing alias .h files
Greg Beaver [Mon, 14 Jan 2008 03:58:03 +0000 (03:58 +0000)]
add missing alias .h files

17 years agoMFH: export libzip symbols
Greg Beaver [Mon, 14 Jan 2008 03:19:41 +0000 (03:19 +0000)]
MFH: export libzip symbols

17 years agoMFH: far better fix for bug #40189
Greg Beaver [Sat, 12 Jan 2008 22:04:03 +0000 (22:04 +0000)]
MFH: far better fix for bug #40189

17 years agoMFH: fix faulty fix for Bug #40189, and provide real fix for the bug
Greg Beaver [Sat, 12 Jan 2008 21:35:44 +0000 (21:35 +0000)]
MFH: fix faulty fix for Bug #40189, and provide real fix for the bug

17 years agorevert last commit, was to wrong branch
Greg Beaver [Sat, 12 Jan 2008 03:46:47 +0000 (03:46 +0000)]
revert last commit, was to wrong branch

17 years agoMFH: export symbols for use by other extensions like phar
Greg Beaver [Sat, 12 Jan 2008 03:43:06 +0000 (03:43 +0000)]
MFH: export symbols for use by other extensions like phar

17 years agoMFH: starting with 2.6.30, standard libxml2 build can be used
Rob Richards [Fri, 11 Jan 2008 13:37:24 +0000 (13:37 +0000)]
MFH: starting with 2.6.30, standard libxml2 build can be used