<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/aspell, branch php-4.0.2</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>Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.</title>
<updated>2000-07-24T01:40:02+00:00</updated>
<author>
<name>David Croft</name>
<email>david@php.net</email>
</author>
<published>2000-07-24T01:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=83513d9580d56f43e0b2ab6521256b3a9375bedd'/>
<id>83513d9580d56f43e0b2ab6521256b3a9375bedd</id>
<content type='text'>
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

</pre>
</div>
</content>
</entry>
<entry>
<title>Rename macros which begin with underscore to appropiate macros. The general</title>
<updated>2000-07-03T00:41:19+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-03T00:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd754d7825924708ac00aef2e9c9f17d8e2f037c'/>
<id>cd754d7825924708ac00aef2e9c9f17d8e2f037c</id>
<content type='text'>
rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

</pre>
</div>
</content>
</entry>
<entry>
<title>- ARG_COUNT(ht) -&gt; ZEND_NUM_ARGS() mega patch</title>
<updated>2000-06-05T19:47:54+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-06-05T19:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3701bc420774c1b689f8a43f0ed891c99fea3cd2'/>
<id>3701bc420774c1b689f8a43f0ed891c99fea3cd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use #ifdef COMPILE_DL_EXTNAME solely.</title>
<updated>2000-05-23T09:33:51+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-23T09:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4686a3b50ee86aa25e341aaa45376e637a42330f'/>
<id>4686a3b50ee86aa25e341aaa45376e637a42330f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license with the new clause 6</title>
<updated>2000-05-18T15:34:45+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-05-18T15:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e043439ff61535bf6994d55a5056ff8b29b9828e'/>
<id>e043439ff61535bf6994d55a5056ff8b29b9828e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>    #if COMPILE_DL</title>
<updated>2000-05-02T00:44:35+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-02T00:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fe50664d4d0d5fad0e7ca52a42fe1d96461a4f31'/>
<id>fe50664d4d0d5fad0e7ca52a42fe1d96461a4f31</id>
<content type='text'>
becomes

    #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
becomes

    #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)

</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the various get_module() functions with a uniform</title>
<updated>2000-05-02T00:30:36+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-02T00:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0d383d9373e6764d4f36cfce41cb8a610766e9b6'/>
<id>0d383d9373e6764d4f36cfce41cb8a610766e9b6</id>
<content type='text'>
ZEND_GET_MODULE(name) macro.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ZEND_GET_MODULE(name) macro.

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing empty lines</title>
<updated>2000-05-01T22:38:42+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-01T22:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7613e064f8281cc09fefe9f89655ea8af10e095c'/>
<id>7613e064f8281cc09fefe9f89655ea8af10e095c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Large test commit IV</title>
<updated>2000-05-01T22:04:52+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-01T22:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0d36199cf991792369517ef38d714ae21d222671'/>
<id>0d36199cf991792369517ef38d714ae21d222671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Large commit test III</title>
<updated>2000-05-01T22:00:09+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-01T22:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de2cea47c0840a58dc3ed29c3426e81eb0358d5a'/>
<id>de2cea47c0840a58dc3ed29c3426e81eb0358d5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
