summaryrefslogtreecommitdiff
path: root/ext/phar/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add ability of alias resolving (it cause problem while work with opcache)Xinchen Hui2013-10-171-0/+2
|
* Fixed Bug #65142 Missing phar man pageRemi Collet2013-07-021-0/+2
| | | | Simple man page from phar help output.
* re-enable ext/phar on big-endian systems, fixes verified as workignGreg Beaver2009-02-161-6/+0
|
* revert accidental commit of config.m4, big-endian isn't ready quite yetGreg Beaver2009-02-151-5/+5
|
* fix setting of 32-bit value on big-endian systemsGreg Beaver2009-02-151-5/+5
|
* Properly disable phar for the momentJohannes Schlüter2009-01-281-0/+1
|
* Disable Phar on big endian systems for beta 1.Scott MacVicar2009-01-281-0/+5
|
* - MFH Fix dependency from Phar to hashMarcus Boerger2008-11-041-1/+4
|
* fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-0/+5
|
* MFH Remove obsolete check (thanks Tony)Steph Fox2008-08-021-2/+0
|
* - Some config*.m4 file cleanups: NO tabs in these!Jani Taskinen2008-07-141-1/+1
|
* add openssl signing support. This adds an extra parameterGreg Beaver2008-06-011-0/+11
| | | | | | | 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]
* enable by default statically instead of sharedGreg Beaver2008-05-171-3/+1
| | | | | | | this is done by removing zlib/bz2 explicit dependencies because they are unnecessary we only ever use the stream filter, and the check for existence has been moved to runtime where it is after startup
* cosmeticsGreg Beaver2008-05-161-1/+1
|
* as discussed on internals, enable phar by default for testing purposes.Greg Beaver2008-05-161-1/+1
| | | | | | Phar is enabled as a shared extension by default in order to allow zlib/bz2 to be built shared. If phar is statically built, both zlib and bz2 must be statically built in order for phar to use them, so default compile as shared is much more flexible
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+15