Results 1 to 3 of 3
Thread: Compiling with PHP
-
06-23-2003, 10:01 AM #1QNXGuest
Hi,
How to add a new module to php. I am new on installing and
comiple.
if anyone can help me with which file i have to modify and comiple it if would be really help ful.
-
07-19-2003, 02:18 PM #2templatesGuest
Well, PHP is not like C++. It doesn't have to be compiled. So, I'm not sure that I'm understanding what you're asking.
-
08-17-2003, 06:37 PM #3eicklerrGuest
I think what you want is the "dl" function. It's for loading extensions (modules) at runtime:
http://www.php.net/manual/en/function.dl.php
You can also add them to your php.ini file. Just open up the default php.ini file, and search for "Dynamic Extensions". There's plenty of examples in there.
(o_O)
Bookmarks