]> granicus.if.org Git - php/log
php
16 years agoadd test case for inability to open extract_list file
Greg Beaver [Mon, 14 Apr 2008 17:21:49 +0000 (17:21 +0000)]
add test case for inability to open extract_list file

16 years ago2 more test coverage edge cases down
Greg Beaver [Mon, 14 Apr 2008 17:19:55 +0000 (17:19 +0000)]
2 more test coverage edge cases down

16 years agominor re-factoring of phar_open_url to remove one nested brackets, put fopen edge...
Greg Beaver [Mon, 14 Apr 2008 17:18:58 +0000 (17:18 +0000)]
minor re-factoring of phar_open_url to remove one nested brackets, put fopen edge cases in its own test, tweak test phar file names

16 years ago- Fix ZTS build
Steph Fox [Mon, 14 Apr 2008 17:14:54 +0000 (17:14 +0000)]
- Fix ZTS build

16 years agoFix dns_check_proto (related to #44723)
Etienne Kneuss [Mon, 14 Apr 2008 16:49:30 +0000 (16:49 +0000)]
Fix dns_check_proto (related to #44723)

16 years agoadd test coverage for fopen() with append mode
Greg Beaver [Mon, 14 Apr 2008 16:38:58 +0000 (16:38 +0000)]
add test coverage for fopen() with append mode

16 years agoadd phar.extract_list test coverage for opendir
Greg Beaver [Mon, 14 Apr 2008 16:34:11 +0000 (16:34 +0000)]
add phar.extract_list test coverage for opendir

16 years agoadd test coverage for phar.extract_list and mkdir/rmdir
Greg Beaver [Mon, 14 Apr 2008 16:30:55 +0000 (16:30 +0000)]
add test coverage for phar.extract_list and mkdir/rmdir

16 years agofix potential segfault if some idiot tries to remove the root directory of a phar...
Greg Beaver [Mon, 14 Apr 2008 16:26:01 +0000 (16:26 +0000)]
fix potential segfault if some idiot tries to remove the root directory of a phar, add creation of root directory to test

16 years agoincrease code coverage further
Greg Beaver [Mon, 14 Apr 2008 16:10:58 +0000 (16:10 +0000)]
increase code coverage further

16 years agoadd error message on attempt to rmdir/mkdir 'phar://', add to test
Greg Beaver [Mon, 14 Apr 2008 16:04:11 +0000 (16:04 +0000)]
add error message on attempt to rmdir/mkdir 'phar://', add to test

16 years agoupdate tests to ensure all temp files are erased, and to current error messages
Greg Beaver [Mon, 14 Apr 2008 15:58:12 +0000 (15:58 +0000)]
update tests to ensure all temp files are erased, and to current error messages

16 years agoincrease code coverage slightly
Greg Beaver [Mon, 14 Apr 2008 15:52:57 +0000 (15:52 +0000)]
increase code coverage slightly

16 years agoadd test for mkdir() of sub-directory of existing file, and restore the removed free...
Greg Beaver [Mon, 14 Apr 2008 15:48:25 +0000 (15:48 +0000)]
add test for mkdir() of sub-directory of existing file, and restore the removed free()s with an is_temp_dir test

16 years agoincrease test coverage of phar_wrapper_mkdir, fix segfault when mkdir() on existing...
Greg Beaver [Mon, 14 Apr 2008 15:46:06 +0000 (15:46 +0000)]
increase test coverage of phar_wrapper_mkdir, fix segfault when mkdir() on existing directory

16 years agoMFB5.3: Remove config_get_hash() & and add new boolean parameter to
Hannes Magnusson [Mon, 14 Apr 2008 15:42:14 +0000 (15:42 +0000)]
MFB5.3: Remove config_get_hash() & and add new boolean parameter to
ini_get_all() to list ini entries key=>current_value like config_get_hash()
 did.

16 years agofix edge case where a new phar is created via mkdir(), add to dir.phpt test
Greg Beaver [Mon, 14 Apr 2008 15:21:41 +0000 (15:21 +0000)]
fix edge case where a new phar is created via mkdir(), add to dir.phpt test

16 years agoMFB53: Fixed bug#44716 (Progress notifications incorrect)
Hannes Magnusson [Mon, 14 Apr 2008 12:17:38 +0000 (12:17 +0000)]
MFB53: Fixed bug#44716 (Progress notifications incorrect)

16 years agoanother attempt at fixing mac OS X compile, remove unused obsolete code
Greg Beaver [Mon, 14 Apr 2008 04:47:34 +0000 (04:47 +0000)]
another attempt at fixing mac OS X compile, remove unused obsolete code

16 years agomissing from previous commit to remove stat from opendir wrapper ops
Greg Beaver [Mon, 14 Apr 2008 04:47:00 +0000 (04:47 +0000)]
missing from previous commit to remove stat from opendir wrapper ops

16 years agomore test coverage and fixes from increased coverage to opendir(). dir.phpt fails...
Greg Beaver [Mon, 14 Apr 2008 04:44:04 +0000 (04:44 +0000)]
more test coverage and fixes from increased coverage to opendir(). dir.phpt fails, but for wrong reasons (bug uncovered that needs fix)

16 years agoChangeLog update
<changelog@php.net> [Mon, 14 Apr 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update

16 years agoadd fstat to 027 test. Remove phar_dir_stat, stat should not be possible on a dir...
Greg Beaver [Sun, 13 Apr 2008 23:57:44 +0000 (23:57 +0000)]
add fstat to 027 test.  Remove phar_dir_stat, stat should not be possible on a dir handle

16 years agoadd to 027 test (for code coverage) of fwrite on dir handle
Greg Beaver [Sun, 13 Apr 2008 23:48:46 +0000 (23:48 +0000)]
add to 027 test (for code coverage) of fwrite on dir handle

16 years agominor optimization
Greg Beaver [Sun, 13 Apr 2008 23:47:15 +0000 (23:47 +0000)]
minor optimization

16 years ago100% code coverage for dir handle seeking, remove error log (not used in dir seeking...
Greg Beaver [Sun, 13 Apr 2008 23:46:15 +0000 (23:46 +0000)]
100% code coverage for dir handle seeking, remove error log (not used in dir seeking, causes leak), update 027 test to have seeking test

16 years agoadd test for stat interception, fix stat interception
Greg Beaver [Sun, 13 Apr 2008 23:33:31 +0000 (23:33 +0000)]
add test for stat interception, fix stat interception

16 years agoMFB5.3: Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)
Hannes Magnusson [Sun, 13 Apr 2008 22:40:35 +0000 (22:40 +0000)]
MFB5.3: Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)

16 years agoMFB do not scan include_path with faulty plain_wrapper-based include_path fopen
Greg Beaver [Sun, 13 Apr 2008 22:19:23 +0000 (22:19 +0000)]
MFB do not scan include_path with faulty plain_wrapper-based include_path fopen

# _fopen_with_path_rel probably needs to call out to regular php_stream_open, for exts that use it (it is exported)

16 years agosync fixed test properly with 5.3 branch
Greg Beaver [Sun, 13 Apr 2008 21:41:46 +0000 (21:41 +0000)]
sync fixed test properly with 5.3 branch

16 years agofix test
Greg Beaver [Sun, 13 Apr 2008 21:41:45 +0000 (21:41 +0000)]
fix test

16 years agomake tests php version-agnostic with regards to stream errors
Greg Beaver [Sun, 13 Apr 2008 21:31:46 +0000 (21:31 +0000)]
make tests php version-agnostic with regards to stream errors

16 years agoadd test for fopen interception, fix fopen interception
Greg Beaver [Sun, 13 Apr 2008 20:46:45 +0000 (20:46 +0000)]
add test for fopen interception, fix fopen interception

16 years agoadd test for file_get_contents interception, fix file_get_contents interception
Greg Beaver [Sun, 13 Apr 2008 19:36:33 +0000 (19:36 +0000)]
add test for file_get_contents interception, fix file_get_contents interception

16 years agoadd test for opendir, fix bugs found
Greg Beaver [Sat, 12 Apr 2008 22:21:29 +0000 (22:21 +0000)]
add test for opendir, fix bugs found

16 years agofix build if SPL is disabled
Greg Beaver [Sat, 12 Apr 2008 21:43:39 +0000 (21:43 +0000)]
fix build if SPL is disabled

16 years agoChangeLog update
<changelog@php.net> [Sat, 12 Apr 2008 01:31:40 +0000 (01:31 +0000)]
ChangeLog update

16 years agoUpdate url for go-pear
Hannes Magnusson [Fri, 11 Apr 2008 21:57:19 +0000 (21:57 +0000)]
Update url for go-pear

16 years agoApparenty go-pear no longer exists (bug#44699)
Hannes Magnusson [Fri, 11 Apr 2008 21:53:37 +0000 (21:53 +0000)]
Apparenty go-pear no longer exists (bug#44699)

16 years agoMFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument)
Felipe Pena [Fri, 11 Apr 2008 19:08:05 +0000 (19:08 +0000)]
MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument)

16 years agoSpeedup GC initialization
Dmitry Stogov [Fri, 11 Apr 2008 17:32:18 +0000 (17:32 +0000)]
Speedup GC initialization

16 years agoFix test parse_url_variation_002.phpt for 64bit platforms.
Robin Fernandes [Fri, 11 Apr 2008 14:35:07 +0000 (14:35 +0000)]
Fix test parse_url_variation_002.phpt for 64bit platforms.

16 years agorestore Phar->compress/decompress() to simplify $phar->convertToExecutable(NULL,...
Greg Beaver [Fri, 11 Apr 2008 13:41:59 +0000 (13:41 +0000)]
restore Phar->compress/decompress() to simplify $phar->convertToExecutable(NULL, Phar::GZ) to $phar->compress(Phar::GZ)
[DOC]

16 years agocosmetics, extra space
Greg Beaver [Fri, 11 Apr 2008 13:26:36 +0000 (13:26 +0000)]
cosmetics, extra space

16 years agocombine PharFileInfo->setCompressedGZ/setCompressedBZIP2 into compress() with paramet...
Greg Beaver [Fri, 11 Apr 2008 13:26:03 +0000 (13:26 +0000)]
combine PharFileInfo->setCompressedGZ/setCompressedBZIP2 into compress() with parameter Phar::GZ or Phar::BZ2
use ZEND_ACC_PUBLIC in PharFileInfo definitions, to be consistent
[DOC]

16 years agomerge PharFileInfo->isCompressed/isCompressedGZ/isCompressedBZIP2 by adding an
Greg Beaver [Fri, 11 Apr 2008 13:07:14 +0000 (13:07 +0000)]
merge PharFileInfo->isCompressed/isCompressedGZ/isCompressedBZIP2 by adding an
optional parameter to isCompressed for testing specific compression algorithm
[DOC]

16 years agochange PharFileInfo->setUncompressed to decompress
Greg Beaver [Fri, 11 Apr 2008 12:56:53 +0000 (12:56 +0000)]
change PharFileInfo->setUncompressed to decompress
[DOC]

16 years agofix tests
Antony Dovgal [Fri, 11 Apr 2008 11:05:33 +0000 (11:05 +0000)]
fix tests

16 years agofix 2 segfaults in ZTS mode
Antony Dovgal [Fri, 11 Apr 2008 10:59:50 +0000 (10:59 +0000)]
fix 2 segfaults in ZTS mode

16 years agoOptimized ZEND_RETURN opcode to not allocate and copy return value if it is not
Dmitry Stogov [Fri, 11 Apr 2008 09:43:49 +0000 (09:43 +0000)]
Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not
used.

16 years agoPOSIX extension error tests
Steve Seear [Fri, 11 Apr 2008 09:33:59 +0000 (09:33 +0000)]
POSIX extension error tests

16 years agoPOSIX extension variation tests (failing due to spurious array to string conversion...
Steve Seear [Fri, 11 Apr 2008 09:29:08 +0000 (09:29 +0000)]
POSIX extension variation tests (failing due to spurious array to string conversion notices).

16 years agoAdding some tests for ereg and url functions.
Robin Fernandes [Fri, 11 Apr 2008 08:57:06 +0000 (08:57 +0000)]
Adding some tests for ereg and url functions.

16 years agorefactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convert...
Greg Beaver [Fri, 11 Apr 2008 04:20:15 +0000 (04:20 +0000)]
refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData
into 2 methods:
convertToExecutable/convertToData.  Both methods accept 3 optional parameters
1 archive type, Phar::PHAR, Phar::TAR, or Phar::ZIP
2 compression Phar::NONE, Phar::GZ, or Phar::BZ2
3 file extension.  Default is <format>.<compression> where .phar.tar is executable .tar
convertToExecutable always returns a Phar object
convertToData always returns a PharData object
also added Phar::PHAR, Phar::TAR, and Phar::ZIP class constants
[DOC]

16 years agoChangeLog update
<changelog@php.net> [Fri, 11 Apr 2008 01:31:42 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- No longer allow to disable pcre
Marcus Boerger [Thu, 10 Apr 2008 19:41:24 +0000 (19:41 +0000)]
- No longer allow to disable pcre

16 years agoMFB
Nuno Lopes [Thu, 10 Apr 2008 19:14:23 +0000 (19:14 +0000)]
MFB

16 years agoMFB
Nuno Lopes [Thu, 10 Apr 2008 18:51:54 +0000 (18:51 +0000)]
MFB

16 years agos/getContents/getContent/
Greg Beaver [Thu, 10 Apr 2008 13:41:29 +0000 (13:41 +0000)]
s/getContents/getContent/

16 years agore-factor all-file compression. Remove compressAllFilesGZ/compressAllFilesBZ2 in...
Greg Beaver [Thu, 10 Apr 2008 13:40:26 +0000 (13:40 +0000)]
re-factor all-file compression.  Remove compressAllFilesGZ/compressAllFilesBZ2 in favor of
unifying compressFiles which accepts Phar::GZ or Phar::BZ2 as argument.  rename uncompressAllFiles to decompressFiles

16 years agoUpdated the documentation credits
Philip Olson [Thu, 10 Apr 2008 05:30:34 +0000 (05:30 +0000)]
Updated the documentation credits

16 years agoadd Phar->isWritable() for detecting whether a phar archive can be written to based...
Greg Beaver [Thu, 10 Apr 2008 03:32:10 +0000 (03:32 +0000)]
add Phar->isWritable() for detecting whether a phar archive can be written to based on phar.readonly combined with actual file permissions
[DOC]

16 years agomake built-in SplFileInfo->isWriteable() work for PharFileInfo as well, by ensuring...
Greg Beaver [Thu, 10 Apr 2008 03:12:08 +0000 (03:12 +0000)]
make built-in SplFileInfo->isWriteable() work for PharFileInfo as well, by ensuring phar->is_writeable is set/reset when phar.readonly is changed

16 years agoChangeLog update
<changelog@php.net> [Thu, 10 Apr 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- SPL can no longer be disabld as discussed some time ago (checked back with RM)
Marcus Boerger [Wed, 9 Apr 2008 21:47:29 +0000 (21:47 +0000)]
- SPL can no longer be disabld as discussed some time ago (checked back with RM)

16 years agoMFB: Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
Scott MacVicar [Wed, 9 Apr 2008 21:07:45 +0000 (21:07 +0000)]
MFB:  Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)

16 years agoadd addFile/addFromString/addEmptyDir. API is identical to ext/zip
Greg Beaver [Wed, 9 Apr 2008 19:23:31 +0000 (19:23 +0000)]
add addFile/addFromString/addEmptyDir.  API is identical to ext/zip
[DOC]

16 years agoFix #44511 (Ensure no exception was already thrown by php_stream_opendir)
Etienne Kneuss [Wed, 9 Apr 2008 19:00:48 +0000 (19:00 +0000)]
Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)

16 years agoadd PharFileInfo->getContents() to retrieve file contents
Greg Beaver [Wed, 9 Apr 2008 18:12:41 +0000 (18:12 +0000)]
add PharFileInfo->getContents() to retrieve file contents
[DOC]

16 years agoMFB: Fixed bug #44678 (spliti error message includes wrong function name)
Felipe Pena [Wed, 9 Apr 2008 13:52:53 +0000 (13:52 +0000)]
MFB: Fixed bug #44678 (spliti error message includes wrong function name)

16 years agoFixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
Dmitry Stogov [Wed, 9 Apr 2008 09:17:01 +0000 (09:17 +0000)]
Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)

16 years agoBug #44653 (Invalid namespace name resolution)
Dmitry Stogov [Wed, 9 Apr 2008 08:55:31 +0000 (08:55 +0000)]
Bug #44653 (Invalid namespace name resolution)

16 years agoChangeLog update
<changelog@php.net> [Wed, 9 Apr 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Add missing basic test (see also bug #44574)
Jani Taskinen [Tue, 8 Apr 2008 12:32:51 +0000 (12:32 +0000)]
- Add missing basic test (see also bug #44574)

16 years ago- fix test
Jani Taskinen [Tue, 8 Apr 2008 11:58:03 +0000 (11:58 +0000)]
- fix test

16 years ago- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)
Jani Taskinen [Tue, 8 Apr 2008 08:42:05 +0000 (08:42 +0000)]
- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)

16 years agoFix snapshot build
Andrey Hristov [Tue, 8 Apr 2008 07:46:05 +0000 (07:46 +0000)]
Fix snapshot build

16 years agoChangeLog update
<changelog@php.net> [Tue, 8 Apr 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
Ilia Alshanetsky [Tue, 8 Apr 2008 00:02:01 +0000 (00:02 +0000)]
MFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
invalid)

16 years agoMFB: PECL #13523 (x86_64 build) and versioning sync
Christopher Jones [Mon, 7 Apr 2008 22:34:03 +0000 (22:34 +0000)]
MFB: PECL #13523 (x86_64 build) and versioning sync

16 years agoMFB: Fix OCIPing 10.2 macro
Christopher Jones [Mon, 7 Apr 2008 22:33:31 +0000 (22:33 +0000)]
MFB: Fix OCIPing 10.2 macro

16 years agoMFB: Test updates
Christopher Jones [Mon, 7 Apr 2008 22:33:08 +0000 (22:33 +0000)]
MFB: Test updates

16 years ago- #13181, fix resource destruction during context change
Pierre Joye [Mon, 7 Apr 2008 21:45:17 +0000 (21:45 +0000)]
- #13181, fix resource destruction during context change

16 years agoAdd E_DEPRECATED comment
Christopher Jones [Mon, 7 Apr 2008 21:23:28 +0000 (21:23 +0000)]
Add E_DEPRECATED comment

16 years ago- Fixing returned offset.
Derick Rethans [Mon, 7 Apr 2008 17:43:49 +0000 (17:43 +0000)]
- Fixing returned offset.
- Algorithm optimization.

16 years ago- Fixed testcases.
Derick Rethans [Mon, 7 Apr 2008 17:41:48 +0000 (17:41 +0000)]
- Fixed testcases.

16 years agofix test
Antony Dovgal [Mon, 7 Apr 2008 12:13:36 +0000 (12:13 +0000)]
fix test

16 years agoMFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)
Scott MacVicar [Mon, 7 Apr 2008 11:50:00 +0000 (11:50 +0000)]
MFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)

16 years agoImplement forward_static_call(_array) to complete LSB. Patch by Mike Lively
Etienne Kneuss [Mon, 7 Apr 2008 10:39:43 +0000 (10:39 +0000)]
Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively

16 years agoChangeLog update
<changelog@php.net> [Mon, 7 Apr 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- add new tests
Marcus Boerger [Sun, 6 Apr 2008 17:52:40 +0000 (17:52 +0000)]
- add new tests

16 years agoMFB: Fixed bug #44603 (Order issues with Content-Type/Length headers on
Ilia Alshanetsky [Sun, 6 Apr 2008 15:21:45 +0000 (15:21 +0000)]
MFB: Fixed bug #44603 (Order issues with Content-Type/Length headers on
POST)

16 years agoChangeLog update
<changelog@php.net> [Sun, 6 Apr 2008 01:31:41 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB:
Felipe Pena [Sat, 5 Apr 2008 23:13:21 +0000 (23:13 +0000)]
MFB:
- Allow HEREDOC syntax with double quotes [DOC]
(http://wiki.php.net/rfc/heredoc-with-double-quotes)

16 years agoChangeLog update
<changelog@php.net> [Sat, 5 Apr 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB: remove redundant test
Nuno Lopes [Fri, 4 Apr 2008 15:35:37 +0000 (15:35 +0000)]
MFB: remove redundant test

16 years agoMFB: add sanity check for ZEND_MMAP_AHEAD
Nuno Lopes [Fri, 4 Apr 2008 15:13:32 +0000 (15:13 +0000)]
MFB: add sanity check for ZEND_MMAP_AHEAD

16 years agoFix another case of a broken stream->fd cast in 64-bit builds.
Joe Orton [Fri, 4 Apr 2008 12:58:32 +0000 (12:58 +0000)]
Fix another case of a broken stream->fd cast in 64-bit builds.

16 years agoFixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
Joe Orton [Fri, 4 Apr 2008 12:49:57 +0000 (12:49 +0000)]
Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
 (stotty at tvnet dot hu)

16 years agofix folding
Antony Dovgal [Fri, 4 Apr 2008 07:47:18 +0000 (07:47 +0000)]
fix folding