Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
You will have more problems than that if you ask generic questions. Writing file is easy task. It is unclear, if you can't create new file with desired PHP configuration, or you can't overwrite current php.ini, because it is owned by other user, or you write file and don't see your configuration ch

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
2010.06.05 21:18 Mike Willbanks rašė: > Tomas, > > Such software could allow webmaster to reconfigure PHP without terminal >> connection. Although some PHP configuration variables are not global and >> can be changed without modifying global PHP settings. Zend sells >> software >> which allows to c

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
Such software could allow webmaster to reconfigure PHP without terminal connection. Although some PHP configuration variables are not global and can be changed without modifying global PHP settings. Zend sells software which allows to change global PHP configuration in web browser (among other feat

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread iftecan NAzeem
Hello Alexander, Could you elaborate on how this would be useful for developer. I would also like to know the security implications of exposing ini variables. On Fri, Jun 4, 2010 at 10:28 AM, Alexander Schunk wrote: > Hello, > > i am working on a webfrontend for php itself. > > For example i ha