[PHP-WIN] why php_mcrypt.dll can not work in php 4.3 on Win2K+iis

2003-01-21 Thread yuegong
I download php 4.3.0 from php.net, zip file, more than 5M. And my PHP dir is d:\php, the php.ini is also in this dir. I enabled gd2.dll and mcrypt.dll in php.ini , the browser display this message : PHP Warning: Unknown(): Unable to load dynamic library 'd:\php\php_mcrypt.dll', but the gd2.d

RE: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Frank M. Kromann
Hi, This is not true for php4. Both cgi and isapi versions can be mapped without any extensions. You have to make sure it is the CGI binary you are mapping to and not the CLI. - Frank > If you are usiong the PHP.EXE binary instead of the ISAPI module. > > .php should be mapped to: > > c:\php\p

RE: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Sean Malloy
If you are usiong the PHP.EXE binary instead of the ISAPI module. .php should be mapped to: c:\php\php.exe "%1" so IIS passes the document to PHP as an argument. -Original Message- From: Patrick Chemali [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 January 2003 7:14 PM To: [EMAIL PROTECT

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Woolsey, Fred
MC, Whatever happened to good ole' x, y and z??? Anywho, I am quite certain of the military origin of "FUBAR" and "SNAFU", but leave it to softwarians to expropriate the former term, change the spelling to FOOBAR, then divide it into the now legendary FOO and BAR. Who knows, maybe Grace

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Woolsey, Fred
I'm pretty certain it is one of those brilliant, sarcastic military acronymns like SNAFU (situation normal, all f@#$%d up), as alluded to by Mikey- however, I believe the correct meaning is f@#$%d up beyond all repair. Witness the following hypothetical exchanges: "So soldier, what's the si

[PHP-WIN] removing special charaters from a string

2003-01-21 Thread Matt Babineau
I have a variable i am pulling from a url, but i want to make sure no one can hack my pages using the sql url hack. Does anyone have a good way to strip out any special characters? like: ',",;,:,/,.,&, etc... Thanks, Matt

php-windows Digest 21 Jan 2003 23:16:15 -0000 Issue 1548

2003-01-21 Thread php-windows-digest-help
php-windows Digest 21 Jan 2003 23:16:15 - Issue 1548 Topics (messages 18010 through 18019): PHP on IIS4 problem 18010 by: Patrick Chemali 18011 by: J.Veenhuijsen 18012 by: Veselina Jecheva 18013 by: Chris Kranz Who is foo & what is bar? 18014 by: Utta

[PHP-WIN] PHP.ini directive override

2003-01-21 Thread Paul Menard
Question about overriding some PHP.ini parameters. Since the security folks will not allow direct FTP from a user to an external system I put up a PHP page that will allow a user to authenticate and select from a list the external system they would like to connect to. Got the idea from a PHP pro

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Svensson, B.A.T. (HKG)
IT actually exist an RFC about the etymology of Foo: http://www.ietf.org/rfc/rfc3092.txt -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Svensson, B.A.T. (HKG)
> Just my opinion, but I think it comes from the acronym FUBAR - f@cked up > beyond all recognition... > > Mikey > > > -Original Message- > > From: Uttam [mailto:[EMAIL PROTECTED]] > > Sent: 21 January 2003 13:29 > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: [PHP-WIN] Who is

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Chris Kranz
Hehe!!! It's one of those classic terms that spans across many languages and dates back quite a long time. Whenever I pickup a programming book, somewhere in there, you'll find the infamous foo and bar... chris kranz fatcuban.com -Original Message- From: Mikey [mailto:[EMAIL PROTECTED]]

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Mikey
Just my opinion, but I think it comes from the acronym FUBAR - f@cked up beyond all recognition... Mikey > -Original Message- > From: Uttam [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2003 13:29 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-WIN] Who is foo & what is bar? >

[PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Uttam
In many code examples in PHP documention (& others also), I have seen authors referring to variables 'foo' & 'bar', but I have yet not discovered the origin of these names. I am sure there must be dozens of others who have the curiosity to find how the use of these names started. Can anyone quenc

RE: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Chris Kranz
Also check that your browsing to the files across http://localhost and not file://c:/www/blah.php chris kranz fatcuban.com -Original Message- From: Veselina Jecheva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:11 AM To: Patrick Chemali; [EMAIL PROTECTED] Subject: Re: [

Re: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Veselina Jecheva
There is a file install.txt in php directory, you have to read it and follow the instructions. Probably you have to tune up some directories in php.ini manually. Veselina At 10:13 1/21/03 +0200, Patrick Chemali wrote: >Hello, >I am newbie to PHP and have been trying to install PHP on my local W2k

[PHP-WIN] Re: PHP on IIS4 problem

2003-01-21 Thread J.Veenhuijsen
In my configuration .php and .php4 is mapped to c:\WINNT\System32\php4isapi.dll And this works. Jochem Patrick Chemali wrote: Hello, I am newbie to PHP and have been trying to install PHP on my local W2k IIS4 until I get the chance to setup a Linux box. I used the window binary from php.net wit

[PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Patrick Chemali
Hello, I am newbie to PHP and have been trying to install PHP on my local W2k IIS4 until I get the chance to setup a Linux box. I used the window binary from php.net with installer PHP 4.3.0 installer (CGI) The installation ran smoothly. and I checked for permissions although I am not on NTFS . The