ace ? get rid
> of one of them and things will fall in correct place as already suggested by
> Keith.
>
>
>
> On Sun, Jan 13, 2013 at 11:18 PM, Keith Roberts wrote:
> On Sat, 12 Jan 2013, TR Shaw wrote:
>
> To: php-install@lists.php.net
> From: TR Shaw
New here so pardon me while I learn the ropes.
Question on pecl installs
I have 2 instances of php on the system. One the system default and one with a
different config.
I tried
/usr/local/php5/bin/pecl install mailparse
to install mailparse. It did but it installed it to the other instance'
I am attempting to implement HTTP PUT to replace FTP as a method for users
to upload to our site. Once Apache receives the PUT request I would like it
to run a PHP script that will proceed to authenticate the user via our
database. However in the initial testing I am unable to confirm whether th