我有一个C下的php模块,想包含PEAR,有什么规则吗?

Answer written by Stig Bakken and Martin Jansen.

If you just want to make a simple extension that does not follow the PEAR coding standards, put it in pear/PECL/ extname (that is where extensions from php-src/ext/extname will be moved). If you want to write an extension following PEAR's function/class naming, put it in pear/Foo_Bar or whatever the right name is.

如果你只是想作一个简单的扩展,不跟随PEAR 规范, 但是它在 pear/PECL 扩展名(php-src/ext/extname的扩展会被移去.) 如果你想写一个用PEAR的 函数或者类名扩展, 把它写入pear/Foo_Bar 或者用正确的名字写入.

Back

Forward


Copy


PEAR Packages

Developer Mailing Lists

General Mailing List

CVS Commits Mailing List

PHP Manual

Google

AllTheWeb


Print

Refresh