Re: [PHP-WIN] FATAL: emalloc(): Unable to allocate 2147483599 bytes

2001-03-24 Thread almir
there is a field of typ ntext in this table change it to text almir ""Denis Eltsov"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99eukd$k9t$[EMAIL PROTECTED]">news:99eukd$k9t$[EMAIL PROTECTED]... > I use win2000 SP1 - IIS5 - php4 (as CGI) - odbc connection to Access 2000 > Everything was fine unt

php-windows Digest 24 Mar 2001 12:44:29 -0000 Issue 508

2001-03-24 Thread php-windows-digest-help
php-windows Digest 24 Mar 2001 12:44:29 - Issue 508 Topics (messages 6271 through 6272): How to handle NULL value from Value property of Field object (ADO, DAO)? 6271 by: Alexander Nenashev Re: FATAL: emalloc(): Unable to allocate 2147483599 bytes 6272 by: almir Administ

Re: [PHP-WIN] Mail Functions under Win32

2001-03-24 Thread almir
and what is problem wiht simply using mail(); yes path should be empty ""Schollnick, Benjamin"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'm not aware of a SENDMAIL equivalent that comes with Windows NT, and I'm > trying to use a PHP script that

[PHP-WIN] PHP4 isapi on IIS 4/5

2001-03-24 Thread almir
does any of you have positive expiriences with that, I(our sysAdm) have tryied several times up to now but it was always very unstabile, and php4 in cgi cannot resolve \\filserver\projects\... it simply doesnt say anithing as this file would be no error nothing , that is why we are using php3 sti

Re: [PHP-WIN] PHP4 isapi on IIS 4/5

2001-03-24 Thread Phil Driscoll
PHP4 in CGI mode is *very* stable on Windows. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread James Brash
I recently installed PHP using the installer provided onto my Windows 2000/NT5 IIS... when I try and run anything with the .php extension I get the error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Th

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread Flint Doungchak
James, I don't know if this applies to you, but I recently had the same problem. I assume you are using the CGI version. When you define the mime mapping in IIS, there is a checkbox that says: "Check for File Exists" If you do not have this checked and the file is non-existant, you will get th

AW: [PHP-WIN] PHP4 isapi on IIS 4/5

2001-03-24 Thread Kazazic Almir
yes but try using it in network envirement with //fileserver/projects/ or something like that, i cannot develop directly on web server , that is why we are still developing with php3, and do you know is it possible to use p_connect functions for DBs if you are running in cgi mode? and is isapi m

[PHP-WIN] Time zones table

2001-03-24 Thread Andris Jancevskis
Hi, Does somebody point to or give information about ALL TIMEONES on the World. I want complete list and time difference for each. -- Best regards, Andris mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [PHP-WIN] Time zones table

2001-03-24 Thread Zane Appel
If only it were that easy. Due to local preferences some TZs do not observe Daylight Savings time so the "Time difference" depends a lot on what the date is and what rules that TZ uses to calculate the offset. I am in the process of writing an application (not in PHP) that will give the correct o

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread James Brash
Thanks Flint - this did the trick James -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: 24 March 2001 20:36 To: 'James Brash'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Error in CGI Application in IIS James, I don't know if this applies to you, but I r

[PHP-WIN] RE: How to handle NULL value from Value property of Field object (ADO, DAO)?

2001-03-24 Thread Jason Gan
I did not get an error when I accessed Fields(x)->value and Fields(x)->name where Cell in Fields(x) contains a null value. I have not tried it with a null field, but there is no such thing as a null field. Why would someone design a database where you would query "select [] from db"? :-) -Or

Re: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread almir
I had the same problem but this did not work , could you pleas send me (or the newsgroup) llist of "tricks" you have for this problem almir "Flint Doungchak" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > James, > > I don't know if this applies to you,

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread Flint Doungchak
Almir, I think the other case could occur when you have a Header(Location: blah.html) to the same page as the script originates. I think... Give that a try and see if it get you anywhere. -Flint -Original Message- From: almir [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 24, 2001 2:4