Compiling a shared PECL extensions with phpize

Support/Development for PHP
hiddenidentity
Forum User
Forum User
Posts: 30
Joined: Sun Nov 26, 2006 5:31 pm

Compiling a shared PECL extensions with phpize

Unread post by hiddenidentity »

Hey,

I was hoping to give a crack at compiling APC on my CentOS 4/Plesk/PHP 5.2.5 box to an *.so extension to plonk into php.ini

Looking at this page...

http://us.php.net/manual/en/install.pecl.phpize.php

Will the make script generated by phpize screw up anything around with regards to the ART PHP 5.2.5 install? Or does this run in isolation, simply creating the new *.so extension in the target folder?


Thanks
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

I dont think so, that all looks OK to me.
hiddenidentity
Forum User
Forum User
Posts: 30
Joined: Sun Nov 26, 2006 5:31 pm

Unread post by hiddenidentity »

Thanks.

For those playing at home it does work fine running, phpize, configure and make. you then end up with a resulting *.so extension which you can copy to the right place and drop into your php.ini. does not effect the PHP install itself.
Post Reply