summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 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.
* - 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
|
* - Removed unused partsJani Taskinen2009-07-201-8/+5
|
* - Add missing file extsJani Taskinen2009-07-171-2/+2
|
* - Fixed bug #48947 (vcsclean does not remove all created files)Jani Taskinen2009-07-171-2/+2
|
* MFHJani Taskinen2009-07-162-4/+4
|
* MFH: dropped some more mime types, svnclean -> clean for multiple VCSGwynne Raskind2009-07-161-2/+5
|
* svn propdel svn:mime-type build/buildcheck.shRasmus Lerdorf2009-07-131-4/+4
| | | | | cvs->svn
* cvsclean -> svncleanGwynne Raskind2009-07-121-0/+5
|
* - Fix the harmless patch that caused harm :)Jani Taskinen2009-05-141-1/+1
|
* MFHJani Taskinen2009-05-141-3/+1
|
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-131-2/+1
| | | | | be loaded in reverse like all other shutdowns are.
* MFH:- Fixed bug #47104 (Linking shared extensions fails with icc)Jani Taskinen2009-01-151-10/+24
|
* MFH: Fix bug #44443 (cvsclean fails on Darwin 9)Gwynne Raskind2008-03-171-1/+1
|
* - Updated bundled shtool to 2.0.6 and added "platform" command in it.foobar2007-04-161-19/+615
|
* fix cvsclean on cygwin with windows-style EOLsNuno Lopes2007-02-151-1/+1
|
* Update copyright yearIlia Alshanetsky2007-01-013-4/+4
| | | | | # The rest of the files were already updated by Sebastian
* bump year and license versionfoobar2006-01-014-13/+13
|
* - automake is not neededfoobar2005-11-291-2/+2
|
* MFHfoobar2005-11-292-5/+2
|
* - Update bundled libtool to 1.5.20foobar2005-11-291-82/+98
|
* - Bumber up yearfoobar2005-08-034-5/+5
|
* - Partial revert: It does not matter if awk works or not but helps if it does :)foobar2005-06-211-3/+3
|
* - Updated bundled shtool to version 2.0.2foobar2005-06-181-14/+24
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-3/+3
| | | | dependencies and conflicts
* - Revert previous change in build/libtool.m4 and make surefoobar2005-06-021-5/+3
| | | | | | the PATH_SEPARATOR check is only done under autoconf 2.13. # fixes also the php-gtk buildconf probs
* - Changed the PATH_SEPARATOR check to a macrofoobar2005-05-301-1/+3
| | | | | | | - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177
* m4 comments start with 'dnl', *not* with '#'Hartmut Holzgraefe2005-05-291-25/+25
|
* - Update bundled libtool to 1.5.18 (latest atm)foobar2005-05-271-2546/+5046
| | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc)
* Update bundled shtool to 2.0.1 (see also bug #33023)foobar2005-05-201-134/+201
|
* Spell "overridden" correctly.Jon Parise2005-04-071-2/+2
|
* Adding the ability to override the autotools executables used by theJon Parise2005-04-042-4/+12
| | | | | | buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental variables.
* - Prevent compiling shared extensions when --enable-versioning is usedfoobar2005-03-261-0/+17
| | | | | | | | - Fix -export-symbols in Linux in the bundled libtool.m4: o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html # more about this: # http://marc.theaimsgroup.com/?l=php-dev&m=106629582813118&w=2
* - Applied some patches to fix issues with e.g. ia_64 and s390foobar2005-02-151-1/+21
|
* - Fix buildconf with BSD makefoobar2005-02-031-10/+2
|
* - Changed phpize not to require automake and libtool.foobar2005-01-202-49/+11
| | | | | - Fixed build system to always use bundled libtool files.