Compdigitec Labs

PHP

Unofficial Bigloo 3.1a Build for Windows

Friday, August 1st, 2008

If you’re looking for a prebuilt build of Bigloo 3.1a, you’re in luck! We have made a Bigloo 3.1a build for Windows, ready to be installed and in various formats. You can download the builds here . Bigloo 3.1a is required to build Roadsend PHP for Windows. If you want to compile Bigloo 3.1a yourself […]

Install Roadsend PHP Compiler on Ubuntu – without compiling anything!

Thursday, July 24th, 2008

Update (2010-07-21): Due to vast interest in getting the packages to work, we have released a updated version of the Roadsend PHP compiler. Update (2008-09-06): The binary packages are not AMD64 compatible (thanks to Tom in the comments). You may wish to compile your own packages following the instructions in this article. The binaries are […]

Compiling PHP-GTK2 Applications into Win32 Executables

Sunday, July 20th, 2008

Update (August 24, 2008): Apparently this program does not support Unicode or php-gettext supported programs; a “program name has encountered an error and needs to close” dialog appears. A good solution for compiling (not true compiling though) PHP-GTK and PHP-GTK2 applications is the PriadoBlender (pb.impressivegames.com). Released under the PHP License (see note 1), and allowing […]

Stopping syntax error, unexpected ‘;’, expecting T_FUNCTION

Saturday, July 19th, 2008

If you’ve ever been stumped by “Parse error: syntax error, unexpected ‘;’, expecting T_FUNCTION”, you will know that this is a very difficult bug to track. Fortunately, we have found the error for you. This error message is very misleading, because your actual problem is that you have an extra semi-colon at the end of […]

Determine the OS and version of PHP

Wednesday, July 16th, 2008

It is very hard to determine the OS of the server/computer that is running PHP. So therefore here are two very, very useful methods to get the OS and Version of PHP. This finds the version and OS the PHP on your server, not that person that is visiting your site. To get the version […]

Next Entries »