]> granicus.if.org Git - php/log
php
16 years agonew test for Phar::mapPhar with phar.extract_list
Greg Beaver [Wed, 23 Apr 2008 17:25:52 +0000 (17:25 +0000)]
new test for Phar::mapPhar with phar.extract_list

16 years agoremove/move unreachable code
Greg Beaver [Wed, 23 Apr 2008 17:23:32 +0000 (17:23 +0000)]
remove/move unreachable code

16 years agoimprove rewrite callback support, add test for callback that does not return string...
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

16 years ago- Fix Windows build
Johannes Schlüter [Wed, 23 Apr 2008 16:55:51 +0000 (16:55 +0000)]
- Fix Windows build

16 years agonew test for valid callback that fails for rewrite callback
Greg Beaver [Wed, 23 Apr 2008 16:50:19 +0000 (16:50 +0000)]
new test for valid callback that fails for rewrite callback

16 years agonew test for invalid rewrite callback
Greg Beaver [Wed, 23 Apr 2008 16:47:12 +0000 (16:47 +0000)]
new test for invalid rewrite callback

16 years agonew test for SCRIPT_NAME not containing the filename
Greg Beaver [Wed, 23 Apr 2008 16:06:59 +0000 (16:06 +0000)]
new test for SCRIPT_NAME not containing the filename

16 years agonew test for webPhar failure on opening file
Greg Beaver [Wed, 23 Apr 2008 16:03:08 +0000 (16:03 +0000)]
new test for webPhar failure on opening file

16 years agonew test for webPhar with phar.extract_list
Greg Beaver [Wed, 23 Apr 2008 16:00:06 +0000 (16:00 +0000)]
new test for webPhar with phar.extract_list

16 years agoopen_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
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)

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

16 years agoensure freeing of cwd/name happens in all cases
Greg Beaver [Tue, 22 Apr 2008 17:34:00 +0000 (17:34 +0000)]
ensure freeing of cwd/name happens in all cases

16 years agofix headers in test
Greg Beaver [Tue, 22 Apr 2008 17:29:11 +0000 (17:29 +0000)]
fix headers in test

16 years agonew test for fatal error in php file executed by front controller
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

16 years agore-enable disabled cwd code
Greg Beaver [Tue, 22 Apr 2008 17:19:06 +0000 (17:19 +0000)]
re-enable disabled cwd code

16 years agoremove unreachable code, add test for large non-php file
Greg Beaver [Tue, 22 Apr 2008 17:17:29 +0000 (17:17 +0000)]
remove unreachable code, add test for large non-php file

16 years agoremove unreachable code
Greg Beaver [Tue, 22 Apr 2008 17:13:07 +0000 (17:13 +0000)]
remove unreachable code

16 years agofix PATH_INFO munging, add to test case
Greg Beaver [Tue, 22 Apr 2008 17:11:30 +0000 (17:11 +0000)]
fix PATH_INFO munging, add to test case

16 years agoremove unreachable code, add test for no file extension and unknown file extension...
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

16 years agoNew set of session extension tests for PHP 6.0 branch.
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.

16 years agoFix some ereg tests for 64bit platforms.
Robin Fernandes [Tue, 22 Apr 2008 15:31:54 +0000 (15:31 +0000)]
Fix some ereg tests for 64bit platforms.

16 years agofix tests
Antony Dovgal [Tue, 22 Apr 2008 13:31:17 +0000 (13:31 +0000)]
fix tests

16 years agoFix compiler warnings with redefinition of _WIN32_WINNT
Scott MacVicar [Tue, 22 Apr 2008 12:18:42 +0000 (12:18 +0000)]
Fix compiler warnings with redefinition of _WIN32_WINNT

16 years agobig ol code coverage test for bad parameters to Phar methods
Greg Beaver [Tue, 22 Apr 2008 05:17:04 +0000 (05:17 +0000)]
big ol code coverage test for bad parameters to Phar methods

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

16 years agofix Phar::mount() to also allow running externally with full phar:// path, add test
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

16 years agofix Phar::running()
Greg Beaver [Mon, 21 Apr 2008 18:06:20 +0000 (18:06 +0000)]
fix Phar::running()

16 years agofix discovery of files hidden in a URL - makes using any regular front controller...
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

16 years agonew test for custom 404 handler, fix segfault found by test
Greg Beaver [Mon, 21 Apr 2008 17:46:24 +0000 (17:46 +0000)]
new test for custom 404 handler, fix segfault found by test

16 years agoincrease code coverage of phar.c significantly by ensuring signature algorithm 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)

16 years agoincrease code coverage
Greg Beaver [Mon, 21 Apr 2008 16:56:45 +0000 (16:56 +0000)]
increase code coverage

16 years agoremove unused code
Greg Beaver [Mon, 21 Apr 2008 16:51:26 +0000 (16:51 +0000)]
remove unused code

