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

2001-03-23 Thread Alexander Nenashev
How to handle NULL value from Value property of Field object (ADO, DAO)? I get Warning: Unsupported variant type: 1 (0x1) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

php-windows Digest 23 Mar 2001 23:53:02 -0000 Issue 507

2001-03-23 Thread php-windows-digest-help
php-windows Digest 23 Mar 2001 23:53:02 - Issue 507 Topics (messages 6245 through 6270): smtp with authentication 6245 by: Giro De Roover Re: Prob with Send mail using mail() 6246 by: Giro De Roover Must read for Windoze users 6247 by: Urmil Parikh 6268 by:

php-windows@lists.php.net

2001-03-23 Thread Gaylen Fraley
The patch runs fine for me. -- Gaylen [EMAIL PROTECTED] http://home.earthlink.net/~gfraley5/ ""Aleksey Filimonov"" <[EMAIL PROTECTED]> wrote in message 991p0e$nk1$[EMAIL PROTECTED]">news:991p0e$nk1$[EMAIL PROTECTED]... > Well in version apache-1.3.19 this bug presence too > > "Tom Mathew

RE: [PHP-WIN] asp to php

2001-03-23 Thread Fernando Madruga
I don't know any ASP, but you could try http://www.naken.cc/ for an automated ASP2PHP program. >From what your code looks like it's doing, I would say it is fairly easy to do in PHP... :) This is the output from asp2php 0.75.10: It commented out two lines... I don't know if they are important.

Re: [PHP-WIN] Must read for Windoze users

2001-03-23 Thread Alain Samoun
Think that it took them two months to recognize the problem... Scary But even more scary is this: http://joel.editthispage.com/stories/storyReader$139 See the article on 'hailstorm' at http://php.weblogs.com/ Alain On Fri, Mar 23, 2001 at 05:14:53PM +0530, Urmil Parikh wrote: > VeriSign has wron

[PHP-WIN] How to handle NULL value of COM variant?

2001-03-23 Thread Alexander Nenashev
How to handle NULL value of COM variant? For example from Value property of Field object (ADO, DAO). -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-WIN] asp to php

2001-03-23 Thread [EMAIL PROTECTED]
I need to convert this ASP file into PHP file. Could you help me ? Thanks a lot Ivan -- <% 'Response.write(Request.Form("Navigazione")) Set objMail = CreateObject("CDONTS.Newmail") objMail.MailFormat = cdoMailFormatMIME objMail.From = Request.Form("tuamail") objMail.To = Request.Form("suamail

RE: [PHP-WIN] resolution problems in dinamic .gif

2001-03-23 Thread Fernando Madruga
Why don't you send me a sample image? I'll print it and see what I get. Perhaps you're not using a recent driver for your printer: try checking the manufacturer's web page for a more recent one... HTH, Madruga -Original Message- From: Praying Mantis [mailto:[EMAIL PROTECTED]] Sent: sex

Re: [PHP-WIN] resolution problems in dinamic .gif

2001-03-23 Thread Praying Mantis
Alex, .gif images just support 8-bits (256 colors). Am I wrong? I've never seem a 32-bit .gif image. Only jpg's, png's, etc.. But I scanned three pages from a magazine using the same scanner I used to scanner the bill I've tryed to put on-line, and the letters are blurry too. I don't know, but I

[PHP-WIN] Slow download bitrate using NT IIS & ASP/PHP, (Expert Problem)

2001-03-23 Thread Eric L.. Edberg
Hello all, I use NT IIS with SP6a to access an MS Access db using ODBC with ASP based scripts primarily, and have been writing new PHP4 where appropriate for the past year. I am using PHP404pl1 CGI installer and have experienced a troublesome performance issues after executing PHP scripts (ran

RE: [PHP-WIN] NT Stability

2001-03-23 Thread Fernando Madruga
5 minutes equals 300 seconds (5*60) Apache does have a 300 seconds timeout; does IIS have that one too? from apache's httpd.conf: # # Timeout: The number of seconds before receives and sends time out. # Timeout 300 Maybe IIS does not realize that the script is already completed or the script has

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

2001-03-23 Thread Alexander Nenashev
How to handle NULL value from Value property of Field object (ADO, DAO)? I get Warning: Unsupported variant type: 1 (0x1) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

[PHP-WIN] Memo field

2001-03-23 Thread Charles Alves
I am writing a query to a paradox table, using ODBC. I have a field of MEMO kind, and I don't get all of his content. Someone have some tip? -- Charles Alves Suporte Software Sweda Informática LTDA. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP-WIN] NT Stability

2001-03-23 Thread Eric L.. Edberg
I do have an issue with stability on my IIS NT4 SP6a system after installing PHP4 CGI accessing an Access db. My ASP stuff is normally ok. After executing PHP4 scripts my bitrate transfer slows to a crawl for 5 minutes or so. this happens randomly but only near the time a PHP script excutes.

Re: [PHP-WIN] Re: [PHP-WINDOWS] Windows is Slow...

2001-03-23 Thread Michael_OShea
Eric, thanks for doing those benchmarks. I was also getting the feeling that the response was really sluggish but had put it down to one of the many factors involved in my work. If you had some specimen pages and some sort of script that could automatically run a profiling analysis I'd be glad

[PHP-WIN] Oracle ODBC

2001-03-23 Thread John R. Tipton
I'm trying to connect to an Oracle database through ODBC using the 8.1.6 client and php4.04 or php4.05rc2 from www.php4win.de on NT with servicepack 6 and IIS with php running as a cgi. Php crashes at instruction 0x04c2ea86 referenced memory at "0x0". The memory could not be writte

RE: [PHP-WIN] Re: [PHP-WINDOWS] Windows is Slow...

2001-03-23 Thread Fernando Madruga
Do you NEED to run IIS? Why don't you try Apache? It's free, and it runs on WinNT too... HTH, Madruga -Original Message- From: Eric L.. Edberg [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 23 de Março de 2001 14:06 To: [EMAIL PROTECTED]; Joel Roller Subject: [PHP-WIN] Re: [PHP-WINDOWS]

[PHP-WIN] Re: [PHP-WINDOWS] Windows is Slow...

2001-03-23 Thread Eric L.. Edberg
Did anyone ever come up with a solution to this issue? I have a similar problem I've just started researching on this newsgroup. My existing ASP scripts work fine and download quickly. After executing some PHP scripts the download bit transfer rate drops down to a slow crawl. It appears to rec

[PHP-WIN] Tips for IIS & PHP in CGI mode

2001-03-23 Thread Florian Poizac
You can manage your php configuration for each sites you have declared in your Management Console. You just have to place a different php.ini in each sites root directory. Cheers Flo

[PHP-WIN] Running systemcommands.

2001-03-23 Thread Mattias Sundberg
I´m new to PHP on the Windows platform. And here is a simple question; How do I find out how much free diskspace and memory my server´s got with PHP? Can I use the system() function? Mattias Sundberg Eldean AB -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

RE: [PHP-WIN] X-powered line... can't get rid of it!

2001-03-23 Thread Asendorf, John
Actually, I saw that post too and thought that that was the ticket, but it was related to an extension (php_oci8.dll) not loading. Thanks! John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, O

RE: [PHP-WIN] X-powered line... can't get rid of it!

2001-03-23 Thread Asendorf, John
After hunting on phpbuilder, php.net and phpwizard, I finally found something on Zend... It seems that if an extension (in my and someone else's case the oci8.dll) doesn't load... this is a result... Now all I have to do is figure out why the dll won't load... Aaaghhh! Thank for the help s

RE: [PHP-WIN] X-powered line... can't get rid of it!

2001-03-23 Thread Darvin Andrioli
Hi John, I got this message the that I installed the release 4 of PHP. In that case it was caused by an error in php.ini. In that file I configured some dll that I hadnt installed, or, as someone wrote, php can't found. Have a look for "X-Powered" in the past ( last year.. ) threads of this

[PHP-WIN] Upgrading PHP3 to PHP4

2001-03-23 Thread Fabian Lane
Hi, Okay I have several questions... I am currently running a NT4 IIS4 box running three PHP websites with MySql and two ASP websites using DB back ends as well. The three PHP websites all use API's toolkits built on top of PHPLib including templating and automatic forms generation.. The server

[PHP-WIN] X-powered line... can't get rid of it!

2001-03-23 Thread Asendorf, John
I hosed (destroyed) my webserver last night and now I can't get a single thing to run right. My first concern is how to get rid of the X-Powered by PHP (etc.) line off of my pages. I have read repeatedly that I need to run in silent mode, but I can't seem to figure out how to do that. Anyone, p

[PHP-WIN] Must read for Windoze users

2001-03-23 Thread Urmil Parikh
VeriSign has wrongly issued digital certificate to a spammer in the name of Microsoft Corporation. So Windows Update could be a virus update, with this. Please go to this link. http://www.microsoft.com/technet/security/bulletin/MS01-017.asp Regards, | Linux Urmil Parikh | It is now safe

Re: [PHP-WIN] Prob with Send mail using mail()

2001-03-23 Thread Giro De Roover
Dear andy, what if your smtp requires authentication? Any idea?? Thanks Giro __ Hello, Anyone have experienced difficulties with a broadband, cable, dsl setting smtp for the mail fonction, where the smtp requires authentication. I am actually having

[PHP-WIN] smtp with authentication

2001-03-23 Thread Giro De Roover
Hello, Anyone have experienced difficulties with a broadband, cable, dsl setting smtp for the mail fonction, where the smtp requires authentication. I am actually having a nightmare for sending the form .but I am making progress since I am able now to locate the problem. Thanks for the help -

php-windows Digest 23 Mar 2001 10:28:02 -0000 Issue 506

2001-03-23 Thread php-windows-digest-help
php-windows Digest 23 Mar 2001 10:28:02 - Issue 506 Topics (messages 6234 through 6244): Re:Apache/PHP on Win 2000 6234 by: speedoflight.runbox.com 6235 by: Ignatius Teo 6236 by: speedoflight.runbox.com PHP's doc_root 6237 by: Rayon Pinnock 6238 by:

Re: [PHP-WIN] PHP's doc_root

2001-03-23 Thread Tom Mathews
The other alternative (for those who don't have control of their DNS fro instance so can't set up a pile of virtual hosts) which I often use when I'm developing is just to set up some alias's to the root of the directory tree that you want to use eg http://localhost/bollox/ would take you to c:\bo

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

2001-03-23 Thread Fernando Madruga
What about 'usefull' queries? Do they fail too? Bye, Madruga -Original Message- From: Denis Eltsov [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 23 de Março de 2001 7:47 To: [EMAIL PROTECTED] Subject: [PHP-WIN] FATAL: emalloc(): Unable to allocate 2147483599 bytes I use win2000 SP1 -