Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scorninpc/php-gtk-ffi
Repository to test FFI power with GTK3
https://github.com/scorninpc/php-gtk-ffi
Last synced: 3 months ago
JSON representation
Repository to test FFI power with GTK3
- Host: GitHub
- URL: https://github.com/scorninpc/php-gtk-ffi
- Owner: scorninpc
- Created: 2019-07-25T11:51:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T02:14:35.000Z (about 5 years ago)
- Last Synced: 2024-05-01T22:43:23.736Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 172 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repository to do some tests with FFI
PHP 8.0.0-dev cli NTS, on Debian Buster 10
```
apt-get install libldap2-dev libldap-2.4-2 libtool-bin lbzip2 libxml2-dev bzip2 re2c libbz2-dev apache2-dev libjpeg-dev libxpm-dev libxpm-dev libgmp-dev libgmp3-dev libmcrypt-dev libpspell-dev librecode-dev libcurl4-openssl-dev libxft-dev
```Download or clone master php-src
```
$ ./buildconf
$ ./configure --with-ffi
$ make cli -j 8
$ sapi/cli/php -v
PHP 8.0.0-dev (cli) (built: Dec 20 2019 22:41:23) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0-dev, Copyright (c) Zend Technologies
```On Windows, run ```set GTK_CSD=0``` on command line before execute php