RE: [PHP-WIN] Re: Question on virus/worms

2007-03-02 Thread Bill Bolte
Turn off all error reporting (in php.ini) so that the error isn't pushed to the screen. -Original Message- From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 12:16 PM To: php-windows@lists.php.net; php-general@lists.php.net Subject: [PHP-WIN] Re: Questi

[PHP-WIN] Re: Question on virus/worms

2007-03-02 Thread Seak, Teng-Fong
Robert Cummings wrote: > Did you bother to google any of them? I just punched PHP/BackDoor.gen > into Google and got a wealth of information. Yes, of course! But what I can see there aren't far from useless (cf what I write below). Stut wrote: > Seak, Teng-Fong wrote: >> PHP/Chaploit > http:/

Re: [PHP-WIN] Re: Question about Windows Installation - RESOLVED

2005-08-19 Thread Alon Solell
this if they install it into C:\php where the path is so short it never was an issue. A learning experience :) -Alon. - Original Message - From: "JM" <[EMAIL PROTECTED]> To: "Alon Solell" <[EMAIL PROTECTED]> Cc: Sent: Saturday, August 20, 2005 1:19

Re: [PHP-WIN] Re: Question about Windows Installation - RESOLVED

2005-08-19 Thread Alon Solell
notices this if they install it into C:\php where the path is so short it never was an issue. A learning experience :) -Alon. - Original Message - From: "JM" <[EMAIL PROTECTED]> To: "Alon Solell" <[EMAIL PROTECTED]> Cc: Sent: Saturday, August 20, 200

Re: [PHP-WIN] Re: Question about Windows Installation

2005-08-19 Thread JM
404 means the server couldnt find that file. if the url was correct it would be a different error. if youre url was correct AND the server wasnt configured to execute .php you would see the php code as text. your url is wrong. but forget about that for now. just get on the webserver and browse usi

Re: [PHP-WIN] Re: Question about Windows Installation

2005-08-19 Thread Alon Solell
Hi all, In regards to the 404 URL not found, that same URL works fine if I use the php-installer. So fixing the URL is not the the correct answer. I believe that IIS doesn't know what to do with PHP ext, meaning.. I prob mis-configured the PHP. The question is, what would I need to do to ma

[PHP-WIN] Re: Question about Windows Installation

2005-08-19 Thread JM
oops...sent to the wrong list. On 8/19/05, JM <[EMAIL PROTECTED]> wrote: > after you make changes restart iis. btw apache works fine in this > scenario too. if the extensions still dont work then look for the > dll's make sure they are even installed for php/webserver to use > > On 8/19/05, JM <[

[PHP-WIN] Re: Question installing and running php

2005-03-31 Thread schizo
yea, i know the prob. You have to let apache know where php is, so u'd have to edit the config -- Posted with NewsLeecher v2.0 Final * Binary Usenet Leeching Made Easy * http://www.newsleecher.com/?usenet --

[PHP-WIN] Re: Question......

2004-10-26 Thread Jason Barnett
I'm not a VC programmer so I won't promise this works, but you could try building PHP from source into your project. I do know that different SAPI's can be written and PHP can be embedded within another application. Try checking out _sapi_module_struct in the source. Raul Ionescu wrote: I

Re: [PHP-WIN] RE: Question

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 22:34:38 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Is the following line good/legal usage of PHP in an HTML page? > > vspace="5" border="1" /> > Sureit's not very readable, though. P.S. Please try to get rid of that awful message at the bottom of your mails.

[PHP-WIN] RE: Question

2004-07-31 Thread Schalk Neethling
Is the following line good/legal usage of PHP in an HTML page? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.vol

[PHP-WIN] Re: Question about the Apache 2.0 Warning in the PHP manual on the PHP web site

2004-07-22 Thread Jason Barnett
Search the archives for this one - but basically there may/may not be third party thread issues. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Question about PHP on Win2k Advanced Server

