]> granicus.if.org Git - php/log
php
17 years agoPhar->buildFromIterator: use spl_iterator_apply(), add 4 tests (mem leaks not yet...
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)

17 years agoMFB: Fixed bug #43580 (removed bogus declaration of a non-existent
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)

17 years agoimplement Phar::buildFromIterator()
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]

17 years agoadd support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)
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)

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

17 years agouse thread-safe global var to store zend_compile_file, and restore the current zend_c...
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

17 years agouse stream_copy_to_stream again, figured out how to make the stupid filters work
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

17 years agofix test in 5.3+
Greg Beaver [Tue, 11 Dec 2007 19:19:47 +0000 (19:19 +0000)]
fix test in 5.3+

17 years agoadd skipif case if the ldap extension is not loaded
Douglas Goldstein [Tue, 11 Dec 2007 17:33:10 +0000 (17:33 +0000)]
add skipif case if the ldap extension is not loaded

17 years agoput ldap_explode_dn.phpt in proper directory
Douglas Goldstein [Tue, 11 Dec 2007 17:30:58 +0000 (17:30 +0000)]
put ldap_explode_dn.phpt in proper directory

17 years agoAdding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
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

17 years ago- Revert previous patch, it was correct to do this, error is logged if logging is...
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

17 years ago- Fix error display (Stas: PG(display_errors) is handled by the php_error_docref...
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 :)

17 years agoNew testcases for array_walk_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:43:28 +0000 (10:43 +0000)]
New testcases for array_walk_recursive() function

17 years agodelete because there are two smaller testcases for this
Raghubansh Kumar [Tue, 11 Dec 2007 10:42:56 +0000 (10:42 +0000)]
delete because there are two smaller testcases for this

17 years agoNew testcases for array_walk() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:40:23 +0000 (10:40 +0000)]
New testcases for array_walk() function

17 years agoNew testcases for array_merge_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 09:04:49 +0000 (09:04 +0000)]
New testcases for array_merge_recursive() function

17 years ago- Fixed bug #43541 (array_slice() length parameter messed up)
Jani Taskinen [Tue, 11 Dec 2007 08:30:46 +0000 (08:30 +0000)]
- Fixed bug #43541 (array_slice() length parameter messed up)

17 years agoMFB: sync version macro check
Christopher Jones [Tue, 11 Dec 2007 07:08:37 +0000 (07:08 +0000)]
MFB: sync version macro check

17 years agoMFB: Fix #42496. Cursor leak fetching LOBs
Christopher Jones [Tue, 11 Dec 2007 06:29:38 +0000 (06:29 +0000)]
MFB: Fix #42496. Cursor leak fetching LOBs

17 years agoadd note about new include functionality
Greg Beaver [Tue, 11 Dec 2007 03:12:42 +0000 (03:12 +0000)]
add note about new include functionality

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

17 years agoMFB: Fixed bug #43522 (stream_get_line() eats additional characters)
Ilia Alshanetsky [Mon, 10 Dec 2007 14:19:20 +0000 (14:19 +0000)]
MFB: Fixed bug #43522 (stream_get_line() eats additional characters)

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

17 years agoadd the ability to automatically resolve includes inside a phar to files within that...
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

17 years ago- Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
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().

17 years agonew testcases for array_unique() function
Raghubansh Kumar [Sun, 9 Dec 2007 14:38:48 +0000 (14:38 +0000)]
new testcases for array_unique() function

17 years agoChangeLog update
<changelog@php.net> [Sun, 9 Dec 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

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

17 years agoFixed bug #43344 (Wrong error message for undefined namespace constant)
Dmitry Stogov [Fri, 7 Dec 2007 17:12:22 +0000 (17:12 +0000)]
Fixed bug #43344 (Wrong error message for undefined namespace constant)

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

17 years agoMFB: WS
Ilia Alshanetsky [Thu, 6 Dec 2007 15:23:57 +0000 (15:23 +0000)]
MFB: WS

17 years ago- MFB: DB 4.6 detection
Marcus Boerger [Thu, 6 Dec 2007 14:02:21 +0000 (14:02 +0000)]
- MFB: DB 4.6 detection

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

17 years agoMFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
Ilia Alshanetsky [Wed, 5 Dec 2007 19:57:09 +0000 (19:57 +0000)]
MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
arrays)

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

