Re: [6.3/PHP5] Right way to add APC?

2008-05-16 Thread Odhiambo Washington
On Fri, May 16, 2008 at 8:16 AM, Gilles [EMAIL PROTECTED] wrote:

 Hello

Before I go ahead and mess with that 6.3 host... I figured I should
 ask the experts.

 I'd like to add the APC cache add-on, but I don't know how to do this.
 After compiling and installing /usr/ports/www/pecl-APC, should I...

 1.  edit /usr/local/etc/php.ini or /usr/local/etc/php/extensions.ini
 2. and what to put there?


That is supposed to have happened automatically! The extension is supposed
to have been added
to /usr/local/etc/php/extensions.ini so basically you just need to restart
apache (after configuring whatever options you were after).


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
--from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [6.3/PHP5] Right way to add APC?

2008-05-16 Thread Gilles
On Fri, 16 May 2008 10:05:10 +0300, Odhiambo Washington
[EMAIL PROTECTED] wrote:
That is supposed to have happened automatically! The extension is supposed
to have been added to /usr/local/etc/php/extensions.ini
 so basically you just need to restart apache (after configuring whatever 
 options you were after).

Thanks, but no trace of it:

extension=filter.so
extension=hash.so
extension=json.so
extension=zip.so
extension=sockets.so
extension=pcre.so
extension=pdo.so
extension=readline.so
extension=session.so
extension=ctype.so
extension=mhash.so
extension=pdo_sqlite.so
extension=mbstring.so
extension=tokenizer.so
extension=xml.so
extension=curl.so
extension=bz2.so
extension=posix.so
extension=zlib.so
extension=ldap.so
extension=mcrypt.so
extension=xmlrpc.so
extension=xmlwriter.so
extension=iconv.so
extension=mysql.so
extension=simplexml.so
extension=spl.so
extension=sqlite.so
extension=dom.so
extension=xmlreader.so
extension=mysqli.so
extension=ftp.so

So should I add it with its fully-qualified path, or should I edit
php.ini instead?

Thank you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [6.3/PHP5] Right way to add APC?

2008-05-16 Thread Gilles
On Fri, 16 May 2008 09:39:17 +0200, Gilles [EMAIL PROTECTED]
wrote:
Thanks, but no trace of it:

My mistake. I forgot to run make install :-/

But then, I haven't had my first cup of java this morning :-)

Sorry about that, guys.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]