Nuno Lopes wrote:
IMHO, PECL should just be used for functions that aren't bundled.
spl* (PHP 5), not spl*(PHP 5, PECL)
Right, it would be easy, here is the patch for it.
Examples:
tidy_xx (PECL PHP >= 4.3.0, PHP 5) -- parsing the package.xml you can get
the PHP version
or even better:
tidy_get_xx
Nuno Lopes wrote:
> IMHO, PECL should just be used for functions that aren't bundled.
> spl* (PHP 5), not spl*(PHP 5, PECL)
Right, it would be easy, here is the patch for it.
> Examples:
> tidy_xx (PECL PHP >= 4.3.0, PHP 5) -- parsing the package.xml you can get
> the PHP version
> or even better
Here is the patch for including PECL functions in version information
in PHP documentation to achieve e.g.
"apd_breakpoint (PECL)" instead of
> "apd_breakpoint (no version information, might be only in CVS)" or
"bzclose (PHP 4 >= 4.0.4, PHP 5, PECL)" instead of
"bzclose (PHP 4 >= 4.0.4,
Hi,
Here is the patch for including PECL functions in version information
in PHP documentation to achieve e.g.
"apd_breakpoint (PECL)" instead of
> "apd_breakpoint (no version information, might be only in CVS)" or
"bzclose (PHP 4 >= 4.0.4, PHP 5, PECL)" instead of
"bzclose (PHP 4 >= 4.0
Hello!
Here is the patch for including PECL functions in version information
in PHP documentation to achieve e.g.
"apd_breakpoint (PECL)" instead of
"apd_breakpoint (no version information, might be only in CVS)" or
"bzclose (PHP 4 >= 4.0.4, PHP 5, PECL)" instead of
"bzclose (PHP 4