summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* fix timelib build configurationAnatol Belski2015-01-211-2/+0
|
* 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
| | | | | | - add @program_prefix@ in php, phpize and php-config man pages - set date to 2014 - fix "SEE ALSO" alignment
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
|\ | | | | | | | | * PHP-5.5: typofixes
| * 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
| | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
* | Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-121-1/+1
| |
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-042-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: non living code related typo fixes
| * 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
| | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
* | 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 ↵Christopher Jones2011-06-081-2/+2
| | | | Centos/RHEL/Oracle Linux 5.6
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-153-3/+4
| | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* 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
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* - 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 ↵Kalle Sommer Nielsen2010-07-131-0/+1
| | | | Seanius at debian dot org
* 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
| | | | - Patch by Debian
* One change in trying to update Autoconf was missed. This makes phpize work ↵Gwynne Raskind2009-12-021-1/+1
| | | | again.
* 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
| | | | | | | zend_extension. Because of the API identifier change in PHP 5.3 you also get a proper warning message now. #- [DOC]
* 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 ↵Jani Taskinen2009-04-201-6/+24
| | | | whitespace..)
* 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 ↵Jani Taskinen2008-07-301-0/+35
| | | | if so (merge from configure.in)
* 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 ↵Steve Seear2008-05-091-0/+222
| | | | and methods.
* Changes to the code that generates variations (Robin & Josie)Zoe Slattery2008-04-151-32/+86
|
* Fixing:Zoe Slattery2008-04-131-8/+4
| | | | | | | (1) remove proto from start (2)substitute "Done" with ===DONE== after closing tag in FILE section and at end of EXPECTF. (3) Remove "add comment here..."
* Fixing typo arg->arglist at line 195. Thanks Chris J!Zoe Slattery2008-02-141-1/+1
|
* Fixing bug 44042Zoe Slattery2008-02-061-86/+79
|
* Moving the the phpt generation script to scripts/dev directory at Jani's ↵Zoe Slattery2008-02-031-0/+1105
| | | | suggestion.
* MFH:- Fix problem with non-bash compliant shellsJani Taskinen2007-08-241-1/+1
|
* MFH:- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds)Jani Taskinen2007-08-141-5/+7
|
* MFH:- Fixed bug #42195 (C++ compiler required always)Jani Taskinen2007-08-061-0/+4
|
* MFHAntony Dovgal2007-07-251-6/+6
|
* MFH: cleanup & syncJani Taskinen2007-07-181-37/+31
|
* oopsfoobar2007-06-291-1/+1
|
* MFH:- Improved php-config:foobar2007-06-293-20/+73
| | | | | | | | 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