Somebody know how I can add some extension to PHP (my extension), BIG PROBLEM!!!

x-man

Well-Known Member
Jan 25, 2004
118
1
166
Whole day I trying to add one of my extensions to stupid PHP on server with cPanel and after all I can tell this is not possible FOR ME, somebody know how I can do that???

After all I try to add one simple extension (not my because I thinking that problem can be in my extension), that is extension from this tutorial:
http://www.zend.com/php/internals/extension-writing1.php

very simple but after all steps again NOTHING, this don`t want work!!

All extensions I put to: /usr/local/lib/php/extensions

in php.ini default "extension_dir" is " ./", after few tests I changed it to "/usr/local/lib/php/extensions" (also I test with /usr/local/lib/php/extensions/), all extensions I addedd bellow this line on this way:

extension=hello.so

every time after changes apache restarted and STILL THIS DON`T WANT WORK!!!!

Where is problem????

apache 1.3.34
php 4.4.1
centos 3.6
zend installed

Thanks.