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

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

17 years agoNow HEAD should be fine: skip test (by default), if DB connect fails.
Ulf Wendel [Fri, 12 Oct 2007 12:40:04 +0000 (12:40 +0000)]
Now HEAD should be fine: skip test (by default), if DB connect fails.

17 years agoSame as for PHP_5_3: Trying to skip tests if they can't connect to the
Ulf Wendel [Fri, 12 Oct 2007 12:32:39 +0000 (12:32 +0000)]
Same as for PHP_5_3: Trying to skip tests if they can't connect to the
DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE
to control if you want tests that can't connect to fail or to be skipped.

17 years agoFixing test.
Ulf Wendel [Fri, 12 Oct 2007 11:52:27 +0000 (11:52 +0000)]
Fixing test.

17 years agoTrying to make them not fail but skip if they cannot connect to the DB.
Ulf Wendel [Fri, 12 Oct 2007 11:51:22 +0000 (11:51 +0000)]
Trying to make them not fail but skip if they cannot connect to the DB.

17 years agoFixing tests.
Ulf Wendel [Fri, 12 Oct 2007 11:46:41 +0000 (11:46 +0000)]
Fixing tests.

17 years agoMFB: Fix build
Edin Kadribasic [Fri, 12 Oct 2007 08:08:02 +0000 (08:08 +0000)]
MFB: Fix build

17 years agofix typo
Antony Dovgal [Fri, 12 Oct 2007 07:23:44 +0000 (07:23 +0000)]
fix typo

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

17 years ago- Updated to version 2007.8
Derick Rethans [Thu, 11 Oct 2007 18:35:04 +0000 (18:35 +0000)]
- Updated to version 2007.8

17 years agofix test (temp. file name)
Raghubansh Kumar [Thu, 11 Oct 2007 11:50:10 +0000 (11:50 +0000)]
fix test (temp. file name)

17 years agofix test
Raghubansh Kumar [Thu, 11 Oct 2007 03:17:08 +0000 (03:17 +0000)]
fix test

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

17 years agoMFB
Elizabeth Marie Smith [Wed, 10 Oct 2007 23:23:54 +0000 (23:23 +0000)]
MFB

17 years agoMFB and unify code
Andrey Hristov [Wed, 10 Oct 2007 14:32:01 +0000 (14:32 +0000)]
MFB and unify code

17 years agoret is still int
Jani Taskinen [Wed, 10 Oct 2007 12:51:06 +0000 (12:51 +0000)]
ret is still int

17 years ago- Use correct definition
Jani Taskinen [Wed, 10 Oct 2007 12:44:29 +0000 (12:44 +0000)]
- Use correct definition

17 years agoTest changes for HEAD = synching with 5_3
Ulf Wendel [Wed, 10 Oct 2007 10:56:33 +0000 (10:56 +0000)]
Test changes for HEAD = synching with 5_3

17 years agoAdding tests to ext/mysql in HEAD = synching with 5_3
Ulf Wendel [Wed, 10 Oct 2007 10:55:52 +0000 (10:55 +0000)]
Adding tests to ext/mysql in HEAD = synching with 5_3

17 years agoShould be the last commit for HEAD. Now HEAD and 5_3 should have the latest
Ulf Wendel [Wed, 10 Oct 2007 10:54:02 +0000 (10:54 +0000)]
Should be the last commit for HEAD. Now HEAD and 5_3 should have the latest
set of ext/mysqli tests. On Linux 32bit we've about 10 tests failing.
Before the commit we had about 20 tests failing with HEAD.

17 years agoMore changes = synching HEAD with 5_3
Ulf Wendel [Wed, 10 Oct 2007 10:51:34 +0000 (10:51 +0000)]
More changes = synching HEAD with 5_3

17 years agoCommiting changes into HEAD = synching with 5_3
Ulf Wendel [Wed, 10 Oct 2007 10:49:00 +0000 (10:49 +0000)]
Commiting changes into HEAD = synching with 5_3

17 years agoMore updates to the ext/mysqli tests in HEAD = synching with 5_3
Ulf Wendel [Wed, 10 Oct 2007 10:46:06 +0000 (10:46 +0000)]
More updates to the ext/mysqli tests in HEAD = synching with 5_3

17 years agoAdding new tests = making sure we're in sync with the 5_3 branch
Ulf Wendel [Wed, 10 Oct 2007 10:43:39 +0000 (10:43 +0000)]
Adding new tests = making sure we're in sync with the 5_3 branch

17 years ago- Generated with more recent re2c version
Jani Taskinen [Wed, 10 Oct 2007 09:28:25 +0000 (09:28 +0000)]
- Generated with more recent re2c version

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