]>
granicus.if.org Git - php/log
Stanislav Malyshev [Thu, 1 Nov 2007 18:36:24 +0000 (18:36 +0000)]
fix gcd - can return larger than long with long arg
Stanislav Malyshev [Thu, 1 Nov 2007 17:53:02 +0000 (17:53 +0000)]
add testbit()
Stanislav Malyshev [Thu, 1 Nov 2007 17:52:20 +0000 (17:52 +0000)]
generalize resource names
Stanislav Malyshev [Thu, 1 Nov 2007 17:51:34 +0000 (17:51 +0000)]
merge gmp_testbit()
Jani Taskinen [Thu, 1 Nov 2007 17:32:44 +0000 (17:32 +0000)]
MFH: nuke unused variables
Marcus Boerger [Thu, 1 Nov 2007 16:54:43 +0000 (16:54 +0000)]
- MFH missing get_debug_info piece
Dmitry Stogov [Thu, 1 Nov 2007 15:41:25 +0000 (15:41 +0000)]
Another fix for bug #42773
Dmitry Stogov [Thu, 1 Nov 2007 13:27:38 +0000 (13:27 +0000)]
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown)
Antony Dovgal [Thu, 1 Nov 2007 12:55:42 +0000 (12:55 +0000)]
fix tests
Dmitry Stogov [Thu, 1 Nov 2007 12:26:25 +0000 (12:26 +0000)]
Fixed bug #42773 (WSDL error causes HTTP 500 Response)
Dmitry Stogov [Thu, 1 Nov 2007 11:58:58 +0000 (11:58 +0000)]
Fixed bug #43027 (Declare cause fatal error)
Dmitry Stogov [Thu, 1 Nov 2007 11:12:33 +0000 (11:12 +0000)]
Fixed bug #42848 (Status: header incorrect under FastCGI)
Antony Dovgal [Thu, 1 Nov 2007 09:34:18 +0000 (09:34 +0000)]
fix reading uninitialized values
Jani Taskinen [Thu, 1 Nov 2007 09:28:00 +0000 (09:28 +0000)]
- Nuke crap
Antony Dovgal [Thu, 1 Nov 2007 09:25:11 +0000 (09:25 +0000)]
fix 64bit issues & tests
Robert Nicholson [Thu, 1 Nov 2007 08:42:49 +0000 (08:42 +0000)]
update min_error and max_error testcases to take into account bug fix for bug#43125
Stanislav Malyshev [Thu, 1 Nov 2007 00:46:13 +0000 (00:46 +0000)]
- Fix memory leaks (bug #42509)
- Fix _gmp_binary_opl
- Use modern parameter parsing
Jani Taskinen [Wed, 31 Oct 2007 13:39:26 +0000 (13:39 +0000)]
MFH: fix typo
Jani Taskinen [Wed, 31 Oct 2007 13:22:45 +0000 (13:22 +0000)]
MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)
Ilia Alshanetsky [Wed, 31 Oct 2007 12:57:51 +0000 (12:57 +0000)]
Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()
Ilia Alshanetsky [Tue, 30 Oct 2007 23:03:23 +0000 (23:03 +0000)]
Test not relavent for sqlite that uses built-in bound syntax
Lars Westermann [Tue, 30 Oct 2007 16:31:41 +0000 (16:31 +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 )
Lars Westermann [Tue, 30 Oct 2007 16:30:40 +0000 (16:30 +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)
Lars Westermann [Tue, 30 Oct 2007 16:28:47 +0000 (16:28 +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)
Lars Westermann [Tue, 30 Oct 2007 16:26:25 +0000 (16:26 +0000)]
- Added default timestamp format definitions (ISO 8601) (related to bug #36128, Interbase PDO)
Jani Taskinen [Tue, 30 Oct 2007 12:05:53 +0000 (12:05 +0000)]
- Fix bug headers
Antony Dovgal [Tue, 30 Oct 2007 10:17:41 +0000 (10:17 +0000)]
backport zero args checks from HEAD
(fixes error message when passing parameters to a function accepting none)
Dmitry Stogov [Tue, 30 Oct 2007 07:21:47 +0000 (07:21 +0000)]
Use heap-allocated return value
Ilia Alshanetsky [Mon, 29 Oct 2007 22:36:26 +0000 (22:36 +0000)]
Fixed bug #43130 (Bound parameters cannot have - in their name)
Sara Golemon [Mon, 29 Oct 2007 17:17:54 +0000 (17:17 +0000)]
Note addition of +/* specifiers
Sara Golemon [Mon, 29 Oct 2007 17:09:57 +0000 (17:09 +0000)]
Backport +/* vararg specifiers from PHP6
Dmitry Stogov [Mon, 29 Oct 2007 14:36:55 +0000 (14:36 +0000)]
optimization
Jani Taskinen [Mon, 29 Oct 2007 09:51:08 +0000 (09:51 +0000)]
MFH:- Fixed invalid handling of float value passed to an integer field on 64bit machine
Jani Taskinen [Mon, 29 Oct 2007 09:04:15 +0000 (09:04 +0000)]
MFH: fix test
Ilia Alshanetsky [Sun, 28 Oct 2007 13:42:24 +0000 (13:42 +0000)]
Fixed bug #42976 (Crash when constructor for newInstance() or
newInstanceArgs() fails)
Raghubansh Kumar [Sat, 27 Oct 2007 12:27:49 +0000 (12:27 +0000)]
New testcases for shuffle() function
Raghubansh Kumar [Sat, 27 Oct 2007 12:15:16 +0000 (12:15 +0000)]
New testcases for array_intersect() function
Robert Nicholson [Fri, 26 Oct 2007 16:09:34 +0000 (16:09 +0000)]
Remove unneeded INI sections
Raghubansh Kumar [Fri, 26 Oct 2007 11:49:50 +0000 (11:49 +0000)]
more testcases for array_unshift() function
Robert Nicholson [Fri, 26 Oct 2007 11:07:13 +0000 (11:07 +0000)]
new testcases for array_splice
Robert Nicholson [Fri, 26 Oct 2007 11:01:35 +0000 (11:01 +0000)]
new testcases for max and min
Dmitry Stogov [Fri, 26 Oct 2007 04:46:12 +0000 (04:46 +0000)]
Added check for HAVE_GETTIMEOFDAY
Ilia Alshanetsky [Fri, 26 Oct 2007 03:19:33 +0000 (03:19 +0000)]
Fixed a typo
Antony Dovgal [Thu, 25 Oct 2007 13:01:09 +0000 (13:01 +0000)]
MFH
Antony Dovgal [Thu, 25 Oct 2007 11:54:17 +0000 (11:54 +0000)]
MFH
Jani Taskinen [Thu, 25 Oct 2007 10:01:30 +0000 (10:01 +0000)]
MFH: ws
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
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.
Ilia Alshanetsky [Wed, 24 Oct 2007 22:49:02 +0000 (22:49 +0000)]
Fixed bug #43099 (XMLWriter::endElement() does not check # of params)
Ilia Alshanetsky [Tue, 23 Oct 2007 15:21:20 +0000 (15:21 +0000)]
Fixed bug #43074 (attempt to increment refcount outside of the macro)
Dmitry Stogov [Tue, 23 Oct 2007 12:52:40 +0000 (12:52 +0000)]
Fixed variations of bug #35163
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
Dmitry Stogov [Tue, 23 Oct 2007 09:55:11 +0000 (09:55 +0000)]
Fixed bug #35163 (Array elements can lose references)
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
Mattias Bengtsson [Tue, 23 Oct 2007 01:58:30 +0000 (01:58 +0000)]
-MFB, Be paranoid and dont allow multiplication with zero
Ilia Alshanetsky [Mon, 22 Oct 2007 22:42:43 +0000 (22:42 +0000)]
Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)
Raghubansh Kumar [Mon, 22 Oct 2007 11:16:03 +0000 (11:16 +0000)]
more testcases for array_filter() function
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)
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).
Raghubansh Kumar [Fri, 19 Oct 2007 18:41:13 +0000 (18:41 +0000)]
New testcases for array_rand() function
Raghubansh Kumar [Fri, 19 Oct 2007 18:31:16 +0000 (18:31 +0000)]
New testcases for array_fill() function
Raghubansh Kumar [Fri, 19 Oct 2007 18:20:02 +0000 (18:20 +0000)]
New testcases for array_filter() function
Raghubansh Kumar [Fri, 19 Oct 2007 09:16:29 +0000 (09:16 +0000)]
New testcases for array_unshift() function
Stanislav Malyshev [Thu, 18 Oct 2007 20:44:41 +0000 (20:44 +0000)]
ws
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)
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)
Marcus Boerger [Thu, 18 Oct 2007 04:41:39 +0000 (04:41 +0000)]
- Fix #42703
Marcus Boerger [Thu, 18 Oct 2007 03:55:43 +0000 (03:55 +0000)]
- Fix #42654 (maybe also a bunch of others)
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"
Dmitry Stogov [Wed, 17 Oct 2007 12:09:03 +0000 (12:09 +0000)]
Fixed possible crash because of uninitialized value (Zdash Urf)
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)
Dmitry Stogov [Wed, 17 Oct 2007 10:36:33 +0000 (10:36 +0000)]
Fixed bug #42919 (Unserializing of namespaced class object fails)
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)
Antony Dovgal [Wed, 17 Oct 2007 08:19:07 +0000 (08:19 +0000)]
..and correct macro
Antony Dovgal [Wed, 17 Oct 2007 08:18:09 +0000 (08:18 +0000)]
MFH: use correct dtro and variable for the callback
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.
Antony Dovgal [Tue, 16 Oct 2007 13:20:14 +0000 (13:20 +0000)]
avoid double free and use zval_dtor() where neccessary
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.
Raghubansh Kumar [Mon, 15 Oct 2007 06:34:35 +0000 (06:34 +0000)]
New testcases for array_flip() function
Raghubansh Kumar [Mon, 15 Oct 2007 06:24:40 +0000 (06:24 +0000)]
New testcases for array_reverse() function
Andrei Zmievski [Sun, 14 Oct 2007 02:48:30 +0000 (02:48 +0000)]
Fix macros after GC patch.
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.
Scott MacVicar [Sat, 13 Oct 2007 18:02:22 +0000 (18:02 +0000)]
Added icon file format support to getimagesize
Hannes Magnusson [Sat, 13 Oct 2007 11:37:42 +0000 (11:37 +0000)]
MFH: Add skipif
Hannes Magnusson [Sat, 13 Oct 2007 11:34:43 +0000 (11:34 +0000)]
MFH: Fix typo and remove dots in error messages
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
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.
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)
Edin Kadribasic [Fri, 12 Oct 2007 08:07:13 +0000 (08:07 +0000)]
Fix build
Edin Kadribasic [Fri, 12 Oct 2007 07:58:32 +0000 (07:58 +0000)]
MFH (and build fix)
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)
Derick Rethans [Thu, 11 Oct 2007 18:54:13 +0000 (18:54 +0000)]
- Updated to version 2007.8
Raghubansh Kumar [Thu, 11 Oct 2007 11:52:27 +0000 (11:52 +0000)]
fix test (temp. file name)
Jani Taskinen [Thu, 11 Oct 2007 09:33:30 +0000 (09:33 +0000)]
- fix typo
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
Marcus Boerger [Thu, 11 Oct 2007 01:03:19 +0000 (01:03 +0000)]
- MFH debug object helper
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().
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...
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.
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.