[PHP-WIN] pspell activation

2002-04-17 Thread Eduards Cauna
Does anybody know how to activate pspell functionality in php-Windows? Where to find precompiled binary like *.pspell-win32.* if any necessary? Eduards -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] COM and ADODB access

2002-04-17 Thread Alan Brown
There were definitely two nasty bugs in the COM code which I believe that I have fixed and checked into CVS. But the root cause of your problem is actually a COM exception thrown by ADODB.Connection. I see this exception when I pass "position" (a valid field name in the database) in a SQL queries

RE: [PHP-WIN] PHP Warning: No File Uploaded in Unknown on Line 0 .. any ideas?

2002-04-17 Thread Ethan Nelson
sorry, forgot to mention that, the server is set up to parse .html files.. everything else works just fine, it's just that when i post a form with a file input element in it, and that element is left blank it lets me know that there was no file uploaded. (which I normally wouldn't mind except tha

RE: [PHP-WIN] PHP Warning: No File Uploaded in Unknown on Line 0.. any ideas?

2002-04-17 Thread Shrock, Court
.html files are not normally parsed by php...do you have your webserver setup to parse .html files using PHP? > -Original Message- > From: Ethan Nelson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 3:08 PM > To: '[EMAIL PROTECTED]' > Subject: [PHP-WIN] PHP Warning: No File

php-windows Digest 17 Apr 2002 21:58:17 -0000 Issue 1098

2002-04-17 Thread php-windows-digest-help
php-windows Digest 17 Apr 2002 21:58:17 - Issue 1098 Topics (messages 13134 through 13143): mssql, query and schoolboy error 13134 by: Rob Fraser win configuration 13135 by: Ivan Soloviev Apache 2.0.35 & php 4.2.0 RC4 includes 13136 by: Chris Fraser Strange proble

[PHP-WIN] PHP Warning: No File Uploaded in Unknown on Line 0.. any ideas?

2002-04-17 Thread Ethan Nelson
hey there.. this has been on my nerves all day today.. here is the problem.. I have a form.. it looks like this: echo "\n"; echo "Header:\n"; echo "\n"; echo "Body:\n"; echo "\n"; echo "Image:\n"; echo "\n"; echo "\n"; echo "\n"; mgr.html's first line of code looks like this: die(); my brows

php-windows Digest 17 Apr 2002 08:36:51 -0000 Issue 1097

2002-04-17 Thread php-windows-digest-help
php-windows Digest 17 Apr 2002 08:36:51 - Issue 1097 Topics (messages 13129 through 13133): Re: Security Alert! PHP CGI cannot be accessed directly. 13129 by: Faisal Ashraf 13132 by: Steve Yates Re: Outputting a string from mysql database 13130 by: Nicole Amashta R

[PHP-WIN] apache2 and AcceptPathInfo

2002-04-17 Thread firepages
Hi, I have some search engine friendly scripts i.e. whatever.com/this.htm/var1/var2/etc/ which under apache 1.2.*+ 'looked-back' to this.htm and gave me var1 var2 etc in the PATH_INFO array under apache 2 you are supposed to use AcceptPathInfo ON - but no matter where I put this - in httpd.conf