Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-02-08 | 1 | -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 messages | Lior Kaplan | 2016-02-08 | 1 | -1/+1 |
| | | |||||
* | | Add targets to simplify building PHP with FDO (Feedback Directed Optimisation) | Dmitry Stogov | 2015-05-26 | 1 | -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 MARGAINE | 2014-09-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-03-10 | 1 | -1/+0 |
|\ | |||||
| * | Do not remove *.1, it's not generated by make but configure | Xinchen Hui | 2014-03-10 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Will Fitch | 2014-01-23 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: Update gitignore and Makefile for additional entries | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Will Fitch | 2014-01-23 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Update gitignore and Makefile for additional entries | ||||
| | * | Update gitignore and Makefile for additional entries | Will Fitch | 2014-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-07 | 1 | -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 a | Christopher Jones | 2013-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs. | ||||
| | * | Fixed bug #62691 (solaris sed has no -i switch) | Christopher Jones | 2013-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file | ||||
* | | | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-01 | 1 | -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 Jones | 2013-08-01 | 1 | -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 Jones | 2013-08-01 | 1 | -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 Jones | 2013-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 017145bc57e604153f2a2400dd6e73a397f52f96. | ||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-07-31 | 1 | -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 files | Christopher Jones | 2013-07-31 | 1 | -2/+1 |
| | | | |||||
| * | | Allow 'make distclean' to clean up the 'generated' phar.inc | Christopher Jones | 2013-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Clean generated OCI8 DTrace files in 'make distclean' | Christopher Jones | 2013-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-07-31 | 1 | -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 Jones | 2013-07-31 | 1 | -2/+9 |
| | | | | | | | | | | | | redirection etc. | ||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-07-31 | 1 | -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 Jones | 2013-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file | ||||
| * | | let make test report the run-test result | Xinchen Hui | 2012-11-25 | 1 | -0/+2 |
| | | | |||||
* | | | Remove tabs on blanklines in Makefile sources. This prevents a | Christopher Jones | 2013-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs. | ||||
* | | | let make test report the run-test result | Xinchen Hui | 2012-11-25 | 1 | -0/+2 |
|/ / | | | | | | | (patch by reeze.xia@gmail.com) | ||||
* | | make failed tests fail the test target | Bernhard K. Weisshuhn | 2012-11-11 | 1 | -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 Taskinen | 2010-11-13 | 1 | -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 Rethans | 2010-09-05 | 1 | -0/+1 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -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 regexp | Felipe Pena | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Update the deprecated directives in the MakeFile | Kalle Sommer Nielsen | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | * Changed the way removed ini directives are shown so its easier to add new ones | Kalle Sommer Nielsen | 2010-04-12 | 1 | -1/+1 |
| | | | | * Removed define_syslog_variables and its associated functions | ||||
* | - Fixed bug #49935 (Deprecated warnings make "make test" to fail) | Jani Taskinen | 2009-11-27 | 1 | -2/+3 |
| | |||||
* | - Fixed "make test" in phpize builds when ini file(s) contain extension ↵ | Jani Taskinen | 2009-11-18 | 1 | -9/+4 |
| | | | | directives | ||||
* | - Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make ↵ | Jani Taskinen | 2009-07-24 | 1 | -3/+3 |
| | | | | test" to fail) | ||||
* | - There is only one Makefile that needs removing | Jani Taskinen | 2009-07-21 | 1 | -2/+1 |
| | |||||
* | MFH | Jani Taskinen | 2008-08-13 | 1 | -2/+7 |
| | |||||
* | MFH: | Felipe Pena | 2008-07-21 | 1 | -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 Boerger | 2008-02-17 | 1 | -2/+7 |
| | |||||
* | MFH: fix for broken shells | Jani Taskinen | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | MFH: - Made build system less major version dependant to ease MFB/MFH | Jani Taskinen | 2007-07-26 | 1 | -15/+45 |
| | |||||
* | Fixed "make test" mistakes | Dmitry Stogov | 2007-07-03 | 1 | -2/+2 |
| | |||||
* | MFH | foobar | 2007-06-29 | 1 | -3/+2 |
| | |||||
* | MFH | foobar | 2007-06-29 | 1 | -6/+12 |
| | |||||
* | MFH | Antony Dovgal | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | ksh is a pita | Antony Dovgal | 2007-06-27 | 1 | -1/+1 |
| |