[PHP-WIN] PHP Access Violation

2004-08-05 Thread Chris
Each time I open a php page for the first time in a browser window, I recieve PHP has encountered an Access Violation at 01C973CD. It doesn't keep me from doing anything, just shows a violation then continues on. Does anyone have any suggestions on what to do? Everything is running on a Win 2k3 IIS

Re: [PHP-WIN] mysql 4.0.12 + php5 + WindowXP = problem

2004-08-05 Thread Niels Folmer
Bogdan Ribic wrote: Hello everyone I have a strange problem with freshly installed php5, 5.0 final. I did some web searching and found out how to get php_mysql.dll loaded into php - I needed to copy libmysql do windows\system32 and uncomment extension=php_mysql.dll i think you need to add "extens

[PHP-WIN] Re: Setting redirect after HTTP upload

2004-08-05 Thread Bogdan Ribic
header ("Location: /some_url.php\n\n"); // \n\n included cos I read it in the manual years ago You can always use meta tag refresh. On one occasion, redirecting from headers didn't work for me on one page and worked on another, although I used (or rather included) same code on both places, and i

[PHP-WIN] Error opening dictionary with php pspell function pspell_new

2004-08-05 Thread Glyn Burton
I'm trying to get up and running using the pspell functions on Windows. It seems everything is installed OK. I can use aspell from the Windows command prompt fine. PHP thinks the pspell module is loaded OK. However, when I try to execute the pspell_new function I get the following: - "Warning:

[PHP-WIN] Re: mysql 4.0.12 + php5 + WindowXP = problem

2004-08-05 Thread Bogdan Ribic
Forgot to add, I have php5 in c:\php5 and php4 installed in c:\php4, could that cause problems? I configure IIS properly, but could other installation cause problems? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mysql 4.0.12 + php5 + WindowXP = problem

2004-08-05 Thread Bogdan Ribic
Hello everyone I have a strange problem with freshly installed php5, 5.0 final. I did some web searching and found out how to get php_mysql.dll loaded into php - I needed to copy libmysql do windows\system32 and uncomment extension=php_mysql.dll But whenever I try to connect to local mysql ser