]>
granicus.if.org Git - php/log
Greg Beaver [Wed, 23 Apr 2008 17:25:52 +0000 (17:25 +0000)]
new test for Phar::mapPhar with phar.extract_list
Greg Beaver [Wed, 23 Apr 2008 17:23:32 +0000 (17:23 +0000)]
remove/move unreachable code
Greg Beaver [Wed, 23 Apr 2008 17:18:28 +0000 (17:18 +0000)]
improve rewrite callback support, add test for callback that does not return string/false
Johannes Schlüter [Wed, 23 Apr 2008 16:55:51 +0000 (16:55 +0000)]
- Fix Windows build
Greg Beaver [Wed, 23 Apr 2008 16:50:19 +0000 (16:50 +0000)]
new test for valid callback that fails for rewrite callback
Greg Beaver [Wed, 23 Apr 2008 16:47:12 +0000 (16:47 +0000)]
new test for invalid rewrite callback
Greg Beaver [Wed, 23 Apr 2008 16:06:59 +0000 (16:06 +0000)]
new test for SCRIPT_NAME not containing the filename
Greg Beaver [Wed, 23 Apr 2008 16:03:08 +0000 (16:03 +0000)]
new test for webPhar failure on opening file
Greg Beaver [Wed, 23 Apr 2008 16:00:06 +0000 (16:00 +0000)]
new test for webPhar with phar.extract_list
Ant Phillips [Wed, 23 Apr 2008 14:10:12 +0000 (14:10 +0000)]
open_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
<changelog@php.net> [Wed, 23 Apr 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Tue, 22 Apr 2008 17:34:00 +0000 (17:34 +0000)]
ensure freeing of cwd/name happens in all cases
Greg Beaver [Tue, 22 Apr 2008 17:29:11 +0000 (17:29 +0000)]
fix headers in test
Greg Beaver [Tue, 22 Apr 2008 17:28:50 +0000 (17:28 +0000)]
new test for fatal error in php file executed by front controller
Greg Beaver [Tue, 22 Apr 2008 17:19:06 +0000 (17:19 +0000)]
re-enable disabled cwd code
Greg Beaver [Tue, 22 Apr 2008 17:17:29 +0000 (17:17 +0000)]
remove unreachable code, add test for large non-php file
Greg Beaver [Tue, 22 Apr 2008 17:13:07 +0000 (17:13 +0000)]
remove unreachable code
Greg Beaver [Tue, 22 Apr 2008 17:11:30 +0000 (17:11 +0000)]
fix PATH_INFO munging, add to test case
Greg Beaver [Tue, 22 Apr 2008 17:03:10 +0000 (17:03 +0000)]
remove unreachable code, add test for no file extension and unknown file extension with Phar::webPhar
Ant Phillips [Tue, 22 Apr 2008 16:05:42 +0000 (16:05 +0000)]
New set of session extension tests for PHP 6.0 branch.
These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings.
Robin Fernandes [Tue, 22 Apr 2008 15:31:54 +0000 (15:31 +0000)]
Fix some ereg tests for 64bit platforms.
Antony Dovgal [Tue, 22 Apr 2008 13:31:17 +0000 (13:31 +0000)]
fix tests
Scott MacVicar [Tue, 22 Apr 2008 12:18:42 +0000 (12:18 +0000)]
Fix compiler warnings with redefinition of _WIN32_WINNT
Greg Beaver [Tue, 22 Apr 2008 05:17:04 +0000 (05:17 +0000)]
big ol code coverage test for bad parameters to Phar methods
<changelog@php.net> [Tue, 22 Apr 2008 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Mon, 21 Apr 2008 18:21:54 +0000 (18:21 +0000)]
fix Phar::mount() to also allow running externally with full phar:// path, add test
Greg Beaver [Mon, 21 Apr 2008 18:06:20 +0000 (18:06 +0000)]
fix Phar::running()
Greg Beaver [Mon, 21 Apr 2008 17:59:28 +0000 (17:59 +0000)]
fix discovery of files hidden in a URL - makes using any regular front controller possible
Greg Beaver [Mon, 21 Apr 2008 17:46:24 +0000 (17:46 +0000)]
new test for custom 404 handler, fix segfault found by test
Greg Beaver [Mon, 21 Apr 2008 17:04:15 +0000 (17:04 +0000)]
increase code coverage of phar.c significantly by ensuring signature algorithm test is actually run (duh)
Greg Beaver [Mon, 21 Apr 2008 16:56:45 +0000 (16:56 +0000)]
increase code coverage
Greg Beaver [Mon, 21 Apr 2008 16:51:26 +0000 (16:51 +0000)]
remove unused code
Greg Beaver [Mon, 21 Apr 2008 16:50:18 +0000 (16:50 +0000)]
another refactoring to combine an error and improve code coverage as a side effect
Greg Beaver [Mon, 21 Apr 2008 16:46:01 +0000 (16:46 +0000)]
minor re-factoring reduces code lines for an error (and evilly increases code coverage at gcov ;)
Greg Beaver [Mon, 21 Apr 2008 16:42:53 +0000 (16:42 +0000)]
minor re-factoring reduces code lines for an error (and evilly increases code coverage at gcov ;)
Greg Beaver [Mon, 21 Apr 2008 16:42:24 +0000 (16:42 +0000)]
cosmetics: same case as other tests
Greg Beaver [Mon, 21 Apr 2008 16:39:11 +0000 (16:39 +0000)]
new test for non-executable zip named as phar
Greg Beaver [Mon, 21 Apr 2008 16:29:09 +0000 (16:29 +0000)]
implement opendir for mounted directories - much simpler to do than I initially thought
Antony Dovgal [Mon, 21 Apr 2008 15:37:07 +0000 (15:37 +0000)]
[DOC] add hash_copy() to be able to copy hash resource
Felipe Pena [Mon, 21 Apr 2008 12:50:40 +0000 (12:50 +0000)]
- Added UEXPECTF
Dmitry Stogov [Mon, 21 Apr 2008 10:15:26 +0000 (10:15 +0000)]
Optimized function call helper
Greg Beaver [Mon, 21 Apr 2008 06:46:40 +0000 (06:46 +0000)]
finish code coverage for tar file format
Greg Beaver [Mon, 21 Apr 2008 06:33:49 +0000 (06:33 +0000)]
add test for huge filenames, fix huge filename reading
Greg Beaver [Mon, 21 Apr 2008 06:21:09 +0000 (06:21 +0000)]
new test for corrupted tar with hard link to nowhere
Greg Beaver [Mon, 21 Apr 2008 06:17:51 +0000 (06:17 +0000)]
implement symbolic link support within a tar-based phar archive
this also resulted in a major fix for mounted directories, which were recycling the 'link' field which
could cause stupid conflicts with actual links, so move that to new 'tmp' field.
<changelog@php.net> [Mon, 21 Apr 2008 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 20 Apr 2008 21:48:30 +0000 (21:48 +0000)]
use a tar generated by the tar command to test links. Test still fails
Greg Beaver [Sun, 20 Apr 2008 17:59:14 +0000 (17:59 +0000)]
add test for symbolic and hard links
Greg Beaver [Sun, 20 Apr 2008 17:28:54 +0000 (17:28 +0000)]
new test for bad checksum, fix tar.c to catch tar archives with a corrupted first entry, fix memleak on bad checksum
Greg Beaver [Sun, 20 Apr 2008 17:19:24 +0000 (17:19 +0000)]
fix tests to match CVS
Greg Beaver [Sun, 20 Apr 2008 16:58:08 +0000 (16:58 +0000)]
fix truncation test
Greg Beaver [Sun, 20 Apr 2008 15:12:09 +0000 (15:12 +0000)]
add failing test for truncated tar archive
Greg Beaver [Sun, 20 Apr 2008 14:54:05 +0000 (14:54 +0000)]
new test, increases code coverage slightly
Greg Beaver [Sun, 20 Apr 2008 05:50:40 +0000 (05:50 +0000)]
fix test to be OS-agnostic
Greg Beaver [Sun, 20 Apr 2008 05:49:06 +0000 (05:49 +0000)]
re-adding as binary
Greg Beaver [Sun, 20 Apr 2008 05:48:52 +0000 (05:48 +0000)]
added as text, removing in order to re-add
Greg Beaver [Sun, 20 Apr 2008 05:41:41 +0000 (05:41 +0000)]
amend zip test to actually test file perms creation/reading and fix severely broken permissions creation
Greg Beaver [Sun, 20 Apr 2008 05:22:02 +0000 (05:22 +0000)]
add new test for openoffice-created zip
Greg Beaver [Sun, 20 Apr 2008 05:19:20 +0000 (05:19 +0000)]
new test for unix 'zip' command-created zip archives
Greg Beaver [Sun, 20 Apr 2008 04:35:14 +0000 (04:35 +0000)]
fix fopen test problem - behavior is slightly different from PHP 5.2 -> PHP 5.3
now all tests pass on windows on my box
Greg Beaver [Sun, 20 Apr 2008 04:19:13 +0000 (04:19 +0000)]
fix all but 1 test on windows (yay)
Greg Beaver [Sun, 20 Apr 2008 04:10:51 +0000 (04:10 +0000)]
fix a couple more tests on windows
Felipe Pena [Sun, 20 Apr 2008 02:25:08 +0000 (02:25 +0000)]
- Fixed tests
Felipe Pena [Sun, 20 Apr 2008 01:44:51 +0000 (01:44 +0000)]
- Better error message
<changelog@php.net> [Sun, 20 Apr 2008 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 20 Apr 2008 00:24:01 +0000 (00:24 +0000)]
fix 98 of 105 failing tests on windows (real progress now)
Felipe Pena [Sat, 19 Apr 2008 23:11:26 +0000 (23:11 +0000)]
- Fixed tests
Greg Beaver [Sat, 19 Apr 2008 17:57:24 +0000 (17:57 +0000)]
fix 3 failing tests out of 108 on windows (whoop-de-doo)
Greg Beaver [Sat, 19 Apr 2008 17:24:41 +0000 (17:24 +0000)]
fix ZTS build
Greg Beaver [Sat, 19 Apr 2008 17:24:26 +0000 (17:24 +0000)]
fix ZTS build and Phar::isValidPharFilename
Greg Beaver [Sat, 19 Apr 2008 06:18:13 +0000 (06:18 +0000)]
new test for unsupported compression versions, vastly enhance error messages on unsupported compression methods, fix memleak
Greg Beaver [Sat, 19 Apr 2008 05:58:40 +0000 (05:58 +0000)]
new tests for corrupted zips
Greg Beaver [Sat, 19 Apr 2008 05:53:57 +0000 (05:53 +0000)]
new test for zip archives with files created from stdin
Greg Beaver [Sat, 19 Apr 2008 05:51:10 +0000 (05:51 +0000)]
new test for encrypted zips
Greg Beaver [Sat, 19 Apr 2008 05:45:10 +0000 (05:45 +0000)]
new test for central directory offset being wrong
Greg Beaver [Sat, 19 Apr 2008 05:39:42 +0000 (05:39 +0000)]
new test for truncated file comment, fix memleak found by test
Greg Beaver [Sat, 19 Apr 2008 05:35:03 +0000 (05:35 +0000)]
new corrupt zip test
Greg Beaver [Sat, 19 Apr 2008 05:30:48 +0000 (05:30 +0000)]
new test for corrupted zip with mis-matched entry counts, and fix memleaks in this test case
Greg Beaver [Sat, 19 Apr 2008 05:15:24 +0000 (05:15 +0000)]
add utility for creating corrupted zip archives for testing purposes
<changelog@php.net> [Sat, 19 Apr 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Fri, 18 Apr 2008 13:54:46 +0000 (13:54 +0000)]
- New tests
Greg Beaver [Fri, 18 Apr 2008 04:13:13 +0000 (04:13 +0000)]
COMPLETELY rework filename extension detection. Now the only requirements are:
1 - executable phars must contain '.phar' in the filename
2 - non-executable phars must not contain '.phar' and must have an extension of at least 1 character
In addition, phar filenames must exist if opened for read, and the directory containing the phar must exist if opened for creation
if opened for creation, the file must not already exist
[DOC]
Christopher Jones [Fri, 18 Apr 2008 02:35:08 +0000 (02:35 +0000)]
MFB: Set extension status back to dev
<changelog@php.net> [Fri, 18 Apr 2008 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Fri, 18 Apr 2008 00:04:45 +0000 (00:04 +0000)]
Code:
- Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior)
- Fix session reuse with 10.2 client libs
- Fix the Ping macro version check for 10.2
- Add type check associated with zend_list_find
- Code connection re-organized for reuse
- Format comments
- WS changes
- Prepare for new PECL release
Tests:
- Add new tests
- Rationalize password tests
- Revert use of __DIR__ so tests will work with PHP 5.2
- Update some skipifs to make tests more portable
Rob Richards [Thu, 17 Apr 2008 20:19:53 +0000 (20:19 +0000)]
fix bug #44648 (Attribute names not checked for wellformedness)
fix some warnings
Felipe Pena [Thu, 17 Apr 2008 18:16:34 +0000 (18:16 +0000)]
- New test
Felipe Pena [Thu, 17 Apr 2008 11:08:32 +0000 (11:08 +0000)]
- Fixed typo
Dmitry Stogov [Thu, 17 Apr 2008 10:21:25 +0000 (10:21 +0000)]
Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
<changelog@php.net> [Thu, 17 Apr 2008 01:31:40 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 16 Apr 2008 20:26:22 +0000 (20:26 +0000)]
fix compression zip tests
Greg Beaver [Wed, 16 Apr 2008 20:15:19 +0000 (20:15 +0000)]
add failing tests for compression of zip files internally
Greg Beaver [Wed, 16 Apr 2008 20:08:02 +0000 (20:08 +0000)]
fix large zip test
Greg Beaver [Wed, 16 Apr 2008 19:48:31 +0000 (19:48 +0000)]
load entire end of zip instead of weird 8k looping, logic is much simpler, and it's only 65k instead of 8k
Greg Beaver [Wed, 16 Apr 2008 19:47:41 +0000 (19:47 +0000)]
make test OS-agnostic
Derick Rethans [Wed, 16 Apr 2008 17:24:00 +0000 (17:24 +0000)]
- MF52: Fixed bug #44703 (htmlspecialchars() does not detect bad character set
argument).
#- WIll merge to 5.3 later, that branch has some more modifications.
Antony Dovgal [Wed, 16 Apr 2008 13:19:31 +0000 (13:19 +0000)]
always initialize mod_type
Antony Dovgal [Wed, 16 Apr 2008 13:17:44 +0000 (13:17 +0000)]
unicode support and minor leak fix
Antony Dovgal [Wed, 16 Apr 2008 13:02:26 +0000 (13:02 +0000)]
convert ext/ldap to use new parameter parsing API
also restructure the extension to get rid of some garbage
Andrey Hristov [Wed, 16 Apr 2008 12:53:18 +0000 (12:53 +0000)]
Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree