Re: [PHP-WIN] PHP windows installer - additional arguments despite silent install?

2005-12-20 Thread Phil Driscoll
owever Wise InstallBuilder may provide a way of passing in arguments to pre-populate fields in the dialog boxes. This article may be of use (the Wise Installations section): http://www.wise.com/KBArticle.aspx?articleno=564 -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.ne

Re: [PHP-WIN] CGI binary vs. ISAPI module

2004-10-26 Thread Phil Driscoll
on Windows NT and related products. Since you won't be using a Windows 98 box to host the project when it is finished (please tell me you won't!) performance should not be a big issue for you so you will probably be ok with the CGI. Cheers -- Phil Driscoll -- PHP Windows Mailing List

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-18 Thread Phil Driscoll
On Friday 17 September 2004 20:36, I wrote: > include('http://wherever.example.com/poll.asp'); > ?> A safer option if your asp page does not generate any php code you wish to execute would be: http://wherever.example.com/poll.asp'); ?> -- Phil Driscoll -- PHP

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-17 Thread Phil Driscoll
.example.com/poll.asp'); ?> But make sure that you are in control of poll.asp and that it cannot generate any dangerous php code. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP5 questions

2004-07-18 Thread Phil Driscoll
he correct webserver, it would have actually done the job properly and left you with a working system (it doesn't set doc_root). Let me know if you have time to tweak the docs yourself - even if there are things you are unsure about you can just stick some questions in. Im sure we can ten pass that by someone in the know. I have completely abandoned Windows now and only use it to build the php installer so my knowledge of setting up IIS is becoming hazier by the day! Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP5 questions

2004-07-16 Thread Phil Driscoll
if you have any problems with it. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Phil Driscoll
g practice? Yes! For debugging purposes, error reporting should be set to E_ALL. Once you have found and fixed all the actual problems, on a production machine you should edit your php.ini so you dont display errors, and instead send them to a log file. Cheers -- Phil Driscoll -- PHP Windows Ma

Re: [PHP-WIN] Question about $tbuf in php-4.3.4-installer.exe

2003-12-10 Thread Phil Driscoll
ed to show the code where $tbuf is meant to be set. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-27 Thread Phil Driscoll
working. Sorry again! -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Using the installshield vs manually

2003-06-17 Thread Phil Driscoll
tallation versions of the windows snapshots builds, as well, I guess, as the main releases. I don't know how far he has got with the project. I sent him all the sources for the IIS configuration stuff, but it might be a good idea to pool resources. You can contact Wez at [EMAIL PROTEC

Re: [PHP-WIN] Using the installshield vs manually

2003-06-17 Thread Phil Driscoll
with a text editor in both cases. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Using the installshield vs manually

2003-06-16 Thread Phil Driscoll
cracked and you just don't know it :) I suspect google is your best bet for advice on all of the above. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Using the installshield vs manually

2003-06-16 Thread Phil Driscoll
to abandon the Windows platform, as I didn't think it was possible for me to learn enough to make and keep a Windows box secure :) Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-27 Thread Phil Driscoll
On Friday 27 December 2002 3:35 pm, Nick H. -- Technical Support Engineer wrote: > I'll work on it today and send it to this list as soon as Im done with it. Thanks! -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-27 Thread Phil Driscoll
click on in the management interface. Thanks -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-25 Thread Phil Driscoll
Thanks for that. If I get time to tweak the installer soon, I might ask you to do some testing if that's ok. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [PHP-INST] PHP on IIS

2002-12-24 Thread Phil Driscoll
ror if they were wrong. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] install on IIS 6.0

2002-11-23 Thread Phil Driscoll
a problem with hidden file extensions - perhaps yout test php file (which might be called test.php) is actually called test.php.txt or similar? Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Install PHP with IIS 5/W2K

2002-09-24 Thread Phil Driscoll
look at next? Are you opening the file as c:\php\test.php or as http://localhost/test.php? If you view source, do you see the php source code? -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP 4.1.0 Install on Windows 98/PWS 4.0

2001-12-23 Thread Phil Driscoll
again until you stop it and start it - maybe this is the problem? On 32 bit Windows platforms with IIS or PWS, the registry is not involved at all in the configuration Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [PHP-WIN] php warning messages

2001-12-13 Thread Phil Driscoll
On Thursday 13 December 2001 5:19 pm, Martin Lindhe wrote: > I am doing this already... Oh well. No you're not! If you were doing it already you would not be seeing the undefined index messages. Sorry :) -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] Fwd: [PHP] PHP 4.1.0 Win32 binaries now available

