]> granicus.if.org Git - php/log
php
16 years agoMFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)
Rob Richards [Sun, 28 Sep 2008 12:01:21 +0000 (12:01 +0000)]
MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)

16 years agofix test
Antony Dovgal [Wed, 24 Sep 2008 13:13:26 +0000 (13:13 +0000)]
fix test

16 years ago- MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)
Felipe Pena [Tue, 23 Sep 2008 23:10:01 +0000 (23:10 +0000)]
- MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)

16 years agoMFH: fix hints causing phpdoc crash
Rob Richards [Mon, 22 Sep 2008 15:10:24 +0000 (15:10 +0000)]
MFH: fix hints causing phpdoc crash

16 years ago- BFN #46088
Felipe Pena [Mon, 22 Sep 2008 13:17:58 +0000 (13:17 +0000)]
- BFN #46088

16 years ago- MFH: Fixed bug #46088 (RegexIterator::accept - segfault)
Felipe Pena [Mon, 22 Sep 2008 13:15:16 +0000 (13:15 +0000)]
- MFH: Fixed bug #46088 (RegexIterator::accept - segfault)

16 years agofix Bug #46147: after stream seek, appending stream filter reads incorrect data
Greg Beaver [Mon, 22 Sep 2008 01:25:44 +0000 (01:25 +0000)]
fix Bug #46147: after stream seek, appending stream filter reads incorrect data

16 years agoMFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
Arnaud Le Blanc [Sat, 20 Sep 2008 22:12:59 +0000 (22:12 +0000)]
MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)

16 years agofix test
Antony Dovgal [Thu, 18 Sep 2008 13:26:05 +0000 (13:26 +0000)]
fix test

16 years agofix typo
Antony Dovgal [Thu, 18 Sep 2008 13:23:00 +0000 (13:23 +0000)]
fix typo

16 years agofix test
Antony Dovgal [Thu, 18 Sep 2008 08:39:23 +0000 (08:39 +0000)]
fix test

16 years agoMFH Fix #44424 (Extending PDO/MySQL class with a __call() function doesn't work)
Johannes Schlüter [Tue, 16 Sep 2008 23:37:35 +0000 (23:37 +0000)]
MFH Fix #44424 (Extending PDO/MySQL class with a __call() function doesn't work)

16 years agoMFH
Antony Dovgal [Tue, 16 Sep 2008 14:36:39 +0000 (14:36 +0000)]
MFH

16 years ago- Updated to version 2008.6 (2008f)
Derick Rethans [Mon, 15 Sep 2008 18:03:10 +0000 (18:03 +0000)]
- Updated to version 2008.6 (2008f)

16 years agoFixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e...
Dmitry Stogov [Mon, 15 Sep 2008 11:47:03 +0000 (11:47 +0000)]
Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
some 64bit test files may need to be fixed

16 years agoMFB: Fixed bug #45580 (levenshtein() crashes with invalid argument)
Ilia Alshanetsky [Sun, 14 Sep 2008 05:15:15 +0000 (05:15 +0000)]
MFB: Fixed bug #45580 (levenshtein() crashes with invalid argument)

16 years ago- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.
Moriyoshi Koizumi [Sat, 13 Sep 2008 19:53:53 +0000 (19:53 +0000)]
- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.
    (noticed by Antony. Thanks!)

16 years ago- MFH: Properly initialize/finalize the library. This plugs the leaks caused by
Moriyoshi Koizumi [Sat, 13 Sep 2008 02:34:23 +0000 (02:34 +0000)]
- MFH: Properly initialize/finalize the library. This plugs the leaks caused by
  onig_new().

16 years ago- MFH: WS
Moriyoshi Koizumi [Sat, 13 Sep 2008 00:24:12 +0000 (00:24 +0000)]
- MFH: WS

16 years ago- MFH: Add missing =DIR
Moriyoshi Koizumi [Sat, 13 Sep 2008 00:14:49 +0000 (00:14 +0000)]
- MFH: Add missing =DIR

