News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

PHP.net:
Google Summer of Code php.net students
0 comments :: posted Wednesday April 23, 2008 @ 07:58:21
voice your opinion now!

The main PHP.net website has posted a list of people participating in this year's Google Summer of Code project on various PHP projects. These include:

You can check out more information on the projects (including links to their individual pages) on this page of the Google Code website.

tagged with: phpnet gsoc2008 students optimizer xdebug cairo pecl unicode php6


Hasin Hayder's Blog:
Installing PECL subversion extension for PHP in Ubuntu 7.10
0 comments :: posted Tuesday April 22, 2008 @ 09:48:13
voice your opinion now!

Hasin Hayder has a new post to his blog today about trying to set up the PHP extension for interaction between his scripts and the subversion version control libraries on his Ubuntu linux system.

I was trying to interact with my subversion repositories using PHP yesterday and I knew that PECL has a extension named "SVN" for PHP users. So I tried to install in in my machine by when I tried to install it with the [following] command it always failed.

The trick to his hint is to install the libsvn-dev package (found via a search with apt-get) and installed and compiled in to the PHP installation with the extension. Sample code is included.

tagged with: ubuntu aptget package subversion svn install extension pecl

Christopher Jones' Blog:
PHP PECL OCI8 1.3.2 Beta Available
0 comments :: posted Friday April 18, 2008 @ 09:32:00
voice your opinion now!

Christopher Jones has posted an announcement about the latest release of the PECL OCI8 package (version 1.3.2 Beta) hitting the streets:

I've released PECL OCI8 1.3.2 Beta - the latest release of PHP's OCI8 extension with support for Connection Pooling and Fast Application Notification. The release is based on the current PHP 5.3 development branch.

He notes another change in this release - a "session release" bit of functionality persistent connections will do when nothing is referencing them anymore, mking them work a bit more like normal connections. Issues that could be caused by this can be corrected with a new setting (oci8.old_oci_close_semantics) in your php.ini.

tagged with: oracle oci8 pecl beta release connection pooling fast application notification

C7Y:
Reflections on Designing an IRC Bot in PHP, Part 1
0 comments :: posted Tuesday April 08, 2008 @ 15:25:01
voice your opinion now!

Matthew Turland set out a while back to develop a bot in PHP. The result of it is Phergie an "an IRC bot written in PHP 5 with an OO API" that can be extended with components for a wide variety of features. Another pleasant offshoot from his project is this first part of two articles on the C7Y community site detailing its creation.

The PHP Community channel on the Freenode IRC network, #phpc, had a longstanding bot called "Ai". Like many bots at the time of her creation, she was based on PHP 4. [...] With the coming end-of-life of PHP 4 and at the encouragement of channel users, I decided to start a project to develop a new bot based on PHP 5 that would fully utilize its new object model and offer users a chance to contribute to the bot they used in their channel.

Matthew talks about the initial stages of development (planning, research) and some of the development process of the bootstrap file, configuration file, and driver as well as the event handling.

tagged with: design irc bot tutorial c7y pecl extension libircclient

Derick Rethans' Blog:
New VLD and translit releases
0 comments :: posted Thursday April 03, 2008 @ 11:17:42
voice your opinion now!

Derick Rethans has posted about new versions of two PHP extensions with "very distinctive purposes" - VLD and translit.

VLD is for the "hardcore hackers" out there to see what's happening behind the scenes for each request made to PHP and the translit extension makes it easier to "transliterate" information into other formats (with filters like "normalize_numbers" and converting text to Chinese).

You can grab the updated version through the standard pecl interface or from their pages on the PECL site.

tagged with: vld translit release pecl extension

Greg Beaver's Blog:
behold pecl/phar and mighty PHP 5.3, also php|arch and php|tek
0 comments :: posted Thursday March 27, 2008 @ 13:49:44
voice your opinion now!

In a new post, Greg Beaver talks about a few things, the main one being a new release of the phar extension he's made - phar version 2.0.0a1 - a reworking of the previous functionality with loads of new features including:

  • Phar now supports tar and zip archives with the same API that is supports phar archives.
  • Phar has a front controller for web applications that fully handles MIME types, supports mod_rewrite-like functionality with far more flexibility
  • Phar supports phar:// stream wrappers in include_path for PHP 5.2+
  • Phar supports creation and modification of data-only tar and zip archives (no executable phar stub) via the PharData class.

There've also been updates to the manual for the project to reflect this new version of its API. You can download this latest version here: source or Windows DLL.

tagged with: pecl phar extension php5 api manual upgrade

Community News:
Latest PECL Releases for 03.11.2008
0 comments :: posted Tuesday March 11, 2008 @ 08:03:55
voice your opinion now!
Latest PECL Releases:
tagged with: pecl weekly releases

Elizabeth Smith's Blog:
The Great Compile Project
0 comments :: posted Monday March 10, 2008 @ 10:29:00
voice your opinion now!

Elizabeth Smith has set out on something she calls the Great Compile Project - her effort to get all dependencies for PHP and PECL compiled on (at the least) Visual Studio 2005 transparently and provided openly.

Anyone crazy enough to help out is more than welcome. I'm currently working on the GTK dependency stack, which will hit quite a few PHP dependencies and PECL extension dependencies in the process. And yes I'd love to submit my hacks/fixes upstream, if someone could find me some information (where do you send libiconv patches?)

Her post mentions some of the things she's already been working on to help further the cause - compiling various Open Source libraries, figuring out issues surrounding MiniGW and some examples of more complex dependency issues she's come across.

tagged with: compile project windows visualstudio pecl dependency

NorthClick Blog:
PECL spread module resurrected!
0 comments :: posted Thursday March 06, 2008 @ 12:05:00
voice your opinion now!

In a quick new blog post to the NorthClick blog, Soenke Ruempler points out that, due to some updates made by Rob Richards, the Spread extension for PECL is back in working order again.

Yesterday I got an e-mail that two of my PECL bug reports for the spread module have been fixed. It seems that it gets some recent love from Rob Richards who commited some fixes and cleanups.

The Spread functionality allows developers to create messaging services by acting as a message bus between the clients and between the client/servers.

tagged with: spread api pecl component extension module robrichards

Community News:
Latest PECL Releases for 02.26.2008
0 comments :: posted Tuesday February 26, 2008 @ 07:26:14
voice your opinion now!
Latest PECL Releases:
tagged with: pecl weekly releases


mysql pecl security application releases code ajax job PHP5 cakephp conference database package framework book developer release PEAR zendframework zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework