Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 318 Bytes

File metadata and controls

9 lines (5 loc) · 318 Bytes

GObjects for PHP

You have to install gobject-for-php and load the php gobject extension into your php.ini:

printf "\n%s%s%s\n" "extension=" $(php-config --extension-dir) "/gobject.so" >> /etc/php5/cli/php.ini

Now you can run the script with

./run.sh test.php