<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/dbase, branch php-4.0.4pl1</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>2nd step towards auto-credits</title>
<updated>2000-11-20T10:33:33+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2000-11-20T10:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1f6878e9123c1072721e98ca7d1e1f868597dab4'/>
<id>1f6878e9123c1072721e98ca7d1e1f868597dab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()</title>
<updated>2000-11-02T23:08:07+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-11-02T23:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d0ec3df2884f58b7d7defb2e6a43e6b060789805'/>
<id>d0ec3df2884f58b7d7defb2e6a43e6b060789805</id>
<content type='text'>
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.

</pre>
</div>
</content>
</entry>
<entry>
<title>Use zend_register_list_destructors_ex() instead.</title>
<updated>2000-10-25T17:44:02+00:00</updated>
<author>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</author>
<published>2000-10-25T17:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1dcb32c9fb395b68e0fe5d39dc3aa6bd7f8eff6'/>
<id>f1dcb32c9fb395b68e0fe5d39dc3aa6bd7f8eff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mega-patch to get better resource information for modules.</title>
<updated>2000-10-20T18:25:16+00:00</updated>
<author>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</author>
<published>2000-10-20T18:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7b4983c8f82c4f361df787f58c6f5cf88d5def0b'/>
<id>7b4983c8f82c4f361df787f58c6f5cf88d5def0b</id>
<content type='text'>
  * Fixed a bug in zend_rsrc_list_get_rsrc_type()
  * Switched register_list_destructors() to use
    zend_register_list_destructors_ex() instead
  * Updated all relevant modules to provide the resource type name
    to register_list_destructors() call
  * Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@  get_resource_type() display "file" for file resources. (Andrei)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Fixed a bug in zend_rsrc_list_get_rsrc_type()
  * Switched register_list_destructors() to use
    zend_register_list_destructors_ex() instead
  * Updated all relevant modules to provide the resource type name
    to register_list_destructors() call
  * Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@  get_resource_type() display "file" for file resources. (Andrei)

</pre>
</div>
</content>
</entry>
<entry>
<title>little fix for the debug extension</title>
<updated>2000-09-06T09:10:50+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-09-06T09:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2ffdb3cda47c69264434a73d1d6395b5b656be14'/>
<id>2ffdb3cda47c69264434a73d1d6395b5b656be14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deleted a few unnecceasary defines and added the Release_TS_Inline path to the libpath</title>
<updated>2000-08-24T17:48:30+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-08-24T17:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b6f0d041f9f2409c3af5dd2be299b250b51b92b7'/>
<id>b6f0d041f9f2409c3af5dd2be299b250b51b92b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32 projectfile for the dbase extension</title>
<updated>2000-08-23T16:11:44+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-08-23T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d076f5f2d9d9a958b0d44768cd4b40a948164ce9'/>
<id>d076f5f2d9d9a958b0d44768cd4b40a948164ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@ Fixed dbase_add_record. (Sterling)</title>
<updated>2000-08-13T17:41:20+00:00</updated>
<author>
<name>Sterling Hughes</name>
<email>sterling@php.net</email>
</author>
<published>2000-08-13T17:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=93acbedce8afa8f77478eea30985e89efcdc61d1'/>
<id>93acbedce8afa8f77478eea30985e89efcdc61d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>@ Fixed dbase_add_record. (Sterling)</title>
<updated>2000-07-23T03:45:24+00:00</updated>
<author>
<name>Sterling Hughes</name>
<email>sterling@php.net</email>
</author>
<published>2000-07-23T03:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8aadb68db15f7081ded8a830c353fdd4cdc327a4'/>
<id>8aadb68db15f7081ded8a830c353fdd4cdc327a4</id>
<content type='text'>
Fixed dbase_add_record

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

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