interesting php.ini problem
Moderator: General Moderators
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
interesting php.ini problem
my phpinfo shows me the path to php.ini obviously, however, when I go there the file is blank. I'm on SuSE10..any ideas what's going on?
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
It's not easy but there is only one way to learn.
Some useful commands...
>updatedb // updates locate
>locate php // to find something
>rpm -qa | grep php // finds installed packages
>rpm -e packagename // uninstalls a package (I believe it's e, might want to check)
>man commandname // read the manual for a command
Hope that helps..
Edit: Some of these won't work on Suse, might want to try Fedora or Ubuntu until you get the hang of it.
Some useful commands...
>updatedb // updates locate
>locate php // to find something
>rpm -qa | grep php // finds installed packages
>rpm -e packagename // uninstalls a package (I believe it's e, might want to check)
>man commandname // read the manual for a command
Hope that helps..
Edit: Some of these won't work on Suse, might want to try Fedora or Ubuntu until you get the hang of it.
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm