]> granicus.if.org Git - php/log
php
16 years ago- Add missing =DIR
Moriyoshi Koizumi [Sat, 13 Sep 2008 00:14:16 +0000 (00:14 +0000)]
- Add missing =DIR

16 years ago- The mb_list_* issue has been resolved in the following way:
Moriyoshi Koizumi [Fri, 12 Sep 2008 23:59:51 +0000 (23:59 +0000)]
- The mb_list_* issue has been resolved in the following way:
  - Keep the same prototype as 5.2 for mb_list_encodings().
  - Add mb_list_encoding_aliases() with the mandatory parameter.
  - Remove mb_list_mime_names() as the list can be made from iteration
    on mb_list_encodings() with mb_preferred_mime_name().

16 years ago* Use memcmp() for binary safety.
Moriyoshi Koizumi [Fri, 12 Sep 2008 23:34:45 +0000 (23:34 +0000)]
* Use memcmp() for binary safety.

16 years agoAdd tests for pcntl
Arnaud Le Blanc [Fri, 12 Sep 2008 19:49:38 +0000 (19:49 +0000)]
Add tests for pcntl

16 years agoinitialize optional args
Arnaud Le Blanc [Fri, 12 Sep 2008 19:49:04 +0000 (19:49 +0000)]
initialize optional args

16 years ago- Fixed endless loop and segfault
Felipe Pena [Fri, 12 Sep 2008 17:30:53 +0000 (17:30 +0000)]
- Fixed endless loop and segfault

16 years ago- Missing argument to type "t"
Felipe Pena [Fri, 12 Sep 2008 16:24:12 +0000 (16:24 +0000)]
- Missing argument to type "t"

16 years agomake pharcommand.inc works without ereg
Arnaud Le Blanc [Fri, 12 Sep 2008 16:08:42 +0000 (16:08 +0000)]
make pharcommand.inc works without ereg

16 years ago- More statistics
Andrey Hristov [Fri, 12 Sep 2008 15:06:55 +0000 (15:06 +0000)]
- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
  is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
  was successful although we were expecting a FAIL.

16 years agoFix cwd when running tests out of tree with ZTS builds (fixes #45837)
Arnaud Le Blanc [Fri, 12 Sep 2008 14:14:52 +0000 (14:14 +0000)]
Fix cwd when running tests out of tree with ZTS builds (fixes #45837)

16 years agoMFB skipif
Arnaud Le Blanc [Fri, 12 Sep 2008 12:17:48 +0000 (12:17 +0000)]
MFB skipif

16 years agoFix test
Arnaud Le Blanc [Fri, 12 Sep 2008 12:14:28 +0000 (12:14 +0000)]
Fix test

16 years agofix typo
Antony Dovgal [Fri, 12 Sep 2008 10:30:18 +0000 (10:30 +0000)]
fix typo
test before commit!

16 years agoChangeLog update
<changelog@php.net> [Fri, 12 Sep 2008 01:32:09 +0000 (01:32 +0000)]
ChangeLog update

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

16 years agoMFB: Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).
Ilia Alshanetsky [Thu, 11 Sep 2008 23:56:57 +0000 (23:56 +0000)]
MFB: Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).

16 years agoprev()-tests by Iain Lewis <ilewis@uk.ibm.com>
Lars Strojny [Thu, 11 Sep 2008 18:21:24 +0000 (18:21 +0000)]
prev()-tests by Iain Lewis <ilewis@uk.ibm.com>

16 years agoFix test
Arnaud Le Blanc [Thu, 11 Sep 2008 15:47:56 +0000 (15:47 +0000)]
Fix test

16 years agoFix invalid free
Arnaud Le Blanc [Thu, 11 Sep 2008 15:45:29 +0000 (15:45 +0000)]
Fix invalid free

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

16 years agoFixed #46051 (SplFileInfo::openFile - memory overlap)
Arnaud Le Blanc [Thu, 11 Sep 2008 15:22:17 +0000 (15:22 +0000)]
Fixed #46051 (SplFileInfo::openFile - memory overlap)

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

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

16 years agofix test
Antony Dovgal [Thu, 11 Sep 2008 13:38:06 +0000 (13:38 +0000)]
fix test

16 years agoAdded tests
Arnaud Le Blanc [Thu, 11 Sep 2008 11:52:02 +0000 (11:52 +0000)]
Added tests

16 years agoImplemented ability to provide upload progress feedback through session
Arnaud Le Blanc [Thu, 11 Sep 2008 11:51:07 +0000 (11:51 +0000)]
Implemented ability to provide upload progress feedback through session
data.

16 years agoNew testcases for array_intersect_key() function
Sanjay Mantoor [Thu, 11 Sep 2008 10:41:01 +0000 (10:41 +0000)]
New testcases for array_intersect_key() function

16 years agoremove weird relic of development past that somehow made it in here on the last commit
Greg Beaver [Thu, 11 Sep 2008 03:33:10 +0000 (03:33 +0000)]
remove weird relic of development past that somehow made it in here on the last commit

16 years agoMFPHP5: fix Bug #46032: PharData::__construct wrong memory read
Greg Beaver [Thu, 11 Sep 2008 03:29:42 +0000 (03:29 +0000)]
MFPHP5: fix Bug #46032: PharData::__construct wrong memory read

16 years agoChangeLog update
<changelog@php.net> [Thu, 11 Sep 2008 01:32:13 +0000 (01:32 +0000)]
ChangeLog update

16 years agoadd some windows-style INI entries to tests
Stanislav Malyshev [Thu, 11 Sep 2008 00:50:08 +0000 (00:50 +0000)]
add some windows-style INI entries to tests

16 years agoupdate scanner files
Stanislav Malyshev [Thu, 11 Sep 2008 00:49:31 +0000 (00:49 +0000)]
update scanner files

16 years agoMF5: Fix BC issue with ini scanner.
Stanislav Malyshev [Thu, 11 Sep 2008 00:49:18 +0000 (00:49 +0000)]
MF5: Fix BC issue with ini scanner.
# Now in "": \LETTER is literal, \" is escaped ", value ending with \" is literal

16 years agoMFB: Fixed bug #46042 (memory leaks with reflection of
Ilia Alshanetsky [Wed, 10 Sep 2008 23:19:50 +0000 (23:19 +0000)]
MFB: Fixed bug #46042 (memory leaks with reflection of
mb_convert_encoding())

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

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

16 years agoFix php_u_register_variable_ex(), avoid readding some uninitialized data
Arnaud Le Blanc [Wed, 10 Sep 2008 14:12:55 +0000 (14:12 +0000)]
Fix php_u_register_variable_ex(), avoid readding some uninitialized data
after the end of the variable name

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

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

16 years agoFixed #45928 (large scripts from stdin are stripped at 16K border)
Arnaud Le Blanc [Wed, 10 Sep 2008 10:15:58 +0000 (10:15 +0000)]
Fixed #45928 (large scripts from stdin are stripped at 16K border)

16 years agocheck for NULL before freeing
Antony Dovgal [Wed, 10 Sep 2008 07:31:12 +0000 (07:31 +0000)]
check for NULL before freeing

