<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/phpdbg/phpdbg.c, branch php-7.3.15</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>Pack zend_constant.flags and zend_constant.module_number into reserved space inside zend_constant.value.</title>
<updated>2018-07-26T09:58:07+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-07-26T09:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ab8094c666048b747481df0b9da94e08cadc4160'/>
<id>ab8094c666048b747481df0b9da94e08cadc4160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicated code (keep destroy_zend_function() for compatibility)</title>
<updated>2018-06-27T11:54:42+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-06-27T11:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=716bbd34805f1d0a74b3bf6fb97917b0c6485356'/>
<id>716bbd34805f1d0a74b3bf6fb97917b0c6485356</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.2'</title>
<updated>2018-06-25T09:57:25+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-25T09:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0778359223b311d4caf34c549b4309c9d2cae7dd'/>
<id>0778359223b311d4caf34c549b4309c9d2cae7dd</id>
<content type='text'>
* PHP-7.2:
  Fix arginfo wrt. optional/required parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix arginfo wrt. optional/required parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-06-25T09:54:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-25T09:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2458dab466cbc8088a9c5ac4eff3785321ea55c8'/>
<id>2458dab466cbc8088a9c5ac4eff3785321ea55c8</id>
<content type='text'>
* PHP-7.1:
  Fix arginfo wrt. optional/required parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix arginfo wrt. optional/required parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix arginfo wrt. optional/required parameters</title>
<updated>2018-06-25T09:52:17+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-22T13:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6b5597f7d8e31933dfb833dd443290adc02ca307'/>
<id>6b5597f7d8e31933dfb833dd443290adc02ca307</id>
<content type='text'>
All parameters of phpdbg_color(), phpdbg_exec() and phpdbg_prompt() are
required.  We mark them as such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All parameters of phpdbg_color(), phpdbg_exec() and phpdbg_prompt() are
required.  We mark them as such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless PHPDBG_* constants</title>
<updated>2018-06-25T09:42:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-24T15:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d169d06d307d03ee256e96c92002c08179f12b04'/>
<id>d169d06d307d03ee256e96c92002c08179f12b04</id>
<content type='text'>
The sole purpose of `PHPDBG_FILE`, `PHPDBG_METHOD`, `PHPDBG_LINENO` and
`PHPDBG_FUNC` has been to be passed as first argument to `phpdbg_break`.
However, this functions is replaced as of PHP 5.6.3 by
`phpdbg_break_file`, `phpdbg_break_method` and 'phpdbg_break_func`,
respectively.  Therefore, we're finally removing the useless constants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sole purpose of `PHPDBG_FILE`, `PHPDBG_METHOD`, `PHPDBG_LINENO` and
`PHPDBG_FUNC` has been to be passed as first argument to `phpdbg_break`.
However, this functions is replaced as of PHP 5.6.3 by
`phpdbg_break_file`, `phpdbg_break_method` and 'phpdbg_break_func`,
respectively.  Therefore, we're finally removing the useless constants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2'</title>
<updated>2018-04-26T20:09:34+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-26T20:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=31914a827e4fddef8b5f2e8614af651ae8c9361a'/>
<id>31914a827e4fddef8b5f2e8614af651ae8c9361a</id>
<content type='text'>
* PHP-7.2:
  Allocate default ini values into persistent memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Allocate default ini values into persistent memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-04-26T20:09:08+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-26T20:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=972c4869a75eb3c5655f50c4d630160a6df4ee15'/>
<id>972c4869a75eb3c5655f50c4d630160a6df4ee15</id>
<content type='text'>
* PHP-7.1:
  Allocate default ini values into persistent memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Allocate default ini values into persistent memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Allocate default ini values into persistent memory</title>
<updated>2018-04-26T20:08:19+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-26T20:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2513da4b4c3e7e49bbc01757692056c3e2630145'/>
<id>2513da4b4c3e7e49bbc01757692056c3e2630145</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.2'</title>
<updated>2018-04-26T15:44:02+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-26T15:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d08f1c5f5b5375f8207e71d0d4102eccd0d2ee1f'/>
<id>d08f1c5f5b5375f8207e71d0d4102eccd0d2ee1f</id>
<content type='text'>
* PHP-7.2:
  Fix memory leak when phpdbg fails to start up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix memory leak when phpdbg fails to start up
</pre>
</div>
</content>
</entry>
</feed>
