]> granicus.if.org Git - php/log
php
17 years agomore testcases for array_unshift() function
Raghubansh Kumar [Fri, 26 Oct 2007 11:49:50 +0000 (11:49 +0000)]
more testcases for array_unshift() function

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

17 years agonew testcases for max and min
Robert Nicholson [Fri, 26 Oct 2007 11:01:35 +0000 (11:01 +0000)]
new testcases for max and min

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

17 years agoFixed a typo
Ilia Alshanetsky [Fri, 26 Oct 2007 03:19:33 +0000 (03:19 +0000)]
Fixed a typo

17 years agoMFH
Antony Dovgal [Thu, 25 Oct 2007 13:01:09 +0000 (13:01 +0000)]
MFH

17 years agoMFH
Antony Dovgal [Thu, 25 Oct 2007 11:54:17 +0000 (11:54 +0000)]
MFH

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

17 years agoAdded ability to control memory consumption between request using ZEND_MM_COMPACT...
Dmitry Stogov [Thu, 25 Oct 2007 07:32:40 +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:06 +0000 (05:39 +0000)]
Added CGI SAPI -T option, to measure execution time of script repeated several times.

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

17 years agoFixed bug #43074 (attempt to increment refcount outside of the macro)
Ilia Alshanetsky [Tue, 23 Oct 2007 15:21:20 +0000 (15:21 +0000)]
Fixed bug #43074 (attempt to increment refcount outside of the macro)

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

17 years agoFix build failure on Windows. Seems "free" can't be used even as method name of a...
Andrey Hristov [Tue, 23 Oct 2007 10:10:18 +0000 (10:10 +0000)]
Fix build failure on Windows. Seems "free" can't be used even as method name of a structure. The MS compiler (the preprocessor most probably) changes it to _free_dbg

17 years agoFixed bug #35163 (Array elements can lose references)
Dmitry Stogov [Tue, 23 Oct 2007 09:55:11 +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:25 +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:30 +0000 (01:58 +0000)]
-MFB, Be paranoid and dont allow multiplication with zero

17 years agoFixed bug #4294 (Move *timeout initialization from RINIT to connect time)
Ilia Alshanetsky [Mon, 22 Oct 2007 22:42:43 +0000 (22:42 +0000)]
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:16:03 +0000 (11:16 +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:37 +0000 (07:37 +0000)]
Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)

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

17 years agoNew testcases for array_rand() function
Raghubansh Kumar [Fri, 19 Oct 2007 18:41:13 +0000 (18:41 +0000)]
New testcases for array_rand() function

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

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

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

17 years agows
Stanislav Malyshev [Thu, 18 Oct 2007 20:44:41 +0000 (20:44 +0000)]
ws

17 years agoFixed bug #43020 (Warning message is missing with shuffle() and more than one argument)
Scott MacVicar [Thu, 18 Oct 2007 14:33:14 +0000 (14:33 +0000)]
Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument)

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

17 years ago- Fix #42703
Marcus Boerger [Thu, 18 Oct 2007 04:41:39 +0000 (04:41 +0000)]
- Fix #42703

17 years ago- Fix #42654 (maybe also a bunch of others)
Marcus Boerger [Thu, 18 Oct 2007 03:55:43 +0000 (03:55 +0000)]
- Fix #42654 (maybe also a bunch of others)

17 years ago- There's no need to mention these bugs, they all belong to "Added namespaces"
Johannes Schlüter [Wed, 17 Oct 2007 17:22:52 +0000 (17:22 +0000)]
- There's no need to mention these bugs, they all belong to "Added namespaces"

17 years agoFixed possible crash because of uninitialized value (Zdash Urf)
Dmitry Stogov [Wed, 17 Oct 2007 12:09:03 +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:34 +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:33 +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:22 +0000 (10:01 +0000)]
Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry)

17 years ago..and correct macro
Antony Dovgal [Wed, 17 Oct 2007 08:19:07 +0000 (08:19 +0000)]
..and correct macro

17 years agoMFH: use correct dtro and variable for the callback
Antony Dovgal [Wed, 17 Oct 2007 08:18:09 +0000 (08:18 +0000)]
MFH: use correct dtro and variable for the callback

