php-windows Digest 20 Jul 2001 05:10:13 -0000 Issue 660

2001-07-19 Thread php-windows-digest-help
php-windows Digest 20 Jul 2001 05:10:13 - Issue 660 Topics (messages 8397 through 8407): Re: phpinfo() 8397 by: Stuart Hunter ImageCreate 8398 by: Stuart Hunter 8399 by: Ivan Milanez Castellanos 8401 by: Randall Barber 8402 by: Alain Sayez Help with

[PHP-WIN] PHP and Sockets

2001-07-19 Thread Greg Obleshchuk
Hello, Does any one have a php.exe for win32 that has the following The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure. I would like to us the socket features of php but I am not in a po

[PHP-WIN] ...misbehaved by not returning a complete set of HTTP headers

2001-07-19 Thread Louis Romestant
I've been using PHP 4.06 on a Win2k machine running IIS and it works fine. I installed it on another Win2k machine and I get: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: I checked permissions, app mappings, p

Re: [PHP-WIN] Re: Password Protection

2001-07-19 Thread Robert J Sherman
It would also be considered more correct to use curly "{ }" to open and close conditionals.. rather than ":" and end if/end else, etc.. "Erin'S Fan Club" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It is more correct to use 'else' as a default error catch

[PHP-WIN] IIS situation - php as an ISAPI

2001-07-19 Thread Thomas Madrid
I have question concerning using PHP as an ISAPI. My problem is this. I set up IIS4 (running on WINNT4.0 sp5) and it runs fine for a bit, then eventually I receive an error that effectively shuts down the W3C service. This is not good. The error I am getting is "NT could no load http filter %D

Re: [PHP-WIN] php_pdf.dll

2001-07-19 Thread Alain Samoun
Read the new license, you will have to pay to use the latest version of pdflib, but you still can use older versions of the dll without the watermark. To build the extensions, see www.php4win.de Alain On Thu, Jul 19, 2001 at 04:13:22PM +0200, Steen Rabøl wrote: > Hi > > Would someone be so kind

[PHP-WIN] Re: ImageCreate

2001-07-19 Thread Alain Sayez
Hello, At this time, Gif isn't supported due to UniSys Licence problem. Alain. "Stuart Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I first installed 4.0.5 I downloaded a version that already had > graphics capability built in, and I was able to

RE: [PHP-WIN] ImageCreate

2001-07-19 Thread Randall Barber
Stuarts problem is not that gd.dll isn't uncommented, its simply no longer working since the upgrade. Thats how I understood his plight at any rate. Replace the 4.0.6 version of gd.dll with 4.0.5 and cross your fingers. Or you could compile your own. Ciao RDB

[PHP-WIN] Help with index.php directory requests

2001-07-19 Thread Michael Kelley
I know it's off topic but there are many Apache users out there. I have a small problem with my apache set up and I don't know how to fix it. When a user requests a directory (that has a index.php or index.html file) if the request is http://host Page not found if request is http://host/ the

RE: [PHP-WIN] ImageCreate

2001-07-19 Thread Ivan Milanez Castellanos
Stuart: all you have to do is uncomment the php_gd.dll extension in your php.ini, that'll fix your problem. Iván -Mensaje original- De: Stuart Hunter [mailto:[EMAIL PROTECTED]] Enviado el: Jueves, 19 de Julio de 2001 10:36 a.m. Para: [EMAIL PROTECTED] Asunto: [PHP-WIN] ImageCreate Wh

[PHP-WIN] ImageCreate

2001-07-19 Thread Stuart Hunter
When I first installed 4.0.5 I downloaded a version that already had graphics capability built in, and I was able to create web pages with graphs based on MySQL data. Now I have installed 4.0.6 I don't have the graphics capability any more and my scripts throw these types of error: Fatal erro

RE: [PHP-WIN] phpinfo()

2001-07-19 Thread Stuart Hunter
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > My guess is that you probably have an outdated .dll in you winnt\system32 > folder. Try copying all the necessary .dll files from the 4.06 zip file > again. > > Spot on, thanks Robin. I double checked and I had copied the dll to the

