<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/apache, 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: init server context before config variables are processed</title>
<updated>2008-11-29T00:45:31+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2008-11-29T00:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=09e37bc5ed2fda3c16702c6fe89880870b621e82'/>
<id>09e37bc5ed2fda3c16702c6fe89880870b621e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>- Added arginfo</title>
<updated>2008-07-20T14:28:41+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-07-20T14:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b22f47ee3086d9769b9ee8ed31b385e6bac7d257'/>
<id>b22f47ee3086d9769b9ee8ed31b385e6bac7d257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>long -&gt; int + minor sources reorganization</title>
<updated>2008-07-01T07:58:42+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2008-07-01T07:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d76ecaae08df1d8ece5caf88599ed1e097c45dd3'/>
<id>d76ecaae08df1d8ece5caf88599ed1e097c45dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed types (no more compiler warnings)</title>
<updated>2008-06-28T10:01:17+00:00</updated>
<author>
<name>Alexey Zakhlestin</name>
<email>indeyets@php.net</email>
</author>
<published>2008-06-28T10:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d33c8680ab4a0982df308c58dff41b96806378b4'/>
<id>d33c8680ab4a0982df308c58dff41b96806378b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated to the new parameter-parsing api</title>
<updated>2008-06-28T09:52:03+00:00</updated>
<author>
<name>Alexey Zakhlestin</name>
<email>indeyets@php.net</email>
</author>
<published>2008-06-28T09:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0045cb305b58eca93a61c4f95e4ef2401eb292c7'/>
<id>0045cb305b58eca93a61c4f95e4ef2401eb292c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