17 years agoSync mysqlnd. Should still compile with 5_2 for those who want to use the
Andrey Hristov [Tue, 16 Oct 2007 20:56:22 +0000 (20:56 +0000)]
Sync mysqlnd. Should still compile with 5_2 for those who want to use the
current stable branch. mysqli from 5_3 patched for mysqlnd should be also
compilable with 5_2.

17 years agoavoid double free and use zval_dtor() where neccessary
Antony Dovgal [Tue, 16 Oct 2007 13:20:14 +0000 (13:20 +0000)]
avoid double free and use zval_dtor() where neccessary

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

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

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

17 years agoFix macros after GC patch.
Andrei Zmievski [Sun, 14 Oct 2007 02:48:30 +0000 (02:48 +0000)]
Fix macros after GC patch.

17 years agoBFN
Scott MacVicar [Sat, 13 Oct 2007 18:08:04 +0000 (18:08 +0000)]
BFN
[DOC] Note: getimagesize() needs a note about icon support and that information is about the icon with the highest bitrate.

17 years agoAdded icon file format support to getimagesize
Scott MacVicar [Sat, 13 Oct 2007 18:02:22 +0000 (18:02 +0000)]
Added icon file format support to getimagesize

17 years agoMFH: Add skipif
Hannes Magnusson [Sat, 13 Oct 2007 11:37:42 +0000 (11:37 +0000)]
MFH: Add skipif

17 years agoMFH: Fix typo and remove dots in error messages
Hannes Magnusson [Sat, 13 Oct 2007 11:34:43 +0000 (11:34 +0000)]
MFH: Fix typo and remove dots in error messages

17 years agoSame as for HEAD: make it skip and not fail if it can't connect to DB
Ulf Wendel [Fri, 12 Oct 2007 12:52:56 +0000 (12:52 +0000)]
Same as for HEAD: make it skip and not fail if it can't connect to DB

17 years agoSame as for HEAD: Trying to skip tests if they can't connect to the
Ulf Wendel [Fri, 12 Oct 2007 12:06:07 +0000 (12:06 +0000)]
Same as for HEAD: 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 agoTrying to skip tests if they can't connect to the DB server.
Ulf Wendel [Fri, 12 Oct 2007 11:57:18 +0000 (11:57 +0000)]
Trying to skip tests if they can't connect to the DB server.
Currently they have failed by default. Note also the environment
variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail)

17 years agoFix build
Edin Kadribasic [Fri, 12 Oct 2007 08:07:13 +0000 (08:07 +0000)]
Fix build

17 years agoMFH (and build fix)
Edin Kadribasic [Fri, 12 Oct 2007 07:58:32 +0000 (07:58 +0000)]
MFH (and build fix)

17 years agoFixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)
Ilia Alshanetsky [Thu, 11 Oct 2007 20:54:41 +0000 (20:54 +0000)]
Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)

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

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

17 years ago- fix typo
Jani Taskinen [Thu, 11 Oct 2007 09:33:30 +0000 (09:33 +0000)]
- fix typo

17 years ago- Fix ws/cs and wrap the stuff within #if HAVE_BROKEN_GETCWD
Jani Taskinen [Thu, 11 Oct 2007 08:26:13 +0000 (08:26 +0000)]
- Fix ws/cs and wrap the stuff within #if HAVE_BROKEN_GETCWD

17 years ago- MFH debug object helper
Marcus Boerger [Thu, 11 Oct 2007 01:03:19 +0000 (01:03 +0000)]
- MFH debug object helper

17 years agoFix for bug 41899, safe mode and relative paths with Solaris's broken getcwd().
Robert Thompson [Wed, 10 Oct 2007 22:52:58 +0000 (22:52 +0000)]
Fix for bug 41899, safe mode and relative paths with Solaris's broken getcwd().

17 years agoFixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear,
Ulf Wendel [Wed, 10 Oct 2007 15:04:59 +0000 (15:04 +0000)]
Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear,
I saw this test passing with 5.2 before...