16 years agoanother refactoring to combine an error and improve code coverage as a side effect
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

16 years agominor re-factoring reduces code lines for an error (and evilly increases code coverag...
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 ;)

16 years agominor re-factoring reduces code lines for an error (and evilly increases code coverag...
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 ;)

16 years agocosmetics: same case as other tests
Greg Beaver [Mon, 21 Apr 2008 16:42:24 +0000 (16:42 +0000)]
cosmetics: same case as other tests

16 years agonew test for non-executable zip named as phar
Greg Beaver [Mon, 21 Apr 2008 16:39:11 +0000 (16:39 +0000)]
new test for non-executable zip named as phar

16 years agoimplement opendir for mounted directories - much simpler to do than I initially thought
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

16 years ago[DOC] add hash_copy() to be able to copy hash resource
Antony Dovgal [Mon, 21 Apr 2008 15:37:07 +0000 (15:37 +0000)]
[DOC] add hash_copy() to be able to copy hash resource

16 years ago- Added UEXPECTF
Felipe Pena [Mon, 21 Apr 2008 12:50:40 +0000 (12:50 +0000)]
- Added UEXPECTF

16 years agoOptimized function call helper
Dmitry Stogov [Mon, 21 Apr 2008 10:15:26 +0000 (10:15 +0000)]
Optimized function call helper

16 years agofinish code coverage for tar file format
Greg Beaver [Mon, 21 Apr 2008 06:46:40 +0000 (06:46 +0000)]
finish code coverage for tar file format

16 years agoadd test for huge filenames, fix huge filename reading
Greg Beaver [Mon, 21 Apr 2008 06:33:49 +0000 (06:33 +0000)]
add test for huge filenames, fix huge filename reading

16 years agonew test for corrupted tar with hard link to nowhere
Greg Beaver [Mon, 21 Apr 2008 06:21:09 +0000 (06:21 +0000)]
new test for corrupted tar with hard link to nowhere

16 years agoimplement symbolic link support within a tar-based phar archive
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.

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

16 years agouse a tar generated by the tar command to test links. Test still fails
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

16 years agoadd test for symbolic and hard links
Greg Beaver [Sun, 20 Apr 2008 17:59:14 +0000 (17:59 +0000)]
add test for symbolic and hard links

16 years agonew test for bad checksum, fix tar.c to catch tar archives with a corrupted first...
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

16 years agofix tests to match CVS
Greg Beaver [Sun, 20 Apr 2008 17:19:24 +0000 (17:19 +0000)]
fix tests to match CVS

16 years agofix truncation test
Greg Beaver [Sun, 20 Apr 2008 16:58:08 +0000 (16:58 +0000)]
fix truncation test

16 years agoadd failing test for truncated tar archive
Greg Beaver [Sun, 20 Apr 2008 15:12:09 +0000 (15:12 +0000)]
add failing test for truncated tar archive

16 years agonew test, increases code coverage slightly
Greg Beaver [Sun, 20 Apr 2008 14:54:05 +0000 (14:54 +0000)]
new test, increases code coverage slightly

16 years agofix test to be OS-agnostic
Greg Beaver [Sun, 20 Apr 2008 05:50:40 +0000 (05:50 +0000)]
fix test to be OS-agnostic

16 years agore-adding as binary
Greg Beaver [Sun, 20 Apr 2008 05:49:06 +0000 (05:49 +0000)]
re-adding as binary

16 years agoadded as text, removing in order to re-add
Greg Beaver [Sun, 20 Apr 2008 05:48:52 +0000 (05:48 +0000)]
added as text, removing in order to re-add

16 years agoamend zip test to actually test file perms creation/reading and fix severely broken...
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

16 years agoadd new test for openoffice-created zip
Greg Beaver [Sun, 20 Apr 2008 05:22:02 +0000 (05:22 +0000)]
add new test for openoffice-created zip

16 years agonew test for unix 'zip' command-created zip archives
Greg Beaver [Sun, 20 Apr 2008 05:19:20 +0000 (05:19 +0000)]
new test for unix 'zip' command-created zip archives

16 years agofix fopen test problem - behavior is slightly different from PHP 5.2 -> PHP 5.3
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

16 years agofix all but 1 test on windows (yay)
Greg Beaver [Sun, 20 Apr 2008 04:19:13 +0000 (04:19 +0000)]
fix all but 1 test on windows (yay)

16 years agofix a couple more tests on windows
Greg Beaver [Sun, 20 Apr 2008 04:10:51 +0000 (04:10 +0000)]
fix a couple more tests on windows

16 years ago- Fixed tests
Felipe Pena [Sun, 20 Apr 2008 02:25:08 +0000 (02:25 +0000)]
- Fixed tests

16 years ago- Better error message
Felipe Pena [Sun, 20 Apr 2008 01:44:51 +0000 (01:44 +0000)]
- Better error message

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

