summaryrefslogtreecommitdiff
path: root/ext/phar/Makefile.frag
Commit message (Collapse)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Fix bug #76030 RE2C_FLAGS rarely honouredCristian Rodríguez2018-08-121-2/+2
| | | | | | | | | Since PHP 5.3 the default lexer generator is RE2C. On Unix-alike build systems there is also optional configure option --enable-re2c-cgoto which enables optimized conditional jumps using non-standard computed goto extension. It is available since RE2C 0.10.3 so it's well covered by RE2C versions PHP uses. This patch syncs usage of -g option accross the PHP Unix-alike build system.
* Allow pecl like usage in ext/phar, closes #2955Anatol Belski2018-01-151-1/+6
|
* Merge branch 'PHP-5.6'Remi Collet2015-05-211-1/+1
|\ | | | | | | | | | | | | * PHP-5.6: NEWS Fixed bug #69680 (phar symlink in binary directory broken). Make the phar symlink relative
| * Make the phar symlink relativeponce2015-05-211-1/+1
| | | | | | | | | | or we got a symlink pointing to the build files thanks also to remicollet
* | Don't read the local php.ini when Generating PharRasmus Lerdorf2015-02-161-1/+1
|/ | | | | | When building phar shared, you can end up loading a previous phar.so that isn't compatible with the php cli being used to generate Phar here.
* added missing INSTALL_ROOTSebastian Brandt2014-11-231-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-07-021-0/+4
|\ | | | | | | | | | | | | * PHP-5.4: Fixed Bug #65142 Missing phar man page NEWS Fixed Bug #65143 Missing php-cgi man page
| * Fixed Bug #65142 Missing phar man pageRemi Collet2013-07-021-0/+4
| | | | | | | | Simple man page from phar help output.
* | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-061-1/+1
|/ | | | changes in generated files.
* MFB: fix lcov build (r308657)Nuno Lopes2011-02-251-2/+1
|
* - Fix bug #50578, incorrect shebang in phar.pharPierre Joye2010-06-161-5/+1
|
* fix php bug #48783: make install will fail saying phar file existsGreg Beaver2009-07-231-0/+1
|
* fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final ↵Greg Beaver2009-07-231-1/+1
| | | | install location
* don't package up subversion directory in phar.pharGreg Beaver2009-07-221-1/+1
|
* fix bug #47265 (generating phar.phar fails because of safe_mode)Greg Beaver2009-02-031-1/+1
|
* MFH Use ' -f' as requestedMarcus Boerger2008-12-131-1/+1
|
* - MFH When installing phar, make phar a link to phar.pharMarcus Boerger2008-12-071-0/+1
|
* - wsSteph Fox2008-06-211-1/+0
|
* - Make phar.phar building work for virtualized buildsMarcus Boerger2008-06-041-4/+8
|
* - Use -n only for current built PHPMarcus Boerger2008-06-041-2/+2
|
* - Prefer current CLI target to build phar.pharMarcus Boerger2008-06-031-17/+29
| | | | | | - Use php -n - Use shared phar, bz2, zlib automatically
* - Remove checked-in or older version of phar.phar as we might not be able to ↵Marcus Boerger2008-06-021-1/+2
| | | | open it
* - Add phar command as installable commandMarcus Boerger2008-05-311-0/+4
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+25