17 years agoVersion specific EXPECF sections would be wonderful (bug31668.phpt).
Ulf Wendel [Wed, 10 Oct 2007 14:31:28 +0000 (14:31 +0000)]
Version specific EXPECF sections would be wonderful (bug31668.phpt).
And sometimes it helps to read the commit messages to keep tests up to date:
we removed mysqli_set_local_infile_handler() from mysqlnd (061.phpt) some
time ago.

17 years agoFix ODBC, the GC patch missed this one leading to compilation failure.
Andrey Hristov [Wed, 10 Oct 2007 14:29:27 +0000 (14:29 +0000)]
Fix ODBC, the GC patch missed this one leading to compilation failure.

17 years agoMFH
Jani Taskinen [Wed, 10 Oct 2007 12:58:41 +0000 (12:58 +0000)]
MFH

17 years agoMFH
Jani Taskinen [Wed, 10 Oct 2007 12:44:46 +0000 (12:44 +0000)]
MFH

17 years agoLast bunch of new tests.
Ulf Wendel [Wed, 10 Oct 2007 10:20:11 +0000 (10:20 +0000)]
Last bunch of new tests.

17 years agoAdding new tests: mysqli_s*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:18:50 +0000 (10:18 +0000)]
Adding new tests: mysqli_s*.phpt

17 years agoAdding new tests: mysqli_q*.phpt mysqli_r*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:18:29 +0000 (10:18 +0000)]
Adding new tests: mysqli_q*.phpt mysqli_r*.phpt

17 years agoAdding new tests: mysqli_m*.phpt mysqli_n*.phpt mysqli_o*.phpt mysqli_p*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:17:38 +0000 (10:17 +0000)]
Adding new tests: mysqli_m*.phpt mysqli_n*.phpt mysqli_o*.phpt mysqli_p*.phpt

17 years agoAdding new tests: mysqli_g*.phpt mysqli_i*.phpt mysqli_k*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:16:00 +0000 (10:16 +0000)]
Adding new tests: mysqli_g*.phpt mysqli_i*.phpt mysqli_k*.phpt

17 years agoAdding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:14:38 +0000 (10:14 +0000)]
Adding new tests  mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phpt

17 years agoAdding new tests. Again, I'll commit in chunks and try to find acceptable
Ulf Wendel [Wed, 10 Oct 2007 10:13:47 +0000 (10:13 +0000)]
Adding new tests. Again, I'll commit in chunks and try to find acceptable
commit sizes.

17 years agoTest code for bug #42378
Ulf Wendel [Wed, 10 Oct 2007 10:11:27 +0000 (10:11 +0000)]
Test code for bug #42378

17 years agoFurther changes to regression/bug-verification tests.
Ulf Wendel [Wed, 10 Oct 2007 10:10:59 +0000 (10:10 +0000)]
Further changes to regression/bug-verification tests.

17 years agoLast set of changes to the classical 0*.phpt - 06*.phpt/07*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:10:14 +0000 (10:10 +0000)]
Last set of changes to the classical 0*.phpt - 06*.phpt/07*.phpt

17 years agoChanges to 04*.phpt, 05*.phpt.
Ulf Wendel [Wed, 10 Oct 2007 10:08:29 +0000 (10:08 +0000)]
Changes to 04*.phpt, 05*.phpt.

17 years agoChanges to 02*.phpt, 03*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:07:46 +0000 (10:07 +0000)]
Changes to 02*.phpt, 03*.phpt

17 years agoChanges to all 01*.phpt tests
Ulf Wendel [Wed, 10 Oct 2007 10:07:08 +0000 (10:07 +0000)]
Changes to all 01*.phpt tests

17 years agoChanges to existing tests: 0*.phpt
Ulf Wendel [Wed, 10 Oct 2007 10:06:53 +0000 (10:06 +0000)]
Changes to existing tests: 0*.phpt

17 years agoStarting to merge updated set of tests into 5.3.
Ulf Wendel [Wed, 10 Oct 2007 10:04:46 +0000 (10:04 +0000)]
Starting to merge updated set of tests into 5.3.

17 years agoAnd the last set of new tests for ext/mysql. "new" does not really mean new.
Ulf Wendel [Wed, 10 Oct 2007 09:56:48 +0000 (09:56 +0000)]
And the last set of new tests for ext/mysql. "new" does not really mean new.
We've checked them into HEAD/PHP6 before already.

17 years agoSecond last set of new tests for ext/mysql
Ulf Wendel [Wed, 10 Oct 2007 09:55:28 +0000 (09:55 +0000)]
Second last set of new tests for ext/mysql

17 years agoNext set of new tests - more to follow. Trying to find reasonable commit size...
Ulf Wendel [Wed, 10 Oct 2007 09:53:34 +0000 (09:53 +0000)]
Next set of new tests - more to follow. Trying to find reasonable commit size...

17 years agoAdding new tests.
Ulf Wendel [Wed, 10 Oct 2007 09:51:45 +0000 (09:51 +0000)]
Adding new tests.

17 years agoNew tests use more helper files.
Ulf Wendel [Wed, 10 Oct 2007 09:49:37 +0000 (09:49 +0000)]
New tests use more helper files.

17 years agoStarting to merge the latest set of tests from the mysqlnd development
Ulf Wendel [Wed, 10 Oct 2007 09:47:21 +0000 (09:47 +0000)]
Starting to merge the latest set of tests from the mysqlnd development
tree into the PHP 5_3 tree.

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

17 years agoFixed bug #42869 (automatic session id insertion adds sessions id to
Ilia Alshanetsky [Wed, 10 Oct 2007 00:34:40 +0000 (00:34 +0000)]
Fixed bug #42869 (automatic session id insertion adds sessions id to
non-local forms)

17 years agoFix build on MSVC 2008 - channeling Wez
Elizabeth Marie Smith [Tue, 9 Oct 2007 21:53:44 +0000 (21:53 +0000)]
Fix build on MSVC 2008 - channeling Wez

17 years agoNew testcases for strip_tags() function
Raghubansh Kumar [Tue, 9 Oct 2007 12:44:45 +0000 (12:44 +0000)]
New testcases for strip_tags() function

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 12:17:48 +0000 (12:17 +0000)]
fix tests

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 11:04:17 +0000 (11:04 +0000)]
fix tests

17 years agoMFH: Fix expand_filepath when including relative files, ideally you should test you...
Scott MacVicar [Tue, 9 Oct 2007 10:05:08 +0000 (10:05 +0000)]
MFH: Fix expand_filepath when including relative files, ideally you should test you code...

17 years agoMFH: ws + cs
Jani Taskinen [Tue, 9 Oct 2007 08:40:36 +0000 (08:40 +0000)]
MFH: ws + cs

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 06:15:39 +0000 (06:15 +0000)]
fix tests

17 years agomore tests for fseek(), ftell() & rewind() for win32
Raghubansh Kumar [Tue, 9 Oct 2007 04:56:28 +0000 (04:56 +0000)]
more tests for fseek(), ftell() & rewind() for win32

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 04:12:16 +0000 (04:12 +0000)]
fix tests

17 years agoFix for bug 41822. expand_filepath() will now return a relative path under the speci...
Robert Thompson [Mon, 8 Oct 2007 23:44:50 +0000 (23:44 +0000)]
Fix for bug 41822.  expand_filepath() will now return a relative path under the specific situation where getcwd() returns NULL and the file is still readable.  As far as I have been able to tell, this fix only applies to the Solaris OS where files in directories with (--x) cannot getcwd().

17 years agoadd iODBC support to pdo_odbc
Wez Furlong [Mon, 8 Oct 2007 17:55:40 +0000 (17:55 +0000)]
add iODBC support to pdo_odbc

17 years agoMove non-public code to non-public header file. This should also solve
Andrey Hristov [Mon, 8 Oct 2007 16:14:56 +0000 (16:14 +0000)]
Move non-public code to non-public header file. This should also solve
#42890 "Constant "LIST" defined by mysqlclient and c-client"

17 years agofix test
Raghubansh Kumar [Mon, 8 Oct 2007 16:04:28 +0000 (16:04 +0000)]
fix test