<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch experimental/apache_hooks</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>white space changes (s/    /\t/g)</title>
<updated>2002-10-23T07:12:13+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-10-23T07:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ef4573eaf226041a46796ca967f2c6e0ad1e2358'/>
<id>ef4573eaf226041a46796ca967f2c6e0ad1e2358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed directory merging</title>
<updated>2002-10-23T06:07:07+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-10-23T06:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c382dbbac61ecc1eb1c2f845c92ec765c717fa65'/>
<id>c382dbbac61ecc1eb1c2f845c92ec765c717fa65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed return values for php_response_handler</title>
<updated>2002-10-09T02:57:33+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-10-09T02:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d9647606fb701437fb307d265420f345498de9a4'/>
<id>d9647606fb701437fb307d265420f345498de9a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>header code cleanup</title>
<updated>2002-10-08T06:25:02+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-10-08T06:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7adb8e0ba90aa780005a25babb95a19600da797a'/>
<id>7adb8e0ba90aa780005a25babb95a19600da797a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with head.  add optional content type param to send_http_header</title>
<updated>2002-10-08T02:17:02+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-10-08T02:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b85162590da032ed9899f84f0f48fa1ade35df32'/>
<id>b85162590da032ed9899f84f0f48fa1ade35df32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up a bunch of code, fully integrated the class::method handler</title>
<updated>2002-08-30T19:12:28+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-08-30T19:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2306fe934d7e77562fb98ccd6d340fa526c69413'/>
<id>2306fe934d7e77562fb98ccd6d340fa526c69413</id>
<content type='text'>
code into a single stack per handlers (for correct interleaving).

Changed the syntax so that now they are of the form

phpUriHandler /filename
phpUriHandlerMethod Class::Method

This now works for all handlers including response handlers.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code into a single stack per handlers (for correct interleaving).

Changed the syntax so that now they are of the form

phpUriHandler /filename
phpUriHandlerMethod Class::Method

This now works for all handlers including response handlers.

</pre>
</div>
</content>
</entry>
<entry>
<title>added the ability to set handlers as class methods (classes will need to be</title>
<updated>2002-08-29T20:23:07+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-08-29T20:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b0e2b8604ff95e44f2f9e4093c281fb1b6247868'/>
<id>b0e2b8604ff95e44f2f9e4093c281fb1b6247868</id>
<content type='text'>
declared in a phpRequire statemenet, of course, or be otherwise available
at the hook run-time (builtins)).  This is currently only implemented
for the uri trans handler  it is usable as:

phpUriHandlerCodeRef MyClass::MyMethod

This can be greatly robustified from whre it stands now, but is a good proof
of concept (hopefully!)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
declared in a phpRequire statemenet, of course, or be otherwise available
at the hook run-time (builtins)).  This is currently only implemented
for the uri trans handler  it is usable as:

phpUriHandlerCodeRef MyClass::MyMethod

This can be greatly robustified from whre it stands now, but is a good proof
of concept (hopefully!)

</pre>
</div>
</content>
</entry>
<entry>
<title>added all the sub_request methods and logging methods</title>
<updated>2002-08-28T21:23:12+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-08-28T21:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d44619a811a6c4301b285109ee7c7d159d6eeff4'/>
<id>d44619a811a6c4301b285109ee7c7d159d6eeff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added wrapper functions for the majority of the apache API_EXPORT functions</title>
<updated>2002-08-28T18:56:51+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-08-28T18:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2bc1d055cb8046699f10bad45ea5e479b47fbf24'/>
<id>2bc1d055cb8046699f10bad45ea5e479b47fbf24</id>
<content type='text'>
as class methods for the ApacheRequest objects.  broke sapi_activate
into two functions to allow for reading of headers/cookies separately
from request bodies (POST stuff).  Altered some of the send_headers code
in mod_php4.c to prevent sending headers twice (since a phpResponseHandler
needs to be able to have full freedom for setting headers using the
ap_*_header* functions.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as class methods for the ApacheRequest objects.  broke sapi_activate
into two functions to allow for reading of headers/cookies separately
from request bodies (POST stuff).  Altered some of the send_headers code
in mod_php4.c to prevent sending headers twice (since a phpResponseHandler
needs to be able to have full freedom for setting headers using the
ap_*_header* functions.

</pre>
</div>
</content>
</entry>
<entry>
<title>added wrapper for ap_send_http_header so that phpResponseHandler is now</title>
<updated>2002-08-28T04:37:37+00:00</updated>
<author>
<name>George Schlossnagle</name>
<email>gschlossnagle@php.net</email>
</author>
<published>2002-08-28T04:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0a105b4130638fae983664a7556bf5843c1dd10a'/>
<id>0a105b4130638fae983664a7556bf5843c1dd10a</id>
<content type='text'>
working.  Added protections to mod_php4's internal call to the same so
that headers cannot be accidentally sent twice.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
working.  Added protections to mod_php4's internal call to the same so
that headers cannot be accidentally sent twice.

</pre>
</div>
</content>
</entry>
</feed>
