]>
granicus.if.org Git - php/log
Greg Beaver [Thu, 13 Dec 2007 00:54:15 +0000 (00:54 +0000)]
Phar->buildFromIterator: use spl_iterator_apply(), add 4 tests (mem leaks not yet fixed in the 4th)
Ilia Alshanetsky [Thu, 13 Dec 2007 00:27:43 +0000 (00:27 +0000)]
MFB: Fixed bug #43580 (removed bogus declaration of a non-existent
php_is_url() function)
Greg Beaver [Wed, 12 Dec 2007 18:01:40 +0000 (18:01 +0000)]
implement Phar::buildFromIterator()
first argument is an iterator that returns as values paths to files to add to the phar archive
the key should be the path that the file should be saved as within the phar archive
if the optional second parameter is passed, then the key is ignored and substr(value, strlen(base_directory)) is
used as the save path within the phar archive
[DOC]
Antony Dovgal [Wed, 12 Dec 2007 09:20:41 +0000 (09:20 +0000)]
add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)
<changelog@php.net> [Wed, 12 Dec 2007 01:31:25 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Tue, 11 Dec 2007 19:28:35 +0000 (19:28 +0000)]
use thread-safe global var to store zend_compile_file, and restore the current zend_compile_file, not the one we
found in MINIT
Greg Beaver [Tue, 11 Dec 2007 19:21:01 +0000 (19:21 +0000)]
use stream_copy_to_stream again, figured out how to make the stupid filters work
Greg Beaver [Tue, 11 Dec 2007 19:19:47 +0000 (19:19 +0000)]
fix test in 5.3+
Douglas Goldstein [Tue, 11 Dec 2007 17:33:10 +0000 (17:33 +0000)]
add skipif case if the ldap extension is not loaded
Douglas Goldstein [Tue, 11 Dec 2007 17:30:58 +0000 (17:30 +0000)]
put ldap_explode_dn.phpt in proper directory
Douglas Goldstein [Tue, 11 Dec 2007 17:21:51 +0000 (17:21 +0000)]
Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
Jani Taskinen [Tue, 11 Dec 2007 12:25:52 +0000 (12:25 +0000)]
- Revert previous patch, it was correct to do this, error is logged if logging is enabled
Jani Taskinen [Tue, 11 Dec 2007 11:28:43 +0000 (11:28 +0000)]
- Fix error display (Stas: PG(display_errors) is handled by the php_error_docref() function :)
Raghubansh Kumar [Tue, 11 Dec 2007 10:43:28 +0000 (10:43 +0000)]
New testcases for array_walk_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:42:56 +0000 (10:42 +0000)]
delete because there are two smaller testcases for this
Raghubansh Kumar [Tue, 11 Dec 2007 10:40:23 +0000 (10:40 +0000)]
New testcases for array_walk() function
Raghubansh Kumar [Tue, 11 Dec 2007 09:04:49 +0000 (09:04 +0000)]
New testcases for array_merge_recursive() function
Jani Taskinen [Tue, 11 Dec 2007 08:30:46 +0000 (08:30 +0000)]
- Fixed bug #43541 (array_slice() length parameter messed up)
Christopher Jones [Tue, 11 Dec 2007 07:08:37 +0000 (07:08 +0000)]
MFB: sync version macro check
Christopher Jones [Tue, 11 Dec 2007 06:29:38 +0000 (06:29 +0000)]
MFB: Fix #42496. Cursor leak fetching LOBs
Greg Beaver [Tue, 11 Dec 2007 03:12:42 +0000 (03:12 +0000)]
add note about new include functionality
<changelog@php.net> [Tue, 11 Dec 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 10 Dec 2007 14:19:20 +0000 (14:19 +0000)]
MFB: Fixed bug #43522 (stream_get_line() eats additional characters)
<changelog@php.net> [Mon, 10 Dec 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 9 Dec 2007 21:57:44 +0000 (21:57 +0000)]
add the ability to automatically resolve includes inside a phar to files within that phar, so
no code modification is needed to include/require
Derick Rethans [Sun, 9 Dec 2007 16:54:30 +0000 (16:54 +0000)]
- Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
- Also fixed var_export() in unicode mode, as the function would actually
generate non-parsable strings which defeats the purpose of var_export().
Raghubansh Kumar [Sun, 9 Dec 2007 14:38:48 +0000 (14:38 +0000)]
new testcases for array_unique() function
<changelog@php.net> [Sun, 9 Dec 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 8 Dec 2007 01:31:38 +0000 (01:31 +0000)]
ChangeLog update
Dmitry Stogov [Fri, 7 Dec 2007 17:12:22 +0000 (17:12 +0000)]
Fixed bug #43344 (Wrong error message for undefined namespace constant)
<changelog@php.net> [Fri, 7 Dec 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 6 Dec 2007 15:23:57 +0000 (15:23 +0000)]
MFB: WS
Marcus Boerger [Thu, 6 Dec 2007 14:02:21 +0000 (14:02 +0000)]
- MFB: DB 4.6 detection
<changelog@php.net> [Thu, 6 Dec 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 5 Dec 2007 19:57:09 +0000 (19:57 +0000)]
MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
arrays)
<changelog@php.net> [Wed, 5 Dec 2007 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Rob Richards [Tue, 4 Dec 2007 17:14:02 +0000 (17:14 +0000)]
starting with 2.6.30, standard libxml2 build can be used
Ilia Alshanetsky [Tue, 4 Dec 2007 13:07:30 +0000 (13:07 +0000)]
MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when
password is not available)
Ilia Alshanetsky [Tue, 4 Dec 2007 13:05:44 +0000 (13:05 +0000)]
MFB: fixed test
Dmitry Stogov [Tue, 4 Dec 2007 12:36:20 +0000 (12:36 +0000)]
Fixed uninitialized value
Antony Dovgal [Tue, 4 Dec 2007 11:26:54 +0000 (11:26 +0000)]
detect IBM iconv implementation and use correct encoding names
Antony Dovgal [Tue, 4 Dec 2007 08:55:58 +0000 (08:55 +0000)]
fix folding
<changelog@php.net> [Tue, 4 Dec 2007 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
Dmitry Stogov [Mon, 3 Dec 2007 16:04:47 +0000 (16:04 +0000)]
Fixed crash because of uninitialized SG(sapi_headers).mimetype
Derick Rethans [Mon, 3 Dec 2007 15:16:21 +0000 (15:16 +0000)]
- Updated to version 2007.10
Dmitry Stogov [Mon, 3 Dec 2007 14:15:55 +0000 (14:15 +0000)]
Fixed bug #43332 (self and parent as type hint in namespace)
Ilia Alshanetsky [Mon, 3 Dec 2007 14:13:45 +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:02:11 +0000 (13:02 +0000)]
fix tests : better float values
Raghubansh Kumar [Mon, 3 Dec 2007 12:04:26 +0000 (12:04 +0000)]
fix tests: better float values
Raghubansh Kumar [Mon, 3 Dec 2007 11:56:39 +0000 (11:56 +0000)]
New testcases for array_pad() function
Dmitry Stogov [Mon, 3 Dec 2007 09:38:25 +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:52:06 +0000 (03:52 +0000)]
New testcases for array_chunk() function
<changelog@php.net> [Mon, 3 Dec 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 2 Dec 2007 20:59:09 +0000 (20:59 +0000)]
MFB: Fixed bug #43457 (Prepared statement with incorrect parms doens't
throw exception with pdo_pgsql driver)
<changelog@php.net> [Sun, 2 Dec 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Sat, 1 Dec 2007 17:19:46 +0000 (17:19 +0000)]
- Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
<changelog@php.net> [Sat, 1 Dec 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 30 Nov 2007 13:15:38 +0000 (13:15 +0000)]
fix folding, move protos to the top of the sources
<changelog@php.net> [Fri, 30 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 29 Nov 2007 21:23:59 +0000 (21:23 +0000)]
fix build
Derick Rethans [Thu, 29 Nov 2007 12:27:49 +0000 (12:27 +0000)]
- Fixed a segfault when reading from an HTTP stream.
<changelog@php.net> [Thu, 29 Nov 2007 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 28 Nov 2007 14:50:03 +0000 (14:50 +0000)]
MFB: Fixed tests
Rob Richards [Wed, 28 Nov 2007 10:43:02 +0000 (10:43 +0000)]
Fix bug #43364 (recursive xincludes don't remove internal nodes properly)
Raghubansh Kumar [Wed, 28 Nov 2007 03:46:25 +0000 (03:46 +0000)]
Marked with defect
<changelog@php.net> [Wed, 28 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Wez Furlong [Tue, 27 Nov 2007 19:33:10 +0000 (19:33 +0000)]
docbook based spec docs
Wez Furlong [Tue, 27 Nov 2007 19:05:38 +0000 (19:05 +0000)]
test commit mail
Wez Furlong [Tue, 27 Nov 2007 19:01:26 +0000 (19:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r247182,
which included commits to RCS files with non-trunk default branches.
Ilia Alshanetsky [Tue, 27 Nov 2007 17:13:31 +0000 (17:13 +0000)]
MFB: Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)
Raghubansh Kumar [Tue, 27 Nov 2007 15:15:23 +0000 (15:15 +0000)]
New testcases for array_combine() function
Raghubansh Kumar [Tue, 27 Nov 2007 14:57:55 +0000 (14:57 +0000)]
New testcases for array_sum() function
<changelog@php.net> [Tue, 27 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 26 Nov 2007 21:10:18 +0000 (21:10 +0000)]
MFB: Revert addition of - char support for bound param names
Jani Taskinen [Mon, 26 Nov 2007 16:34:07 +0000 (16:34 +0000)]
- No zval is stored here
Jani Taskinen [Mon, 26 Nov 2007 10:58:28 +0000 (10:58 +0000)]
- Fixed bug #43365 (Several enums have trailing commas)
<changelog@php.net> [Mon, 26 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 25 Nov 2007 15:56:58 +0000 (15:56 +0000)]
MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init)
Greg Beaver [Sun, 25 Nov 2007 05:25:04 +0000 (05:25 +0000)]
add helper phars for test
Greg Beaver [Sun, 25 Nov 2007 05:24:50 +0000 (05:24 +0000)]
new test to verify signature algo parsing works
Greg Beaver [Sun, 25 Nov 2007 05:15:50 +0000 (05:15 +0000)]
new test for dir iteration (covers some code missing in gcov tests)
Greg Beaver [Sun, 25 Nov 2007 05:04:40 +0000 (05:04 +0000)]
fix errors found in delMetaData(), add get/delMetaData() to MetaData read test
Greg Beaver [Sun, 25 Nov 2007 04:54:36 +0000 (04:54 +0000)]
new test for Phar::getModified()
Greg Beaver [Sun, 25 Nov 2007 04:52:49 +0000 (04:52 +0000)]
new test for no signature
Greg Beaver [Sun, 25 Nov 2007 04:49:53 +0000 (04:49 +0000)]
fix test expected output
Greg Beaver [Sun, 25 Nov 2007 04:48:14 +0000 (04:48 +0000)]
MFB fix to test
Greg Beaver [Sun, 25 Nov 2007 04:43:01 +0000 (04:43 +0000)]
add new tests for Phar::getSupportedCompression
<changelog@php.net> [Sun, 25 Nov 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Lukas Smith [Sat, 24 Nov 2007 13:55:20 +0000 (13:55 +0000)]
- fixed unexpected emphasis in reST parsing due to use of *
Lukas Smith [Sat, 24 Nov 2007 13:52:19 +0000 (13:52 +0000)]
- 5.2 is only for bug fixes
- emphasis should be made with enclosing with ** and not with _
Greg Beaver [Sat, 24 Nov 2007 04:30:08 +0000 (04:30 +0000)]
preliminary work on using gnupg to verify/create signatures - no implementation, just phpinfo() output and build rules
Greg Beaver [Sat, 24 Nov 2007 04:09:01 +0000 (04:09 +0000)]
WS (spaces instead of tabs)
Greg Beaver [Sat, 24 Nov 2007 04:07:07 +0000 (04:07 +0000)]
experimental support for optional bz2 extension - should make windows users a whole lot happier (forgot w32)
Greg Beaver [Sat, 24 Nov 2007 04:06:44 +0000 (04:06 +0000)]
experimental support for optional bz2 extension - should make windows users a whole lot happier
<changelog@php.net> [Sat, 24 Nov 2007 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Fri, 23 Nov 2007 16:44:04 +0000 (16:44 +0000)]
- Improve make pharcmd
- Add -b to pack and stub-set commands of phar.phar
Robert Nicholson [Fri, 23 Nov 2007 15:34:04 +0000 (15:34 +0000)]
Fix incorrect use of assignment in where equality was intended - class tests.
Dmitry Stogov [Fri, 23 Nov 2007 15:02:50 +0000 (15:02 +0000)]
Fixed compilation on Windows
Marcus Boerger [Fri, 23 Nov 2007 13:50:20 +0000 (13:50 +0000)]
- WS
Dmitry Stogov [Fri, 23 Nov 2007 13:38:44 +0000 (13:38 +0000)]
Fixed definitions