Re: Problems with 4.1 PHP5 modules

2008-05-02 Thread Stuart Henderson
On 2008-05-02, L. V. Lammert <[EMAIL PROTECTED]> wrote: > phpxs > > As all are script files, it's fairly simple, but, again, they should check > for -d and -f instead of forcing users to make manual changes. If anyone > has suggestions for implementation, I will try to work through some

Re: Problems with 4.1 PHP5 modules

2008-05-02 Thread L. V. Lammert
At 02:42 PM 4/25/2008 -0500, Mark Rolen wrote: L. V. Lammert wrote: PHP is working [cli or web], .. problem is none of the modules are. Both mysql & mcrypt, for example, are enabled in php.ini, but neither shows in phpinfo. Have you verified that the *.so files php is looking for (memcache.

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread Vijay Sankar
On April 25, 2008 12:58:25 pm L. V. Lammert wrote: > One of my development machine has been upgraded many times over the years, > of couse, .. now trying to setup a php test site for a new project (have > not had php installed before). For some reason I cannot get any of the PHP > *modules* to init

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread L. V. Lammert
At 11:53 AM 4/25/2008 -0700, Daniel Anderson wrote: Have you tried invoking php from cli and see if you get anything there, guess you'd have to specify your ini file from www/conf manually. I had bad luck with the php5 package on 3.9/amd64 so I just built my own and it worked without an issue.

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread Stuart Henderson
On 2008-04-25, L. V. Lammert <[EMAIL PROTECTED]> wrote: > One of my development machine has been upgraded many times over the years, > of couse, .. now trying to setup a php test site for a new project (have > not had php installed before). For some reason I cannot get any of the PHP > *modules*

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread Daniel Anderson
Have you tried invoking php from cli and see if you get anything there, guess you'd have to specify your ini file from www/conf manually. I had bad luck with the php5 package on 3.9/amd64 so I just built my own and it worked without an issue. ---

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread L. V. Lammert
At 11:28 AM 4/25/2008 -0700, Daniel Anderson wrote: Stupid question here, did you uncomment them in php.ini? Not really a stupid question, but I did - both manually & with phpxs. Actually had an error when I enabled curl (it showed as duplicated), so I know php5 is reading the ini file.

Re: Problems with 4.1 PHP5 modules

2008-04-25 Thread Daniel Anderson
Stupid question here, did you uncomment them in php.ini? --- On Friday 25 April 2008 10:58:25 am you wrote: > One of my development machine has been upgraded many times over the years, > of couse, .. now trying to setup a php test site for a new project (have >