php-windows Digest 19 Jul 2001 14:16:57 -0000 Issue 659

2001-07-19 Thread php-windows-digest-help
php-windows Digest 19 Jul 2001 14:16:57 - Issue 659 Topics (messages 8385 through 8396): Windows 2000 Advanced server trying to do a - header("WWW-Authenticate: Basic realm=\"Admin\"") 8385 by: pmt_2k Re: IIS4 doesn't start - Event Error 14 8386 by: t.stocker.freytelecom.c

[PHP-WIN] php_pdf.dll

2001-07-19 Thread Steen Rabøl
Hi Would someone be so kind to rebuild the php_pdf.dll without the www.pdflib.com logo ? Even better a complete guide on how to rebuild php and all the extensions. Thanks in advance. Steen

RE: [PHP-WIN] Re: Password Protection

2001-07-19 Thread Erin's Fan Club (C)
It is more correct to use 'else' as a default error catch. It is far better to turn it aroud like; = Original Message From "elias" <[EMAIL PROTECTED]> = >try like that: >$result = mysql_query("SELECT password FROM newsauthors WHERE author='$name' >AND password='$code'"); >if (mysql_num_ro

[PHP-WIN] Re: Send array from php to dll make in vb 6

2001-07-19 Thread Luiz Fernando \(Tuca\)
takeArray($array) // the error occurs here.. ?> Elias <[EMAIL PROTECTED]> escreveu nas notícias de mensagem:[EMAIL PROTECTED] > how can you call a dll from PHP/win ? > "Luiz Fernando )" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I make a dll in Vb6 an

[PHP-WIN] Re: PHP and IIS and Win2k and Access Violation problems...

2001-07-19 Thread elias
You only have to run PHP as CGI instead of ISAPI, Since i done that all works fine! "Vzion" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I have the same problem. It seems to work until not : ramdomly. > > Is there specifics rights ot memory setup to

[PHP-WIN] Re: Password Protection

2001-07-19 Thread elias
try like that: wrote in message 002701c10ff5$bb273e80$[EMAIL PROTECTED]">news:002701c10ff5$bb273e80$[EMAIL PROTECTED]... I am trying to get a content management system up and running on my site. I want to have the thing password protected, and this was how I was going about it, passing on name an

[PHP-WIN] Re: Send array from php to dll make in vb 6

2001-07-19 Thread elias
how can you call a dll from PHP/win ? "Luiz Fernando )" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I make a dll in Vb6 and it have a funcition that have a variable of type > VARIANT like parameter. > In the program php I call this dll and your method and se

[PHP-WIN] Re: how to update the cookie?

2001-07-19 Thread elias
I hate cookies, but i guess you have to: 1) Kill it then reload the page 2) Create it and set a value then reload the page "Science" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > Does anybody know how to update the value in the cookie? > Thanks

[PHP-WIN] Re: Lotus notes

2001-07-19 Thread elias
How do you mean PHP scripts under lotus? what's *lotus*? "Slide" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is anyone tried to make php scripts under lotus ?? > Is anyone know if it's compatible ? > > Thank' in advance > S.L > > -- PHP Windows Mailing L

[PHP-WIN] Re: PHP and IIS and Win2k and Access Violation problems...

2001-07-19 Thread vzion
Hi, I have the same problem. It seems to work until not : ramdomly. Is there specifics rights ot memory setup to adjust ? Thanx to help us ! Laurent "Elias" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Hi! > > I've recently setup PHP on my Win2000 with IIS5, > > Some

Re: [PHP-WIN] IIS4 doesn't start - Event Error 14

2001-07-19 Thread Phil Driscoll
On Thursday 19 July 2001 08:04, [EMAIL PROTECTED] wrote: > Hi Phil, Hello List > > First: Thanks for your help. > > Yes I controlled it twice. In the server properties (root MIME mapping) > is no PHP - ISAPI Filter, and no MIME mappint pointig to this dll. > Neither on the webs themselfes. There i