PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
May 03, 2006

Roadsend Compiler for PHP 2.0.0

Posted: 2006-05-03 22:38:00
Languages ::

Roadsend Compiler for PHP 2.0.0 has been released. It is a PHP compiler which emits optimized native binaries.

This release includes: improved PHP-GTK support, stability improvements to the runtime, support for compiling PHP websites to FastCGI binaries, support for compiling PHP applications with an embedded webserver, plus other changes.

May 02, 2006

PHP 5.1.3 Released

Posted: 2006-05-02 11:32:00
Languages ::

PHP 5.1.3 has been released. PHP is a scripting language suitable for embedding within HTML.

This release includes: a reimplementation of the FastCGI interface, performance improvements, an upgrade of the bundled PCRE library to version 6.6, fixes for security issues, plus other changes and bugfixes.

March 06, 2006

Roadsend Compiler for PHP 1.8.1 Beta Released

Posted: 2006-03-06 08:45:00
Languages ::

Roadsend Compiler for PHP 1.8.1 Beta has been released. It is a PHP compiler which emits optimized native binaries.

This release includes: the ability to create stand-alone FastCGI binaries, improved Apache 2 support on UNIX, a new Windows extension, improved CURL support on Windows, improvements to the runtime, plus other changes.

March 05, 2006

mPHP 0.2 Released

Posted: 2006-03-05 23:29:00
Languages ::

mPHP 0.2 has been released. It is a compiler which allows PHP code to run on Mono.

This release includes: support for using functionality from other .NET assemblies directly from a PHP script; support for interfaces, abstract classes, exceptions, and magic constants; plus bugfixes and other changes.

February 01, 2006

Roadsend Compiler for PHP 1.8.0 Beta Released

Posted: 2006-02-01 23:25:00
Languages ::

Roadsend Compiler for PHP 1.8.0 Beta has been released. It is a PHP compiler which emits optimized native binaries.

This release includes: an embeddable server for stand-alone offline Web applications, improved CGI support, Apache 2.0 support under Unix, improvements to the IDE, runtime improvements, plus more.

January 27, 2006

phc 0.1.5.1 Released

Posted: 2006-01-27 23:36:00
Languages ::

phc 0.1.5.1 has been released. It is an open-source PHP compiler which aims to eventually emit x86 assembly code.

This release allows for builds using old versions of Flex.

January 26, 2006

phc 0.1.5 Released

Posted: 2006-01-26 16:40:00
Languages ::

phc 0.1.5 has been released. It is a PHP compiler which aims to eventually emit x86 assembly code.

The license has been changed to the BSD license with this release. This release also includes: a reentrant parser, automated testing, build process changes, a new make target for building a version of phc without a built-in garbage collector, plus other changes and bugfixes.

January 18, 2006

PHP Conference UK 2006 Announced

Posted: 2006-01-18 23:15:00

Languages ::

PHP Conference UK 2006 has been announced. It will be held on February 10, 2006, in London. Tickets cost £50 until February 3, with the price rising to £75 afterwards.

The speakers include: Derick Rethans, Matt Zanstra, Chris Kunz of the Hardened PHP project, Harry Fuecks, and Pawel Kozlowski.

January 13, 2006

PHP 4.4.2 Released

Posted: 2006-01-13 10:06:00
Languages ::

PHP 4.4.2 has been released. PHP is a scripting language suitable for embedding within HTML.

This release fixes a number of bugs and security problems.

January 12, 2006

PHP 5.1.2 Released

Posted: 2006-01-12 19:15:00
Languages ::

PHP 5.1.2 has been released. PHP is a scripting language suitable for embedding within HTML.

This release includes new XMLWriter and Hash extensions, adds reflection constants as class constants, changes reflection to be an extension, adds an --enable-gcov configure option to enable C-level code coverage, plus other changes and numerous bugfixes.

January 09, 2006

phc 0.1.4 Released

Posted: 2006-01-09 19:41:00
Languages ::

phc 0.1.4 has been released. It is a PHP compiler which aims to eventually emit x86 assembly code.

This release includes: documentation of the TreeTransform API internals, improved operation of the TreeTransform API for transformations that modify the tree structure, abstract grammar use and consistency improvements, the representation of "global" statements in terms of reference assignments, plus bugfixes and other changes.

December 05, 2005

phc 0.1.3 Released

Posted: 2005-12-05 23:30:00
Languages ::

phc 0.1.3 has been released. It is a PHP compiler which aims to eventually emit x86 assembly code.

This release supports Windows-style linebreaks, fixes RETURN and RETURN_OP in the lexer, and fixes the dot unparser to properly unparse null vectors.

November 29, 2005

PHP 5.1.1 Released

Posted: 2005-11-29 00:10:00
Languages ::

PHP 5.1.1 has been released. PHP is a scripting language suitable for embedding within HTML.

This release: withdraws the native date class and fixes a number of bugs, in addition to other changes.

November 25, 2005

PHP 6 Developers Meeting Minutes Available

Posted: 2005-11-25 10:50:00
Languages ::

The minutes of a meeting of PHP developers regarding PHP 6 are now available.

The topics discussed include: support for enabling and disabling Unicode; optimizing the [] operator; the removal of register_globals, magic_quotes, and safe_mode; dynamic class inheritance; keeping the old-style type constructors; identifier case sensitivity; adding a 64-bit integer type; adding a goto construct; named parameters; object-oriented functionality changes; namespaces; delegates; merging the Hardened-PHP patch; plus other topics.

November 24, 2005

PHP 5.1.0 Released

Posted: 2005-11-24 23:38:00
Languages ::

PHP 5.1.0 has been released. PHP is a scripting language suitable for embedding within HTML.

This release includes: improved performance, a rewrite of the date handling code, over 30 new functions, the latest versions of the PCRE and SQLite bundled libraries, over 400 bugfixes, security fixes, plus other changes.

November 02, 2005

phc 0.1.1 Released

Posted: 2005-11-02 22:04:00
Languages ::

phc 0.1.1 has been released. It is a PHP compiler which aims to eventually emit x86 assembly code.

This release properly parses strings containing variables.

October 31, 2005

PHP 4.4.1 Released

Posted: 2005-10-31 14:57:00
Languages ::

PHP 4.4.1 has been released. PHP is a scripting language suitable for embedding within HTML.

This maintenance release updates to the latest version of pcrelib, in addition to fixing a number of bugs and security problems.

October 28, 2005

phc 0.1 Released

Posted: 2005-10-28 00:11:00
Languages ::

phc 0.1 has been released. It is a PHP compiler which aims to emit x86 assembly.

This initial release does not yet compile PHP code. It does, however, support the parsing of PHP code, and can create an AST.

October 20, 2005

PHP Quebec 2005 Call for Speakers

Posted: 2005-10-20 23:59:00

Languages ::

The 2006 PHP Quebec Conference has put out a call for speakers. They are seeking the "best speakers who are willing to share their experience and skills with an educated crowd of PHP programmers from eastern Canada and USA."

The conference itself will take place from March 29 until March 31, 2006, in Montreal, Quebec, Canada. Submissions are due by November 4, 2005.

September 08, 2005

PHP 5.0.5 Released

Posted: 2005-09-08 00:13:00
Languages ::

PHP 5.0.5 has been released. PHP is a scripting language suited for Web development.

This release upgrades to PCRE 5.0, adds PHP_INT_MAX and PHP_INT_SIZE predefined constants, fixes various bugs, and disallows abstract private methods, in addition to other changes.