summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
Commit message (Collapse)AuthorAgeFilesLines
* MFH:- Fixed bug #48661 (phpize broken with non-bash shells)Jani Taskinen2009-06-241-2/+2
|
* MFH:- Added path sanity check (autotools + libtool do not cope with ↵Jani Taskinen2009-04-201-6/+24
| | | | whitespace..)
* MFH:- Improved php-config:foobar2007-06-291-4/+5
| | | | | | | | MFH: . Added --configure-options option to get configure line for current build MFH: . Added --php-sapis option which shows SAPIs available MFH: . Fixed problem with missing php binary when CLI is not build but CGI is. MFH:- Fixed broken sed issues in phpize script
* MFHfoobar2005-12-121-1/+1
|
* MFH: cleanup test outputsfoobar2005-12-121-2/+2
|
* portability fix (for solaris)Wez Furlong2005-09-011-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