2001-12-12 Thread Phil Driscoll
http://www.php.net/downloads.php -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] PHP as ISAPI on IIS 5.0/win2k server

2001-11-21 Thread Phil Driscoll
ing the above fails, try running php.exe -i from the command line to see if you get sensible output, or a helpful error message. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-WIN] how to get php_gettext.dll work on windows2000 / iis5 server?

2001-11-14 Thread Phil Driscoll
_mssql.dll), but supposedly not > for the php_gettext.dll? > > I assume that the message "Unknown on line 0" means that the > php_gettext.dll 'needs' another dll to work?? > > Does anybody have any suggestions for me to get the 'gettext' function > t

Re: [PHP-WIN] Changing the default user

2001-11-13 Thread Phil Driscoll
check file exists' box in the script mapping dialog for this to work. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread Phil Driscoll
e) I wouldn't go down the ISAPI route. php.exe is super stable, php4isapi.dll is likely to be unreliable. -- Phil Driscoll -- 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 adm

Re: [PHP-WIN] PHP4 and IIS 5.1 Issues...

2001-11-12 Thread Phil Driscoll
I think you are just suffering from the usual php isapi module instability. Either switch to using php as a cgi or, if you must use php as a module, change from IIS to apache. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread Phil Driscoll
aders it did return are: > It looks like php is b;lowing up for some reason. Try running php from the command line as described in install.txt to see if you get the same error. I don't have W2K/IIS5 but I know many many people are using php on that platform, so I suspect there must be so

Re: [PHP-WIN] InstallShield coulnd't find OCX control...

2001-10-10 Thread Phil Driscoll
x said, php is actually installed perfectly, you just need to configure IIS as per the instructions in install.txt - it's a doddle - go for it! -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-WIN] Re: IIS 5.1 weird problem - please help

2001-10-09 Thread Phil Driscoll
what happens. I think the problem is just the usual thread safety related issues with the ISAPI module. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Don't open any PHP file under Win98

2001-10-03 Thread Phil Driscoll
but don't show nothing. Does 'view source' show your php code? Have you edited httpd.conf? Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Phil Driscoll
On Sunday 30 September 2001 7:24 pm, Phil Driscoll wrote: > By way of an experiment, remove the .php app mapping in the management > console. You should then just get your php source code served up. Do you? Scrub that - sorry - I didn't read your later post. -- Phil Driscoll --

Re: [PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Phil Driscoll
By way of an experiment, remove the .php app mapping in the management console. You should then just get your php source code served up. Do you? -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-WIN] IIS & PHP Session

2001-09-28 Thread Phil Driscoll
Change your session save path in php.ini to somewhere that exists on an NT box - e.g. c:\temp (or create your own php session temp directory) Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-WIN] Well, I've got it running

2001-09-26 Thread Phil Driscoll
I know < 0 about ODBC, but it would be interesting to see if the same code caused an error when running with PHP as a CGI (or at least it may yeild more clues). Is there anyone on the list into ODBC who can help out here? -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/)

Re: [PHP-WIN] Well, I've got it running

2001-09-26 Thread Phil Driscoll
On Wednesday 26 September 2001 5:52 pm, Asendorf, John wrote: > Yes, it is purely an Apache exception... I don't suppose you can isolate the problem down to a single line of script can you? -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP-WIN] Well, I've got it running

2001-09-26 Thread Phil Driscoll
er > read it because I was using IIS. Anyone? > I assume you're running php as cgi under IIS and module under Apache? If so I have never experienced any problems with this setup. Is it possible to tell which side is generating the exceptions? Cheers -- Phil Driscoll -- PHP Window

Re: [PHP-WIN] [Fwd: IIS Installation]

2001-09-25 Thread Phil Driscoll
lls and ini file) and also nust have the user rights to 'log on locally'. It would help a great deal if you could produce a minimal script which exhibits the problem. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-25 Thread Phil Driscoll
i with full control. Also > "Everyone" has "Fullcontrol" on all these files. I just gave administrator > to iuser_ users. My next step would be to disable the ldap and oracle extensions. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To un

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
e location is correct. Are you sure there are no hidden filetypes? Have you ticked the 'check file exists box'? Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 5:23 pm, Sridhar Moparthy wrote: > > CGI Error > "The specified CGI application misbehaved by not returning a complete set > of HTTP headers. The headers it did return are:" > > install.txt tells you what to when you get this error. -- Ph

