Last active
November 13, 2023 03:07
-
-
Save robocoder/e9925f181f6a4019d9df6205c93b57b4 to your computer and use it in GitHub Desktop.
PHP + QT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Why no PHP8.2 + QT6.6? | |
# Prior Work | |
[PHP8 + QT5](https://github.com/nazmulpcc/phpqt) | |
* proof of concept; last commit Jun 17, 2023 | |
[PHP7 + QT5](https://phpqt.ru/) | |
* part of PQEngine and PlastiQ; last commit Jan 28, 2019 | |
[PHP7 + QT5](https://github.com/abiusx/phpqt-ng) | |
* uses PHP-CPP as the binding layer; last commit Oct 14, 2018 | |
[PHP5 + QT4](https://www.php-qt.org/) | |
* [snapshot (no commit history](https://sourceforge.net/projects/php-qt/files/php-qt/php_qt-0.9/) - dated Dec 26, 2007 | |
* [archived SVN with commit history](https://github.com/BackupTheBerlios/php-qt-svn) - up to Jul 12, 2007 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment