Date: 05/21/00
- Next message: Bug Database: "[PHP-DEV] Bug #2077 Updated: pclose calling waitid() for forked processes"
- Previous message: Bug Database: "[PHP-DEV] Bug #1677 Updated: No Browser capabilities at http://php.netvision.net.il/browscap/retreive_databa"
- Next in thread: Manuel Lemos: "Re: [PHP-DEV] PHP 4.0 Bug #4230 Updated: pg_connect clears environment variables on a second connection establishment"
- Reply: Manuel Lemos: "Re: [PHP-DEV] PHP 4.0 Bug #4230 Updated: pg_connect clears environment variables on a second connection establishment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #2077 Updated: pclose calling waitid() for forked processes"
- Previous message: Bug Database: "[PHP-DEV] Bug #1677 Updated: No Browser capabilities at http://php.netvision.net.il/browscap/retreive_databa"
- Next in thread: Manuel Lemos: "Re: [PHP-DEV] PHP 4.0 Bug #4230 Updated: pg_connect clears environment variables on a second connection establishment"
- Reply: Manuel Lemos: "Re: [PHP-DEV] PHP 4.0 Bug #4230 Updated: pg_connect clears environment variables on a second connection establishment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