Re: [PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Phil Driscoll
an't comment on Oracle functionality with the PHP Apache module. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Install issue

2001-09-05 Thread Phil Driscoll
for connecting to a Postgress database - it does not provide the database functionality. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Install issue

2001-09-05 Thread Phil Driscoll
; Any ideas? You probably haven't enabled the postgress extension dll in your php.ini (and you may also not have installed the extension). Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Installer and missing OCX

2001-08-22 Thread Phil Driscoll
r configuring iis. It's so easy to configure manually it's not worth downloading the thing from Microsoft's site. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-21 Thread Phil Driscoll
Surely the ideal solution to this problem is to have php.exe php4ts.dll and all the other dlls in the same directory (e.g. c:\php) then there's no messing around with paths? Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP-WIN] Restricting access to system files

2001-08-20 Thread Phil Driscoll
t it would be sensible to have a long hard look at file permissions on your machine. I don't know about W2K, but on NT4, the default setup leaves just about everything set with full control for everybody. Do a google search for something like harden windows 2000, and you should get some

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! Please Help!

2001-08-17 Thread Phil Driscoll
the sensible behaviour) is to pass the script name to the exe it calls. Cheers -- Phil Driscoll -- 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 PROTECTED]

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! Please Help!

2001-08-16 Thread Phil Driscoll
e will work or not. I never had this problem with Apache > under win32, but I have with IIS. I would definitely leave them in there. I'll have to strongly disagree with your disagreement ;) -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

Re: [PHP-WIN] Installation failed ! Please Help!

2001-08-16 Thread Phil Driscoll
php.exe (you don't need the %s %s stuff). If you do this to the master web site properties and tell it to override other script map extensions then all your web sites will map onto php. If you have different settings for each of the websites then you will have to configure each one

Re: [PHP-WIN] HTTP Server

2001-08-16 Thread Phil Driscoll
ix.com/ -- Phil Driscoll -- 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 PROTECTED]

[PHP-WIN] Re: [PHP] [PHP-WIN] Re: installation on windows

2001-08-14 Thread Phil Driscoll
On Tuesday 14 August 2001 19:23, Phil Driscoll wrote: >as long as phpts.dll is in the same directory as the main php executable or but should have written as long as php4ts.dll is in the same directory as the main php executable or Sorry! -- Phil Driscoll -- PHP Windows Mailing List (h

[PHP-WIN] Re: [PHP] [PHP-WIN] Re: installation on windows

2001-08-14 Thread Phil Driscoll
. I think that working this way vastly reduces the chances of 'old' php files messing up an installation. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP-WIN] NT, Apache & PHP

2001-08-14 Thread Phil Driscoll
windows binary distribution zip on the www.php.net downloads page. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] PWS Registry question

2001-08-14 Thread Phil Driscoll
seems odd - if you were editing the correct bit of the registry, I would have at least expected it to break. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP-WIN] CGI error reported

2001-08-14 Thread Phil Driscoll
ny idea what I hve done wrong. Failed to read install.txt -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] PHP erratic on Win2k Server

2001-08-08 Thread Phil Driscoll
x27;s called on W2K) is where you manually configure things. You probably already went there to add teh script mapping for .php. > > Anyone else have any ideas why my site might not work. btw, try my site @ > http://www.askthesmartass.com Tried to access the site but was unable to make a oc

Re: [PHP-WIN] loading the test page

2001-08-06 Thread Phil Driscoll
If so, you'd better post the relevant lines from your httpd.conf -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

2001-08-06 Thread Phil Driscoll
hat it works ok for POST, then all I can think of is that you have set up method exclusions in the script mapping dialogue box of the Internet Services Manager. There should be no exclusions if you want php to handle all requests. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] PHP on PWS

2001-08-04 Thread Phil Driscoll
ribution. Go back to the downloads page at www.php.net, and get the windows installer version. Cheers -- Phil Driscoll -- 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 admin

Re: [PHP-WIN] PHP on PWS

2001-08-04 Thread Phil Driscoll
e downloads page at www.php.net, and let the wizard do all the work for you. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] php/apache install

2001-08-04 Thread Phil Driscoll
On Saturday 04 August 2001 08:21, Clive Porter wrote: > Hi i just installed PHP4/Apache on W98 > when I call a .php file from PWS the line Do you really mean this? If so, how do you call a php file from php4/apache via Personal Web Server? -- Phil Driscoll -- PHP Windows Mailing List

Re: [PHP-WIN] 500 Server Error

2001-08-02 Thread Phil Driscoll
ng There are some tips on how to debug this situation towards the end of the install.txt file which came with your PHP distribution. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: [PHP-WIN] win2000pro and PHP inst.?

2001-07-31 Thread Phil Driscoll
alog box to appear. Assuming this is what is wrong, all you need to do is give read access to IUSR_ for all your php files (and indeed any other files which you want the user to be able to access). Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-WIN] WINNT - PHP @#%^ UP!! (Mail & attachments)

2001-07-30 Thread Phil Driscoll
are installing system level software, then you should be logged in with appropriate privileges and a sensible machine configuration. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] WINNT - PHP @#%^ UP!! (Mail & attachments)

2001-07-30 Thread Phil Driscoll
or NT and W2K) and sticks php.ini in there. Are you saying that W2K lies about where the windows directory is? -- Phil Driscoll -- 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 admi

Re: [PHP-WIN] WINNT - PHP @#%^ UP!! (Mail & attachments)

2001-07-30 Thread Phil Driscoll
On Monday 30 July 2001 14:22, Leon wrote: > Here it is: > > When installing PHP, the installer places the php.ini file in the profile > of whoever is running the installer... Whoa! Which installer does this? Certainly not the one on the www.php.net site! -- Phil Driscoll --

Re: [PHP-WIN] php on W2K server

2001-07-25 Thread Phil Driscoll
nk > Frank Is there any difference in the manual configuration between 2K and 2KPro that we need to mention in the installation notes in order to avoid confusion in the future? Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

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

2001-07-22 Thread Phil Driscoll
h need fixing - I only we could find them! Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Windows 2000 Advanced server trying to do a - header("WWW-Authenticate: Basic realm=\"Admin\"")

2001-07-20 Thread Phil Driscoll
Allow IIS to do authenticaton based on file permissions. The up side is that it's dead easy. The downside is that all your users have to be real users on the system with 'log on locally' rights. Use Apache instead. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www

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

2001-07-20 Thread Phil Driscoll
have you ticked the 'check file exists' box in your script mappings? -- Phil Driscoll -- 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 PROTECTED]

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

2001-07-20 Thread Phil Driscoll
The ISAPI version of PHP is not stable. Switch to the cgi version. -- Phil Driscoll -- 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 PROTECTED]

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

2001-07-19 Thread Phil Driscoll
ebs themselfes. There is no more php4isapi.dll needed, > but Windows cries for it ... ??? > There is also an 'ISAPI Filters' tab in the web site properties dialog box - have you checked in there for PHP? Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php

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

2001-07-18 Thread Phil Driscoll
you sure you removed php4isapi.dll from the list of isapi filters? Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] Re: I cant install php on my computer

2001-07-18 Thread Phil Driscoll
On Tuesday 17 July 2001 22:22, Administrador wrote: > I've tryed cgi version but php doesn't work anyway Give us more details. As thousands of users will testify, it *does* work - there will just be a problem with your setup. Cheers -- Phil Driscoll -- PHP Windows Maili

Re: [PHP-WIN] Re: I cant install php on my computer

2001-07-17 Thread Phil Driscoll
n is the only thing which is stable on IIS, it is a good idea to use it rather than ISAPI - especially for new users. Better to encourage them with something which works well rather than cause them headaches! Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] Apache/PHP filtering?

2001-07-13 Thread Phil Driscoll
ollowing (notice the filename has a .html extension): > Just add the following to your httpd.conf file: AddType application/x-httpd-php .html then stop and start Apache. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Phil Driscoll
in the directory returned by the windows api call GetWindowsDirectory(). If you are in a position to knock up a quick C program to print this value our, then at least you'll know where it's looking. Alternatively, you can explicitly set the place where it looks by calling php.exe w

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Phil Driscoll
on you had configured your machine so that systemroot was set to c:\Documents. I guess that this is most unlikely, but not impossible. In that case, I suspect php would also look in that directory for the file. Cgeers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To

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

2001-07-11 Thread Phil Driscoll
he error repeatable - does it always break with the same code - if so, what's the code doing? Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] 500 error

2001-06-30 Thread Phil Driscoll
On Friday 29 June 2001 21:56, Jonathan Marriott wrote: > were do u werk phil? In my attic in sunny Leeds, UK. -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

Re: [PHP-WIN] gd/apache1.3/WinNT

2001-06-28 Thread Phil Driscoll
ary distribution on my NT4 box, and in php.ini set my extension dir to ./extensions/ and uncommented the gd dll extension line. PHP starts up perfectly. Are you 100% sure you get no sensible error messages when you run php.exe -i from the commandline? Cheers -- Phil Driscoll -- PHP Wind

Re: [PHP-WIN] 500 error

