<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/apache2handler, branch php-5.3.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>MFB: fix php_value application order for Apache</title>
<updated>2008-11-24T22:23:11+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2008-11-24T22:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=281676da26f4570236c11a0eb41e7072b68e548b'/>
<id>281676da26f4570236c11a0eb41e7072b68e548b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro</title>
<updated>2008-11-17T11:28:01+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-11-17T11:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc2fb50d095d80a957117ecf52bd817a609e1dcf'/>
<id>fc2fb50d095d80a957117ecf52bd817a609e1dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added header_remove() (chsc at peytz dotdk, Arnaud)</title>
<updated>2008-11-13T10:14:04+00:00</updated>
<author>
<name>Arnaud Le Blanc</name>
<email>lbarnaud@php.net</email>
</author>
<published>2008-11-13T10:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8c4151ad72b6c5a82b341aaf59d2c31521ca4341'/>
<id>8c4151ad72b6c5a82b341aaf59d2c31521ca4341</id>
<content type='text'>
[DOC] proto void header_remove([string header_name])
      Removes an HTTP header previously set using header()
      The header_name parameter is optionnal, all headers are
      removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
           been changed, it now take a new argument.

           When it is set to SAPI_HEADER_DELETE, sapi_header-&gt;header is
           the name of an header, header_handler has to delete it.

           When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
           to delete all headers.

           When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
           sapi_header-&gt;header is in the form "Name: value", header_handler
           has to add or replace the given header.

           In all cases, header_handler must not free sapi_header or
           sapi_header-&gt;header. SAPI_HEADER_ADD must be returned if the
           header has been added or replaced, or 0 in other cases.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[DOC] proto void header_remove([string header_name])
      Removes an HTTP header previously set using header()
      The header_name parameter is optionnal, all headers are
      removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
           been changed, it now take a new argument.

           When it is set to SAPI_HEADER_DELETE, sapi_header-&gt;header is
           the name of an header, header_handler has to delete it.

           When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
           to delete all headers.

           When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
           sapi_header-&gt;header is in the form "Name: value", header_handler
           has to add or replace the given header.

           In all cases, header_handler must not free sapi_header or
           sapi_header-&gt;header. SAPI_HEADER_ADD must be returned if the
           header has been added or replaced, or 0 in other cases.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Revert ZEND_BEGIN_ARG_INFO change</title>
<updated>2008-11-02T21:19:39+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-11-02T21:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a37fa2d6bd740c70dab947718ba7ea2d0b99c47'/>
<id>7a37fa2d6bd740c70dab947718ba7ea2d0b99c47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro</title>
<updated>2008-10-24T16:03:15+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-10-24T16:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cc9a286005d88547cc93749873c5c4655d0003bd'/>
<id>cc9a286005d88547cc93749873c5c4655d0003bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to the new parameter-parse API</title>
<updated>2008-08-26T17:34:16+00:00</updated>
<author>
<name>Alexey Zakhlestin</name>
<email>indeyets@php.net</email>
</author>
<published>2008-08-26T17:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e7eba5af6a84348002b78beaa7c0e31e43b91415'/>
<id>e7eba5af6a84348002b78beaa7c0e31e43b91415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added arginfo</title>
<updated>2008-07-16T11:59:15+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-07-16T11:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=67185d6098bed94da91f03a835ebc16baee5a321'/>
<id>67185d6098bed94da91f03a835ebc16baee5a321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled</title>
<updated>2008-05-14T03:13:17+00:00</updated>
<author>
<name>Elizabeth Marie Smith</name>
<email>auroraeosrose@php.net</email>
</author>
<published>2008-05-14T03:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7d4dfa8ee42105a1248c2189a88435ab5fdfc520'/>
<id>7d4dfa8ee42105a1248c2189a88435ab5fdfc520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new empty child terminate sapi hook to the rest of the sapis</title>
<updated>2008-03-18T22:23:21+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2008-03-18T22:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=45e327a672746e4fb5fe57fa10ff758d1143ad0a'/>
<id>45e327a672746e4fb5fe57fa10ff758d1143ad0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding itk again to non-threaded MPMs. Sorry for the confusion</title>
<updated>2008-03-11T22:47:39+00:00</updated>
<author>
<name>Lars Strojny</name>
<email>lstrojny@php.net</email>
</author>
<published>2008-03-11T22:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=698e0652953f0be372435b42b4f560976374aebd'/>
<id>698e0652953f0be372435b42b4f560976374aebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
