Re: [PHP-WIN] popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

2003-11-07 Thread Simon Wheeler
"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

[PHP-WIN] popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

2003-11-07 Thread Simon Wheeler
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

[PHP-WIN] Re: calling sqlite method from class kills apache

2003-08-31 Thread Simon Wheeler
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

[PHP-WIN] calling sqlite method from class kills apache

2003-08-31 Thread Simon Wheeler
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