2001-06-28 Thread Phil Driscoll
wnload the source, find the threading problem in php, fix it, become a superhero and enjoy the adulation of this list :) Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP-WIN] php scripts only work when connected to the internet.

2001-06-27 Thread Phil Driscoll
t; tried the browser work offline option and presto, when I tried > http://mylocalhostname/filename.php the php file processed OK when working > offline. Beware of this one. Certainly on NT4 if you do this, things appear to be working but in dact you are looking at a cached copy of the php ge

Re: [PHP-WIN] gd/apache1.3/WinNT

2001-06-27 Thread Phil Driscoll
On Wednesday 27 June 2001 02:49, Edmund wrote: > > Nope. What I get is an "Abnormal program termination" without any > display or log as to what is making php choke. Just to check, are the php and the gd dll both from the same php distribution? If so is it 4.0.6? Cheer

Re: [PHP-WIN] Unable to see my .php script in IE5

2001-06-26 Thread Phil Driscoll
if short_open_tag was not set to 'On' in your php.ini, then php would ignore the code and pass it out unchanged. Change your code to and see if that works. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [PHP-WIN] gd/apache1.3/WinNT

2001-06-26 Thread Phil Driscoll
Try running e:/apache/cgi-bin/php.exe -i from the command line. You will probably get an error message to tell you exacly what's wrong. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Re[2]: [PHP-WIN] Testing php in Win2000?

2001-06-26 Thread Phil Driscoll
site on a different IP address. Apologies if this is not the cause of your problem. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] cosine and sin in PHP on Win2K & IIS 5

2001-06-19 Thread Phil Driscoll
PHP, like every other programming language I have ever come across, uses radians for its trig functions. you need 3*pi/2 for 270 degrees see deg2rad and rad2deg in the manual. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-WIN] NT Domain UserNames

2001-05-24 Thread Phil Driscoll
k on your network, is to use NT authentication rather than plain text. If the authentication on your web pages is based on file permissions, then everything should just work transparently. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-WIN] %s %s addition... what's it do and is it my problem?

2001-05-24 Thread Phil Driscoll
it doesn't have permission to kill them as it normally runs as the logged in user, but it actually needs to run on a system account. You can make it do that by using the at command: at taskmgr When it gets to timerealsoonnow, task manager will pop up and will be able to kill off your zomb

Re: [PHP-WIN] Error using PHP installer

2001-05-23 Thread Phil Driscoll
If you used the installer, then you haven't got the Apache module - only the cgi version, so don't do the > # for the apache module stuff, just do the #for the cgi binary stuff, and everything should be ok. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www

Re: [PHP-WIN] HELP !

2001-05-22 Thread Phil Driscoll
the server will return a 404 error instead. There is also the additional benefit that IIS will do any authentication required for you based on the NTLanMan permissions on your script file. -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP-WIN] Host ceased service

2001-05-16 Thread Phil Driscoll
to the CGI version and any problems they had will disappear. Cheers -- Phil Driscoll -- 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 PROTECTED]

Re: [PHP-WIN] question

2001-05-12 Thread Phil Driscoll
You should have stopped when you got to item2. >2)Run the .exe file Do item 2 again, then test your system. If it still doesn't work, tell us what OS and web server you are using. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP-WIN] ISAPI

2001-05-11 Thread Phil Driscoll
ISAPI is for the Microsoft web server, IIS. You need the apache module version of php. It is included in the zip Windows distribution on the downloads page at www.php.net Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP

Re: [PHP-WIN] php-pws ques.

2001-05-10 Thread Phil Driscoll
ipt mappings in the Internet Services Manager. If a script file does not exist then the server will return a 404 error instead. There is also the additional benefit that IIS will do any authentication required for you based on the NTLanMan permissions on your script file. -- Phil Driscoll Dia

Re: [PHP-WIN] Surprises with PHP4/IIS?

2001-05-10 Thread Phil Driscoll
ret weapon in terms of causing people to migrate from Windows to *nix, and the more encouragement people get to start to use it on Windows, the more people there will be who notice there's a much better world out there and jump ship. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 511

Re: [PHP-WIN] Surprises with PHP4/IIS?

2001-05-10 Thread Phil Driscoll
Your experiences with the CGI version under IIS are not typical - I've been running PHP on several production NT boxes since version 4.0 without a single problem. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Wi

Re: [PHP-WIN] ISAPI

2001-05-09 Thread Phil Driscoll
>What is the prefered way to run PHP in windows? As a CGI? As an apache >module? Aolserver? The Apache module seems to cut it for production environments from what I hear (no direct personal experience). Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.co

  1   2   >