<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/phpdbg/phpdbg.c, branch php-7.2.2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>year++</title>
<updated>2018-01-02T04:55:14+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2018-01-02T04:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7a7ec01a4976e72971948a93ca9eafa5752a3f91'/>
<id>7a7ec01a4976e72971948a93ca9eafa5752a3f91</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 'PHP-7.1'</title>
<updated>2017-07-17T05:52:43+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-07-17T05:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8c238c15bcd0ecea2971ae2ca3a286b485419640'/>
<id>8c238c15bcd0ecea2971ae2ca3a286b485419640</id>
<content type='text'>
* PHP-7.1:
  Fixed bug 74913 redirecting incorrect include &lt;sys/poll.h&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug 74913 redirecting incorrect include &lt;sys/poll.h&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-07-17T05:51:47+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-07-17T05:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2e82ed9b7326cf8bf716efcdb600937b626a80b2'/>
<id>2e82ed9b7326cf8bf716efcdb600937b626a80b2</id>
<content type='text'>
* PHP-7.0:
  Fixed bug 74913 redirecting incorrect include &lt;sys/poll.h&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Fixed bug 74913 redirecting incorrect include &lt;sys/poll.h&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug 74913 redirecting incorrect include &lt;sys/poll.h&gt;</title>
<updated>2017-07-17T05:50:59+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2017-07-12T19:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=0db20a7cb1648420fbec2ea7895e4ac4bc68e634'/>
<id>0db20a7cb1648420fbec2ea7895e4ac4bc68e634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Interned strings unification for TS/NTS</title>
<updated>2017-03-04T09:39:13+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-03-04T09:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c6982995504b6e21e8a5ade29cfb16a55196dc43'/>
<id>c6982995504b6e21e8a5ade29cfb16a55196dc43</id>
<content type='text'>
Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix crash in phpdbg shutdown process when opcache is loaded"</title>
<updated>2017-02-27T19:21:10+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-02-27T19:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c564924d31ffe8f5d7097b2fa1d18616b21cf56c'/>
<id>c564924d31ffe8f5d7097b2fa1d18616b21cf56c</id>
<content type='text'>
This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1'</title>
<updated>2017-02-27T17:55:31+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-02-27T17:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=61ecad0f536377edc0c317767a3b2fef64509959'/>
<id>61ecad0f536377edc0c317767a3b2fef64509959</id>
<content type='text'>
* PHP-7.1:
  fix crash in phpdbg shutdown process when opcache is loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  fix crash in phpdbg shutdown process when opcache is loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-02-27T17:55:14+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-02-27T17:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7aa59a444039908c0d42371fa4eaffb4089decbf'/>
<id>7aa59a444039908c0d42371fa4eaffb4089decbf</id>
<content type='text'>
* PHP-7.0:
  fix crash in phpdbg shutdown process when opcache is loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  fix crash in phpdbg shutdown process when opcache is loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash in phpdbg shutdown process when opcache is loaded</title>
<updated>2017-02-27T17:54:48+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-02-27T17:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=008fb28eafa3740b1e3696b1a5cf7566d493b97d'/>
<id>008fb28eafa3740b1e3696b1a5cf7566d493b97d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright headers to 2017</title>
<updated>2017-01-04T17:23:42+00:00</updated>
<author>
<name>Sammy Kaye Powers</name>
<email>sammyk@sammykmedia.com</email>
</author>
<published>2017-01-04T17:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=dac6c639bb54e93fb24b82d25f74daaa12763512'/>
<id>dac6c639bb54e93fb24b82d25f74daaa12763512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