2004-04-16 Thread Anthony M. Saffer
On Fri, 16 Apr 2004 19:56:11 +0800, John Lim <[EMAIL PROTECTED]> wrote: Hi, FastCGI provides the best reliability on Windows. It's as close to 99.99% as you can get. Zend has a commercial windows enabler built on FastCGI at http://zend.com There is also a free FastCGI installer at http://php.w

[PHP-WIN] Re: Question about PHP on Win2k Advanced Server

2004-04-16 Thread John Lim
Hi, FastCGI provides the best reliability on Windows. It's as close to 99.99% as you can get. Zend has a commercial windows enabler built on FastCGI at http://zend.com There is also a free FastCGI installer at http://php.weblogs.com/easywindows which i wrote. Regards, John "Anthony M. Saffer"

[PHP-WIN] Re: question about mail function

2003-06-16 Thread sven
i don't really understand your question. for the extended headers in mail use something like this: $to = "[EMAIL PROTECTED]"; $subject = "some subject"; $header = "content-type: text/html; charset=\"iso-8859-1\"\n". "from: \"[EMAIL PROTECTED]"\n"; $message = "some message"; if (mail($to, $su

[PHP-WIN] Re: Question from a total newb

2002-11-21 Thread boots
"Joe Finlinson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am using a machine running Windows XP pro... I managed to install IIS just > fine. However, it seems that I am having major traumas getting PHP, Apache, If you have IIS installed, then you have t

RE: [PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Mikey
> The result is efreed in that case. RETURN_STRINGL is a macro that assigns > result to return_value and return_value is implicitly efreed by PHP. > That's the only reason you are not getting a warning in that case. For > other stuff that you emalloc but don't assign to return_value, you will > g

RE: [PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Mikey
> Im pretty sure you still need to 'efree' what you 'emalloc'. Every time > I forgot to 'efree' something, I would get a bunch of error messages > about memory leaks. The errors were nice and verbose, tho... as long as > I was running the debug version of the dlls. Which is what I would have ass

[PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Brian 'Bex' Huff
Im pretty sure you still need to 'efree' what you 'emalloc'. Every time I forgot to 'efree' something, I would get a bunch of error messages about memory leaks. The errors were nice and verbose, tho... as long as I was running the debug version of the dlls. So either the documentation is wro

RE: [PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Rasmus Lerdorf
> Well, I decided to see how the big boys dealt with strings, and had a root > around ext/standard. The following function is from string.c: > > PHP_FUNCTION(bin2hex) > { > zval **data; > char *result; > size_t newlen; > > if (ZEND_NUM_ARGS() != 1 || > zend_get_para

Re: [PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Brian 'Bex' Huff
Ok, according to my OReilly "Programming PHP" book by Rasmus Lerdorf, the emalloc and efree functions work exactly the same as malloc and free. It says: - if you emalloc() something and forget to efree() it, PHP prints a leak warning like this if you are running in debug mode (enabled by

RE: [PHP-WIN] Re: Question installing and running php

2002-05-01 Thread Scott Hurring
nal Message- > From: Steve Bradwell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 8:32 AM > To: 'theN'; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Re: Question installing and running php > > > I am fairly new to php to, when I did my first install,

RE: [PHP-WIN] Re: Question installing and running php

2002-05-01 Thread Steve Bradwell
help then what do you have php running as, cgi or module? -Steve -Original Message- From: theN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 8:09 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Question installing and running php [EMAIL PROTECTED] (James Ku-Ok Chung) wrote in

[PHP-WIN] Re: Question installing and running php

2002-05-01 Thread theN
[EMAIL PROTECTED] (James Ku-Ok Chung) wrote in news:[EMAIL PROTECTED]: > hello, > I am having trouble with the php. > > on a apache 1.3.12 and php4 (also tried php3) > > and followed all the directions of .ini and stuff... > > when I run the sample php on the web browser.. I don't get what

[PHP-WIN] Re: question about IIS 4.0

2001-12-22 Thread Numero 6
IIS 4.0 is included in NT4 Option Pack It's an additional CD of the NT distribution "Roberto Caravaggi" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > We start a new environment with O.S. Microsoft NT4.0, (service pack 6) and > Microsoft SQL 7.0. > > A