]> granicus.if.org Git - php/log
php
16 years agoFix the libmysql build. Unintentionally broken by my last commit.
Andrey Hristov [Fri, 19 Sep 2008 11:39:53 +0000 (11:39 +0000)]
Fix the libmysql build. Unintentionally broken by my last commit.

16 years agoFix for bug#46019 MySQLi::init() leaks memory
Andrey Hristov [Fri, 19 Sep 2008 11:35:37 +0000 (11:35 +0000)]
Fix for bug#46019 MySQLi::init() leaks memory

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

16 years agoFixed cleaning of uploaded files
Arnaud Le Blanc [Thu, 18 Sep 2008 19:44:01 +0000 (19:44 +0000)]
Fixed cleaning of uploaded files

16 years agoShow the library version currently loaded as well as the version the extension was...
Scott MacVicar [Thu, 18 Sep 2008 16:02:09 +0000 (16:02 +0000)]
Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version.

16 years agoupdate tests
Antony Dovgal [Thu, 18 Sep 2008 12:15:56 +0000 (12:15 +0000)]
update tests

16 years agomhash algorithm parameter was modified when it was a zval, also update a test.
Scott MacVicar [Thu, 18 Sep 2008 11:52:12 +0000 (11:52 +0000)]
mhash algorithm parameter was modified when it was a zval, also update a test.

16 years agofix bug #46099 (Xsltprocessor::setProfiling - memory leak)
Rob Richards [Thu, 18 Sep 2008 11:46:54 +0000 (11:46 +0000)]
fix bug #46099 (Xsltprocessor::setProfiling - memory leak)

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

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

16 years agoMFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
Ilia Alshanetsky [Wed, 17 Sep 2008 23:28:07 +0000 (23:28 +0000)]
MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
  multiple calls).

16 years agoAdded ability to cancel upload in rfc1867 handler
Arnaud Le Blanc [Wed, 17 Sep 2008 17:22:07 +0000 (17:22 +0000)]
Added ability to cancel upload in rfc1867 handler

16 years agoFixed bug #46106 (Memory leaks when using global statement)
Dmitry Stogov [Wed, 17 Sep 2008 15:11:40 +0000 (15:11 +0000)]
Fixed bug #46106 (Memory leaks when using global statement)

16 years agoFixed possible crash because of overriden error handler
Dmitry Stogov [Wed, 17 Sep 2008 13:10:08 +0000 (13:10 +0000)]
Fixed possible crash because of overriden error handler

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

16 years ago- Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)
Johannes Schlüter [Tue, 16 Sep 2008 23:34:31 +0000 (23:34 +0000)]
- Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)

16 years ago- Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)
Felipe Pena [Tue, 16 Sep 2008 22:21:40 +0000 (22:21 +0000)]
- Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)

16 years agofix segfault with serialize(new __PHP_Incomplete_Class) found by Felipe
Antony Dovgal [Tue, 16 Sep 2008 14:36:10 +0000 (14:36 +0000)]
fix segfault with serialize(new __PHP_Incomplete_Class) found by Felipe
add test

16 years agoFix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
Andrey Hristov [Tue, 16 Sep 2008 14:34:11 +0000 (14:34 +0000)]
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
Win has _atoi64, so use it.

16 years agofix compile warning
Antony Dovgal [Tue, 16 Sep 2008 09:48:07 +0000 (09:48 +0000)]
fix compile warning

16 years agoFix memory leak in a few cases
Scott MacVicar [Tue, 16 Sep 2008 09:45:06 +0000 (09:45 +0000)]
Fix memory leak in a few cases

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

16 years agoMFB: Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned
Ilia Alshanetsky [Tue, 16 Sep 2008 00:38:55 +0000 (00:38 +0000)]
MFB: Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned
object).

16 years agoMFB Fixed bug #46086 (Segfault when accessing fileinfo class property)
Scott MacVicar [Mon, 15 Sep 2008 22:15:16 +0000 (22:15 +0000)]
MFB Fixed bug #46086 (Segfault when accessing fileinfo class property)

16 years agoForgot to merge these changes - Float conversion
Andrey Hristov [Mon, 15 Sep 2008 18:10:38 +0000 (18:10 +0000)]
Forgot to merge these changes - Float conversion

16 years agoAdd float conversions too. Float users should understand how float works!!!
Andrey Hristov [Mon, 15 Sep 2008 18:07:58 +0000 (18:07 +0000)]
Add float conversions too. Float users should understand how float works!!!

16 years ago- Added E_ERROR in constructors
Felipe Pena [Mon, 15 Sep 2008 18:04:18 +0000 (18:04 +0000)]
- Added E_ERROR in constructors

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

16 years ago- Updated to version
Derick Rethans [Mon, 15 Sep 2008 18:00:59 +0000 (18:00 +0000)]
- Updated to version
Notice: Undefined offset: 1 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

.
Notice: Undefined offset: 2 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

-96 ()

16 years agoCompile-in a string-to-int conversion for INT columns by default,
Andrey Hristov [Mon, 15 Sep 2008 14:02:55 +0000 (14:02 +0000)]
Compile-in a string-to-int conversion for INT columns by default,
controlled by a ini setting.

16 years agoFixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e...
Dmitry Stogov [Mon, 15 Sep 2008 11:47:27 +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 agoadd missing .cvsignore
Antony Dovgal [Mon, 15 Sep 2008 11:00:30 +0000 (11:00 +0000)]
add missing .cvsignore

16 years agoFix #45656 (new Class silenting exceptions in autoloaders)
Etienne Kneuss [Mon, 15 Sep 2008 10:19:15 +0000 (10:19 +0000)]
Fix #45656 (new Class silenting exceptions in autoloaders)

16 years agoMore fileinfo tests
Felix De Vliegher [Mon, 15 Sep 2008 08:42:48 +0000 (08:42 +0000)]
More fileinfo tests

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

16 years agoSync libsqlite to 3.6.2 with some VC6 patches
Scott MacVicar [Mon, 15 Sep 2008 01:17:48 +0000 (01:17 +0000)]
Sync libsqlite to 3.6.2 with some VC6 patches

16 years agoMFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)
Scott MacVicar [Mon, 15 Sep 2008 01:00:52 +0000 (01:00 +0000)]
MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)

16 years agoMFB "Disabled $GLOBALS' refcount modification"
Arnaud Le Blanc [Sun, 14 Sep 2008 15:20:16 +0000 (15:20 +0000)]
MFB "Disabled $GLOBALS' refcount modification"

16 years agoMFB / fix tests
Arnaud Le Blanc [Sun, 14 Sep 2008 14:57:26 +0000 (14:57 +0000)]
MFB / fix tests

16 years agoFix str len in stripos when $offset argument is given
Arnaud Le Blanc [Sun, 14 Sep 2008 14:56:34 +0000 (14:56 +0000)]
Fix str len in stripos when $offset argument is given

16 years agoFix leak in fgetc()
Arnaud Le Blanc [Sun, 14 Sep 2008 14:55:50 +0000 (14:55 +0000)]
Fix leak in fgetc()

16 years agoFix invalid read in freed area
Arnaud Le Blanc [Sun, 14 Sep 2008 14:55:28 +0000 (14:55 +0000)]
Fix invalid read in freed area

16 years agosync with PHP 5.3: upgrade to pcre 7.8
Nuno Lopes [Sun, 14 Sep 2008 14:37:14 +0000 (14:37 +0000)]
sync with PHP 5.3: upgrade to pcre 7.8

16 years agoMFB: fix compile on IRIX with MIPSPro (Bug #46072)
Greg Beaver [Sun, 14 Sep 2008 06:46:57 +0000 (06:46 +0000)]
MFB: fix compile on IRIX with MIPSPro (Bug #46072)

16 years agoMFB: increase code coverage, fix bzip2-compressed alias in zip
Greg Beaver [Sun, 14 Sep 2008 06:32:52 +0000 (06:32 +0000)]
MFB: increase code coverage, fix bzip2-compressed alias in zip

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

16 years agoMFB: fix minor issues found by ICC (unused variables and the like)
Greg Beaver [Sat, 13 Sep 2008 22:31:18 +0000 (22:31 +0000)]
MFB: fix minor issues found by ICC (unused variables and the like)

16 years agoactually reset stream position when finished
Antony Dovgal [Sat, 13 Sep 2008 21:32:15 +0000 (21:32 +0000)]
actually reset stream position when finished

16 years agoMFB: fix Bug #46060: addEmptyDir() breaks
Greg Beaver [Sat, 13 Sep 2008 20:57:15 +0000 (20:57 +0000)]
MFB: fix Bug #46060: addEmptyDir() breaks

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

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

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

16 years ago- Adding tests.
Moriyoshi Koizumi [Sat, 13 Sep 2008 00:30:31 +0000 (00:30 +0000)]
- Adding tests.

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

16 years ago- mb_encoding_aliases() is more consistent with mb_preferred_mime_name()
Moriyoshi Koizumi [Sat, 13 Sep 2008 00:22:10 +0000 (00:22 +0000)]
- mb_encoding_aliases() is more consistent with mb_preferred_mime_name()
  despite the unconformance with the naming convention.

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)