summaryrefslogtreecommitdiff
path: root/Makefile.global
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-02-081-1/+1
|\ | | | | | | | | | | * PHP-5.6: Align spacing in make install messages Add entry for re-fix of #70976 in commit 14e4d393
| * Align spacing in make install messagesLior Kaplan2016-02-081-1/+1
| |
* | Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)Dmitry Stogov2015-05-261-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP should be built with the folowing steps: make clean make -j4 prof-gen ; now php should be trained with some scripts ; for example `sapi/cgi/php -T 1000 /var/www/http/wordpress/index.php > /dev/null` make prof-clean make -j4 prof-use The "properly" trained build may give up to 10% real performance boost! "Improprly" trained PHP might be even slower.
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-03-101-1/+0
|\
| * Do not remove *.1, it's not generated by make but configureXinchen Hui2014-03-101-1/+0
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-231-0/+1
|\ \ | |/ | | | | | | * PHP-5.5: Update gitignore and Makefile for additional entries
| * Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-231-0/+1
| |\ | | | | | | | | | | | | * PHP-5.4: Update gitignore and Makefile for additional entries
| | * Update gitignore and Makefile for additional entriesWill Fitch2014-01-231-0/+1
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-071-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Remove tabs on blanklines in Makefile sources. This prevents a 'suspicious line' warning when editing & saving Makefile using Emacs.
| | * Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-08-071-1/+1
| | | | | | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
| | * Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-08-051-1/+1
| | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file
* | | unify stdint type usageMichael Wallner2013-08-061-1/+1
| | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h"
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-011-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Clean up the 'generated' phar.inc file. When building outside the source tree the copied phar.inc needs to be removed, but when building in the tree, the file must remain since it is part of the source. See the copying logic in ext/phar/Makefile.frag.
| * | Clean up the 'generated' phar.inc file.Christopher Jones2013-08-011-0/+3
| | | | | | | | | | | | | | | | | | When building outside the source tree the copied phar.inc needs to be removed, but when building in the tree, the file must remain since it is part of the source. See the copying logic in ext/phar/Makefile.frag.
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-011-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Revert "Allow 'make distclean' to clean up the 'generated' phar.inc"
| * | Revert "Allow 'make distclean' to clean up the 'generated' phar.inc"Christopher Jones2013-08-011-1/+1
| | | | | | | | | | | | This reverts commit 017145bc57e604153f2a2400dd6e73a397f52f96.
* | | Merge branch 'PHP-5.5'Christopher Jones2013-07-311-3/+2
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Use PHP's major version when cleaning up Apache .module files Allow 'make distclean' to clean up the 'generated' phar.inc
| * | Use PHP's major version when cleaning up Apache .module filesChristopher Jones2013-07-311-2/+1
| | |
| * | Allow 'make distclean' to clean up the 'generated' phar.incChristopher Jones2013-07-311-1/+1
| | |
* | | Clean generated OCI8 DTrace files in 'make distclean'Christopher Jones2013-07-311-1/+1
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-07-311-2/+9
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Give 'make distclean' some love. Clean files created by AC_OUTPUT, shell redirection etc.
| * | Give 'make distclean' some love. Clean files created by AC_OUTPUT, shell ↵Christopher Jones2013-07-311-2/+9
| | | | | | | | | | | | redirection etc.
* | | Merge branch 'PHP-5.5'Christopher Jones2013-07-311-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file
| * | Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-07-311-1/+1
| | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file
| * | let make test report the run-test resultXinchen Hui2012-11-251-0/+2
| | |
* | | Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-07-301-1/+1
| | | | | | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
* | | let make test report the run-test resultXinchen Hui2012-11-251-0/+2
|/ / | | | | | | (patch by reeze.xia@gmail.com)
* | make failed tests fail the test targetBernhard K. Weisshuhn2012-11-111-1/+1
|/ | | | | I don't see any reason to ignore failed tests. This makes it unnecessarily difficult to use ci, also for module builds.
* - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and ↵Jani Taskinen2010-11-131-0/+4
| | | | | | | one SAPI module the same time) # Bug #53271, Bug #52410
* - Clean up the generated tmp-php.ini after make test has run.Derick Rethans2010-09-051-0/+1
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* - Fix regexpFelipe Pena2010-04-231-1/+1
|
* Update the deprecated directives in the MakeFileKalle Sommer Nielsen2010-04-221-1/+1
|
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-121-1/+1
| | | | * Removed define_syslog_variables and its associated functions
* - Fixed bug #49935 (Deprecated warnings make "make test" to fail)Jani Taskinen2009-11-271-2/+3
|
* - Fixed "make test" in phpize builds when ini file(s) contain extension ↵Jani Taskinen2009-11-181-9/+4
| | | | directives
* - Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make ↵Jani Taskinen2009-07-241-3/+3
| | | | test" to fail)
* - There is only one Makefile that needs removingJani Taskinen2009-07-211-2/+1
|
* MFHJani Taskinen2008-08-131-2/+7
|
* MFH:Felipe Pena2008-07-211-34/+2
| | | | | | - Removed ntest and utest - Removed -U flag to `make test' just to test once each test
* - MFH Allow zend_extensions to be build inside ext and tested with 'make test'Marcus Boerger2008-02-171-2/+7
|
* MFH: fix for broken shellsJani Taskinen2007-08-031-2/+2
|
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-15/+45
|
* Fixed "make test" mistakesDmitry Stogov2007-07-031-2/+2
|
* MFHfoobar2007-06-291-3/+2
|
* MFHfoobar2007-06-291-6/+12
|
* MFHAntony Dovgal2007-06-291-1/+1
|
* MFHAntony Dovgal2007-06-291-1/+1
|
* ksh is a pitaAntony Dovgal2007-06-271-1/+1
|