Main > Pecl - Page 1 of 1


December 12, 2005

Greg pointed to a very interesting information about PEAR and PECL adoption, The script run on a daily basis and check for the version of PEAR and PECL used with PHP from the installer logs on php.net server. The rate...

September 29, 2005

A new pecl website is born, PECL4WIN is the Pecl Windows repository for downloads of precompiled windows binaries of PECL extensions To see for which PHP branches you can download, say php_oci8.dll PECL extension, point your browser at http://pecl4win.php.net/ext.php/php_oci8.dll Very...

September 11, 2005

Wez fixed almost all current PDO bugs listed on bugs.php.net and pecl.php.net. "There are now no known problems with any of the main-stream drivers, so I've bumped the version numbers up to 1.0RC1 and released them via PECL (ODBC and...

July 30, 2005

People looking for latest PDO release can download them from the snaps.php.net, As I've had a couple of people ask me for them recently, I sat down and cooked up PECL packages for PDO and its drivers tonight (except firebird,...

July 21, 2005

Wez pointed to a PDO intro in Sitepoint, and posted some comments to answer few issues that he saw in comments : PDO is Beta now, not alpha (if you're running PHP 5.1b3 that is) Use pdo_drivers() if you want...

July 20, 2005

php-json is an extremely fast PHP C extension for JSON (JavaScript Object Notation) serialisation. php-json uses a forked version of json-c. The extension allow to encode/decode variables between PHP and JSON. For example : $output = json_encode($val); echo $output."n"; Produce...
< prev page 1 next page >