Files
doc-gtk/examples/tutorials/changes/extension_load.phpw
Christian Weiske d1bb6fa448 Tutorial about the differences between PHP-Gtk1 and PHP-Gtk2.
If you find something that's wrong, please tell me.
2005-12-12 11:25:37 +00:00

5 lines
78 B
Plaintext

<?php
if (!class_exists("gtk")) {
dl( "php_gtk." . PHP_SHLIB_SUFFIX);
}
?>