The PHP-GTK project is no longer under active development, and the related mailing lists and other online services are no longer active.
The PHP-GTK project is no longer under active development, and the related mailing lists and other online services are no longer active.
Observações:
Versão do GTK+: PHP-GTK 2 atualmente suporta GTK+ 2.24.10 ou maior. Você pode obter a última versão estável do GTK+ 2.x em http://ftp.gtk.org/pub/gtk/.
Versão do PHP: PHP-GTK 2 requer PHP 5.1.x até PHP 5.5.x
Versão Alfa e Beta do PHP-GTK: O uso desta versão é a seu próprio risco. Nós não assumimos quaisquer danos que possam ocorrer na sua aplicação ou sistema operacional. Por favor, reporte bugs para php-gtk-dev@lists.php.net.
Versão PHP-GTK | Versão PHP | Versão GTK+ | Binários | Fonte | Estável? | Lançamento |
---|---|---|---|---|---|---|
PHP-GTK-2.0.1 | PHP 5.5 | GTK+ 2.24.10 | | - | Não - Beta | 2015-01-15 |
PHP-GTK-2.0.1 | PHP 5.4 | GTK+ 2.24.10 | | - | Não - Beta | 2015-01-15 |
PHP-GTK-2.0.1 | PHP 5.1.x - 5.5 | GTK+ 2.x | - | | Estável | 2015-01-15 |
PHP-GTK-2.0.1 binary pack | PHP 5.2.6 | GTK+ 2.12.9 | | - | Estável | 2008-05-16 |
PHP-GTK-2.0.1 binary extensions pack | PHP 5.2.6 | GTK+ 2.12.9 | | - | Estável | 2008-05-16 |
PHP-GTK-2.0.1 | PHP 5.2.6 | GTK+ 2.12.9 | - | | Estável | 2008-05-16 |
PHP-GTK-2.0.0 binary pack | PHP 5.2.5 | GTK+ 2.12.8 | | - | Estável | 2008-02-29 |
PHP-GTK-2.0.0 | PHP 5.2.5 | GTK+ 2.12.8 | - | | Estável | 2008-02-29 |
Observações:
Versão do GTK+: PHP-GTK 1 atualmente suporta GTK+ 1.2.6 ou maior. Você pode obter a última versão estável do GTK+ 1.2.x em http://ftp.gtk.org/pub/gtk/v1.2/.
Versão do PHP: PHP-GTK 1 requer PHP 4.0.5 ou maior, e versões 1.0.1 e acima requerem PHP 4.3.x ou maior.
Versão PHP-GTK | Versão PHP | Versão GTK+ | Binários | Fonte | Estável? | Lançamento |
---|---|---|---|---|---|---|
php-gtk-1.0.2 | 4.4.1-dev | GTK+ 1.2.x | | - | Estável | 2005-07-15 |
php-gtk-1.0.2 | 4.4.1-dev | GTK+ 1.2.x | - | | Estável | 2005-07-15 |
php-gtk-1.0.1a | 4.3.9-dev | GTK+ 1.2.x | | - | Estável | 2004-08-25 |
php-gtk-1.0.1 | 4.3.9-dev | GTK+ 1.2.x | - | | Estável | 2004-08-25 |
php-gtk-1.0.0 | 4.3.4RC3-dev | GTK+ 1.2.x | | - | Estável | 2003-10-23 |
Observações:
Alternativamente, você pode obter a versão mais recente do PHP-GTK diretamente do GitHub.
1) Página do PHP-GTK no GitHub
Você poderá fazer download do código fonte por um cliente github ou clonar o repositório.
https://github.com/php/php-gtk-src
2) Você poderá fazer o download diretamente do link:
https://github.com/php/php-gtk-src/archive/master.zip
Então você deve fazer o procedimento para compilar no GNU/Linux:
Descompactar o arquivo master.zip
cd php-gtk-src-master
./buildconf
./configure
make
make install