Greg Beaver
fb86c3f7a2
MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)
2009-06-05 04:46:49 +00:00
Greg Beaver
a8e7103bbe
MFPECL: fix security vulnerability in phar's handling of long tar filenames
2009-06-04 19:59:09 +00:00
Greg Beaver
1c30b43e50
MFH: fix potential segfault when converting phars with metadata to other formats, add test
2009-05-24 18:50:58 +00:00
Greg Beaver
475cf4d288
fix Bug #48257 : PharData throws exception with non-phar tar
2009-05-13 20:25:43 +00:00
Felipe Pena
937b429ad8
- Fixed tests
2009-05-11 01:51:07 +00:00
Antony Dovgal
8594654160
fix test
2009-05-01 22:23:59 +00:00
Greg Beaver
6289c323d3
MFPECL fix PECL Bug #14646 : phar error message unclear with php stream wrappers (note: is there a standard way to list PECL bugs in NEWS?)
2009-04-30 04:43:10 +00:00
Greg Beaver
e9d2d08b3c
new test - test passes here, but the pear2coverage.phar.php segfaults in apache 2.2 sapi
2009-04-28 19:28:52 +00:00
Jani Taskinen
3d87ef8b21
MFH
2009-04-25 17:57:36 +00:00
Greg Beaver
4d92c7bffc
revert removal of openssl check, was confusion on my part
2009-03-01 07:20:26 +00:00
Greg Beaver
26ce51d6f1
add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt
2009-03-01 07:16:46 +00:00
Greg Beaver
a51f628bd1
fix blog.phar for front.phar.phpt test
2009-03-01 07:00:13 +00:00
Greg Beaver
79f5f7538c
fix SKIPIF, EXPECT in 2 tests
2009-03-01 06:50:26 +00:00
Greg Beaver
af84168de6
fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting
2009-02-21 03:15:47 +00:00
Greg Beaver
5c6a25e750
fix the last remaining failing test (explicitly pass in SKIP_DOTS to directory iterator)
2009-02-15 21:43:39 +00:00
Greg Beaver
fd5be66d13
fix bug #47085:rename() returns true even if the file in PHAR does not exist
2009-02-03 18:29:25 +00:00
Felipe Pena
c3631156fc
- Fixed tests
2009-01-25 16:53:07 +00:00
Hannes Magnusson
4bfd481076
MFH: fix test
2008-12-09 13:02:40 +00:00
Alexey Zakhlestin
a4d609ab04
proper check for php-version
2008-10-21 12:59:45 +00:00
Alexey Zakhlestin
7ff4c359e6
fixed wrong check for version
2008-10-21 12:26:35 +00:00
Greg Beaver
347a58939d
last test for cached phar copy on write (forgot this one yesterday)
2008-10-14 00:38:01 +00:00
Greg Beaver
fdac2c9a12
increase code coverage
2008-10-13 04:50:37 +00:00
Greg Beaver
3a54017556
add complete tests verifying copy-on-write for cached phars
2008-10-13 04:21:09 +00:00
Greg Beaver
5bc1122056
fix faulty tests
2008-10-12 23:32:50 +00:00
Greg Beaver
e16636f069
add tests for copy-on-write support
...
- fix metadata handling with cached phars
- fix virtual_dirs with rmdir
- ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data
2008-10-12 19:40:11 +00:00
Greg Beaver
eaf5d4c8b3
add missing --INI-- section
2008-10-12 18:54:00 +00:00
Greg Beaver
a2b4f65a0c
re-add as binary
2008-10-12 18:47:19 +00:00
Greg Beaver
da731473aa
oops, need to add as binary
2008-10-12 18:46:46 +00:00
Greg Beaver
15cac7f22f
add missing file for tests
2008-10-12 18:45:46 +00:00
Greg Beaver
261d300a0f
add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods
2008-10-12 06:53:32 +00:00
Greg Beaver
5a00c7baf0
re-add as binary
2008-10-12 06:41:27 +00:00
Greg Beaver
415a37bfae
stupid cvs added this as text
2008-10-12 06:41:01 +00:00
Greg Beaver
0182bbf76b
fix files for advanced include_path test
2008-10-12 06:40:36 +00:00
Greg Beaver
53e1428b06
increase code coverage
2008-10-12 05:41:22 +00:00
Greg Beaver
60969b5385
fix links for fseek as well
2008-10-11 22:20:57 +00:00
Greg Beaver
59379244ad
fix reading links from streams (works with PharFileInfo->getContent())
2008-10-11 22:12:07 +00:00
Greg Beaver
eb41e0d64f
work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression
2008-10-11 20:57:08 +00:00
Greg Beaver
fffdf661c9
fix bug #45907 : undefined reference to PHP_SHA512Init
2008-10-09 00:50:47 +00:00
Greg Beaver
41c95a030d
fix test (thanks Tony)
2008-09-30 13:25:48 +00:00
Greg Beaver
1847779210
fix bug #46178 : memory leak in ext/phar
2008-09-26 16:29:44 +00:00
Greg Beaver
dd51a607e2
increase code coverage, fix bzip2-compressed alias in zip
2008-09-14 06:31:20 +00:00
Greg Beaver
9eb83b6ae9
fix minor issues found by ICC (unused variables and the like)
2008-09-13 22:30:55 +00:00
Greg Beaver
760172fcee
fix Bug #46060 : addEmptyDir() breaks
2008-09-13 20:57:09 +00:00
Antony Dovgal
f2d766b917
fix test
2008-09-11 13:38:15 +00:00
Greg Beaver
e7b6fe1b45
fix Bug #46032 : PharData::__construct wrong memory read
2008-09-11 03:29:15 +00:00
Steph Fox
e8be4d93c5
- Ensure that we're always checking for OpenSSL support, rather than just for ext/openssl being loaded
2008-08-31 19:18:35 +00:00
Greg Beaver
678db15b51
commit missing files for tests
2008-08-31 07:03:26 +00:00
Greg Beaver
61b09ab834
fix OS-dependent order in test
2008-08-30 23:12:56 +00:00
Greg Beaver
c3e8485971
fix bug #45792 : bz2 compressed files in zip failure
2008-08-21 05:17:28 +00:00
Antony Dovgal
6eb565a8b0
fix test
2008-08-16 10:48:29 +00:00