[PHP-INSTALL] Re: Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-18 Thread php . net
[EMAIL PROTECTED] skrev: dyld: NSLinkModule() error dyld: Symbol not found: _OnUpdateLong Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20060613/soap.so Expected in: flat namespace Trace/BPT trap I found an OnUpdateLong function in php_src/ext/zlib/zlib.c, but I don't know if th

[PHP-INSTALL] question regards to external library

2008-04-18 Thread Joseph Yee
Greeting, First time poster. I have made some changes to external library (ie. IMAP c-client) and wonder if I have to rebuild the whole PHP (PHP 5.2.5) or I could do some make extension, and how? I looked into PHP manual, but found nothing. Any pointers would be appreciated. Thanks in adv