16 years agofix 98 of 105 failing tests on windows (real progress now)
Greg Beaver [Sun, 20 Apr 2008 00:24:01 +0000 (00:24 +0000)]
fix 98 of 105 failing tests on windows (real progress now)

16 years ago- Fixed tests
Felipe Pena [Sat, 19 Apr 2008 23:11:26 +0000 (23:11 +0000)]
- Fixed tests

16 years agofix 3 failing tests out of 108 on windows (whoop-de-doo)
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)

16 years agofix ZTS build
Greg Beaver [Sat, 19 Apr 2008 17:24:41 +0000 (17:24 +0000)]
fix ZTS build

16 years agofix ZTS build and Phar::isValidPharFilename
Greg Beaver [Sat, 19 Apr 2008 17:24:26 +0000 (17:24 +0000)]
fix ZTS build and Phar::isValidPharFilename

16 years agonew test for unsupported compression versions, vastly enhance error messages on unsup...
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

16 years agonew tests for corrupted zips
Greg Beaver [Sat, 19 Apr 2008 05:58:40 +0000 (05:58 +0000)]
new tests for corrupted zips

16 years agonew test for zip archives with files created from stdin
Greg Beaver [Sat, 19 Apr 2008 05:53:57 +0000 (05:53 +0000)]
new test for zip archives with files created from stdin

16 years agonew test for encrypted zips
Greg Beaver [Sat, 19 Apr 2008 05:51:10 +0000 (05:51 +0000)]
new test for encrypted zips

16 years agonew test for central directory offset being wrong
Greg Beaver [Sat, 19 Apr 2008 05:45:10 +0000 (05:45 +0000)]
new test for central directory offset being wrong

16 years agonew test for truncated file comment, fix memleak found by test
Greg Beaver [Sat, 19 Apr 2008 05:39:42 +0000 (05:39 +0000)]
new test for truncated file comment, fix memleak found by test

16 years agonew corrupt zip test
Greg Beaver [Sat, 19 Apr 2008 05:35:03 +0000 (05:35 +0000)]
new corrupt zip test

16 years agonew test for corrupted zip with mis-matched entry counts, and fix memleaks in this...
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

16 years agoadd utility for creating corrupted zip archives for testing purposes
Greg Beaver [Sat, 19 Apr 2008 05:15:24 +0000 (05:15 +0000)]
add utility for creating corrupted zip archives for testing purposes

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

16 years ago- New tests
Felipe Pena [Fri, 18 Apr 2008 13:54:46 +0000 (13:54 +0000)]
- New tests

16 years agoCOMPLETELY rework filename extension detection. Now the only requirements are:
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]

16 years agoMFB: Set extension status back to dev
Christopher Jones [Fri, 18 Apr 2008 02:35:08 +0000 (02:35 +0000)]
MFB: Set extension status back to dev

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

16 years agoCode:
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

16 years agofix bug #44648 (Attribute names not checked for wellformedness)
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

16 years ago- New test
Felipe Pena [Thu, 17 Apr 2008 18:16:34 +0000 (18:16 +0000)]
- New test

16 years ago- Fixed typo
Felipe Pena [Thu, 17 Apr 2008 11:08:32 +0000 (11:08 +0000)]
- Fixed typo

16 years agoFixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
Dmitry Stogov [Thu, 17 Apr 2008 10:21:25 +0000 (10:21 +0000)]
Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)

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

16 years agofix compression zip tests
Greg Beaver [Wed, 16 Apr 2008 20:26:22 +0000 (20:26 +0000)]
fix compression zip tests

16 years agoadd failing tests for compression of zip files internally
Greg Beaver [Wed, 16 Apr 2008 20:15:19 +0000 (20:15 +0000)]
add failing tests for compression of zip files internally

16 years agofix large zip test
Greg Beaver [Wed, 16 Apr 2008 20:08:02 +0000 (20:08 +0000)]
fix large zip test

16 years agoload entire end of zip instead of weird 8k looping, logic is much simpler, and it...
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

16 years agomake test OS-agnostic
Greg Beaver [Wed, 16 Apr 2008 19:47:41 +0000 (19:47 +0000)]
make test OS-agnostic

16 years ago- MF52: Fixed bug #44703 (htmlspecialchars() does not detect bad character set
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.

16 years agoalways initialize mod_type
Antony Dovgal [Wed, 16 Apr 2008 13:19:31 +0000 (13:19 +0000)]
always initialize mod_type

16 years agounicode support and minor leak fix
Antony Dovgal [Wed, 16 Apr 2008 13:17:44 +0000 (13:17 +0000)]
unicode support and minor leak fix

16 years agoconvert ext/ldap to use new parameter parsing API
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

16 years agoUpdate ext/mysql, ext/mysqli and ext/mysqlnd from development tree
Andrey Hristov [Wed, 16 Apr 2008 12:53:18 +0000 (12:53 +0000)]
Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree