<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/configure.in, branch php-7.0.0alpha1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>7.0.0alpha1</title>
<updated>2015-06-09T12:24:39+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-06-09T12:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=8a884d628b5c23c4b33c96c723331fda9e17d2bc'/>
<id>8a884d628b5c23c4b33c96c723331fda9e17d2bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into merge-fastcgi</title>
<updated>2015-05-27T08:36:15+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-05-27T08:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=90df7e75e6b1ca301d053cbe6d1dee66c586ecb8'/>
<id>90df7e75e6b1ca301d053cbe6d1dee66c586ecb8</id>
<content type='text'>
Conflicts:
	sapi/fpm/fpm/fpm_main.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	sapi/fpm/fpm/fpm_main.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)</title>
<updated>2015-05-26T14:33:25+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-05-26T14:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5'/>
<id>7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5</id>
<content type='text'>
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 &gt; /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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &gt; /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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only link fastcgi into fpm and cgi</title>
<updated>2015-05-26T05:55:39+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-05-26T05:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9f1788f00db71cf06f62b02a24973ce2718efeb6'/>
<id>9f1788f00db71cf06f62b02a24973ce2718efeb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fastcgi.c to main</title>
<updated>2015-05-19T08:04:35+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-05-19T08:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e383cb4493031a7cd952cfcaed3297e583149c07'/>
<id>e383cb4493031a7cd952cfcaed3297e583149c07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().</title>
<updated>2015-04-16T11:45:08+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-04-16T11:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e38ed4c28ffe56f910626870667b374ac5ad1481'/>
<id>e38ed4c28ffe56f910626870667b374ac5ad1481</id>
<content type='text'>
The actual reallocation routiones are seprated from inlined code to reduce code size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The actual reallocation routiones are seprated from inlined code to reduce code size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop zend_indent() as it was never used, complete or working</title>
<updated>2015-03-27T19:04:46+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2015-03-27T19:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=8153286efef5d0b642a4beff839257ef205c4545'/>
<id>8153286efef5d0b642a4beff839257ef205c4545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move check for __builtin_expect to configure</title>
<updated>2015-03-22T16:31:14+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2015-03-20T17:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=017f89e871a8411765b82cecd09c355377f3a8df'/>
<id>017f89e871a8411765b82cecd09c355377f3a8df</id>
<content type='text'>
This allows __builtin_expect to be used more accurately
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows __builtin_expect to be used more accurately
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Disable PEAR by default"</title>
<updated>2015-01-26T10:14:53+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-01-26T10:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=cfd7f5c8a3745097e0c3c3e627f6df10f2a2acdf'/>
<id>cfd7f5c8a3745097e0c3c3e627f6df10f2a2acdf</id>
<content type='text'>
This reverts commit df984ad4f5e4e53e3f8bdafc7d620fd8112a121c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit df984ad4f5e4e53e3f8bdafc7d620fd8112a121c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable PEAR by default</title>
<updated>2015-01-25T13:49:35+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-01-25T13:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=df984ad4f5e4e53e3f8bdafc7d620fd8112a121c'/>
<id>df984ad4f5e4e53e3f8bdafc7d620fd8112a121c</id>
<content type='text'>
Given how it doesn't work and it doesn't seem like it will start
working in the immediate future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given how it doesn't work and it doesn't seem like it will start
working in the immediate future.
</pre>
</div>
</content>
</entry>
</feed>
