<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/TSRM, 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-05T09:41:04+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-05T09:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=80b500619651901342c50b99bbd9e20715d390a9'/>
<id>80b500619651901342c50b99bbd9e20715d390a9</id>
<content type='text'>
* PHP-7.3:
  Fix #79566: Private SHM is not private on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #79566: Private SHM is not private on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79566: Private SHM is not private on Windows</title>
<updated>2020-05-05T09:38:29+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-05T07:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f33cf52faf733f5a6441a533f83e9b1cf2018245'/>
<id>f33cf52faf733f5a6441a533f83e9b1cf2018245</id>
<content type='text'>
We map the POSIX semantics of `IPC_PRIVATE` by creating unnamed file
mapping objects on Windows.  While that is not particularly useful for
ext/shmop, which is the only bundled extension which uses `shmget()`,
it may be useful for external extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We map the POSIX semantics of `IPC_PRIVATE` by creating unnamed file
mapping objects on Windows.  While that is not particularly useful for
ext/shmop, which is the only bundled extension which uses `shmget()`,
it may be useful for external extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-01-03T17:13:04+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-01-03T17:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4c6ad099c649b81d03a6593009565ecbd447ea10'/>
<id>4c6ad099c649b81d03a6593009565ecbd447ea10</id>
<content type='text'>
* PHP-7.3:
  Fix #78538: shmop memory leak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78538: shmop memory leak
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78538: shmop memory leak</title>
<updated>2020-01-03T17:10:29+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-11-25T13:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=18172303f41b9891ae4b78b0c6f70d0d47ed539f'/>
<id>18172303f41b9891ae4b78b0c6f70d0d47ed539f</id>
<content type='text'>
If the descriptor's refcount drops to zero, we have to unmap the
respective file view, to avoid leaking memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the descriptor's refcount drops to zero, we have to unmap the
respective file view, to avoid leaking memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-08-06T15:28:11+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-06T15:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ea39d15abef3df259e0aa2974d1c530654aa2b1'/>
<id>9ea39d15abef3df259e0aa2974d1c530654aa2b1</id>
<content type='text'>
* PHP-7.2:
  Fix #78282: atime and mtime mismatch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78282: atime and mtime mismatch
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78282: atime and mtime mismatch</title>
<updated>2019-08-06T15:25:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-07-13T07:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=954543cec629c3c5d42c2d62228dd68604bb6b19'/>
<id>954543cec629c3c5d42c2d62228dd68604bb6b19</id>
<content type='text'>
The fix for bug #78241 assumed that `time_t` would always be 64bit, but
actually is 32bit for x86.  We therefore enforce 64bit arithmetic to
avoid wrapping.

(cherry picked from commit bf242d58e77d50d4d8fdaaaca7ede686ec4467c0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for bug #78241 assumed that `time_t` would always be 64bit, but
actually is 32bit for x86.  We therefore enforce 64bit arithmetic to
avoid wrapping.

(cherry picked from commit bf242d58e77d50d4d8fdaaaca7ede686ec4467c0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78282: atime and mtime mismatch</title>
<updated>2019-07-13T07:44:46+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-07-13T07:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf242d58e77d50d4d8fdaaaca7ede686ec4467c0'/>
<id>bf242d58e77d50d4d8fdaaaca7ede686ec4467c0</id>
<content type='text'>
The fix for bug #78241 assumed that `time_t` would always be 64bit, but
actually is 32bit for x86.  We therefore enforce 64bit arithmetic to
avoid wrapping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for bug #78241 assumed that `time_t` would always be 64bit, but
actually is 32bit for x86.  We therefore enforce 64bit arithmetic to
avoid wrapping.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tsrm_config_common.h</title>
<updated>2019-07-12T23:58:01+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-12T00:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33994ebd95c3c42b0dca4e0f161692ecee7d741b'/>
<id>33994ebd95c3c42b0dca4e0f161692ecee7d741b</id>
<content type='text'>
- Checks and defines are not relevant for files that include it anymore
- Some code is not used anymore
- Defines are a bit duplicated in zend_portability.h and TSRM.h file
- MAXPATHLEN defs moved to zend_virtual_cwd.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Checks and defines are not relevant for files that include it anymore
- Some code is not used anymore
- Defines are a bit duplicated in zend_portability.h and TSRM.h file
- MAXPATHLEN defs moved to zend_virtual_cwd.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused tsrm_strtok_r() function</title>
<updated>2019-07-12T11:14:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-12T11:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=709897c2a574c8f946c12b90989a3ba464b535cf'/>
<id>709897c2a574c8f946c12b90989a3ba464b535cf</id>
<content type='text'>
There is also a php_strtok_r() function, which is actually used,
but nothing uses the tsrm_strtok_r() variant...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is also a php_strtok_r() function, which is actually used,
but nothing uses the tsrm_strtok_r() variant...
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove TSRM/tsrm_config.w32.h</title>
<updated>2019-07-10T19:19:44+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-10T19:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d63fdced2e9bc2aa6c0e07958b8991e7f222de50'/>
<id>d63fdced2e9bc2aa6c0e07958b8991e7f222de50</id>
<content type='text'>
The tsrm_config.w32.h file is a simple wrapper for already defined
symbols and includes elsewhere.

Closes GH-4383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tsrm_config.w32.h file is a simple wrapper for already defined
symbols and includes elsewhere.

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