Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability of alias resolving (it cause problem while work with opcache) | Xinchen Hui | 2013-10-17 | 1 | -0/+2 |
| | |||||
* | Fixed Bug #65142 Missing phar man page | Remi Collet | 2013-07-02 | 1 | -0/+2 |
| | | | | Simple man page from phar help output. | ||||
* | re-enable ext/phar on big-endian systems, fixes verified as workign | Greg Beaver | 2009-02-16 | 1 | -6/+0 |
| | |||||
* | revert accidental commit of config.m4, big-endian isn't ready quite yet | Greg Beaver | 2009-02-15 | 1 | -5/+5 |
| | |||||
* | fix setting of 32-bit value on big-endian systems | Greg Beaver | 2009-02-15 | 1 | -5/+5 |
| | |||||
* | Properly disable phar for the moment | Johannes Schlüter | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | Disable Phar on big endian systems for beta 1. | Scott MacVicar | 2009-01-28 | 1 | -0/+5 |
| | |||||
* | - MFH Fix dependency from Phar to hash | Marcus Boerger | 2008-11-04 | 1 | -1/+4 |
| | |||||
* | fix bug #45907: undefined reference to PHP_SHA512Init | Greg Beaver | 2008-10-09 | 1 | -0/+5 |
| | |||||
* | MFH Remove obsolete check (thanks Tony) | Steph Fox | 2008-08-02 | 1 | -2/+0 |
| | |||||
* | - Some config*.m4 file cleanups: NO tabs in these! | Jani Taskinen | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | add openssl signing support. This adds an extra parameter | Greg Beaver | 2008-06-01 | 1 | -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 shared | Greg Beaver | 2008-05-17 | 1 | -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 | ||||
* | cosmetics | Greg Beaver | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | as discussed on internals, enable phar by default for testing purposes. | Greg Beaver | 2008-05-16 | 1 | -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 Migration | 2008-05-12 | 1 | -0/+15 |