Difference between revisions of "PHP-GTK"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (wxPHP)  | 
				 (another corrected link)  | 
				||
| Line 15: | Line 15: | ||
* '''2011-03-31''' [http://squirrelshaterobots.com/programming/php-gtk/compiling-php-gtk2-on-ubuntu-10/ Compiling PHP-GTK2 on Ubuntu 10]  | * '''2011-03-31''' [http://squirrelshaterobots.com/programming/php-gtk/compiling-php-gtk2-on-ubuntu-10/ Compiling PHP-GTK2 on Ubuntu 10]  | ||
** The instructions for retrieving Cairo are outdated; it is now [https://github.com/gtkforphp/cairo available] on [[GitHub]].  | ** The instructions for retrieving Cairo are outdated; it is now [https://github.com/gtkforphp/cairo available] on [[GitHub]].  | ||
| − | ** The instructions for retrieving PHP-GTK are also outdated  | + | ** The instructions for retrieving PHP-GTK are also outdated  | 
| + | *** the links on the [http://gtk.php.net/download.php official download page] are also bad  | ||
| + | *** the actual source is [https://github.com/php/php-gtk-src available] on GitHub  | ||
Revision as of 01:51, 25 May 2015
About
PHP-GTK is an attempt to connect the PHP language (which was designed primarily to render web pages) with the GUI world, via the GTK+ graphical library.
Related
Links
Reference
Official
How-to
- 2011-03-31 Compiling PHP-GTK2 on Ubuntu 10
- The instructions for retrieving Cairo are outdated; it is now available on GitHub.
 - The instructions for retrieving PHP-GTK are also outdated
- the links on the official download page are also bad
 - the actual source is available on GitHub