On 1/3/2013 9:31 PM, Go Linux wrote:
--- On Thu, 1/3/13, Bob Proulx wrote:
From: Bob Proulx
Subject: Re: php install
To: debian-user@lists.debian.org
Date: Thursday, January 3, 2013, 8:22 PM
Samuel Morgan wrote:
Please tell why php5 does not work under apache2 (with
engine on)
using this
On 1/3/2013 9:31 PM, Go Linux wrote:
--- On Thu, 1/3/13, Bob Proulx wrote:
From: Bob Proulx
Subject: Re: php install
To: debian-user@lists.debian.org
Date: Thursday, January 3, 2013, 8:22 PM
Samuel Morgan wrote:
Please tell why php5 does not work under apache2 (with
engine on)
using this
--- On Thu, 1/3/13, Bob Proulx wrote:
> From: Bob Proulx
> Subject: Re: php install
> To: debian-user@lists.debian.org
> Date: Thursday, January 3, 2013, 8:22 PM
> Samuel Morgan wrote:
> > Please tell why php5 does not work under apache2 (with
> engine on)
&
Samuel Morgan wrote:
> Please tell why php5 does not work under apache2 (with engine on)
> using this index file:
> ...
> echo "Hello";
> >
Missing the closing container marker. Put a "?>" in there and it
should work. Try this file:
Bob
signature.asc
Description: Digital signature
PM
Subject: Re: php install
To: Samuel Morgan
Cc: ad...@db.debian.org
]] Samuel Morgan
> Please tell why php5 does not work under apache2 (with engine on)
> using this index file:
You've reached the people responsible for Debian's account
infrastructure. You probably want to e
Support
I’m trying to install php w/ mcrypt. I take you suggestions of:
#ifdef malloc
#undef malloc
extern void *malloc(size_t);
void * rpl_malloc(size_t size)
{
if (!size) size++;
return malloc(size);
}
#undef realloc
extern void *realloc(void *, size_t);
void *rpl_realloc(void *p, s
6 matches
Mail list logo