From: <php...@li...> - 2008-03-05 09:55:01
|
Hi, > if( $fis == null ) { The above test is invalid. $fis is an object representing Java NULL, not a PHP null pointer. Please re-read the NEWS file for version 5.0.0 or the PHP/Java Bridge documentation. Regards, Jost Boekemeier E-Mails jetzt auf Ihrem Handy. www.yahoo.de/go |