<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi, branch php-7.4.10</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-05-12T09:48:36+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-12T09:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b0d5e0faf38f936625ac127a954c1a16dd1cb07'/>
<id>4b0d5e0faf38f936625ac127a954c1a16dd1cb07</id>
<content type='text'>
* PHP-7.3:
  Fix #79489: .user.ini does not inherit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #79489: .user.ini does not inherit
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79489: .user.ini does not inherit</title>
<updated>2020-05-12T09:47:47+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-05T08:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bdba0cd3d270d5c0511709e3b8e2e0cd6186a410'/>
<id>bdba0cd3d270d5c0511709e3b8e2e0cd6186a410</id>
<content type='text'>
On Windows, PATH_TRANSLATED may contain backslashes as well as slashes,
so we must not only check for `DEFAULT_SLASH`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows, PATH_TRANSLATED may contain backslashes as well as slashes,
so we must not only check for `DEFAULT_SLASH`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-04-20T08:58:33+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-04-20T08:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=18ad38a7b21babeef16e25981c549e51da5388f1'/>
<id>18ad38a7b21babeef16e25981c549e51da5388f1</id>
<content type='text'>
* PHP-7.3:
  Fix #79491: Search for .user.ini extends up to root dir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #79491: Search for .user.ini extends up to root dir
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79491: Search for .user.ini extends up to root dir</title>
<updated>2020-04-20T08:56:36+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-04-19T12:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa10abd6d75aeb9fde1f53cf80116e39577a4555'/>
<id>fa10abd6d75aeb9fde1f53cf80116e39577a4555</id>
<content type='text'>
The `start` parameter of `php_cgi_ini_activate_user_config` is supposed
to hold the byte offset of the doc root in the given `path`.  However,
the current expression which fixes a potential type incompatibility
will ever only evaluate to zero or one, because it uses the *logical*
and operator (`&amp;&amp;`).  Furthermore we notice that subtracting one from
`doc_root_len` is not necessary, so there is even no need for the
`start` parameter at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `start` parameter of `php_cgi_ini_activate_user_config` is supposed
to hold the byte offset of the doc root in the given `path`.  However,
the current expression which fixes a potential type incompatibility
will ever only evaluate to zero or one, because it uses the *logical*
and operator (`&amp;&amp;`).  Furthermore we notice that subtracting one from
`doc_root_len` is not necessary, so there is even no need for the
`start` parameter at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-01-27T12:32:38+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-01-27T12:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1cccbb8ff1339c44075e7dee8613d98dc8056f68'/>
<id>1cccbb8ff1339c44075e7dee8613d98dc8056f68</id>
<content type='text'>
* PHP-7.3:
  Fix bug #78323: Code 0 is returned on invalid options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix bug #78323: Code 0 is returned on invalid options
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78323: Code 0 is returned on invalid options</title>
<updated>2020-01-27T12:32:19+00:00</updated>
<author>
<name>Ivan Mikheykin</name>
<email>ivan.mikheykin@flant.com</email>
</author>
<published>2020-01-17T19:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd08f062ae5a3c92bfc0345da7e83ab320046864'/>
<id>fd08f062ae5a3c92bfc0345da7e83ab320046864</id>
<content type='text'>
Set CLI exit code to 1 when invalid parameters are passed,
and print error to stderr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set CLI exit code to 1 when invalid parameters are passed,
and print error to stderr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Link executable files using non PIC object files. This reduces PIC overhead and improves performance."</title>
<updated>2019-10-10T13:28:59+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-10-10T13:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b64a182233344030dee3fb269c1d60cf1a23b106'/>
<id>b64a182233344030dee3fb269c1d60cf1a23b106</id>
<content type='text'>
This reverts commit eef85229d0fe9f69d325aa0231e592f35c468afb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit eef85229d0fe9f69d325aa0231e592f35c468afb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Link executable files using non PIC object files. This reduces PIC overhead and improves performance.</title>
<updated>2019-09-07T08:59:11+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-09-03T20:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eef85229d0fe9f69d325aa0231e592f35c468afb'/>
<id>eef85229d0fe9f69d325aa0231e592f35c468afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bindpath mem leak in cgi</title>
<updated>2019-07-24T10:06:40+00:00</updated>
<author>
<name>David Carlier</name>
<email>devnexen@gmail.com</email>
</author>
<published>2019-07-21T13:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b05f3643338a1647604fbddf3607fc9826713e25'/>
<id>b05f3643338a1647604fbddf3607fc9826713e25</id>
<content type='text'>
Closes GH-4451.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-4451.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate socklen_t check</title>
<updated>2019-07-18T10:11:19+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-18T10:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbdbc2658cb60b42652a398571de6402b5007f54'/>
<id>bbdbc2658cb60b42652a398571de6402b5007f54</id>
<content type='text'>
- Use Autoconf's default AC_CHECK_TYPES

Closes GH-4418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use Autoconf's default AC_CHECK_TYPES

Closes GH-4418
</pre>
</div>
</content>
</entry>
</feed>
