[PHP-DEV] PHP 4.0 Bug #4230 Updated: pg_connect clears environment variables on a second connection establishment From: Bug Database (php-dev <email protected>)
Date: 05/21/00

ID: 4230
Updated by: jah
Reported By: mlemos <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:

This is not actually PostgreSQL related in any way, it happens because
putenv() accidentally modifies its input argument, and (probably) because
the Zend engine is so clever that there's only one copy of the string given
as argument to putenv(). After the first call, = in it will change to NULL.

Fix will be in cvs in few minutes, unless it immediately breaks up somethingg
else.

Full Bug description available at: http://bugs.php.net/version4/?id=4230

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>