summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #48661 (phpize broken with non-bash shells)Jani Taskinen2009-06-241-2/+2
* - Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)Jani Taskinen2009-06-021-0/+1
* - Get rid of the four different versions of zend_extension* and only useDerick Rethans2009-05-181-9/+1
* - Added path sanity check (autotools + libtool do not cope with whitespace..)Jani Taskinen2009-04-201-2/+20
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
* MFB: Fix cc detection in phpize according to changes in configure.inDavid Soria Parra2008-12-041-1/+14
* - Applied the missing parts to phpize.m4 for zend extension buildsJani Taskinen2008-07-311-2/+32
* - Detect whether debugging was enabled in PHP and drop optimizing flags if so...Jani Taskinen2008-07-301-0/+35
* MFB: - Fixed the fix for not requiring C++ alwaysDavid Soria Parra2008-07-271-1/+1
* - Fixed a minor problem in not enabling c++/g++ when not needed.Jani Taskinen2008-07-251-4/+8
* Added a script that generates phpt test coverage information for functions an...Steve Seear2008-05-121-0/+222
* - Fix problem with non-bash compliant shellsJani Taskinen2007-08-241-1/+1
* - Fix bug #42292 ($PHP_CONFIG not set)Jani Taskinen2007-08-141-5/+7
* - Fixed bug #42195 (C++ compiler required always)Jani Taskinen2007-08-061-0/+4
* fix --with-php-config optionAntony Dovgal2007-07-251-6/+6
* - Cleanup + removed PHP_SETUP_ICU call (has to be done per extension, not glo...Jani Taskinen2007-07-181-39/+31
* oopsfoobar2007-06-291-1/+1
* - Improved php-config:foobar2007-06-293-20/+73
* - Add missing CXXFLAGS_CLEAN variable.foobar2007-06-011-0/+2
* Use PHP_SETUP_ICU in self-contained extensionsAndrei Zmievski2007-01-121-0/+2
* more improvementsAntony Dovgal2006-09-101-3/+8
* add helpAntony Dovgal2006-09-101-1/+33
* MFBNuno Lopes2006-09-081-0/+336
* - Added PHP_VERSION_ID == PHP_VERSION as integer value.foobar2006-07-272-1/+8
* - Fix build with ext/date/lib with shared extensionsfoobar2006-07-271-1/+1
* 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
* - Determine the shared/link lib suffixes in one macro.foobar2006-04-101-2/+1
* Separate suffixes of shared libraries that we link against and the onesAndrei Zmievski2006-04-081-0/+1
* - Allow any EOLs in CREDITS filesfoobar2006-01-011-1/+1
* bump year and license versionfoobar2006-01-014-57/+19
* more test output filesfoobar2005-12-121-1/+1
* - Cleanup test output files toofoobar2005-12-121-2/+2
* - Fixed header installing under phpize buildsfoobar2005-11-214-21/+13
* MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included i...foobar2005-10-131-5/+5
* - run-tests-config.php was never used and now renamedMarcus Boerger2005-08-311-2/+1
* mf 5.1Wez Furlong2005-08-181-1/+1
* Fix cleanupfoobar2005-08-081-1/+5
* - Made it possible to do "make test" for phpized extensionsfoobar2005-08-085-4/+20
* test -e doesn't work on solarisWez Furlong2005-08-041-1/+1
* - Bumber up yearfoobar2005-08-034-4/+4
* - 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-072-3/+3
* - Proper fix for phpize when dealing with PECLfoobar2005-06-052-1/+4
* - Changed the PATH_SEPARATOR check to a macrofoobar2005-05-301-1/+1
* Removed the empty $bin_src_SCRIPTS (no longer needed), bug #33166foobar2005-05-301-5/+0
* - Make sure EGREP and SED get set early enough.foobar2005-05-271-2/+2
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-072-23/+7