17 years agostarting with 2.6.30, standard libxml2 build can be used
Rob Richards [Tue, 4 Dec 2007 17:14:02 +0000 (17:14 +0000)]
starting with 2.6.30, standard libxml2 build can be used

17 years agoMFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when
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)

17 years agoMFB: fixed test
Ilia Alshanetsky [Tue, 4 Dec 2007 13:05:44 +0000 (13:05 +0000)]
MFB: fixed test

17 years agoFixed uninitialized value
Dmitry Stogov [Tue, 4 Dec 2007 12:36:20 +0000 (12:36 +0000)]
Fixed uninitialized value

17 years agodetect IBM iconv implementation and use correct encoding names
Antony Dovgal [Tue, 4 Dec 2007 11:26:54 +0000 (11:26 +0000)]
detect IBM iconv implementation and use correct encoding names

17 years agofix folding
Antony Dovgal [Tue, 4 Dec 2007 08:55:58 +0000 (08:55 +0000)]
fix folding

17 years agoChangeLog update
<changelog@php.net> [Tue, 4 Dec 2007 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed crash because of uninitialized SG(sapi_headers).mimetype
Dmitry Stogov [Mon, 3 Dec 2007 16:04:47 +0000 (16:04 +0000)]
Fixed crash because of uninitialized SG(sapi_headers).mimetype

17 years ago- Updated to version 2007.10
Derick Rethans [Mon, 3 Dec 2007 15:16:21 +0000 (15:16 +0000)]
- Updated to version 2007.10

17 years agoFixed bug #43332 (self and parent as type hint in namespace)
Dmitry Stogov [Mon, 3 Dec 2007 14:15:55 +0000 (14:15 +0000)]
Fixed bug #43332 (self and parent as type hint in namespace)

17 years agoMFB: Fixed bug #43482 (array_pad() does not warn on very small pad
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).

17 years agofix tests : better float values
Raghubansh Kumar [Mon, 3 Dec 2007 13:02:11 +0000 (13:02 +0000)]
fix tests : better float values

17 years agofix tests: better float values
Raghubansh Kumar [Mon, 3 Dec 2007 12:04:26 +0000 (12:04 +0000)]
fix tests: better float values

17 years agoNew testcases for array_pad() function
Raghubansh Kumar [Mon, 3 Dec 2007 11:56:39 +0000 (11:56 +0000)]
New testcases for array_pad() function

17 years agoThe -f option is fixed to work in the same way as in CLI sapi
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

17 years agoNew testcases for array_chunk() function
Raghubansh Kumar [Mon, 3 Dec 2007 03:52:06 +0000 (03:52 +0000)]
New testcases for array_chunk() function

17 years agoChangeLog update
<changelog@php.net> [Mon, 3 Dec 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43457 (Prepared statement with incorrect parms doens't
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)

17 years agoChangeLog update
<changelog@php.net> [Sun, 2 Dec 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
Derick Rethans [Sat, 1 Dec 2007 17:19:46 +0000 (17:19 +0000)]
- Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).

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

17 years agofix folding, move protos to the top of the sources
Antony Dovgal [Fri, 30 Nov 2007 13:15:38 +0000 (13:15 +0000)]
fix folding, move protos to the top of the sources

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

17 years agofix build
Antony Dovgal [Thu, 29 Nov 2007 21:23:59 +0000 (21:23 +0000)]
fix build

17 years ago- Fixed a segfault when reading from an HTTP stream.
Derick Rethans [Thu, 29 Nov 2007 12:27:49 +0000 (12:27 +0000)]
- Fixed a segfault when reading from an HTTP stream.

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

17 years agoMFB: Fixed tests
Ilia Alshanetsky [Wed, 28 Nov 2007 14:50:03 +0000 (14:50 +0000)]
MFB: Fixed tests

17 years agoFix bug #43364 (recursive xincludes don't remove internal nodes properly)
Rob Richards [Wed, 28 Nov 2007 10:43:02 +0000 (10:43 +0000)]
Fix bug #43364 (recursive xincludes don't remove internal nodes properly)

17 years agoMarked with defect
Raghubansh Kumar [Wed, 28 Nov 2007 03:46:25 +0000 (03:46 +0000)]
Marked with defect

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

17 years agodocbook based spec docs
Wez Furlong [Tue, 27 Nov 2007 19:33:10 +0000 (19:33 +0000)]
docbook based spec docs

17 years agotest commit mail
Wez Furlong [Tue, 27 Nov 2007 19:05:38 +0000 (19:05 +0000)]
test commit mail

17 years agoThis commit was generated by cvs2svn to compensate for changes in r247182,
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.

17 years agoMFB: Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)
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)

