PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
HiddenS3crets wrote:I can't restart the webserver, I don't host my own site.
How did you edit the ini file? If you don't own the server and can't do things like restarting it then you shouldn't have access to write to this file. When I say restart the server I mean the daemon, not the hardware
I have access to the files, but I don't have Apache running on my own computer or anything so I'm not running my own server. I don't have the capabilities to restart anything
HiddenS3crets wrote:I have access to the files, but I don't have Apache running on my own computer or anything so I'm not running my own server. I don't have the capabilities to restart anything
I'm not sure I'm following you
Apache runs on the server, it is only configured on the server. PHP runs on the server, and again is only configured on the server. Editting ini files on your own PC will make no difference to how PHP runs on the server. Did you edit the ini on the server or your PC? The only way you can edit the ini without restarting the server is if PHP is configured to run as CGI too... if PHP is running as a module then you're stuck if you can't restart the service.
I don't run my own server. I get webhosting and the server is running somewhere in Connecticut, but I still have access to the php.ini file. Everything runs on my host's servers, I just access the files through a web browser by logging into the hosting panel
dull1554 wrote:there should certainly be a way to restart your server on your control panel if you have the ability to edit your conf files
I'm not so sure, it sounds like a nifty CGI setup on a shared server with suexec and the php.ini dir specified under apache on a per-directory basis. If it's CGI the ini is parsed at runtime not load-time.
Best thing to do is to change something blatant and run phpinfo(). That's of course after contacting your host to check how it's supposed to work