Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2016-01-04 | 2 | -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 Kaplan | 2016-01-03 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #70899 (buildconf failure in extensions) | Bob Weinand | 2015-11-17 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Adam Harvey | 2015-08-27 | 1 | -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 Harvey | 2015-08-27 | 1 | -2/+2 |
| | | | | | | | | | | Fixes bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions). | ||||
* | | here string isn't supported by every shell | Anatol Belski | 2015-08-21 | 1 | -1/+1 |
| | | |||||
* | | $() isn't supported on every shell | Ferenc Kovacs | 2015-08-21 | 1 | -1/+1 |
| | | |||||
* | | Fix invalid range error by gawk in order_by_dek.awk | Bob Weinand | 2015-08-21 | 1 | -1/+1 |
| | | |||||
* | | Remove assumption that extensions are in ext/ext-name | Bob Weinand | 2015-08-21 | 3 | -8/+13 |
| | | | | | | | | Fixes also a weird ln (symlink) hack for phpdbg | ||||
* | | Merge branch 'PHP-5.6' | Michael Wallner | 2015-02-04 | 1 | -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 Wallner | 2015-02-04 | 1 | -1/+2 |
| | | | | | | | | autoconf really needs some help with all those external m4s | ||||
* | | Partially revert. I did not notice there's alaready a .PHONY target for | Michael Wallner | 2015-01-31 | 1 | -4/+5 |
| | | | | | | | | | | generated_lists. Force removing configure before running autoconf is enough to make this work as expected. | ||||
* | | make buildconf actually work | Michael Wallner | 2015-01-30 | 2 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 4 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
| |/ | |||||
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-28 | 1 | -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 Kaplan | 2014-08-28 | 1 | -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.6 | Ferenc Kovacs | 2014-06-30 | 1 | -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.5 | Ferenc Kovacs | 2014-06-30 | 1 | -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.0 | Ferenc Kovacs | 2014-06-30 | 1 | -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 tools | Sobak | 2014-06-08 | 1 | -13/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-02-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Replace old SVN references to Git | Mats Lindh | 2014-02-09 | 1 | -2/+2 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | Fix building of pure C++ extensions as static | Scott MacVicar | 2011-08-09 | 1 | -1/+1 |
| | | |||||
| * | find option '-not' is not POSIX compliant | Jérôme Loyet | 2011-07-13 | 1 | -1/+1 |
| | | |||||
| * | Relax autoconf support from 2.60 to 2.59. This is the version available on ↵ | Christopher Jones | 2011-06-08 | 1 | -4/+4 |
| | | | | | | | | Centos/RHEL/Oracle Linux 5.6 | ||||
| * | Get rid of autoconf warnings | Rasmus Lerdorf | 2011-05-16 | 2 | -8/+1 |
| | | |||||
| * | Drop support for autoconf < 2.60 in trunk and the | Rasmus Lerdorf | 2011-05-15 | 1 | -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 Wallner | 2013-10-08 | 1 | -1/+8 |
| | | |||||
* | | One more './configure --help' alignment fix | Christopher Jones | 2013-08-06 | 1 | -1/+2 |
| | | |||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -7/+7 |
| | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Fix building of pure C++ extensions as static | Scott MacVicar | 2011-08-09 | 1 | -1/+1 |
| | | |||||
* | | find option '-not' is not POSIX compliant | Jérôme Loyet | 2011-07-13 | 1 | -1/+1 |
| | | |||||
* | | Relax autoconf support from 2.60 to 2.59. This is the version available on ↵ | Christopher Jones | 2011-06-08 | 1 | -4/+4 |
| | | | | | | | | Centos/RHEL/Oracle Linux 5.6 | ||||
* | | Get rid of autoconf warnings | Rasmus Lerdorf | 2011-05-16 | 2 | -8/+1 |
| | | |||||
* | | Drop support for autoconf < 2.60 in trunk and the | Rasmus Lerdorf | 2011-05-15 | 1 | -12/+4 |
|/ | | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now. | ||||
* | - Update shtool to 2.0.8 | Jani Taskinen | 2010-02-18 | 1 | -42/+126 |
| | |||||
* | Fix race condition in shtool's mkdir -p implementation (bug #51076) | Raphael Geissert | 2010-02-18 | 1 | -1/+5 |
| | |||||
* | - Fix bad merge (Sorry Ilia..) | Jani Taskinen | 2009-11-28 | 1 | -2/+2 |
| | |||||
* | - Re-fixed bug #47104 (Linking shared extensions fails with icc) | Jani Taskinen | 2009-11-27 | 1 | -10/+24 |
| | |||||
* | - Upgraded bundled libtool to 1.5.26 | Jani Taskinen | 2009-11-23 | 1 | -816/+908 |
| | |||||
* | Add actions for the gitclean target. | David Soria Parra | 2009-08-11 | 1 | -1/+4 |
| | |||||
* | - Fixed problem with vcsclean which caused it not to really clean whole tree | Jani Taskinen | 2009-07-21 | 1 | -1/+1 |
| |