<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/aolserver, branch php-4.3.9</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>- Re-added the FD lexer patch.</title>
<updated>2003-05-31T01:37:45+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-05-31T01:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8506ee1bfe569364c552118d69d82516b6a17a12'/>
<id>8506ee1bfe569364c552118d69d82516b6a17a12</id>
<content type='text'>
# Marcus is going to add the long-opts patches back in after this.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Marcus is going to add the long-opts patches back in after this.

</pre>
</div>
</content>
</entry>
<entry>
<title>Revert PHP part of the fd patch</title>
<updated>2003-05-21T09:34:21+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2003-05-21T09:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2127840893fd699284d21d4e6f2666accdb11814'/>
<id>2127840893fd699284d21d4e6f2666accdb11814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>protect against further surprises by initializing all zend_file_handle's</title>
<updated>2003-05-17T08:06:53+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-05-17T08:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=80538812119d4f940fce2bc408761a28c8b3add5'/>
<id>80538812119d4f940fce2bc408761a28c8b3add5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework text</title>
<updated>2003-05-02T18:25:39+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-05-02T18:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=89cd013bd6388f5529af51a0f45701e582121aa7'/>
<id>89cd013bd6388f5529af51a0f45701e582121aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2002-12-31T16:27:40+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-12-31T16:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03d440e1c0821e32c0fff4402c882a12e2d1e35f'/>
<id>03d440e1c0821e32c0fff4402c882a12e2d1e35f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix phpinfo() output for better browser BC</title>
<updated>2002-09-26T17:54:54+00:00</updated>
<author>
<name>Colin Viebrock</name>
<email>cmv@php.net</email>
</author>
<published>2002-09-26T17:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7c275b741d457367b26e8dafa5d2913bf2c75fd'/>
<id>c7c275b741d457367b26e8dafa5d2913bf2c75fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change phpinfo() to use CSS styling instead of HTML code.</title>
<updated>2002-09-19T21:57:25+00:00</updated>
<author>
<name>Colin Viebrock</name>
<email>cmv@php.net</email>
</author>
<published>2002-09-19T21:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=14a6cc8847c1ba35604aee6c96720dbe213c12ac'/>
<id>14a6cc8847c1ba35604aee6c96720dbe213c12ac</id>
<content type='text'>
It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.

There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.

There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.

</pre>
</div>
</content>
</entry>
<entry>
<title>another startup initialization fix - only ISAPI and CGI SAPI's tested,</title>
<updated>2002-09-18T21:57:42+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2002-09-18T21:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=76312b4508b43ed2cebd97b749e9e90181e55073'/>
<id>76312b4508b43ed2cebd97b749e9e90181e55073</id>
<content type='text'>
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code which makes wrong assumptions about the return value of snprintf.</title>
<updated>2002-06-26T07:54:50+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-06-26T07:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee477dbc56997b5233e5d69db77e710de5821358'/>
<id>ee477dbc56997b5233e5d69db77e710de5821358</id>
<content type='text'>
The AOLserver module did not use the return value, so simply drop it.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AOLserver module did not use the return value, so simply drop it.

</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing element</title>
<updated>2002-05-11T02:58:43+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2002-05-11T02:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d0f07d08655c95e2372b1a0b1b7a580217b2f64'/>
<id>2d0f07d08655c95e2372b1a0b1b7a580217b2f64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
