]>
granicus.if.org Git - php/log
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
Pierre Joye [Wed, 16 Apr 2008 09:56:36 +0000 (09:56 +0000)]
- add test
Pierre Joye [Wed, 16 Apr 2008 09:41:05 +0000 (09:41 +0000)]
- prepare 1.0.2
Pierre Joye [Wed, 16 Apr 2008 09:30:16 +0000 (09:30 +0000)]
- Fix protos
Greg Beaver [Wed, 16 Apr 2008 04:34:25 +0000 (04:34 +0000)]
fix end of directory locator detection code, add failing test for large zips
Greg Beaver [Wed, 16 Apr 2008 04:16:20 +0000 (04:16 +0000)]
fix test - metadata works now
Greg Beaver [Wed, 16 Apr 2008 04:15:08 +0000 (04:15 +0000)]
fix segfault in meta-data parsing of zip archives
Greg Beaver [Wed, 16 Apr 2008 04:11:14 +0000 (04:11 +0000)]
add failing test for metadata support in zip archives
Greg Beaver [Wed, 16 Apr 2008 04:01:33 +0000 (04:01 +0000)]
rename is_zip parameter of phar_parse_metadata to more accurately reflect what it is
Greg Beaver [Wed, 16 Apr 2008 03:55:13 +0000 (03:55 +0000)]
increase code coverage
Greg Beaver [Wed, 16 Apr 2008 03:54:06 +0000 (03:54 +0000)]
forgot F in EXPECTF
Greg Beaver [Wed, 16 Apr 2008 03:54:05 +0000 (03:54 +0000)]
increase code coverage
Greg Beaver [Wed, 16 Apr 2008 03:42:29 +0000 (03:42 +0000)]
add another test for alias overloading and make sure we disallow it when passed in constructor
Greg Beaver [Wed, 16 Apr 2008 03:27:45 +0000 (03:27 +0000)]
fix tests so $Revision$ does not screw with things
Greg Beaver [Wed, 16 Apr 2008 03:26:20 +0000 (03:26 +0000)]
increase code coverage for phpinfo(), rework CLI phpinfo for phar.extract_list to be legible
<changelog@php.net> [Wed, 16 Apr 2008 01:31:42 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Tue, 15 Apr 2008 23:46:44 +0000 (23:46 +0000)]
increase code coverage
Greg Beaver [Tue, 15 Apr 2008 19:26:35 +0000 (19:26 +0000)]
re-add as binary
Greg Beaver [Tue, 15 Apr 2008 19:25:46 +0000 (19:25 +0000)]
aha - added as ascii, removing in order to re-add
Greg Beaver [Tue, 15 Apr 2008 19:25:06 +0000 (19:25 +0000)]
this was corrupted on my windows box. $1m question: is this newly regenerated phar valid on Steph's box and my unix box?
withphar.phpt and withphar_web.phpt use it
Greg Beaver [Tue, 15 Apr 2008 19:16:47 +0000 (19:16 +0000)]
further big-endian systems fixes for zip
Felipe Pena [Tue, 15 Apr 2008 18:59:27 +0000 (18:59 +0000)]
- Fixed test
Greg Beaver [Tue, 15 Apr 2008 18:41:03 +0000 (18:41 +0000)]
fix test on windows
George Wang [Tue, 15 Apr 2008 18:36:48 +0000 (18:36 +0000)]
use nonblock listener socket to avoid blocking
Greg Beaver [Tue, 15 Apr 2008 18:33:47 +0000 (18:33 +0000)]
forgot to commit this yesterday - make error message test PHP-version agnostic
Felipe Pena [Tue, 15 Apr 2008 17:13:08 +0000 (17:13 +0000)]
- Fixed tests (NULL is allowed where binary string is expected)
Elizabeth Marie Smith [Tue, 15 Apr 2008 16:59:40 +0000 (16:59 +0000)]
MFB
Gwynne Raskind [Tue, 15 Apr 2008 16:31:15 +0000 (16:31 +0000)]
force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)
Dmitry Stogov [Tue, 15 Apr 2008 15:52:48 +0000 (15:52 +0000)]
Selected better initial VM stack size
Felipe Pena [Tue, 15 Apr 2008 15:41:41 +0000 (15:41 +0000)]
- Fixed test
Steph Fox [Tue, 15 Apr 2008 14:34:16 +0000 (14:34 +0000)]
- Clean files that actually exist ;)
Greg Beaver [Tue, 15 Apr 2008 13:52:02 +0000 (13:52 +0000)]
truly enable APC in phar
Antony Dovgal [Tue, 15 Apr 2008 12:47:18 +0000 (12:47 +0000)]
remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD
Dmitry Stogov [Tue, 15 Apr 2008 11:32:13 +0000 (11:32 +0000)]
Optimized request startup sequence for php.ini without per dir and per host conf
igurations
Jani Taskinen [Tue, 15 Apr 2008 09:02:16 +0000 (09:02 +0000)]
- missed one line
Jani Taskinen [Tue, 15 Apr 2008 08:43:48 +0000 (08:43 +0000)]
- Readd config_get_has(). No need to document, it is only available for debug builds.
Greg Beaver [Tue, 15 Apr 2008 04:56:34 +0000 (04:56 +0000)]
add support for proper APC caching
Greg Beaver [Tue, 15 Apr 2008 03:36:57 +0000 (03:36 +0000)]
add interception for readfile [DOC]
Greg Beaver [Tue, 15 Apr 2008 03:29:21 +0000 (03:29 +0000)]
add support for big-endian systems to zip implementation
<changelog@php.net> [Tue, 15 Apr 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Scott MacVicar [Tue, 15 Apr 2008 00:39:43 +0000 (00:39 +0000)]
Fixed bug #44719 (More uninitialised values causing wierd errors)
Scott MacVicar [Tue, 15 Apr 2008 00:32:51 +0000 (00:32 +0000)]
Fixed bug #44722 (Segfault setting a null session path)
Greg Beaver [Mon, 14 Apr 2008 22:50:52 +0000 (22:50 +0000)]
fix test to be OS-agnostic
Greg Beaver [Mon, 14 Apr 2008 22:39:27 +0000 (22:39 +0000)]
fix invalid variable access
Greg Beaver [Mon, 14 Apr 2008 22:27:34 +0000 (22:27 +0000)]
fixes test on windows. Does it break on unix? the shadow knows
Greg Beaver [Mon, 14 Apr 2008 22:22:04 +0000 (22:22 +0000)]
fix test on windows
Greg Beaver [Mon, 14 Apr 2008 18:35:10 +0000 (18:35 +0000)]
fix test
Greg Beaver [Mon, 14 Apr 2008 18:33:12 +0000 (18:33 +0000)]
complete rename code coverage tests, completely re-do errors (why are the streams funcs so dang inconsistent in error handling/return values?)
Greg Beaver [Mon, 14 Apr 2008 18:16:51 +0000 (18:16 +0000)]
remove unused file
Greg Beaver [Mon, 14 Apr 2008 18:03:57 +0000 (18:03 +0000)]
remove redundant check for file existence, add another unlink edgecase test
Greg Beaver [Mon, 14 Apr 2008 17:54:38 +0000 (17:54 +0000)]
disallow unlink() on extracted phars (the idea is that it is a read-only for execute thing), add tests for unlink edge cases
Felipe Pena [Mon, 14 Apr 2008 17:51:08 +0000 (17:51 +0000)]
- Fixed test (bug #44533)
Felipe Pena [Mon, 14 Apr 2008 17:42:30 +0000 (17:42 +0000)]
- Fixed test