]> granicus.if.org Git - php/log
php
17 years agofix tests: proper temp file names
Raghubansh Kumar [Fri, 2 Nov 2007 03:57:48 +0000 (03:57 +0000)]
fix tests: proper temp file names

17 years agofix tests: proper temp file names
Raghubansh Kumar [Fri, 2 Nov 2007 03:11:00 +0000 (03:11 +0000)]
fix tests: proper temp file names

17 years agofix tests: better float values
Raghubansh Kumar [Fri, 2 Nov 2007 03:06:13 +0000 (03:06 +0000)]
fix tests: better float values

17 years agoChangeLog update
<changelog@php.net> [Fri, 2 Nov 2007 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

17 years agows + cs + fix test
Jani Taskinen [Fri, 2 Nov 2007 00:15:13 +0000 (00:15 +0000)]
ws + cs + fix test

17 years ago- CPP macros are supposed to start at column 1 (# at least)
Jani Taskinen [Thu, 1 Nov 2007 22:31:39 +0000 (22:31 +0000)]
- CPP macros are supposed to start at column 1 (# at least)

17 years agoMFB gmp fixes
Stanislav Malyshev [Thu, 1 Nov 2007 20:33:22 +0000 (20:33 +0000)]
MFB gmp fixes

17 years agoinitialize correct variable
Antony Dovgal [Thu, 1 Nov 2007 19:13:28 +0000 (19:13 +0000)]
initialize correct variable

17 years ago- Nuke unused variables
Jani Taskinen [Thu, 1 Nov 2007 17:32:10 +0000 (17:32 +0000)]
- Nuke unused variables

17 years agoAnother fix for bug #42773
Dmitry Stogov [Thu, 1 Nov 2007 15:43:17 +0000 (15:43 +0000)]
Another fix for bug #42773

17 years agows + cs
Jani Taskinen [Thu, 1 Nov 2007 15:05:20 +0000 (15:05 +0000)]
ws + cs

17 years agoMF53: fix tests
Antony Dovgal [Thu, 1 Nov 2007 14:12:39 +0000 (14:12 +0000)]
MF53: fix tests

17 years agocs + ws
Jani Taskinen [Thu, 1 Nov 2007 13:30:15 +0000 (13:30 +0000)]
cs + ws

17 years agoFixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major...
Dmitry Stogov [Thu, 1 Nov 2007 13:27:57 +0000 (13:27 +0000)]
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown)

17 years agoFixed bug #42773 (WSDL error causes HTTP 500 Response)
Dmitry Stogov [Thu, 1 Nov 2007 12:26:38 +0000 (12:26 +0000)]
Fixed bug #42773 (WSDL error causes HTTP 500 Response)

17 years agofix test
Jani Taskinen [Thu, 1 Nov 2007 12:00:59 +0000 (12:00 +0000)]
fix test

17 years agoFixed bug #43027 (Declare cause fatal error)
Dmitry Stogov [Thu, 1 Nov 2007 11:59:15 +0000 (11:59 +0000)]
Fixed bug #43027 (Declare cause fatal error)

17 years agouse slprintf()
Dmitry Stogov [Thu, 1 Nov 2007 11:49:27 +0000 (11:49 +0000)]
use slprintf()

17 years agoFixed bug #42848 (Status: header incorrect under FastCGI)
Dmitry Stogov [Thu, 1 Nov 2007 11:13:06 +0000 (11:13 +0000)]
Fixed bug #42848 (Status: header incorrect under FastCGI)

17 years agodelete .project file
Robert Nicholson [Thu, 1 Nov 2007 10:32:28 +0000 (10:32 +0000)]
delete .project file

17 years agoupdate min_error and max_error testcases to take into account bug fix for bug#43125
Robert Nicholson [Thu, 1 Nov 2007 08:43:12 +0000 (08:43 +0000)]
update min_error and max_error testcases to take into account bug fix for bug#43125

17 years agoChangeLog update
<changelog@php.net> [Thu, 1 Nov 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix typo (bug #43125)
Jani Taskinen [Wed, 31 Oct 2007 13:39:00 +0000 (13:39 +0000)]
- Fix typo (bug #43125)

17 years ago- Fixed bug #43137 (rmdir() and rename() do not clear statcache)
Jani Taskinen [Wed, 31 Oct 2007 13:22:18 +0000 (13:22 +0000)]
- Fixed bug #43137 (rmdir() and rename() do not clear statcache)

17 years agoMFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with
Ilia Alshanetsky [Wed, 31 Oct 2007 12:58:39 +0000 (12:58 +0000)]
MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with
fetchAll()

17 years agoChangeLog update
<changelog@php.net> [Wed, 31 Oct 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Test not relavent for sqlite that uses built-in bound syntax
Ilia Alshanetsky [Tue, 30 Oct 2007 23:04:01 +0000 (23:04 +0000)]
MFB: Test not relavent for sqlite that uses built-in bound syntax

17 years ago- Added 3 firebird specific attributes to firebird_handle_set_attribute()
Lars Westermann [Tue, 30 Oct 2007 18:06:02 +0000 (18:06 +0000)]
- Added 3 firebird specific attributes to firebird_handle_set_attribute()
- function. They control formatting of date/timestamp columns.
- pdo_firebird_handle_factory() now throwing an execption if unable to attach
- database (bug reports 39822 and 41522)
- Fixed bug #39822 (new PDO() doesn't work with firebird)
- Fixed bug #41522 (PDO firebird driver returns null if it fails to connect)

17 years ago# Removed dead code
Lars Westermann [Tue, 30 Oct 2007 18:05:17 +0000 (18:05 +0000)]
# Removed dead code
- Fixed bug #35386 (firebird: first row is null)
- Fixed bug #36128 (Interbase PDO - timestamp columns return NULL)
- Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14 )

17 years ago[DOC] Added 3 firebird specific attributes that can be set via
Lars Westermann [Tue, 30 Oct 2007 18:04:25 +0000 (18:04 +0000)]
[DOC] Added 3 firebird specific attributes that can be set via
PDO::setAttribute() to control formatting of date/timestamp columns:
PDO::FB_ATTR_DATE_FORMAT, PDO::FB_ATTR_TIME_FORMAT and
PDO::FB_ATTR_TIMESTAMP_FORMAT.  These attributes are strftime
format strings, and operate in the same way as the ibase.dateformat,
ibase.timeformat and ibase.timestampformat ini options.
(related to bug #36128, Interbase PDO)

17 years ago- Added default timestamp format definitions (ISO 8601) (related to bug #36128, Inter...
Lars Westermann [Tue, 30 Oct 2007 18:02:45 +0000 (18:02 +0000)]
- Added default timestamp format definitions (ISO 8601) (related to bug #36128, Interbase PDO)

17 years agoFix bug headers
Jani Taskinen [Tue, 30 Oct 2007 12:06:28 +0000 (12:06 +0000)]
Fix bug headers

17 years agoUse heap-allocated return value
Dmitry Stogov [Tue, 30 Oct 2007 07:22:12 +0000 (07:22 +0000)]
Use heap-allocated return value

17 years agoChangeLog update
<changelog@php.net> [Tue, 30 Oct 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43130 (Bound parameters cannot have - in their name)
Ilia Alshanetsky [Mon, 29 Oct 2007 22:37:44 +0000 (22:37 +0000)]
MFB: Fixed bug #43130 (Bound parameters cannot have - in their name)

17 years agooptimization
Dmitry Stogov [Mon, 29 Oct 2007 14:37:11 +0000 (14:37 +0000)]
optimization

17 years ago- Fixed invalid handling of float value passed to an integer field on 64bit machine
Jani Taskinen [Mon, 29 Oct 2007 09:50:49 +0000 (09:50 +0000)]
- Fixed invalid handling of float value passed to an integer field on 64bit machine

17 years agofix test
Jani Taskinen [Mon, 29 Oct 2007 09:03:39 +0000 (09:03 +0000)]
fix test

17 years agoChangeLog update
<changelog@php.net> [Mon, 29 Oct 2007 01:31:25 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #42976 (Crash when constructor for newInstance() or
Ilia Alshanetsky [Sun, 28 Oct 2007 13:44:09 +0000 (13:44 +0000)]
MFB: Fixed bug #42976 (Crash when constructor for newInstance() or
newInstanceArgs() fails)

17 years agoChangeLog update
<changelog@php.net> [Sun, 28 Oct 2007 01:31:25 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for shuffle() function
Raghubansh Kumar [Sat, 27 Oct 2007 12:24:06 +0000 (12:24 +0000)]
New testcases for shuffle() function

17 years agoNew testcases for array_intersect() function
Raghubansh Kumar [Sat, 27 Oct 2007 12:13:05 +0000 (12:13 +0000)]
New testcases for array_intersect() function

17 years agoChangeLog update
<changelog@php.net> [Sat, 27 Oct 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

17 years agoRemove unneeded INI sections
Robert Nicholson [Fri, 26 Oct 2007 16:10:16 +0000 (16:10 +0000)]
Remove unneeded INI sections

17 years agomore testcases for array_unshift() function
Raghubansh Kumar [Fri, 26 Oct 2007 11:52:59 +0000 (11:52 +0000)]
more testcases for array_unshift() function

17 years agonew testcases for array_splice
Robert Nicholson [Fri, 26 Oct 2007 11:06:31 +0000 (11:06 +0000)]
new testcases for array_splice

17 years agonew testcases for max and min
Robert Nicholson [Fri, 26 Oct 2007 10:57:59 +0000 (10:57 +0000)]
new testcases for max and min

17 years agoAdded check for HAVE_GETTIMEOFDAY
Dmitry Stogov [Fri, 26 Oct 2007 04:46:28 +0000 (04:46 +0000)]
Added check for HAVE_GETTIMEOFDAY

17 years agoChangeLog update
<changelog@php.net> [Fri, 26 Oct 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years agothat endElement() call was required
Antony Dovgal [Thu, 25 Oct 2007 13:00:58 +0000 (13:00 +0000)]
that endElement() call was required

17 years agofix test
Antony Dovgal [Thu, 25 Oct 2007 11:54:10 +0000 (11:54 +0000)]
fix test

17 years agows
Jani Taskinen [Thu, 25 Oct 2007 10:01:25 +0000 (10:01 +0000)]
ws

17 years agoAdded ability to control memory consumption between request using ZEND_MM_COMPACT...
Dmitry Stogov [Thu, 25 Oct 2007 07:32:58 +0000 (07:32 +0000)]
Added ability to control memory consumption between request using ZEND_MM_COMPACT environment variable

17 years agoAdded CGI SAPI -T option, to measure execution time of script repeated several times.
Dmitry Stogov [Thu, 25 Oct 2007 05:39:24 +0000 (05:39 +0000)]
Added CGI SAPI -T option, to measure execution time of script repeated several times.

17 years agoChangeLog update
<changelog@php.net> [Thu, 25 Oct 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params)
Ilia Alshanetsky [Wed, 24 Oct 2007 22:50:30 +0000 (22:50 +0000)]
MFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params)

17 years agoChangeLog update
<changelog@php.net> [Wed, 24 Oct 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed variations of bug #35163
Dmitry Stogov [Tue, 23 Oct 2007 12:52:51 +0000 (12:52 +0000)]
Fixed variations of bug #35163

17 years agoFix the build, the w32 files should look like in 5_3
Andrey Hristov [Tue, 23 Oct 2007 10:44:25 +0000 (10:44 +0000)]
Fix the build, the w32 files should look like in 5_3

17 years agoMFB: Fix compile failure on windows
Andrey Hristov [Tue, 23 Oct 2007 10:17:39 +0000 (10:17 +0000)]
MFB: Fix compile failure on windows

17 years agoFixed bug #35163 (Array elements can lose references)
Dmitry Stogov [Tue, 23 Oct 2007 09:55:25 +0000 (09:55 +0000)]
Fixed bug #35163 (Array elements can lose references)

17 years agoFixed realpath cache for existent file with CWD_FILEPATH flag on win32
Dmitry Stogov [Tue, 23 Oct 2007 05:57:13 +0000 (05:57 +0000)]
Fixed realpath cache for existent file with CWD_FILEPATH flag on win32

17 years ago-MFB, Be paranoid and dont allow multiplication with zero
Mattias Bengtsson [Tue, 23 Oct 2007 01:58:41 +0000 (01:58 +0000)]
-MFB, Be paranoid and dont allow multiplication with zero

17 years agoChangeLog update
<changelog@php.net> [Tue, 23 Oct 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect
Ilia Alshanetsky [Mon, 22 Oct 2007 22:42:54 +0000 (22:42 +0000)]
MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect
time)

17 years agomore testcases for array_filter() function
Raghubansh Kumar [Mon, 22 Oct 2007 11:17:18 +0000 (11:17 +0000)]
more testcases for array_filter() function

17 years agoFixed move_uploaded_file() to always set file permissions of resulting file according...
Dmitry Stogov [Mon, 22 Oct 2007 07:37:52 +0000 (07:37 +0000)]
Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)

17 years agoChangeLog update
<changelog@php.net> [Mon, 22 Oct 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #42944 (test failing due to expectation that /etc/passwd has
Ilia Alshanetsky [Sun, 21 Oct 2007 15:41:53 +0000 (15:41 +0000)]
MFB: Fixed bug #42944 (test failing due to expectation that /etc/passwd has
0644 permissions).

17 years agoChangeLog update
<changelog@php.net> [Sun, 21 Oct 2007 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for array_rand() function
Raghubansh Kumar [Sat, 20 Oct 2007 05:34:35 +0000 (05:34 +0000)]
New testcases for array_rand() function

17 years agoChangeLog update
<changelog@php.net> [Sat, 20 Oct 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for array_fill() function
Raghubansh Kumar [Fri, 19 Oct 2007 18:25:57 +0000 (18:25 +0000)]
New testcases for array_fill() function

17 years agoNew testcases for array_filter() function
Raghubansh Kumar [Fri, 19 Oct 2007 18:22:55 +0000 (18:22 +0000)]
New testcases for array_filter() function

17 years agoNew testcases for array_unshift() function
Raghubansh Kumar [Fri, 19 Oct 2007 09:19:57 +0000 (09:19 +0000)]
New testcases for array_unshift() function

17 years agoChangeLog update
<changelog@php.net> [Fri, 19 Oct 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix TSRM, a couple of compile warnings on windows, and test
Greg Beaver [Thu, 18 Oct 2007 19:47:24 +0000 (19:47 +0000)]
fix TSRM, a couple of compile warnings on windows, and test

17 years agoFixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)
Dmitry Stogov [Thu, 18 Oct 2007 13:12:01 +0000 (13:12 +0000)]
Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)

17 years ago- Missing piece
Marcus Boerger [Thu, 18 Oct 2007 05:19:13 +0000 (05:19 +0000)]
- Missing piece

17 years ago- Commit new tests to correct brnach (funny broken checkout)
Marcus Boerger [Thu, 18 Oct 2007 05:09:49 +0000 (05:09 +0000)]
- Commit new tests to correct brnach (funny broken checkout)

17 years ago- MFB #42654, #42704
Marcus Boerger [Thu, 18 Oct 2007 04:49:54 +0000 (04:49 +0000)]
- MFB #42654, #42704

17 years agoChangeLog update
<changelog@php.net> [Thu, 18 Oct 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed possible crash because of uninitialized value (Zdash Urf)
Dmitry Stogov [Wed, 17 Oct 2007 12:09:14 +0000 (12:09 +0000)]
Fixed possible crash because of uninitialized value (Zdash Urf)

17 years agoFixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
Dmitry Stogov [Wed, 17 Oct 2007 11:18:49 +0000 (11:18 +0000)]
Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)

17 years agoFixed bug #42919 (Unserializing of namespaced class object fails)
Dmitry Stogov [Wed, 17 Oct 2007 10:36:45 +0000 (10:36 +0000)]
Fixed bug #42919 (Unserializing of namespaced class object fails)

17 years agoFixed bug #42859 (import always conflicts with internal classes). (cellog@php.net...
Dmitry Stogov [Wed, 17 Oct 2007 10:01:37 +0000 (10:01 +0000)]
Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry)

17 years agocommit lost part of the patch
Antony Dovgal [Wed, 17 Oct 2007 08:22:01 +0000 (08:22 +0000)]
commit lost part of the patch

17 years agouse correct dtor and variable for the callback
Antony Dovgal [Wed, 17 Oct 2007 08:17:34 +0000 (08:17 +0000)]
use correct dtor and variable for the callback

17 years agoChangeLog update
<changelog@php.net> [Wed, 17 Oct 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update

17 years agoSync mysqlnd with HEAD. Same sources as in 5_3
Andrey Hristov [Tue, 16 Oct 2007 20:58:35 +0000 (20:58 +0000)]
Sync mysqlnd with HEAD. Same sources as in 5_3

17 years agouse zval_dtor() instead of efree() + FREE_ZVAL()
Antony Dovgal [Tue, 16 Oct 2007 13:18:55 +0000 (13:18 +0000)]
use zval_dtor() instead of efree() + FREE_ZVAL()

17 years agoMFB: Fix bug due to shadowing of variables. This one is pretty-pretty rare,
Andrey Hristov [Tue, 16 Oct 2007 12:55:38 +0000 (12:55 +0000)]
MFB: Fix bug due to shadowing of variables. This one is pretty-pretty rare,
caught by source code inspection.

17 years agoChangeLog update
<changelog@php.net> [Tue, 16 Oct 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for array_flip() function
Raghubansh Kumar [Mon, 15 Oct 2007 06:33:32 +0000 (06:33 +0000)]
New testcases for array_flip() function

17 years agoNew testcases for array_reverse() function
Raghubansh Kumar [Mon, 15 Oct 2007 06:23:27 +0000 (06:23 +0000)]
New testcases for array_reverse() function

17 years agoChangeLog update
<changelog@php.net> [Mon, 15 Oct 2007 01:31:23 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Sun, 14 Oct 2007 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Added icon file format support to getimagesize
Scott MacVicar [Sat, 13 Oct 2007 18:05:20 +0000 (18:05 +0000)]
MFB: Added icon file format support to getimagesize

17 years agoAdd skipif
Hannes Magnusson [Sat, 13 Oct 2007 11:36:59 +0000 (11:36 +0000)]
Add skipif