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
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:/
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
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
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
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
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 <[
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
--
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
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.
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
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
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
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"
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
"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
> 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
> 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
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
> 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
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
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,
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
[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
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
25 matches
Mail list logo