Re: [PHP-INSTALL] PHP timezone is unstable...

2009-03-09 Thread kranthi
rong with u r env variables. Kranthi. On Tue, Mar 10, 2009 at 06:56, Dirk wrote: > Hello, > > what could cause the timezone in PHP to, randomly, jump back 6 hours now > and then? > > > from phpinfo(): > > > date > date/time support enabled > &

Re: [PHP-INSTALL] timezone

2008-12-12 Thread kranthi
from "if supported and allowed by the OS" debian allows the so called querying while windows dosent. is this true??? 2. How am i getting time as 03:01 AM, 13/12/08 IST when actually it is 09:31 PM, 12/12/08 IST ??? Kranthi.

[PHP-INSTALL] timezone

2008-12-11 Thread kranthi
var_dump(ini_get("date.timezone")); echo date("e"); this code is giving output string(0) "" Asia/Calcutta and ini_get_all() entry corresponding to date.timezone is an empty array ny ideas y i m getting Asia/Calcutta as my time zone Kranthi.

Re: [PHP-INSTALL] multi threading

2008-07-09 Thread kranthi
tnkz for the reply... but i intended to know bout performance/speed aspects(srry if i misused the term "multi threading" ter) i m afraid that this post is going towards security issues... wat i wanted to know is which is better (in terms of speed and performance) - /login.php?action=profi

[PHP-INSTALL] multi threading

2008-07-08 Thread kranthi
hi all, i m using a single php script to do several jobs using if statements(for example /login.php?action=profile instead of profile.php). but one of my friend said that since php is unable to handle multi threads this is not advisable. how far is it true

Re: [PHP-INSTALL] why php ini not loading?

2008-06-19 Thread kranthi
hi, as the error says there is a problem in the php configuration ensure that an smtp server is running on *localhost:25* and moreover php does not support authentication. use pearinsted the lines after *[mail function]* in php.ini correspond to mail function sett

Re: [PHP-INSTALL] why php ini not loading?

2008-06-19 Thread kranthi
ensure that u have PHPIniDir "path/to/php.ini" in your apache configuration file(httpd.conf) for further reference consult thisarticle in askapache.com

Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread kranthi
> > "t appears that even when I installed it does not provide me with a > different error than without." after reading this statement i guess u r trying to see some thing like * file://path/to/fhtdocs/filename.php* in your web browser u hav to see * http://localhost/filename.php *in you url bar

Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread kranthi
make sure that u have LoadModule php5_module "path/to/dll/php5apache2.dll" AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phpt in your httpd.conf file and the name of the php file ends in .php or .php5 or .php4 or .php3 or .phtml or .phpt(what ever u give in the httpd.con

[PHP-INSTALL] using a proxy by default

2008-01-08 Thread kranthi uppalapati
my ISP uses a firewall to block all the ports except port 80 i hav to use a locally hosted server and the site must be accessible only inside the network. but i want to access an external SMTP server for php mail function. the intention being to send a confirmation mail to the registered users. i u