<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/nsapi, branch php4</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>Undo Z_ subst for sapi and ext/yaz</title>
<updated>2001-09-27T20:01:23+00:00</updated>
<author>
<name>Jeroen van Wolffelaar</name>
<email>jeroen@php.net</email>
</author>
<published>2001-09-27T20:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48'/>
<id>eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var-&gt;zval.value incorrect) please let me know.</title>
<updated>2001-09-25T21:58:48+00:00</updated>
<author>
<name>Jeroen van Wolffelaar</name>
<email>jeroen@php.net</email>
</author>
<published>2001-09-25T21:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c03328857394bef36ffa9678d33079ad96e4a4e4'/>
<id>c03328857394bef36ffa9678d33079ad96e4a4e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TSRMLS fixes</title>
<updated>2001-08-14T17:16:19+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2001-08-14T17:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=21cac086e479341d3d15b7f4ce53694352aebd09'/>
<id>21cac086e479341d3d15b7f4ce53694352aebd09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more tsrm cleanup</title>
<updated>2001-08-05T15:29:47+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-08-05T15:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8aef1930565d36807647e52b5e5b7c4e3f4a57b1'/>
<id>8aef1930565d36807647e52b5e5b7c4e3f4a57b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more duplicate TSRMLS_FETCH() calls.</title>
<updated>2001-08-05T05:35:06+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2001-08-05T05:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a70ecedb33580601e1934979de77e38a44f53ff9'/>
<id>a70ecedb33580601e1934979de77e38a44f53ff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redesigned thread safety mechanism - nua nua</title>
<updated>2001-07-28T11:36:37+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2001-07-28T11:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d87cc976e1156b839fc6d4aa6b473a126802b8e3'/>
<id>d87cc976e1156b839fc6d4aa6b473a126802b8e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Get rid of ELS_*(), and use TSRMLS_*() instead.</title>
<updated>2001-07-27T10:16:41+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2001-07-27T10:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=fe6f8712a439c8b5046a03bca9ce5ae8e75aa4f5'/>
<id>fe6f8712a439c8b5046a03bca9ce5ae8e75aa4f5</id>
<content type='text'>
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

</pre>
</div>
</content>
</entry>
<entry>
<title>Add INSTALL_ROOT variable to specify install location.</title>
<updated>2001-04-03T20:59:50+00:00</updated>
<author>
<name>Wilfredo Sanchez</name>
<email>wsanchez@php.net</email>
</author>
<published>2001-04-03T20:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=0df6e8dd88e7233e75683271b96a38bf7c4c6fef'/>
<id>0df6e8dd88e7233e75683271b96a38bf7c4c6fef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.</title>
<updated>2001-03-27T20:35:04+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2001-03-27T20:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8a26918ed113620828f48989e6a170cd630f6a4e'/>
<id>8a26918ed113620828f48989e6a170cd630f6a4e</id>
<content type='text'>
# Heads up people! I tested this before committing but you never know..

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Heads up people! I tested this before committing but you never know..

</pre>
</div>
</content>
</entry>
<entry>
<title>- Commit NSAPI patches.</title>
<updated>2001-03-02T15:25:51+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2001-03-02T15:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=abb18a7918cd20bc39f1fc3fc28f10b7b77c9dee'/>
<id>abb18a7918cd20bc39f1fc3fc28f10b7b77c9dee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
