Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move distribution generator script to scripts/dev | Peter Kokot | 2019-03-16 | 1 | -155/+0 |
| | | | | | | | | | | | The more proper place for shell scripts dedicated for development, and releasing PHP should be the scripts/dev directory. Having a cleaner root project directory helps find the main README.md and files relevant to install PHP. These scripts are also used by the release managers mostly who create release packages and aren't used often by the majority of developers working on and installing PHP. | ||||
* | Remove unused --copy option from the makedist | Peter Kokot | 2019-02-16 | 1 | -1/+1 |
| | | | | | The --copy option was once used with Automake. It has been removed via 128119b9abf3446b3867ed6d6bf1503a54bf45ea. | ||||
* | Set AC_CONFIG_AUX_DIR to build directory | Peter Kokot | 2018-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The Autoconf macro AC_CONFIG_AUX_DIR can set the location of the auxiliary build tools such as config.guess, config.sub, and bundled libtool scripts and moves these bundled files from the root directory to the build subdirectory. Additionally some changes in this context or as a part of obsoletion: - The LT_TARGETS variable in build/build2.mk file was once used as a part of the Automake step. It's not used anymore and has been refactored to separate makedist script directly. - ltconfig is not used anymore since libtool 1.4+ cf8d1563c27a70fdd24055c1e80218ec7b5962d6 - phpize file locations for the config.guess, config.sub, and ltmain.sh has been refactored accordingly. | ||||
* | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-20 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | * PHP-7.2: [ci skip] Update NEWS [ci skip] Update NEWS Fix #77041: buildconf should output error messages to stderr | ||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-20 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | * PHP-7.1: [ci skip] Update NEWS Fix #77041: buildconf should output error messages to stderr | ||||
| | * | Fix #77041: buildconf should output error messages to stderr | Mizunashi Mana | 2018-10-20 | 1 | -2/+2 |
| | | | |||||
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -3/+3 |
| | | | |||||
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -3/+3 |
| | | | |||||
* | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -3/+3 |
| | | | |||||
* | | | Remove unused PHP_PROG_LEX macro | Peter Kokot | 2018-07-29 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | Since PHP 5.3 flex lexer has been replaced with re2c. Commit 0f9e2b1753661afe1c0dee6982e161fcf00d349f made PHP_PROG_LEX macro still available for BC. In commit df6bd506d492292ef4353b0f8da0c34eeb076be5 it was updated. Since this macro is entirely not used in PHP source code anymore from PHP 5.3 and up, this patch removes it together with some old traces of warnings suppression and comments. | ||||
* | | Fixed bug #75614 | Nikita Popov | 2017-12-16 | 1 | -1/+1 |
|/ | | | | Replace non-standard == with = in shell scripts. | ||||
* | Fixed bug #70917 install-pear-nozlib.phar missing | Anatol Belski | 2015-11-15 | 1 | -0/+5 |
| | | | | | | The actual bug is caused by some network error while packaged. An error check added to interrupt the packaging process if phar package download failed. | ||||
* | pear 1.10 was released and the go-pear and install pear phars are now php7 ↵ | Ferenc Kovacs | 2015-10-07 | 1 | -1/+1 |
| | | | | compatible | ||||
* | fix wording | Anatol Belski | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | one bracket too much | Anatol Belski | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | add check for required re2c | Anatol Belski | 2015-08-10 | 1 | -1/+6 |
| | | | | >=0.13.5 is required for php-7.0.0 | ||||
* | catch up with the current requirement | Anatol Belski | 2015-08-10 | 1 | -3/+3 |
| | | | | bison 3.0.2 is used for php-7.0.0 | ||||
* | pear 1.10.0dev2 | Ferenc Kovacs | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | use https for fetching the pear installer | Ferenc Kovacs | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | use the new php7 compatible pear installer | Ferenc Kovacs | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | tweak the zendparse symbol to be exported with newer bison | Anatol Belski | 2015-06-28 | 1 | -0/+7 |
| | |||||
* | fix touching | Anatol Belski | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | touch all the files before creating a tarball | Anatol Belski | 2015-06-27 | 1 | -0/+3 |
| | |||||
* | fix buglet in makedist | Stanislav Malyshev | 2014-01-21 | 1 | -1/+1 |
| | |||||
* | Allow local override of PHPROOT in makedist | David Soria Parra | 2013-03-20 | 1 | -1/+4 |
| | |||||
* | Build .xz archive during makedist | David Soria Parra | 2012-11-13 | 1 | -1/+7 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -3/+0 |
|\ | | | | | | | | | * PHP-5.3: Remove unneeded and outdated ChangeLog file | ||||
| * | Remove unneeded and outdated ChangeLog file | Johannes Schlüter | 2012-06-22 | 1 | -3/+0 |
| | | |||||
| * | adapt makedist to git | Stanislav Malyshev | 2012-03-20 | 1 | -45/+26 |
| | | |||||
* | | fix makedist for new tags | Stanislav Malyshev | 2012-03-30 | 1 | -4/+4 |
| | | |||||
* | | adapt makedist to git | Stanislav Malyshev | 2012-03-19 | 1 | -45/+26 |
|/ | |||||
* | MFH: CVS->SVN | Gwynne Raskind | 2009-07-14 | 1 | -24/+21 |
| | |||||
* | Download pear phar file when making a distribution package | Ilia Alshanetsky | 2006-05-12 | 1 | -0/+9 |
| | |||||
* | what's a php5? | Sterling Hughes | 2003-06-28 | 1 | -1/+1 |
| | |||||
* | --force here too for release packages | Wez Furlong | 2003-05-22 | 1 | -1/+1 |
| | |||||
* | - Removed unnecessary makedist.ZendEngine2 | foobar | 2003-01-28 | 1 | -12/+9 |
| | | | | | - Modified makedist to use php5 CVS module (alias) | ||||
* | - Argh... test before commit | Derick Rethans | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | - Fix typo | Derick Rethans | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | - Update makedist script | Derick Rethans | 2002-10-10 | 1 | -11/+3 |
| | |||||
* | - Also make bz2 archives | Derick Rethans | 2002-08-24 | 1 | -1/+6 |
| | |||||
* | - Fix makedist | Derick Rethans | 2002-03-20 | 1 | -4/+4 |
| | |||||
* | don't include old changelogs in distribution, either | jim winstead | 2002-02-03 | 1 | -1/+1 |
| | |||||
* | - No need to generate number.c and number.h anymore. | Andi Gutmans | 2000-12-18 | 1 | -3/+0 |
| | |||||
* | Don't distribute buildmk.stamp to the end user. Otherwise, buildcheck.sh | Sascha Schumann | 2000-08-24 | 1 | -0/+4 |
| | | | | | won't be run on the user's system, when they try to use buildconf. | ||||
* | Fix Bison version check | Sascha Schumann | 2000-06-25 | 1 | -16/+16 |
| | |||||
* | - The check for bison nukes $1 and $2 which are used later on in the script | Andi Gutmans | 2000-06-25 | 1 | -8/+8 |
| | | | | | - This needs to be fixed sometime. I have 1.28 on my system :) | ||||
* | Add check for Bison. A recent version is required when in ZTS mode. | Sascha Schumann | 2000-05-23 | 1 | -0/+9 |
| | |||||
* | Avoid relying on non-standard tar `z' option. | Sascha Schumann | 2000-05-07 | 1 | -3/+4 |
| | | | | | Turn on best compression for creating the archive. | ||||
* | Typo. | Andrei Zmievski | 2000-05-04 | 1 | -1/+1 |
| | |||||
* | Don't distribute ChangeLog. You can download it from lxr.php.net | Sascha Schumann | 2000-05-04 | 1 | -0/+3 |
| |