Re: [PHP-GTK] GtkDialog Part 2
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
At 05:21 PM 7/20/01 -0400, Rich Payne wrote:
>if I run the main.php script, the var_dump (in the
>error_dialog) produces NULL.
>
>If I comment out the "dl ('php_gtk.so');" in main.php it works,
>
>object(gtkvbox)(1) {
> [0]=>
> int(2)
>}
>
>
>If I do the reverse (have dl ('php_gtk.so'); in main.php but not in
>error_dialog) it returns NULL.
>
>Normally I'd think that I've screwed something up...except that it ONLY
>seems to effect the behavior of GtkDialogs.
Rich, you are a treasure source of interesting bugs. ;-)
This one was actually in the Zend engine and I've fixed it in CVS.
Wonder if a note needs to be made in the FAQ or something about this, since
people might get bitten by it before 4.0.7 comes out.
-Andrei