News Feed
Jobs Feed
Sections




News Archive
Greg Beaver's Blog:
New PECL Docblock Extension
November 22, 2005 @ 05:51:18

On Greg Bewaver's blog today, there's this new post providing some information about a new PECL extension for DocBlock creation/parsing he's created.

I just released pecl at pecl.php.net, my first PHP extension. docblock is to phpDocumentor docblocks what the tokenizer extension is to PHP itself. It takes a docblock as an argument, and returns an array of tokens. Parsing docblocks in PHP has always been a major pain, and also very difficult to do correctly, because certain kinds of code simply won't parse correctly without a proper scanner (such as docblocks containing and @fopen - phpDocumentor 1.3.x will try to parse the "@fopen" tag).

He notes it's only really been tested with PHP 5.1, but has shown some promising results so far. And, for users of phpDocumentor, he also provides a quick update on the status of that project as well...

1 comment voice your opinion now!
pecl docblock extension phpdocumentor pecl docblock extension phpdocumentor


blog comments powered by Disqus

Similar Posts

Community News: Latest PECL Releases for 06.26.2007

Community News: Latest PECL Releases for 09.12.2006

Pierre-Alain Joye's Blog: Release Announcements (GD, Hidef, and Zip)

Zend Developer Zone: Dynamically Creating Compressed Zip Archives With PHP

Christopher Jones' Blog: New PHP PECL OCI8 1.3.1 Beta available


Community Events











Don't see your event here?
Let us know!


example framework testing opinion series community conference introduction code language phpunit unittest zendframework2 development podcast interview functional application release tool

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