16 years ago- Remove unexposed functions.
Moriyoshi Koizumi [Fri, 12 Sep 2008 23:56:06 +0000 (23:56 +0000)]
- Remove unexposed functions.

16 years ago- MFH: Use memcmp() for binary safety.
Moriyoshi Koizumi [Fri, 12 Sep 2008 23:37:21 +0000 (23:37 +0000)]
- MFH: Use memcmp() for binary safety.

16 years ago- MFH: Fixed unexpected zval changes
Felipe Pena [Fri, 12 Sep 2008 01:16:55 +0000 (01:16 +0000)]
- MFH: Fixed unexpected zval changes

16 years agoMFH: Fixed #46053 (SplFileObject::seek - Endless loop)
Arnaud Le Blanc [Thu, 11 Sep 2008 15:32:15 +0000 (15:32 +0000)]
MFH: Fixed #46053 (SplFileObject::seek - Endless loop)

16 years agoMFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)
Arnaud Le Blanc [Thu, 11 Sep 2008 15:24:12 +0000 (15:24 +0000)]
MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)

16 years agoBFN
Rob Richards [Thu, 11 Sep 2008 14:24:28 +0000 (14:24 +0000)]
BFN

16 years agoMFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested array)
Rob Richards [Thu, 11 Sep 2008 14:23:33 +0000 (14:23 +0000)]
MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested array)
add test

16 years agoMFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
Rob Richards [Thu, 11 Sep 2008 14:18:27 +0000 (14:18 +0000)]
MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
add test

16 years agoBFN
Rob Richards [Wed, 10 Sep 2008 16:29:42 +0000 (16:29 +0000)]
BFN

16 years agoMFH: fix bug #46003 (isset on nonexisting node return unexpected results)
Rob Richards [Wed, 10 Sep 2008 16:29:18 +0000 (16:29 +0000)]
MFH: fix bug #46003 (isset on nonexisting node return unexpected results)
add test

16 years agoBFN
Rob Richards [Wed, 10 Sep 2008 15:41:04 +0000 (15:41 +0000)]
BFN

16 years agoMFH: fix bug #46029 (Segfault in DOMText when using with Reflection)
Rob Richards [Wed, 10 Sep 2008 15:40:34 +0000 (15:40 +0000)]
MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)

16 years ago- MFB: Fixed mem. leak
Felipe Pena [Wed, 10 Sep 2008 13:48:14 +0000 (13:48 +0000)]
- MFB: Fixed mem. leak

16 years ago- Union #45226 + #18916
Felipe Pena [Wed, 10 Sep 2008 13:26:38 +0000 (13:26 +0000)]
- Union #45226 + #18916

16 years agoBFN
Rob Richards [Wed, 10 Sep 2008 11:22:40 +0000 (11:22 +0000)]
BFN
fix order

16 years agoMFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)
Rob Richards [Wed, 10 Sep 2008 11:21:48 +0000 (11:21 +0000)]
MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)
add test

16 years agoMFH: Fix test
Arnaud Le Blanc [Wed, 10 Sep 2008 11:12:38 +0000 (11:12 +0000)]
MFH: Fix test

16 years agoBFN #45226, #18916
Felipe Pena [Wed, 10 Sep 2008 00:20:49 +0000 (00:20 +0000)]
BFN #45226, #18916

16 years agoMFH:
Felipe Pena [Wed, 10 Sep 2008 00:09:04 +0000 (00:09 +0000)]
MFH:
- Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
  Fixed bugs:
  #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string)
  #18916 (xmlrpc_set_type() "not working")

16 years agoMFH: Fixed bug #46031 (Segfault in AppendIterator::next)
Arnaud Le Blanc [Tue, 9 Sep 2008 19:44:25 +0000 (19:44 +0000)]
MFH: Fixed bug #46031 (Segfault in AppendIterator::next)

16 years agoadd missing file
Antony Dovgal [Mon, 8 Sep 2008 10:24:38 +0000 (10:24 +0000)]
add missing file

16 years agoBFN #46010
Felipe Pena [Sun, 7 Sep 2008 23:10:07 +0000 (23:10 +0000)]
BFN #46010

16 years ago- MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)
Felipe Pena [Sun, 7 Sep 2008 23:00:31 +0000 (23:00 +0000)]
- MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)

16 years ago- MFH: The exact error message might differ (it's "Not owner" on Solaris)
Johannes Schlüter [Sun, 7 Sep 2008 22:35:15 +0000 (22:35 +0000)]
- MFH: The exact error message might differ (it's "Not owner" on Solaris)

16 years agoMFH: More accurate max_file_size / upload_max_filesize (fixes #45124)
Arnaud Le Blanc [Sun, 7 Sep 2008 14:18:11 +0000 (14:18 +0000)]
MFH: More accurate max_file_size / upload_max_filesize (fixes #45124)

16 years agoMFH: Fixed #43540 (rfc1867 handler newlength problem)
Arnaud Le Blanc [Sat, 6 Sep 2008 17:19:15 +0000 (17:19 +0000)]
MFH: Fixed #43540 (rfc1867 handler newlength problem)

16 years agoMFB: Fixed bug #45405 (snmp extension memory leak)
Alexey Zakhlestin [Sat, 6 Sep 2008 08:18:38 +0000 (08:18 +0000)]
MFB: Fixed bug #45405 (snmp extension memory leak)

16 years agoFixed bug #45860 (header() function fails to correctly replace all Status lines)
Dmitry Stogov [Tue, 2 Sep 2008 13:22:00 +0000 (13:22 +0000)]
Fixed bug #45860 (header() function fails to correctly replace all Status lines)

16 years agoFixed Bug #43958 (class name added into the error message)
Dmitry Stogov [Tue, 2 Sep 2008 09:45:36 +0000 (09:45 +0000)]
Fixed Bug #43958 (class name added into the error message)

16 years ago- Fixed bug entries
Jani Taskinen [Tue, 2 Sep 2008 08:58:00 +0000 (08:58 +0000)]
- Fixed bug entries

16 years agoMFH: - Added odbc.default_cursortype to control the ODBC cursormodel
Patrick van Kleef [Mon, 1 Sep 2008 15:48:09 +0000 (15:48 +0000)]
MFH: - Added odbc.default_cursortype to control the ODBC cursormodel
  (bug #43668)

16 years agoMFH: - Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)
Patrick van Kleef [Mon, 1 Sep 2008 15:36:56 +0000 (15:36 +0000)]
MFH: - Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)

16 years agoFixed bug #42318 (problem with nm on AIX, not finding object files)
Dmitry Stogov [Mon, 1 Sep 2008 13:15:15 +0000 (13:15 +0000)]
Fixed bug #42318 (problem with nm on AIX, not finding object files)

16 years ago[DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors...
Jani Taskinen [Sun, 31 Aug 2008 00:21:19 +0000 (00:21 +0000)]
[DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
[DOC] note: change will be in since 5.2.7

16 years agoFix the assert
Rasmus Lerdorf [Sat, 30 Aug 2008 18:28:01 +0000 (18:28 +0000)]
Fix the assert

16 years agoFix for bugs 13961, 39927 and 45947
Rasmus Lerdorf [Sat, 30 Aug 2008 16:50:24 +0000 (16:50 +0000)]
Fix for bugs 13961, 39927 and 45947

16 years agoMFH: Fixed bug #43782 (feof() does not detect timeout on socket)
David Soria Parra [Wed, 27 Aug 2008 07:48:37 +0000 (07:48 +0000)]
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)

16 years agoMFH
Jani Taskinen [Tue, 26 Aug 2008 23:26:27 +0000 (23:26 +0000)]
MFH

16 years agoMFH: sendmail mess cleared (PHP_PROG_SENDMAIL was not used at all, see also bug ...
Jani Taskinen [Tue, 26 Aug 2008 23:19:22 +0000 (23:19 +0000)]
MFH: sendmail mess cleared (PHP_PROG_SENDMAIL was not used at all, see also bug #42946)

16 years agoFixed destruction of dl() loaded extensions
Dmitry Stogov [Fri, 22 Aug 2008 15:31:38 +0000 (15:31 +0000)]
Fixed destruction of dl() loaded extensions

16 years agoMFH: fix zend_register_functions() not displaying duplicate functions (reported by...
Antony Dovgal [Fri, 22 Aug 2008 14:52:47 +0000 (14:52 +0000)]
MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal)

16 years ago- New tests
Felipe Pena [Fri, 22 Aug 2008 13:40:54 +0000 (13:40 +0000)]
- New tests

16 years agoFix ZTS build.
Sebastian Bergmann [Fri, 22 Aug 2008 08:17:02 +0000 (08:17 +0000)]
Fix ZTS build.

16 years agoMFH:
Felipe Pena [Fri, 22 Aug 2008 01:06:55 +0000 (01:06 +0000)]
MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests

16 years agoreport merged fix
Stanislav Malyshev [Thu, 21 Aug 2008 18:11:49 +0000 (18:11 +0000)]
report merged fix

16 years agomerge fix for #43941
Stanislav Malyshev [Thu, 21 Aug 2008 18:10:48 +0000 (18:10 +0000)]
merge fix for #43941

16 years agoFixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address use...
Dmitry Stogov [Thu, 21 Aug 2008 13:42:36 +0000 (13:42 +0000)]
Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address use)). (basant dot kukreja at sun dot com)

16 years agoAdder error code into error message
Dmitry Stogov [Thu, 21 Aug 2008 11:27:42 +0000 (11:27 +0000)]
Adder error code into error message

16 years agoFix OSX build problem in this branch as well
Rasmus Lerdorf [Wed, 20 Aug 2008 20:04:52 +0000 (20:04 +0000)]
Fix OSX build problem in this branch as well

16 years agoMFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)
Jani Taskinen [Wed, 20 Aug 2008 01:21:47 +0000 (01:21 +0000)]
MFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)

16 years agoMFH: test for bug #42737
Jani Taskinen [Wed, 20 Aug 2008 01:11:06 +0000 (01:11 +0000)]
MFH: test for bug #42737

16 years agoMFH: Fix for bug #42737 (and #45850)
Jani Taskinen [Wed, 20 Aug 2008 00:52:13 +0000 (00:52 +0000)]
MFH: Fix for bug #42737 (and #45850)

16 years ago- New test
Felipe Pena [Mon, 18 Aug 2008 17:52:35 +0000 (17:52 +0000)]
- New test

16 years agoMFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
Antony Dovgal [Mon, 18 Aug 2008 14:33:00 +0000 (14:33 +0000)]
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())

16 years agoMFH: fix include
Jani Taskinen [Mon, 18 Aug 2008 10:50:10 +0000 (10:50 +0000)]
MFH: fix include

16 years agoreverted because of test failures
Antony Dovgal [Mon, 18 Aug 2008 07:47:04 +0000 (07:47 +0000)]
reverted because of test failures

16 years agoMFH: Fix tests (closes #45841)
Arnaud Le Blanc [Mon, 18 Aug 2008 04:46:05 +0000 (04:46 +0000)]
MFH: Fix tests (closes #45841)

16 years agoMFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
Arnaud Le Blanc [Mon, 18 Aug 2008 04:09:38 +0000 (04:09 +0000)]
MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).

16 years ago- MFH: beware of signedness
Moriyoshi Koizumi [Mon, 18 Aug 2008 03:26:40 +0000 (03:26 +0000)]
- MFH: beware of signedness

16 years agoFixed double call to MSHUTDOWN in case of `php-cgi -m`
Dmitry Stogov [Fri, 15 Aug 2008 07:30:31 +0000 (07:30 +0000)]
Fixed double call to MSHUTDOWN in case of `php-cgi -m`

16 years ago- Fixed tests (synced with 5_3 and HEAD)
Felipe Pena [Fri, 15 Aug 2008 02:26:56 +0000 (02:26 +0000)]
- Fixed tests (synced with 5_3 and HEAD)

16 years agoMFH: fix skipifs
Jani Taskinen [Thu, 14 Aug 2008 23:46:55 +0000 (23:46 +0000)]
MFH: fix skipifs

16 years agoMFH
Jani Taskinen [Thu, 14 Aug 2008 23:45:22 +0000 (23:45 +0000)]
MFH

16 years agoMFH: fix tests
Jani Taskinen [Thu, 14 Aug 2008 23:42:01 +0000 (23:42 +0000)]
MFH: fix tests

16 years agoMFH
Jani Taskinen [Thu, 14 Aug 2008 22:51:50 +0000 (22:51 +0000)]
MFH

16 years agoMFH:fix test
Jani Taskinen [Thu, 14 Aug 2008 21:56:13 +0000 (21:56 +0000)]
MFH:fix test

16 years agoMFH: fix tests, add missing test
Jani Taskinen [Thu, 14 Aug 2008 20:57:13 +0000 (20:57 +0000)]
MFH: fix tests, add missing test

16 years agodo not leave crap behind
Jani Taskinen [Thu, 14 Aug 2008 20:55:31 +0000 (20:55 +0000)]
do not leave crap behind

16 years agoMFH: fix tests
Jani Taskinen [Thu, 14 Aug 2008 20:53:31 +0000 (20:53 +0000)]
MFH: fix tests

16 years ago- Nuke annoying errors already silenced elsewhere too
Jani Taskinen [Thu, 14 Aug 2008 20:53:00 +0000 (20:53 +0000)]
- Nuke annoying errors already silenced elsewhere too

16 years ago- New test
Felipe Pena [Thu, 14 Aug 2008 19:17:13 +0000 (19:17 +0000)]
- New test

16 years ago- MFH: move declaration on top and fix build error
Felipe Pena [Thu, 14 Aug 2008 16:34:30 +0000 (16:34 +0000)]
- MFH: move declaration on top and fix build error

16 years agotypoh
Jani Taskinen [Wed, 13 Aug 2008 19:43:48 +0000 (19:43 +0000)]
typoh

16 years agoMFH: fix compile warnings (patch by Phil Oleson)
Antony Dovgal [Wed, 13 Aug 2008 08:09:55 +0000 (08:09 +0000)]
MFH: fix compile warnings (patch by Phil Oleson)

16 years agoFixed bug #45805 (Crach on throwing exception from error handler)
Dmitry Stogov [Wed, 13 Aug 2008 07:19:43 +0000 (07:19 +0000)]
Fixed bug #45805 (Crach on throwing exception from error handler)

16 years agoMFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
Jani Taskinen [Wed, 13 Aug 2008 01:01:29 +0000 (01:01 +0000)]
MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
MFH: [DOC]  startup:
MFH: [DOC]
MFH: [DOC]  To disable: Override default php.ini by using both -c and -n with
MFH: [DOC]              CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC]              to an empty string.
MFH: [DOC]
MFH: [DOC]  To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC]             to another path.
MFH: - Fixed bug #42604 ("make test" fails with  --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)

16 years ago- News: http://news.php.net/php.cvs/52239
Christian Seiler [Tue, 12 Aug 2008 21:03:35 +0000 (21:03 +0000)]
- News: http://news.php.net/php.cvs/52239

16 years agoMFH: clear stat cache in chroot()
Arnaud Le Blanc [Mon, 11 Aug 2008 23:16:41 +0000 (23:16 +0000)]
MFH: clear stat cache in chroot()

16 years agonews
Arnaud Le Blanc [Mon, 11 Aug 2008 22:40:02 +0000 (22:40 +0000)]
news

16 years agoMFH: Fixed #45181 (chdir() should clear relative entries in stat cache)
Arnaud Le Blanc [Mon, 11 Aug 2008 22:39:42 +0000 (22:39 +0000)]
MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)