17 years agoNew testcases for array_combine() function
Raghubansh Kumar [Tue, 27 Nov 2007 15:15:23 +0000 (15:15 +0000)]
New testcases for array_combine() function

17 years agoNew testcases for array_sum() function
Raghubansh Kumar [Tue, 27 Nov 2007 14:57:55 +0000 (14:57 +0000)]
New testcases for array_sum() function

17 years agoChangeLog update
<changelog@php.net> [Tue, 27 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Revert addition of - char support for bound param names
Ilia Alshanetsky [Mon, 26 Nov 2007 21:10:18 +0000 (21:10 +0000)]
MFB: Revert addition of - char support for bound param names

17 years ago- No zval is stored here
Jani Taskinen [Mon, 26 Nov 2007 16:34:07 +0000 (16:34 +0000)]
- No zval is stored here

17 years ago - Fixed bug #43365 (Several enums have trailing commas)
Jani Taskinen [Mon, 26 Nov 2007 10:58:28 +0000 (10:58 +0000)]
 - Fixed bug #43365 (Several enums have trailing commas)

17 years agoChangeLog update
<changelog@php.net> [Mon, 26 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB : Fixed bug #43386 (array_globals not reset to 0 properly on init)
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)

17 years agoadd helper phars for test
Greg Beaver [Sun, 25 Nov 2007 05:25:04 +0000 (05:25 +0000)]
add helper phars for test

17 years agonew test to verify signature algo parsing works
Greg Beaver [Sun, 25 Nov 2007 05:24:50 +0000 (05:24 +0000)]
new test to verify signature algo parsing works

17 years agonew test for dir iteration (covers some code missing in gcov tests)
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)

17 years agofix errors found in delMetaData(), add get/delMetaData() to MetaData read test
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

17 years agonew test for Phar::getModified()
Greg Beaver [Sun, 25 Nov 2007 04:54:36 +0000 (04:54 +0000)]
new test for Phar::getModified()

17 years agonew test for no signature
Greg Beaver [Sun, 25 Nov 2007 04:52:49 +0000 (04:52 +0000)]
new test for no signature

17 years agofix test expected output
Greg Beaver [Sun, 25 Nov 2007 04:49:53 +0000 (04:49 +0000)]
fix test expected output

17 years agoMFB fix to test
Greg Beaver [Sun, 25 Nov 2007 04:48:14 +0000 (04:48 +0000)]
MFB fix to test

17 years agoadd new tests for Phar::getSupportedCompression
Greg Beaver [Sun, 25 Nov 2007 04:43:01 +0000 (04:43 +0000)]
add new tests for Phar::getSupportedCompression

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

17 years ago- fixed unexpected emphasis in reST parsing due to use of *
Lukas Smith [Sat, 24 Nov 2007 13:55:20 +0000 (13:55 +0000)]
- fixed unexpected emphasis in reST parsing due to use of *

17 years ago- 5.2 is only for bug fixes
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 _

17 years agopreliminary work on using gnupg to verify/create signatures - no implementation,...
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

17 years agoWS (spaces instead of tabs)
Greg Beaver [Sat, 24 Nov 2007 04:09:01 +0000 (04:09 +0000)]
WS (spaces instead of tabs)

17 years agoexperimental support for optional bz2 extension - should make windows users a whole...
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)

17 years agoexperimental support for optional bz2 extension - should make windows users a whole...
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

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

17 years ago- Improve make pharcmd
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

17 years agoFix incorrect use of assignment in where equality was intended - class tests.
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.

17 years agoFixed compilation on Windows
Dmitry Stogov [Fri, 23 Nov 2007 15:02:50 +0000 (15:02 +0000)]
Fixed compilation on Windows

17 years ago- WS
Marcus Boerger [Fri, 23 Nov 2007 13:50:20 +0000 (13:50 +0000)]
- WS

17 years agoFixed definitions
Dmitry Stogov [Fri, 23 Nov 2007 13:38:44 +0000 (13:38 +0000)]
Fixed definitions