master
fix blog.phar for front.phar.phpt test
Reindent phpt files
"We shouldn't need a full path to the mount" - Fixed under Windows, cleaned up test
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
Remove the b prefix from literals on unrelated tests
Sync leading and final newlines in source code files
Add another round of missing parameter types to stubs
call_user_func(_array): Don't abort on reference warning
Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)
Fix GH-20442: Phar does not respect case-insensitiveness of __halt_compiler() when reading stub
re-add as binary
fix files for advanced include_path test
Remove binary casts from PHAR's default stub
Duplicate tests to accommodate parameter parsing fixes in 5_3 core (NB the 5_2 tests will fail currently due to name changes, will fix tomorrow)
Merge branch 'pull-request/341'
add openssl signing support. This adds an extra parameter for the contents of the exported private key to Phar->setSignatureAlgorithm, and expects the public key to be in a file named blah.phar.pubkey in the same directory as the phar blah.phar. This works with openssl static or shared and fails gracefully if openssl is not present without adding a dependency. config.w32 needs updating to match config.m4 [DOC]
implement openssl_256 and openssl_512 for phar singatures
Fix test XFAIL, update phar to use spl_autoload_register
tree: drop non canonical casts and ZPP tests
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)