Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for autoconf < 2.60 in trunk and the | Rasmus Lerdorf | 2011-05-15 | 1 | -0/+1 |
| | | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now. | ||||
* | - Fixed bug #48661 (phpize broken with non-bash shells) | Jani Taskinen | 2009-06-24 | 1 | -2/+2 |
| | |||||
* | - Added path sanity check (autotools + libtool do not cope with whitespace..) | Jani Taskinen | 2009-04-20 | 1 | -2/+20 |
| | |||||
* | - Improved php-config: | foobar | 2007-06-29 | 1 | -4/+5 |
| | | | | | | | | . Added --configure-options option to get configure line for current build . Added --php-sapis option which shows SAPIs available . Fixed problem with missing php binary when CLI is not build but CGI is. - Fixed broken sed issues in phpize script | ||||
* | typofix | foobar | 2006-07-23 | 1 | -1/+1 |
| | |||||
* | If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are set | Jon Parise | 2006-07-17 | 1 | -5/+4 |
| | | | | | | | | | | | | | to full paths, the `shtool path` test would fail (because it only tests for the existence of a bare filename in the current $PATH). We now test the the executability of $PHP_AUTOCONF and $PHP_AUTOHEADER before falling back to the `shtool path` test. Later on, phpize will execute $PHP_AUTOCONF and $PHP_AUTOHEADER directly, so they will work fine as either absolute paths or files within $PATH. Also, improving the grammar of the error messages in the failure cases. | ||||
* | Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit | Jon Parise | 2006-07-17 | 1 | -4/+5 |
| | | | | | within 80 columns. | ||||
* | more test output files | foobar | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | - Cleanup test output files too | foobar | 2005-12-12 | 1 | -2/+2 |
| | |||||
* | Fix cleanup | foobar | 2005-08-08 | 1 | -1/+5 |
| | |||||
* | - Made it possible to do "make test" for phpized extensions | foobar | 2005-08-08 | 1 | -2/+3 |
| | |||||
* | test -e doesn't work on solaris | Wez Furlong | 2005-08-04 | 1 | -1/+1 |
| | |||||
* | - This does not have to be egrep here | foobar | 2005-06-15 | 1 | -4/+3 |
| | |||||
* | - Fix phpize: need to eval path variables for them to be usable | foobar | 2005-06-10 | 1 | -10/+20 |
| | |||||
* | - Fix paths when using --libdir and --includedir configure options | foobar | 2005-06-07 | 1 | -2/+2 |
| | |||||
* | - Proper fix for phpize when dealing with PECL | foobar | 2005-06-05 | 1 | -1/+1 |
| | |||||
* | - Changed the PATH_SEPARATOR check to a macro | foobar | 2005-05-30 | 1 | -1/+1 |
| | | | | | | | - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177 | ||||
* | Fix the echo/backquote issues + aclocal | foobar | 2005-04-07 | 1 | -6/+6 |
| | |||||
* | - Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize | foobar | 2005-04-07 | 1 | -5/+29 |
| | |||||
* | - Return of the automake requirement. | foobar | 2005-01-25 | 1 | -1/+2 |
| | | | | | | # Unfortunately we can't control what macros are used by the 3rd party # extensions so.. | ||||
* | - Remove also autom4te.cache dir with phpize --clean | foobar | 2005-01-22 | 1 | -1/+1 |
| | |||||
* | - Changed phpize not to require automake and libtool. | foobar | 2005-01-20 | 1 | -11/+4 |
| | | | | | - Fixed build system to always use bundled libtool files. | ||||
* | - do it right (phpize path issue) | Jan Lehnardt | 2004-06-19 | 1 | -1/+1 |
| | |||||
* | - phpize now can handle directories with spaces in their name (#28847) | Jan Lehnardt | 2004-06-19 | 1 | -5/+5 |
| | |||||
* | - remove unneeded subroutine call | Jan Lehnardt | 2004-01-03 | 1 | -2/+0 |
| | |||||
* | - Show the API numbers again while phpizing. | Derick Rethans | 2004-01-03 | 1 | -1/+4 |
| | |||||
* | - restructured phpize | Jan Lehnardt | 2003-12-19 | 1 | -54/+130 |
| | | | | | | - added -v and --version to print out API numbers - discussed with Jani and Andi | ||||
* | Missing "confdefs.h" in the cleanup-files-list | foobar | 2003-11-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #26168 (shtool availability check in phpize). | Ilia Alshanetsky | 2003-11-10 | 1 | -0/+7 |
| | |||||
* | - Use the shtool in $builddir/build instead | foobar | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) | foobar | 2003-08-20 | 1 | -1/+2 |
| | |||||
* | grep -E -> egrep | Sascha Schumann | 2003-07-08 | 1 | -3/+3 |
| | |||||
* | Fix previous commit. (never do 2 things same time :) | foobar | 2003-07-01 | 1 | -15/+23 |
| | |||||
* | Added --help to phpize | foobar | 2003-07-01 | 1 | -9/+17 |
| | |||||
* | Fixed bug #24207: phpize wrong exit code | foobar | 2003-06-16 | 1 | -4/+4 |
| | |||||
* | - Moved scan_makefile_in.awk to better suitable place for it. | foobar | 2003-06-09 | 1 | -2/+2 |
| | | | | | (other build related scripts are under build/ too..) | ||||
* | - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config) | foobar | 2003-01-28 | 1 | -0/+56 |