Have you ever heard of PECL/mysql_uh? Ok, fine, maybe you have but I hadn’t until I read this blog post by…well, I’m not sure who it’s by but it was RTed by @PierreJoy so I read it. Click on through, I’ll share the super-secret URL and other goodies.
MySQLND, MySQL_UH and other goodies available to PHP programmers
php|architect’s guide to Web Scraping with PHP – Don’t let the title fool you.
Let’s take a look at php|architect’s latest book, “php|architect’s guide to Web Scraping with PHP”. Click on in, I’ll tell what’s in it and what’s not. I’ll cover the good, the bad and the ugly. In short, I’ll give you enough information to make the decision to buy or not to buy but I won’t give away the ending.
Announcing the Apache Solr extension in PHP
Version 0.9.0 of the Apache Solr extension has just been released.
The Apache Solr extension is an extremely fast, light-weight, feature-rich library that allows PHP developers to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.
It effectively simplifies the process of interacting with Apache Solr using PHP.
Internationalization in PHP 5.3
PHP 5.3 has recently been released and one of the new features in core is the
internationalization extension. It allows you to support a
multitude of languages and local formats much easier than before,
without having to learn all the tiny the details of local formats
and rules.
Using JavaScript in PHP with PECL and SpiderMonkey
Not too long ago, it seemed like there was a pretty clear distinction between client-side technologies and server-side technologies. Languages like PHP, Perl and Python resided on the server, taking care of tasks like database connectivity, transaction management and remote procedure calls, while tools like JavaScript, CSS and HTML were used exclusively on the client to render pages, perform whizzy effects and respond to user events.
Things aren’t that clear any longer. Projects like Jaxer and Phobos are blurring these distinctions, by making it possible to run JavaScript on the server and use it for tasks ranging from server-side file access to input validation. And in this article, I’m going to show you how to add a JavaScript engine to your PHP build, with a little help from PECL’s SpiderMonkey extension. Keep reading!
The ZendCon Sessions Episode 16: PECL Picks – Extensions to make your life better
Welcome to the next episode of the The ZendCon Sessions podcast! This episode of The ZendCon Sessions was recorded live at ZendCon 2008 in Santa Clara, CA and features Elizabeth M Smith give her presentation: “PECL Picks – Extensions to make your life better”
Reading Access Databases with PHP and PECL
You’ve already seen, in previous articles, just how easy it is to read and write Microsoft Excel spreadsheets with PHP and PEAR. But spreadsheets are just one way of representing structured data – the other, of course, is to use a database. Well, guess what? If your database happens to be Microsoft Access, PHP has you covered there as well!
In this article, I’ll introduce you to PHP’s MDBTools extension, which provides an API to programmatically read data from Microsoft Access database files. If your project involves working with such files, extracting database records either for calculations or for conversion to other formats, you’ll find this extension invaluable. Come on in, and see how it works!
PHP Abstract Podcast Episode 27: Introducing PECL Picks
Todays special guest is Elizabeth Marie Smith. I quote now from her “about me” page of her blog, a link to which can be found in the show notes. Elizabeth has been using PHP since time immemorial but has used PHP 5 for so long now she’s forgotten how she ever got by without SPL and a real object model. She is a certifiable geek, if it can be compiled on windows, she’ll compile it, if not…she’ll fix it so it does. She enjoys doing very perverse things to Windows using PHP as well – all this in between caring for her 4 kids and husband. Today Elizabeth is going to share with us about PECL, the PHP Extension Community Library.
Using YAML With PHP and PECL
One of the things I like best about PHP, is its support for a diverse array of technologies and formats. Take, for instance, YAML. I’ve been using YAML for a while to manage configuration data for a Ruby-based application, but I recently needed to use it for a PHP-based project for the first time. Although PHP doesn’t come with built-in support for this format, a quick Google search revealed a PECL extension, ext/syck, that allowed me to quickly add YAML parsing support to my PHP build and begin reading and managing YAML-formatted files through my PHP application.
PECL Tutorials
p. These tutorials are introductions to the extensions in PHP 4, most of which live in PECL. The articles here will be added to until every extension is covered, so watch this space!

