"Eric Colinet" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Does it freeze or it crashes ?
Crashes , gtk::events-pending stops the freeze associated with opening a new
process , the crash is nasty as well with a Win 'do you want to send an
error report' type dialog , MSVCC gives
Hi ... this line (used in a php-gtk app via the CLI )
$pp = popen( 'c:\phpdev\php\php-4.3.3\php.exe -q -f '.$app . $str ,'r' ) ;
dies 'orribly with no errors reported
but with 4.3.2 ..
$pp = popen( 'c:\phpdev\php\php-4.3.2\php.exe -q -f '.$app . $str ,'r' ) ;
its just dandy and does exactly wh
Just to add that if i call a method of an external class method it works
fine
sqlite_create_function(
$this->db ,
'link_keywords' ,
array($external_class,
'linkers') ,
1 );
just methods of $this ?
"Simon Wheeler" <[EMAIL PROTECTED]> wrote in message
e
sqlite_create_function( $this->db , 'link_keywords' , 'linkers' , 1 )
;
is this a bug or am I just calling it incorrectly ?
Regards,
Simon Wheeler
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php