summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-191-1/+1
|\
| * Fix #77035: The phpize and ./configure create redundant .deps filePeter Kokot2018-10-191-1/+1
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
| * fix broken build scripts #2124Joe Watkins2017-01-061-1/+1
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
* | Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-2/+2
* | fix broken build scripts #2124Joe Watkins2017-01-061-1/+1
|/
* Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-121-1/+1
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-0/+1
* - 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
* typofixfoobar2006-07-231-1/+1
* If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are setJon Parise2006-07-171-5/+4
* Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fitJon Parise2006-07-171-4/+5
* 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
* 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
* - 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
* - 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
* 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
* - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)foobar2003-01-281-0/+56