<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/apache/mod_php5.c, branch php-5.4.0alpha3</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>Fix Apache1 build</title>
<updated>2011-06-10T11:46:35+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2011-06-10T11:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=02023fc8fe0bdcb812ad1e5f7740c3e61c953431'/>
<id>02023fc8fe0bdcb812ad1e5f7740c3e61c953431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Year++</title>
<updated>2011-01-01T02:17:06+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-01T02:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0203cc3d446b659e477ae488eaf4780bf58384d5'/>
<id>0203cc3d446b659e477ae488eaf4780bf58384d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated _SERVER['REQUEST_TIME'] to include microsecond precision.</title>
<updated>2010-11-06T17:14:21+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-11-06T17:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f89effd2a83de2b1d6381f9b9403a8328e0998b6'/>
<id>f89effd2a83de2b1d6381f9b9403a8328e0998b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's</title>
<updated>2010-08-18T13:34:40+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2010-08-18T13:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=34b631f6799a9fc81980f3027865b6258452df43'/>
<id>34b631f6799a9fc81980f3027865b6258452df43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* implement new output API, fixing some bugs and implementing some feature </title>
<updated>2010-05-31T10:29:43+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2010-05-31T10:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=11d24c1593d6617f73d3f290617bd8994182f4dc'/>
<id>11d24c1593d6617f73d3f290617bd8994182f4dc</id>
<content type='text'>
  requests--let's see what I can dig out of the bugtracker for NEWS--
  and while crossing the road:
   * implemented new zlib API
   * fixed up ext/tidy (what was "s&amp;" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  requests--let's see what I can dig out of the bugtracker for NEWS--
  and while crossing the road:
   * implemented new zlib API
   * fixed up ext/tidy (what was "s&amp;" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.


</pre>
</div>
</content>
</entry>
<entry>
<title>Removed safe_mode</title>
<updated>2010-04-26T23:53:30+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2010-04-26T23:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f'/>
<id>dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f</id>
<content type='text'>
 * Removed ini options, safe_mode*
 * Removed --enable-safe-mode --with-exec-dir configure options on Unix
 * Updated extensions, SAPI's and core
 * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Removed ini options, safe_mode*
 * Removed --enable-safe-mode --with-exec-dir configure options on Unix
 * Updated extensions, SAPI's and core
 * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed register_globals</title>
<updated>2010-04-21T01:27:22+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2010-04-21T01:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=febee112850af0e56a57e2b38c9043c07dc99465'/>
<id>febee112850af0e56a57e2b38c9043c07dc99465</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Reverted r296062 and r296065</title>
<updated>2010-03-12T10:28:59+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2010-03-12T10:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=af49e58f5155383a440041c77cc1ecbaf507fde7'/>
<id>af49e58f5155383a440041c77cc1ecbaf507fde7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Improved / fixed output buffering (Michael Wallner)</title>
<updated>2010-03-11T10:24:29+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2010-03-11T10:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=06f072cb5e4e3582e20b8762141eccbc4dce85fa'/>
<id>06f072cb5e4e3582e20b8762141eccbc4dce85fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #50940</title>
<updated>2010-02-05T18:59:05+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2010-02-05T18:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1947334023c101fb1ad455dd0e18d44dd5a2ec94'/>
<id>1947334023c101fb1ad455dd0e18d44dd5a2ec94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
