PHP-GTK
Thursday, July 02, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  

Download

PHP-GTK 2

GTK+ version:
PHP-GTK 2 currently supports GTK+ 2.6.9 or greater. You can obtain the latest stable release of GTK+ 2.x from ftp://ftp.gtk.org/pub/gtk/.

PHP version:
PHP-GTK 2 requires PHP 5.1.x or greater. The latest version of the PHP_5_2 branch in CVS will work, too.


PHP-GTK 1

GTK+ version:
PHP-GTK 1 currently supports GTK+ 1.2.6 or greater. You can obtain the latest stable release of GTK+ 1.2.x from ftp://ftp.gtk.org/pub/gtk/v1.2/.

PHP version:
PHP-GTK 1 requires PHP 4.0.5 or greater, with versions from 1.0.1 up requiring PHP 4.3.x to build.


CVS Version

Alternatively, you can get the latest and greatest version of PHP-GTK directly from the PHP CVS server.

  1. Log in to the PHP anonymous CVS server (use phpfi as the password):
    cvs -d :pserver:cvsread@cvs.php.net:/repository login
    
  2. Obtain the PHP-GTK tree.

    For PHP-GTK 2:
    cvs -d :pserver:cvsread@cvs.php.net:/repository co php-gtk
    
    For PHP-GTK 1:
    cvs -d :pserver:cvsread@cvs.php.net:/repository co -r PHP_GTK_1 php-gtk
    
  3. Move into the source tree:
    cd php-gtk
    
  4. Configure and install:
    ./buildconf
    ./configure
    make
    make install
    


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Fri May 16 12:30:50 2008 UTC