16 years agoChangeLog update
<changelog@php.net> [Wed, 10 Sep 2008 01:32:20 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- New tests
Felipe Pena [Wed, 10 Sep 2008 00:09:30 +0000 (00:09 +0000)]
- New tests

16 years ago- Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
Felipe Pena [Wed, 10 Sep 2008 00:05:26 +0000 (00:05 +0000)]
- 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 agoFixed bug #46031 (Segfault in AppendIterator::next)
Arnaud Le Blanc [Tue, 9 Sep 2008 19:43:52 +0000 (19:43 +0000)]
Fixed bug #46031 (Segfault in AppendIterator::next)

16 years agoChangeLog update
<changelog@php.net> [Tue, 9 Sep 2008 01:31:54 +0000 (01:31 +0000)]
ChangeLog update

16 years agoupdate tests from 5.x
Stanislav Malyshev [Mon, 8 Sep 2008 22:58:31 +0000 (22:58 +0000)]
update tests from 5.x

16 years agofix datefmt_parse function
Stanislav Malyshev [Mon, 8 Sep 2008 22:55:02 +0000 (22:55 +0000)]
fix datefmt_parse function

16 years ago- Changed error level E_ERROR into E_WARNING in parameter validation
Felipe Pena [Mon, 8 Sep 2008 19:34:48 +0000 (19:34 +0000)]
- Changed error level E_ERROR into E_WARNING in parameter validation

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

16 years agoAdded tests for rfc1867 post handler
Arnaud Le Blanc [Mon, 8 Sep 2008 09:24:45 +0000 (09:24 +0000)]
Added tests for rfc1867 post handler

16 years agorun-tests.php: Added %u|b% placeholder, like %unicode|string%, for array
Arnaud Le Blanc [Mon, 8 Sep 2008 09:23:24 +0000 (09:23 +0000)]
run-tests.php: Added %u|b% placeholder, like %unicode|string%, for array
keys in var_dump() output.

16 years agoFix the "Content-Type contains ';'" case in rfc1867 post handler
Arnaud Le Blanc [Mon, 8 Sep 2008 09:20:33 +0000 (09:20 +0000)]
Fix the "Content-Type contains ';'" case in rfc1867 post handler

16 years agofix empty-value case in rfc1867 post handler
Arnaud Le Blanc [Mon, 8 Sep 2008 09:12:51 +0000 (09:12 +0000)]
fix empty-value case in rfc1867 post handler

16 years agocomment out debug printf
Arnaud Le Blanc [Mon, 8 Sep 2008 09:12:02 +0000 (09:12 +0000)]
comment out debug printf

16 years agoChangeLog update
<changelog@php.net> [Mon, 8 Sep 2008 01:31:57 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Fixed some wrong format parameters
Felipe Pena [Mon, 8 Sep 2008 01:30:55 +0000 (01:30 +0000)]
- Fixed some wrong format parameters

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

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

16 years ago- MFB:
Felipe Pena [Sun, 7 Sep 2008 20:29:54 +0000 (20:29 +0000)]
- MFB:
  - use php's stream in libmagic
  - remove duplicate code (like mime_content_type() compatibility function
    now use the same base as finfo_file())
  - make it portable (works now on windows too, belongs other OSes)

  - don't close caller streams in libmagic (prevent leak and zombie stream)
  - string returned by magic_* are freed on magic_close, duplicate before
    calling magic_close (set return value)
  - if stat failed, don't try to call magic_* (when FILEINFO_MODE_FILE)

16 years agoMFB
Jani Taskinen [Sun, 7 Sep 2008 18:00:25 +0000 (18:00 +0000)]
MFB

16 years agoMore accurate max_file_size / upload_max_filesize (fixes #45124)
Arnaud Le Blanc [Sun, 7 Sep 2008 14:17:24 +0000 (14:17 +0000)]
More accurate max_file_size / upload_max_filesize (fixes #45124)

16 years agoFixed #45911 (Cannot disable ext/hash)
Arnaud Le Blanc [Sun, 7 Sep 2008 13:13:53 +0000 (13:13 +0000)]
Fixed #45911 (Cannot disable ext/hash)

16 years ago- Fix build
Felipe Pena [Sun, 7 Sep 2008 04:17:22 +0000 (04:17 +0000)]
- Fix build

16 years ago- Removed the doubled error message (the error level is no longer E_ERROR)
Felipe Pena [Sun, 7 Sep 2008 02:51:19 +0000 (02:51 +0000)]
- Removed the doubled error message (the error level is no longer E_ERROR)

16 years agoChangeLog update
<changelog@php.net> [Sun, 7 Sep 2008 01:32:04 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix test on Windows
Kalle Sommer Nielsen [Sun, 7 Sep 2008 00:42:29 +0000 (00:42 +0000)]
Fix test on Windows

16 years agoMFB: Tests for get_browser().
Felix De Vliegher [Sat, 6 Sep 2008 23:20:53 +0000 (23:20 +0000)]
MFB: Tests for get_browser().

16 years agoMFB: removed unused variables
Ilia Alshanetsky [Sat, 6 Sep 2008 21:32:32 +0000 (21:32 +0000)]
MFB: removed unused variables

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

16 years agoPorted rfc1867 hooks to HEAD
Arnaud Le Blanc [Sat, 6 Sep 2008 08:27:38 +0000 (08:27 +0000)]
Ported rfc1867 hooks to HEAD

16 years agoFix mem leak and invalid frees in rfc1867 post handler
Arnaud Le Blanc [Sat, 6 Sep 2008 08:22:25 +0000 (08:22 +0000)]
Fix mem leak and invalid frees in rfc1867 post handler

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

16 years agoChangeLog update
<changelog@php.net> [Fri, 5 Sep 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- #45985, touch on opened file raises a warning
Pierre Joye [Thu, 4 Sep 2008 08:03:31 +0000 (08:03 +0000)]
- #45985, touch on opened file raises a warning

16 years agoChangeLog update
<changelog@php.net> [Thu, 4 Sep 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

16 years agorevert last change
Stanislav Malyshev [Wed, 3 Sep 2008 19:21:45 +0000 (19:21 +0000)]
revert last change

16 years agobetter detection for client libraries
Stanislav Malyshev [Wed, 3 Sep 2008 18:43:56 +0000 (18:43 +0000)]
better detection for client libraries

16 years ago- made it clear which steps are relevant for RCs only
Lukas Smith [Wed, 3 Sep 2008 17:08:00 +0000 (17:08 +0000)]
- made it clear which steps are relevant for RCs only

16 years agoChangeLog update
<changelog@php.net> [Wed, 3 Sep 2008 01:32:02 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- New test
Felipe Pena [Tue, 2 Sep 2008 19:27:32 +0000 (19:27 +0000)]
- New test

16 years agoMFB: kill unused var
Nuno Lopes [Tue, 2 Sep 2008 19:13:24 +0000 (19:13 +0000)]
MFB: kill unused var

16 years agoFixed bug #45860 (header() function fails to correctly replace all Status lines)
Dmitry Stogov [Tue, 2 Sep 2008 13:22:27 +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:46:00 +0000 (09:46 +0000)]
Fixed Bug #43958 (class name added into the error message)

16 years agoChangeLog update
<changelog@php.net> [Tue, 2 Sep 2008 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- New test
Felipe Pena [Mon, 1 Sep 2008 23:41:34 +0000 (23:41 +0000)]
- New test

16 years ago- MFB: fix typo and icu bundling
Pierre Joye [Mon, 1 Sep 2008 18:21:06 +0000 (18:21 +0000)]
- MFB: fix typo and icu bundling

16 years ago- MFB Remove pre-made phar.phar
Steph Fox [Mon, 1 Sep 2008 15:48:54 +0000 (15:48 +0000)]
- MFB Remove pre-made phar.phar

16 years agoDisabled warning messages in SoapClient constructor
Dmitry Stogov [Mon, 1 Sep 2008 14:55:42 +0000 (14:55 +0000)]
Disabled warning messages in SoapClient constructor

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

16 years agoRemove entries which are in previous release NEWS
Jani Taskinen [Mon, 1 Sep 2008 09:02:22 +0000 (09:02 +0000)]
Remove entries which are in previous release NEWS

16 years ago- fixes for ext/odbc
Patrick van Kleef [Mon, 1 Sep 2008 08:37:22 +0000 (08:37 +0000)]
- fixes for ext/odbc

16 years agoChangeLog update
<changelog@php.net> [Mon, 1 Sep 2008 01:31:52 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Missed the files we don't use yet
Steph Fox [Sun, 31 Aug 2008 21:09:10 +0000 (21:09 +0000)]
- Missed the files we don't use yet

16 years ago- Note to self: don't try to second-guess Greg
Steph Fox [Sun, 31 Aug 2008 20:55:52 +0000 (20:55 +0000)]
- Note to self: don't try to second-guess Greg

16 years ago- MFB
Steph Fox [Sun, 31 Aug 2008 20:54:28 +0000 (20:54 +0000)]
- MFB

16 years agoMFB: remove extra skipif
Nuno Lopes [Sun, 31 Aug 2008 15:28:52 +0000 (15:28 +0000)]
MFB: remove extra skipif

16 years agoremove special treatment of /tmp path
Alexey Zakhlestin [Sun, 31 Aug 2008 14:50:10 +0000 (14:50 +0000)]
remove special treatment of /tmp path

16 years ago- added further details on the steps necessary to move ext from/to pecl
Lukas Smith [Sun, 31 Aug 2008 10:34:56 +0000 (10:34 +0000)]
- added further details on the steps necessary to move ext from/to pecl

16 years agoadded note about how to move extensions from/to pecl
Lukas Smith [Sun, 31 Aug 2008 08:32:21 +0000 (08:32 +0000)]
added note about how to move extensions from/to pecl