summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Dmitry Stogov2015-12-031-0/+6
|\ | | | | | | | | * PHP-7.0: Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
| * Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-031-0/+6
| |
| * 7.0.1 is nextAnatol Belski2015-10-271-1/+1
| |
* | Revert pushed by mistakeXinchen Hui2015-11-161-3/+3
| | | | | | | | | | | | Revert "Revert "Remove assumption that extensions are in ext/ext-name"" This reverts commit 7e47bf1e65086d6bb69bd9e9c79ccb179c5302b4.
* | Revert "Remove assumption that extensions are in ext/ext-name"Xinchen Hui2015-11-131-3/+3
| | | | | | | | | | | | | | | | | | This reverts commit 82b73fd1e3c53228bb31b75a446114b5fd0cd240. Conflicts: build/genif.sh build/order_by_dep.awk
* | bump versions in masterAnatol Belski2015-09-141-1/+1
|/
* Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-3/+3
| | | | Fixes also a weird ln (symlink) hack for phpdbg
* Always use libtool --silentNikita Popov2015-07-171-3/+1
| | | | | We don't need this spam for debug builds. Now make --quiet does something useful for debug builds as well.
* Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-271-2/+2
|\ | | | | | | | | Conflicts: sapi/fpm/fpm/fpm_main.c
| * Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)Dmitry Stogov2015-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Only link fastcgi into fpm and cgiXinchen Hui2015-05-261-1/+4
| |
* | Move fastcgi.c to mainXinchen Hui2015-05-191-1/+1
|/
* Changed zend_smart_str allocation granularity to do the better job together ↵Dmitry Stogov2015-04-161-1/+1
| | | | | | with Zend MM and avoid useless calls to erealloc(). The actual reallocation routiones are seprated from inlined code to reduce code size.
* Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+1
|
* Move check for __builtin_expect to configureLevi Morrison2015-03-221-0/+3
| | | | This allows __builtin_expect to be used more accurately
* Revert "Disable PEAR by default"Ferenc Kovacs2015-01-261-1/+1
| | | | This reverts commit df984ad4f5e4e53e3f8bdafc7d620fd8112a121c.
* Disable PEAR by defaultNikita Popov2015-01-251-1/+1
| | | | | Given how it doesn't work and it doesn't seem like it will start working in the immediate future.
* Merge branch 'PHP-5.6'Anatol Belski2015-01-211-2/+0
|\ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix timelib build configuration Conflicts: ext/date/config.w32 ext/date/config0.m4 win32/build/config.w32 win32/build/config.w32.phpize.in
| * fix timelib build configurationAnatol Belski2015-01-211-2/+0
| |
* | Merge branch 'PHP-5.6'Anatol Belski2015-01-211-0/+2
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.6: make timelib_config.h inclusion configurable Conflicts: win32/build/config.w32 win32/build/config.w32.phpize.in
| * make timelib_config.h inclusion configurableAnatol Belski2015-01-211-0/+2
| |
| * PHP-5.6.6 is nextFerenc Kovacs2015-01-061-1/+1
| |
* | Faster sorting algoXinchen Hui2015-01-141-1/+1
| |
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-041-2/+2
|\ \ | |/ | | | | | | * PHP-5.6: Fixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-041-2/+2
| |\ | | | | | | | | | | | | * PHP-5.5: Fixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly
| | * Fixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR ↵Ferenc Kovacs2015-01-031-2/+2
| | | | | | | | | | | | correctly
| | * 5.5.21 nowJulien Pauli2014-11-261-1/+1
| | |
| | * PHP 5.5.20 nowJulien Pauli2014-10-281-1/+1
| | |
| | * 5.5.19 nowJulien Pauli2014-10-011-1/+1
| | |
| * | PHP-5.6.5 is nextFerenc Kovacs2014-11-261-1/+1
| | |
| * | 5.6.4 nowJulien Pauli2014-10-281-1/+1
| | |
| * | PHP-5.6.3 is nextFerenc Kovacs2014-10-151-1/+1
| | |
| * | 5.6.2 nowJulien Pauli2014-09-111-1/+1
| | |
* | | one more file to enable static tsrmlsAnatol Belski2014-10-151-1/+1
| | |
* | | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-7/+7
| | | | | | | | | | | | plus apache2handler, cli and cgi
* | | linux compat for the static tsrm ls cache pointerAnatol Belski2014-10-021-1/+2
| | |
* | | remove some remains from the old patchAnatol Belski2014-09-251-1/+0
| | |
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Fix tests/serialize/bug64146.phpt Remove zend_dynamic_array Remove static allocator Fixed typo Fix list() destructuring to special variables Remove php_varname_check Avoid useless reference counting Specialization (only IS_VAR ad IS_CV operands may be references) Optimized unset() Make error paths to be UNEXPECTED Replace IS_OP?_TMP_FREE() with more clear (OP?_TYPE == IS_TMP_VAR)
| * | | Remove zend_dynamic_arrayNikita Popov2014-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | This was introduced back in 2000 to test a new hashtable implementation and is no longer used.
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-201-4/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fixed copying of the struct as it's not being modified avoid strlen usage in loop Removes accidentally added files. Reverts some unwanted changes Deletes patch leftovers Replaces php5 with php7, without whitespace changes.
| * | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-16/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
| | | | |
* | | | | native tls initial patchkrakjoe2014-09-201-0/+1
| |/ / / |/| | |
* | | | Split inheritance into separate fileNikita Popov2014-09-191-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | This moves handling of inheritance and interface implementation from zend_compile.c into a separate zend_inheritance.c file, as this is not really related to compilation.
* | | | Merge branch 'PHP-5.6'Michael Wallner2014-09-101-8/+22
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.6: make LTP version check a blacklist
| * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-09-101-8/+22
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-5.5: make LTP version check a blacklist
| | * | make LTP version check a blacklistMichael Wallner2014-09-101-8/+22
| | | |
| | * | 5.5.18 nowJulien Pauli2014-09-031-1/+1
| | | |
| | * | 5.5.17 nowJulien Pauli2014-08-061-1/+1
| | | |
| | * | 5.5.15 nowJulien Pauli2014-06-111-1/+1
| | | |