Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5197563
Hits Heute: 602
max. Hits (10.07.07): 6964
User Online: 43
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Visual C++ .NET ENT-PACKT
Visual C++ .NET ENT-PACKT

Manuals > PEAR > I have written a PHP module in C. What are the rules of including this in PEAR?

I have written a PHP module in C. What are the rules of including this in 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.


Copyright 1998 - 2009 by I.S.U.M.