Pedro Magalhães
9c5af4e4cb
Remove the b prefix from literals on unrelated tests
2016-11-20 21:11:53 +01:00
Pedro Magalhães
343f5c62fc
Remove binary casts from PHAR's default stub
2016-11-09 03:24:40 +00:00
Nikita Popov
906456c410
call_user_func(_array): Don't abort on reference warning
...
Change zend_call_function() to not abort the call if a non-reference
is passed to a reference argument. The usual warning will still be
thrown, but the call will proceed as usual.
2016-08-23 10:29:15 +03:00
Greg Beaver
e7e232cd2b
make cache_list tests pass in php 6
2009-07-26 03:07:23 +00:00
Greg Beaver
175577a4dd
MFB: 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:57 +00:00
Greg Beaver
8f438d17ad
MFB: fix test
2009-02-15 21:50:58 +00:00
Greg Beaver
51e82ec848
MFB: last test for cached phar copy on write (forgot this one yesterday)
2008-10-14 00:38:11 +00:00
Greg Beaver
072f4489de
MFB: add complete tests verifying copy-on-write for cached phars
2008-10-13 04:21:19 +00:00
Greg Beaver
c448cb165c
MFB: 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:30 +00:00
Greg Beaver
10d023be20
MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods
2008-10-12 06:53:52 +00:00
Steph Fox
05c3104097
- Missed the files we don't use yet
2008-08-31 21:09:10 +00:00
Steph Fox
cd011d1e9a
- MFB
2008-08-31 20:54:28 +00:00
Steph Fox
fa2f1c171b
- Somehow 'cvs add' managed to ignore these completely(?)
2008-08-01 17:34:03 +00:00