summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-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 Taskinen2009-06-241-2/+2
|
* - Added path sanity check (autotools + libtool do not cope with whitespace..)Jani Taskinen2009-04-201-2/+20
|
* - Improved php-config:foobar2007-06-291-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
* typofixfoobar2006-07-231-1/+1
|
* If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are setJon Parise2006-07-171-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 fitJon Parise2006-07-171-4/+5
| | | | | within 80 columns.
* more test output filesfoobar2005-12-121-1/+1
|
* - Cleanup test output files toofoobar2005-12-121-2/+2
|
* Fix cleanupfoobar2005-08-081-1/+5
|
* - Made it possible to do "make test" for phpized extensionsfoobar2005-08-081-2/+3
|
* test -e doesn't work on solarisWez Furlong2005-08-041-1/+1
|
* - This does not have to be egrep herefoobar2005-06-151-4/+3
|
* - Fix phpize: need to eval path variables for them to be usablefoobar2005-06-101-10/+20
|
* - Fix paths when using --libdir and --includedir configure optionsfoobar2005-06-071-2/+2
|
* - Proper fix for phpize when dealing with PECLfoobar2005-06-051-1/+1
|
* - Changed the PATH_SEPARATOR check to a macrofoobar2005-05-301-1/+1
| | | | | | | - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177
* Fix the echo/backquote issues + aclocalfoobar2005-04-071-6/+6
|
* - Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpizefoobar2005-04-071-5/+29
|
* - Return of the automake requirement.foobar2005-01-251-1/+2
| | | | | | # Unfortunately we can't control what macros are used by the 3rd party # extensions so..
* - Remove also autom4te.cache dir with phpize --cleanfoobar2005-01-221-1/+1
|
* - Changed phpize not to require automake and libtool.foobar2005-01-201-11/+4
| | | | | - Fixed build system to always use bundled libtool files.
* - do it right (phpize path issue)Jan Lehnardt2004-06-191-1/+1
|
* - phpize now can handle directories with spaces in their name (#28847)Jan Lehnardt2004-06-191-5/+5
|
* - remove unneeded subroutine callJan Lehnardt2004-01-031-2/+0
|
* - Show the API numbers again while phpizing.Derick Rethans2004-01-031-1/+4
|
* - restructured phpizeJan Lehnardt2003-12-191-54/+130
| | | | | | - added -v and --version to print out API numbers - discussed with Jani and Andi
* Missing "confdefs.h" in the cleanup-files-listfoobar2003-11-141-1/+1
|
* Fixed bug #26168 (shtool availability check in phpize).Ilia Alshanetsky2003-11-101-0/+7
|
* - Use the shtool in $builddir/build insteadfoobar2003-08-271-1/+1
|
* - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)foobar2003-08-201-1/+2
|
* grep -E -> egrepSascha Schumann2003-07-081-3/+3
|
* Fix previous commit. (never do 2 things same time :)foobar2003-07-011-15/+23
|
* Added --help to phpizefoobar2003-07-011-9/+17
|
* Fixed bug #24207: phpize wrong exit codefoobar2003-06-161-4/+4
|
* - Moved scan_makefile_in.awk to better suitable place for it.foobar2003-06-091-2/+2
| | | | | (other build related scripts are under build/ too..)
* - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)foobar2003-01-281-0/+56