History log of /PHP-7.0/configure.in (Results 101 – 125 of 1165)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8e440dc1 24-Jun-2015 Julien Pauli

5.5.28 now - Security Only


# 7f4e1a0e 12-Jun-2015 Stanislav Malyshev

5.4.43 next


# 5f7c1917 09-Jun-2015 Julien Pauli

5.5.27 now


# 4d8ae366 28-May-2015 Ferenc Kovacs

move to 5.6.11-dev


# 7dac4d44 26-May-2015 Dmitry Stogov

Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)
PHP should be built with the folowing steps:

make clean
make -j4 prof-gen
; now php should be train

Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)
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.

show more ...


# 9f1788f0 26-May-2015 Xinchen Hui

Only link fastcgi into fpm and cgi


# e383cb44 19-May-2015 Xinchen Hui

Move fastcgi.c to main


# 4ceb7b46 13-May-2015 Stanislav Malyshev

5.4.42 next


# 9c7496e0 29-Apr-2015 Ferenc Kovacs

5.6.10 will be next


# 775d0707 29-Apr-2015 Julien Pauli

5.5.26 now


# e38ed4c2 16-Apr-2015 Dmitry Stogov

Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().
The actual reallocation routiones are seprated from inlined code to

Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().
The actual reallocation routiones are seprated from inlined code to reduce code size.

show more ...


# e10272c6 14-Apr-2015 Stanislav Malyshev

5.4.41 next


# a5e68f72 31-Mar-2015 Ferenc Kovacs

5.6.9 is up next


# 8e3e0344 31-Mar-2015 Julien Pauli

5.5.24RC1


# 97a1b343 31-Mar-2015 Julien Pauli

5.5.25 now


# 8153286e 27-Mar-2015 Kalle Sommer Nielsen

Drop zend_indent() as it was never used, complete or working


# 017f89e8 20-Mar-2015 Levi Morrison

Move check for __builtin_expect to configure

This allows __builtin_expect to be used more accurately


# 4c3b73b6 18-Mar-2015 Stanislav Malyshev

5.4.40 next


# d4d05c89 05-Mar-2015 Ferenc Kovacs

5.6.8 up next


# 0f334a12 05-Mar-2015 Julien Pauli

5.5.24 now


# 24f8a68d 17-Feb-2015 Stanislav Malyshev

5.4.39 next


# e6ea2440 04-Feb-2015 Julien Pauli

5.6.7 now


# b86529f7 04-Feb-2015 Julien Pauli

5.5.23 now


# cfd7f5c8 26-Jan-2015 Ferenc Kovacs

Revert "Disable PEAR by default"

This reverts commit df984ad4f5e4e53e3f8bdafc7d620fd8112a121c.


# df984ad4 25-Jan-2015 Nikita Popov

Disable PEAR by default

Given how it doesn't work and it doesn't seem like it will start
working in the immediate future.


12345678910>>...47