summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-042-2/+2
|\ | | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-032-2/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Fixed bug #70899 (buildconf failure in extensions)Bob Weinand2015-11-171-2/+4
| |
* | Merge branch 'PHP-5.6'Adam Harvey2015-08-271-2/+2
|\ \ | |/ | | | | | | | | * PHP-5.6: Fix NEWS indentation. Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.
| * Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.Adam Harvey2015-08-271-2/+2
| | | | | | | | | | Fixes bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions).
* | here string isn't supported by every shellAnatol Belski2015-08-211-1/+1
| |
* | $() isn't supported on every shellFerenc Kovacs2015-08-211-1/+1
| |
* | Fix invalid range error by gawk in order_by_dek.awkBob Weinand2015-08-211-1/+1
| |
* | Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-213-8/+13
| | | | | | | | Fixes also a weird ln (symlink) hack for phpdbg
* | Merge branch 'PHP-5.6'Michael Wallner2015-02-041-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: make buildconf work as expected; autoconf really needs some help with all those external m4s Conflicts: build/build2.mk
| * make buildconf work as expected;Michael Wallner2015-02-041-1/+2
| | | | | | | | autoconf really needs some help with all those external m4s
* | Partially revert. I did not notice there's alaready a .PHONY target forMichael Wallner2015-01-311-4/+5
| | | | | | | | | | generated_lists. Force removing configure before running autoconf is enough to make this work as expected.
* | make buildconf actually workMichael Wallner2015-01-302-5/+5
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-204-4/+4
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
| |/
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-281-3/+9
|\ | | | | | | | | | | * PHP-5.5: config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org> libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>
| * libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>Lior Kaplan2014-08-281-3/+9
| | | | | | | | | | | | | | | | | | Patch created using the following changes in libtool: http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=75ffb257 http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=056889b8 http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=bd998a7e http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=429d40a0 http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=8a8dfaec
* | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-06-301-8/+0
|\ \ | |/ | | | | | | | | * PHP-5.5: NEWS Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
| * Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-06-301-8/+0
| |\ | | | | | | | | | | | | * PHP-5.4: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
| | * Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0Ferenc Kovacs2014-06-301-8/+0
| | | | | | | | | | | | | | | | | | Simplest fix is to remove the specific checks for freebsd1* as it also matches freebsd10, and nobody should be using >=PHP 5.4 with freebsd 1.x(if it is even possible to make it to compile there).
* | | Removed cvsclean and svnclean toolsSobak2014-06-081-13/+1
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-141-2/+2
|\ \ | |/
| * Replace old SVN references to GitMats Lindh2014-02-091-2/+2
| |
| * typo fixesVeres Lajos2013-07-151-1/+1
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
| |
| * find option '-not' is not POSIX compliantJérôme Loyet2011-07-131-1/+1
| |
| * Relax autoconf support from 2.60 to 2.59. This is the version available on ↵Christopher Jones2011-06-081-4/+4
| | | | | | | | Centos/RHEL/Oracle Linux 5.6
| * Get rid of autoconf warningsRasmus Lerdorf2011-05-162-8/+1
| |
| * Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-12/+4
| | | | | | | | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* | fix bug #51076 (race condition in shtool's mkdir -p)Michael Wallner2013-10-081-1/+8
| |
* | One more './configure --help' alignment fixChristopher Jones2013-08-061-1/+2
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-7/+7
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | typo fixesVeres Lajos2013-07-151-1/+1
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
| |
* | find option '-not' is not POSIX compliantJérôme Loyet2011-07-131-1/+1
| |
* | Relax autoconf support from 2.60 to 2.59. This is the version available on ↵Christopher Jones2011-06-081-4/+4
| | | | | | | | Centos/RHEL/Oracle Linux 5.6
* | Get rid of autoconf warningsRasmus Lerdorf2011-05-162-8/+1
| |
* | Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-12/+4
|/ | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* - Update shtool to 2.0.8Jani Taskinen2010-02-181-42/+126
|
* Fix race condition in shtool's mkdir -p implementation (bug #51076)Raphael Geissert2010-02-181-1/+5
|
* - Fix bad merge (Sorry Ilia..)Jani Taskinen2009-11-281-2/+2
|
* - Re-fixed bug #47104 (Linking shared extensions fails with icc)Jani Taskinen2009-11-271-10/+24
|
* - Upgraded bundled libtool to 1.5.26Jani Taskinen2009-11-231-816/+908
|
* Add actions for the gitclean target.David Soria Parra2009-08-111-1/+4
|
* - Fixed problem with vcsclean which caused it not to really clean whole treeJani Taskinen2009-07-211-1/+1
|