<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql, 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>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>some fixes</title>
<updated>2000-08-22T18:13:53+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-08-22T18:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d09d7d811c9005960c1c8c120c2c3f81006acce'/>
<id>5d09d7d811c9005960c1c8c120c2c3f81006acce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Return NULL type when column is NULL, now that we have it in PHP4.</title>
<updated>2000-08-16T01:03:20+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-08-16T01:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e85ba0901a6ff2e5f33bfd98dd4874d7675db746'/>
<id>e85ba0901a6ff2e5f33bfd98dd4874d7675db746</id>
<content type='text'>
- Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL
  pointer in this case, but a pointer to a string of 0 length...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL
  pointer in this case, but a pointer to a string of 0 length...

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #5817 and really, really check what gets passed further...</title>
<updated>2000-07-29T06:07:26+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-29T06:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d1b363967845f08963c8a1ff8fbc9e538f83914'/>
<id>3d1b363967845f08963c8a1ff8fbc9e538f83914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed an extra tab, it caused problems for Digital Unix' poor native make...</title>
<updated>2000-07-29T04:45:38+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-29T04:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ecb7b4d2710e17f2a913d9124264cb1dced0b59f'/>
<id>ecb7b4d2710e17f2a913d9124264cb1dced0b59f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This should fix #5826.</title>
<updated>2000-07-29T04:24:11+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-29T04:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d88fe953ae572e78356421bdd705126eef8a865a'/>
<id>d88fe953ae572e78356421bdd705126eef8a865a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/</title>
<updated>2000-07-11T12:38:06+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-11T12:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b74e079ce731a950e86955d2842d2b689b4b425d'/>
<id>b74e079ce731a950e86955d2842d2b689b4b425d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Still one misssing zend_list_addref() and small fix in pg_close.</title>
<updated>2000-07-05T22:17:30+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-05T22:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=344955d0206520fb2fef566745caaccbf83935d5'/>
<id>344955d0206520fb2fef566745caaccbf83935d5</id>
<content type='text'>
  Fixes #5349 (but not the way reporter wants...).

# There's something in the way database_connect/close functions behave when
# implemented the way as in mysql module that I find a bit strange... because
# of that extra zend_list_addref() there to prevent default link disappearing
# if it's not assigned to variable, when it is, I guess its' reference count
# is at this point 2, I can do: open a db link and assign it to a variable,
# close the link and still use it afterwards.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fixes #5349 (but not the way reporter wants...).

# There's something in the way database_connect/close functions behave when
# implemented the way as in mysql module that I find a bit strange... because
# of that extra zend_list_addref() there to prevent default link disappearing
# if it's not assigned to variable, when it is, I guess its' reference count
# is at this point 2, I can do: open a db link and assign it to a variable,
# close the link and still use it afterwards.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Test pg_encoding_to_char instead (it's existence in libpq means that</title>
<updated>2000-07-05T21:28:16+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-05T21:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bcb7639fb3cd87afcc580dd6230fcd7b8786f2b4'/>
<id>bcb7639fb3cd87afcc580dd6230fcd7b8786f2b4</id>
<content type='text'>
  PostgreSQL was compiled with multibyte support and client encoding
  functions do something meaningful). Fixes #5417.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  PostgreSQL was compiled with multibyte support and client encoding
  functions do something meaningful). Fixes #5417.

</pre>
</div>
</content>
</entry>
<entry>
<title>Change header protection macros to conform to standard.</title>
<updated>2000-07-02T23:46:51+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-02T23:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=16017f6d78f130c9cbeef1cb1a34ed20338dec6f'/>
<id>16017f6d78f130c9cbeef1cb1a34ed20338dec6f</id>
<content type='text'>
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

  All identifiers that begin with an underscore and either an uppercase
  letter or another underscore are always reserved for any use by the
  implementation.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

  All identifiers that begin with an underscore and either an uppercase
  letter or another underscore are always reserved for any use by the
  implementation.

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