summaryrefslogtreecommitdiff
path: root/Makefile.frag
Commit message (Collapse)AuthorAgeFilesLines
* fix gcov buildNuno Lopes2008-03-191-2/+2
|
* use @ to silence the commandsAntony Dovgal2008-03-171-2/+2
|
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-2/+2
| | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
* - Allow build without flex/bison installed (fixes builddir != srcdir buildfoobar2007-05-241-9/+9
| | | | | | when using distributed sources which inlude pre-generated bison/flex output. See bug #38762 for more..)
* MFHfoobar2005-10-161-4/+4
|
* - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)foobar2003-01-281-0/+5
|
* Fixed build with multiple concurrent jobs: zend_indent.c, zend_highlight.cSander Roobol2002-03-161-0/+2
| | | | | and zend_compile.c require zend_language_parser.h
* Please welcome the new build system.Sascha Schumann2002-03-071-0/+16
If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt