Date: 03/04/01
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9514 Updated: compilation segfault in php_domxml.c:283"
- Previous message: Leo: "[PHP-DEV] Re: PHP 4.0 Bug #9514 Updated: compilation segfault in php_domxml.c:283"
- In reply to: dirk <email protected>: "[PHP-DEV] PHP 4.0 Bug #9541: New Feature Patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alain <email protected>
Operating system: WIN32
PHP version: 4.0.5 CVS binaries from php4win 3/4/01
PHP Bug Type: COM Related
Bug description: False Boolean input/output doesn't work
$COMOBJ =New COM ("whatever");
$COMOBJ->SetBoolean= "False"; #Or 0
$Test = $COMOBJ->SetBoolean;
Print "test=" . $Test; #Always returns empty string:
$Test=""
Note: True or 1 returns 1 and is OK
-- 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: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9514 Updated: compilation segfault in php_domxml.c:283"
- Previous message: Leo: "[PHP-DEV] Re: PHP 4.0 Bug #9514 Updated: compilation segfault in php_domxml.c:283"
- In reply to: dirk <email protected>: "[PHP-DEV] PHP 4.0 Bug #9541: New Feature Patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

