[PHP] Problems with realpath()

2006-01-31 Thread Ron King
Hi, My hosting isp just upgraded from 4.3.1 to 4.4.1, and some of the tools I use (from InterAKT) no longer work. After doing quite a bit of research, I've seen a few bugs regarding realpath(), but none related to 4.4.1. When I try the following: ?php echo phpversion() . \n; echo

Re: [PHP] Re: Trouble with Apache, PHP, pear

2004-07-24 Thread Ron King
Matthew (and Marek), Sounds like you've done everything correctly, just PHP wasn't installed as a CLI. Just to be sure, do a $ find / -name php Is it ok to have PHP installed as both CLI and as a module? It is perfectly okay to have both. I'm using both on a server I have. I installed the CLI

[PHP] Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
When I installed Mandrake 10.0 I thought I had Apache, PHP, and MySQL installed correctly. I could serve web pages, MySQL worked, and when I tried the phpinfo() function, I got a page that looked OK. I could create simple php pages and serve them up. Then I tried to install pear, and things

Re: [PHP] Re: Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
not found, just grap a PHP rpm (make sure it's a CLI version, or --with-cli) and install that. Hope that's helpful, Aidan Thanks for the help, -- Ron Ron King [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] When I installed Mandrake 10.0 I thought I had Apache, PHP, and MySQL installed

Re: [PHP] Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
At 06:28 AM 7/23/2004, you wrote: You need php-cli rpm, it's not an extension, it's command line binary. And it won't hurt anything to have both cli and extension installed? -- Ron Ron King wrote: When I installed Mandrake 10.0 I thought I had Apache, PHP, and MySQL installed correctly. I could

[PHP] Re: [newbie] Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
didn't know if it was OK to have both the cli and the module/extension installed at the same time. The references I have seen make it seem like you need to choose one or the other. regards Franki Thanks, -- Ron Ron King wrote: Hi all, When I installed Mandrake 10.0 I thought I had Apache, PHP