summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Anatol Belski2015-01-211-2/+0
|\
| * fix timelib build configurationAnatol Belski2015-01-211-2/+0
* | Merge branch 'PHP-5.6'Anatol Belski2015-01-211-0/+2
|\ \ | |/
| * make timelib_config.h inclusion configurableAnatol Belski2015-01-211-0/+2
| * Fix bug #67878 program_prefix not honoured in man pagesRemi Collet2014-08-212-14/+14
* | Remove no longer used scriptsSobak2014-11-234-94/+0
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-0/+0
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-3/+3
|/ /
* | Fix bug #67878 program_prefix not honoured in man pagesRemi Collet2014-08-212-14/+14
|/
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
|\
| * typofixesVeres Lajos2014-08-171-1/+1
| * Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-181-1/+1
| * Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-08-071-1/+1
* | Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-121-1/+1
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-042-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-042-1/+1
| * typo fixesVeres Lajos2013-07-152-1/+1
* | Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-07-301-1/+1
* | Remove PHP3 conversion scriptsJohannes Schlüter2013-07-173-136/+0
* | typo fixesVeres Lajos2013-07-152-1/+1
|/
* typo fixes (argument)Veres Lajos2013-06-102-1/+1
* Relax autoconf support from 2.60 to 2.59. This is the version available on C...Christopher Jones2011-06-081-2/+2
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-153-3/+4
* Add an --man-dir to php-config tooHannes Magnusson2011-04-182-0/+8
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-033-7/+7
* - Fixed -g adding for gcc and g++ (former got it twice, latter not at all)Jani Taskinen2010-11-021-1/+1
* Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Sea...Kalle Sommer Nielsen2010-07-131-0/+1
* Make the credits script more verboseJohannes Schlüter2010-05-271-0/+1
* Fixed bug #50795 (man pages have bad whatis entries)Kalle Sommer Nielsen2010-02-172-7/+5
* One change in trying to update Autoconf was missed. This makes phpize work ag...Gwynne Raskind2009-12-021-1/+1
* Missed a few - now it really works with autoconf-2.64+Rasmus Lerdorf2009-11-251-1/+1
* MFH:- Fixed bug #48661 (phpize broken with non-bash shells)Jani Taskinen2009-06-241-2/+2
* MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)Jani Taskinen2009-06-021-0/+1
* - MFH: Get rid of the four different versions of zend_extension* and only useDerick Rethans2009-05-181-9/+1
* fixing missing semi-colonZoe Slattery2009-05-072-2/+2
* Replacing generate script with a new versionZoe Slattery2009-05-0779-1148/+2853
* MFH:- Added path sanity check (autotools + libtool do not cope with whitespac...Jani Taskinen2009-04-201-6/+24
* Fix cc detection in phpize according to changes in configure.inDavid Soria Parra2008-12-031-1/+14
* MFH:- Applied the missing parts to phpize.m4 for zend extension buildsJani Taskinen2008-07-311-2/+32
* MFH:- Detect whether debugging was enabled in PHP and drop optimizing flags i...Jani Taskinen2008-07-301-0/+35
* wsJani Taskinen2008-07-301-1/+1
* MFB: - Fixed the fix for not requiring C++ alwaysDavid Soria Parra2008-07-271-1/+1
* MFH: 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-091-0/+222
* Changes to the code that generates variations (Robin & Josie)Zoe Slattery2008-04-151-32/+86
* Fixing:Zoe Slattery2008-04-131-8/+4
* Fixing typo arg->arglist at line 195. Thanks Chris J!Zoe Slattery2008-02-141-1/+1
* Fixing bug 44042Zoe Slattery2008-02-061-86/+79