php-windows Digest 28 Mar 2006 17:27:46 -0000 Issue 2925
Topics (messages 26797 through 26799):
Problems with instalation on Apache
26797 by: Alejandro C. Garrammone
Problems in connection to mysql
26798 by: Alejandro C. Garrammone
Re: Restarting PHP on IIS
26799 by: Mike Milano
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi! I'm installing php 5.0.1 on Apache 2.0.55, I think it's works fine but when
I load an html form they said "Notice: Undefined variable: submit in
C:\Archivos de programa\Apache Group\Apache2\htdocs\as_insercion.php on line
10" and the other problem it not connect to the MySQL DB.
Before this I've used MySQL 3.23, PHP 4 and Apache 1.XX.
Ahh....Im using this to work with an Intranet. My IP is 10.21.247.175
Someone could help me to configure this?.
Thxs in advance,
Alex
--- End Message ---
--- Begin Message ---
Im trying to migrate from Apache 1.3, php 4.x and mysq 3.23 to apache 2.0.55,
php 5.0.2 and mysql 5.0.
I configure everything but I think something is missing in the cofiguration
because i cannot connect to mysql via apache/php.
When I try to connect to mysql the following error occurs:
Fatal error: Call to undefined function MYSQL_CONNECT() in C:\Archivos de
programa\Apache Group\Apache2\htdocs\as_inf_ultprov.php on line 11
What I need to do to have this working?
I check the old configuration files and I not find any changes between the old
and the new php config.
Thx in advance,
alex
--- End Message ---
--- Begin Message ---
Karuna wrote:
Hi. I've done some changes to php.ini and even after restarting IIS, these
changes aren't detected. I can't restart the machine itself so is there any
other way to fix this? I remember on WinXP and apache I had to restart my PC
to fix certain issues but I can't restart this as it is business server with
people connected to it.
Thanks.!
The command line is the easiest way to restart IIS.
iisreset
If you just need to stop the service, you can use:
net stop w3svc
And then to start it up again, you can use:
net start w3svc
--- End Message ---