]>
granicus.if.org Git - php/log
Dmitry Stogov [Thu, 27 Dec 2007 13:52:05 +0000 (13:52 +0000)]
Use proper result type
Dmitry Stogov [Thu, 27 Dec 2007 13:10:20 +0000 (13:10 +0000)]
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)
Dmitry Stogov [Thu, 27 Dec 2007 11:39:01 +0000 (11:39 +0000)]
Added 64-bit tests (Serg)
Hannes Magnusson [Thu, 27 Dec 2007 02:09:26 +0000 (02:09 +0000)]
Fixed bug#43105 (PHP seems to fail to close open files.)
Hannes Magnusson [Wed, 26 Dec 2007 21:02:46 +0000 (21:02 +0000)]
MFH: Fix typo (TAKAGI Masahiro)
Hartmut Holzgraefe [Tue, 25 Dec 2007 18:55:40 +0000 (18:55 +0000)]
MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"
Raghubansh Kumar [Tue, 25 Dec 2007 16:15:34 +0000 (16:15 +0000)]
fix test : do not run when run as root
Dmitry Stogov [Tue, 25 Dec 2007 12:06:34 +0000 (12:06 +0000)]
Fixed %f regex
Dmitry Stogov [Tue, 25 Dec 2007 10:58:30 +0000 (10:58 +0000)]
Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)
Dmitry Stogov [Mon, 24 Dec 2007 18:09:50 +0000 (18:09 +0000)]
Additional fix for bug #42868
Raghubansh Kumar [Mon, 24 Dec 2007 05:19:42 +0000 (05:19 +0000)]
new testcases for dir() function
Raghubansh Kumar [Mon, 24 Dec 2007 04:27:55 +0000 (04:27 +0000)]
fix tests
Raghubansh Kumar [Mon, 24 Dec 2007 04:23:04 +0000 (04:23 +0000)]
Changing the regex for %f so the it will match e-, e+ and e.
Johannes Schlüter [Fri, 21 Dec 2007 20:56:33 +0000 (20:56 +0000)]
- MFH: Fix #43450 (Memory leak on some functions with implicit object
__toString() call) (Davic C.)
Dmitry Stogov [Fri, 21 Dec 2007 09:40:27 +0000 (09:40 +0000)]
Fixed test
Ilia Alshanetsky [Fri, 21 Dec 2007 01:21:52 +0000 (01:21 +0000)]
Fixed bug #43644 (is_callable(':') crashes)
Raghubansh Kumar [Thu, 20 Dec 2007 17:27:13 +0000 (17:27 +0000)]
fix tests
Dmitry Stogov [Thu, 20 Dec 2007 12:58:46 +0000 (12:58 +0000)]
x86_64 assembler optimization (Brain Shire)
Robert Nicholson [Thu, 20 Dec 2007 11:42:00 +0000 (11:42 +0000)]
New test - Indexing - various special cases
Robert Nicholson [Thu, 20 Dec 2007 11:18:34 +0000 (11:18 +0000)]
new tests for array_map usage variations - string keys and references
Ilia Alshanetsky [Thu, 20 Dec 2007 00:26:21 +0000 (00:26 +0000)]
Fixed bug #43635 (mysql extension ingores INI settings on NULL values passed
to mysql_connect())
Raghubansh Kumar [Wed, 19 Dec 2007 10:39:10 +0000 (10:39 +0000)]
fix test
Steve Seear [Tue, 18 Dec 2007 17:21:55 +0000 (17:21 +0000)]
Adding PHPT tests for the ReflectionProperty class.
Ilia Alshanetsky [Tue, 18 Dec 2007 13:46:07 +0000 (13:46 +0000)]
Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result
in a crash)
Derick Rethans [Tue, 18 Dec 2007 10:53:39 +0000 (10:53 +0000)]
- MFH: Fixed var_export() for array keys
- MFH: Fixed broken explode() test
Ilia Alshanetsky [Mon, 17 Dec 2007 19:00:07 +0000 (19:00 +0000)]
Kill unused vars
Marcus Boerger [Mon, 17 Dec 2007 13:46:27 +0000 (13:46 +0000)]
- Fix folding
Raghubansh Kumar [Mon, 17 Dec 2007 13:02:27 +0000 (13:02 +0000)]
fix tests
Hannes Magnusson [Mon, 17 Dec 2007 11:00:16 +0000 (11:00 +0000)]
Check if we know which php executable we should use
# Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set
Dmitry Stogov [Mon, 17 Dec 2007 10:05:13 +0000 (10:05 +0000)]
Fixed test
Dmitry Stogov [Mon, 17 Dec 2007 10:02:13 +0000 (10:02 +0000)]
Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)
Jani Taskinen [Mon, 17 Dec 2007 08:51:17 +0000 (08:51 +0000)]
- Fix indent of macros
Sara Golemon [Mon, 17 Dec 2007 07:48:27 +0000 (07:48 +0000)]
MFH (json.c r-1.32) Add support for encoding options
Johannes Schlüter [Sun, 16 Dec 2007 22:19:49 +0000 (22:19 +0000)]
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
Hannes Magnusson [Sun, 16 Dec 2007 19:17:54 +0000 (19:17 +0000)]
Fix test
Hannes Magnusson [Sun, 16 Dec 2007 18:31:07 +0000 (18:31 +0000)]
Fix typo
Ilia Alshanetsky [Sun, 16 Dec 2007 17:28:57 +0000 (17:28 +0000)]
WS
Ilia Alshanetsky [Sun, 16 Dec 2007 17:22:00 +0000 (17:22 +0000)]
MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
Ilia Alshanetsky [Sun, 16 Dec 2007 17:14:11 +0000 (17:14 +0000)]
Fixed bug #43606 (define missing depencies of the exif extension)
Hannes Magnusson [Sat, 15 Dec 2007 12:52:55 +0000 (12:52 +0000)]
MFB5.2: Fix protos
Antony Dovgal [Sat, 15 Dec 2007 12:46:22 +0000 (12:46 +0000)]
fix test
Raghubansh Kumar [Fri, 14 Dec 2007 16:21:33 +0000 (16:21 +0000)]
New testcases for token_get_all() function
Scott MacVicar [Fri, 14 Dec 2007 14:49:15 +0000 (14:49 +0000)]
Change createFromTimestamp to setTimestamp
Scott MacVicar [Fri, 14 Dec 2007 14:28:36 +0000 (14:28 +0000)]
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.
Dmitry Stogov [Fri, 14 Dec 2007 14:14:50 +0000 (14:14 +0000)]
executor optimization
Ilia Alshanetsky [Fri, 14 Dec 2007 01:23:45 +0000 (01:23 +0000)]
update todo
Antony Dovgal [Thu, 13 Dec 2007 22:29:48 +0000 (22:29 +0000)]
MFH: add workaround for glibc issue
Douglas Goldstein [Thu, 13 Dec 2007 18:00:27 +0000 (18:00 +0000)]
add tests for ldap_dn2ufn()
Douglas Goldstein [Thu, 13 Dec 2007 17:45:44 +0000 (17:45 +0000)]
expand ldap_explode_dn() tests.
Antony Dovgal [Thu, 13 Dec 2007 13:51:15 +0000 (13:51 +0000)]
MFH: add new tests written by Felipe Pena
Dmitry Stogov [Thu, 13 Dec 2007 10:02:03 +0000 (10:02 +0000)]
Allowed import of global classes "use ::GlobalClassName;"
Dmitry Stogov [Thu, 13 Dec 2007 08:57:52 +0000 (08:57 +0000)]
Allowed multiple namespaces per file (Gregory)
Dmitry Stogov [Thu, 13 Dec 2007 07:57:39 +0000 (07:57 +0000)]
Fixed test
Ilia Alshanetsky [Thu, 13 Dec 2007 00:25:38 +0000 (00:25 +0000)]
Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)
Antony Dovgal [Wed, 12 Dec 2007 09:20:54 +0000 (09:20 +0000)]
MFH: add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)
David Coallier [Wed, 12 Dec 2007 03:29:31 +0000 (03:29 +0000)]
- Nitpicking, using same code (without unicode handling) than in HEAD
just removed useless } else {
David Coallier [Wed, 12 Dec 2007 00:34:06 +0000 (00:34 +0000)]
- Unit test for bug #41528
- Checking that when you serialize a class that extends to ArrayObject
Is keeping it's properties.
Ilia Alshanetsky [Tue, 11 Dec 2007 18:30:01 +0000 (18:30 +0000)]
WS
Douglas Goldstein [Tue, 11 Dec 2007 17:36:03 +0000 (17:36 +0000)]
add skipif case if the ldap extension is not loaded
Douglas Goldstein [Tue, 11 Dec 2007 17:19:47 +0000 (17:19 +0000)]
Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
Jani Taskinen [Tue, 11 Dec 2007 12:26:43 +0000 (12:26 +0000)]
MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled
Jani Taskinen [Tue, 11 Dec 2007 11:29:09 +0000 (11:29 +0000)]
MFH: fix error displaying
Raghubansh Kumar [Tue, 11 Dec 2007 10:45:50 +0000 (10:45 +0000)]
New testcases for array_walk_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:45:25 +0000 (10:45 +0000)]
New testcases for array_walk() function
Jani Taskinen [Tue, 11 Dec 2007 09:47:21 +0000 (09:47 +0000)]
MFH: - Fixed bug #43541
Raghubansh Kumar [Tue, 11 Dec 2007 09:07:41 +0000 (09:07 +0000)]
New testcases for array_merge_recursive() function
Christopher Jones [Tue, 11 Dec 2007 06:57:39 +0000 (06:57 +0000)]
Sync with 5.2
Christopher Jones [Tue, 11 Dec 2007 06:46:16 +0000 (06:46 +0000)]
MFB: Fix #42496. Cursor leak fetching LOBs
Ilia Alshanetsky [Mon, 10 Dec 2007 14:16:58 +0000 (14:16 +0000)]
Fixed bug #43522 (stream_get_line() eats additional characters)
Derick Rethans [Sun, 9 Dec 2007 16:54:52 +0000 (16:54 +0000)]
- MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
Raghubansh Kumar [Sun, 9 Dec 2007 14:41:10 +0000 (14:41 +0000)]
new testcases for array_unique() function
Dmitry Stogov [Fri, 7 Dec 2007 17:11:24 +0000 (17:11 +0000)]
Fixed bug #43344 (Wrong error message for undefined namespace constant)
Rob Richards [Fri, 7 Dec 2007 13:33:10 +0000 (13:33 +0000)]
fix win build
Marcus Boerger [Thu, 6 Dec 2007 16:04:17 +0000 (16:04 +0000)]
- Fix for #41528 (Classes extending ArrayObject do not serialize correctly)
Ilia Alshanetsky [Thu, 6 Dec 2007 15:23:36 +0000 (15:23 +0000)]
WS
Marcus Boerger [Thu, 6 Dec 2007 14:01:49 +0000 (14:01 +0000)]
- More about 4.6
Marcus Boerger [Thu, 6 Dec 2007 13:53:38 +0000 (13:53 +0000)]
Add db 4.6 to detect list
Ilia Alshanetsky [Wed, 5 Dec 2007 19:55:31 +0000 (19:55 +0000)]
Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)
Marcus Boerger [Wed, 5 Dec 2007 15:56:41 +0000 (15:56 +0000)]
- Fixing #38618 by:
- [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY
Passing this flag in the ctor prevents ArrayIterator from following
objects in ArrayObject::getIterator(), ArrayIterator::hasChildren(),
ArrayIterator::getChildren().
The exact behavior might change:
- should the flag be set by default
- should the flag be changed to have a negative effect
Marcus Boerger [Wed, 5 Dec 2007 14:54:08 +0000 (14:54 +0000)]
- - Allow to check the out,exp and diff results on console while executing the tests
Marcus Boerger [Wed, 5 Dec 2007 13:55:46 +0000 (13:55 +0000)]
- Allow to specify php executable on commandline
Rob Richards [Tue, 4 Dec 2007 17:14:34 +0000 (17:14 +0000)]
MFH: starting with 2.6.30, standard libxml2 build can be used
Ilia Alshanetsky [Tue, 4 Dec 2007 13:03:39 +0000 (13:03 +0000)]
Fixed test
Ilia Alshanetsky [Tue, 4 Dec 2007 13:03:26 +0000 (13:03 +0000)]
Fixed bug #43493 (pdo_pgsql does not send username on connect when password
is not available)
Dmitry Stogov [Tue, 4 Dec 2007 12:38:42 +0000 (12:38 +0000)]
Fixed uninitialized value
Antony Dovgal [Tue, 4 Dec 2007 11:27:25 +0000 (11:27 +0000)]
MFH: detect IBM iconv implementation and use correct encoding names
Antony Dovgal [Tue, 4 Dec 2007 08:56:07 +0000 (08:56 +0000)]
MFH
Dmitry Stogov [Mon, 3 Dec 2007 16:04:36 +0000 (16:04 +0000)]
Fixed crash because of uninitialized SG(sapi_headers).mimetype
Derick Rethans [Mon, 3 Dec 2007 15:16:32 +0000 (15:16 +0000)]
- Updated to version 2007.10
Dmitry Stogov [Mon, 3 Dec 2007 14:15:43 +0000 (14:15 +0000)]
Fixed bug #43332 (self and parent as type hint in namespace)
Ilia Alshanetsky [Mon, 3 Dec 2007 14:13:27 +0000 (14:13 +0000)]
MFB: Fixed bug #43482 (array_pad() does not warn on very small pad
numbers).
Raghubansh Kumar [Mon, 3 Dec 2007 13:03:31 +0000 (13:03 +0000)]
fix tests : better float values
Raghubansh Kumar [Mon, 3 Dec 2007 12:51:56 +0000 (12:51 +0000)]
New testcases for array_pad() function
Raghubansh Kumar [Mon, 3 Dec 2007 12:02:29 +0000 (12:02 +0000)]
fix tests: better float values
Dmitry Stogov [Mon, 3 Dec 2007 09:38:12 +0000 (09:38 +0000)]
The -f option is fixed to work in the same way as in CLI sapi
Raghubansh Kumar [Mon, 3 Dec 2007 03:54:11 +0000 (03:54 +0000)]
New testcases for array_chunk() function
Ilia Alshanetsky [Sun, 2 Dec 2007 20:58:14 +0000 (20:58 +0000)]
Fixed bug #43457 (Prepared statement with incorrect parms doens't
throw exception with pdo_pgsql driver)
Derick Rethans [Sat, 1 Dec 2007 17:20:45 +0000 (17:20 +0000)]
- MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
Antony Dovgal [Fri, 30 Nov 2007 13:15:59 +0000 (13:15 +0000)]
MFH: fix folding
Derick Rethans [Thu, 29 Nov 2007 12:28:15 +0000 (12:28 +0000)]
- MFH: Fixed a segfault when reading from an HTTP stream.