In message <[EMAIL PROTECTED]>
on Sat, Sep 25, 2004 at 01:12:15PM -0700, Rasmus Lerdorf wrote:
> Can't you just do:
>
> LDFLAGS=-L/usr/lib64 ./configure ...
>
> CPPFLAGS for compile-time stuff
The compiler and linker have no problem. The problem is that the
./configure script does its *own* li
In message <[EMAIL PROTECTED]>
on Fri, Sep 24, 2004 at 07:21:45PM -0700, Hans Zaunere wrote:
> However, there is one issue I'm pretty unclear on - and, unfortunately
> it might relate to some of the other issues, which makes matters more
> confusion.
[...]
> -- In general, I've found that PHP's ./c
In message <[EMAIL PROTECTED]>
on Wed, Jan 21, 2004 at 02:43:57PM +0100, Petras Kudaras wrote:
> Shouldn't that go into separate module (available from PEAR) or something?
> Sticking as many things into the core as possible seems to be the reason
> a lot of people don't like PHP ;)
I don't know wh
In message <[EMAIL PROTECTED]>
on Wed, Jan 21, 2004 at 03:31:08AM -0800, Rasmus Lerdorf wrote:
> > $url = urlappendvar($_SERVER['HTTP_REFERER'], 'foo', $foo);
>
> Generally we don't add functions to replace simple one-line PHP
> expressions.
>
> $url .= strstr($url,'?')?"?foo=$foo":"&foo=$foo"
Hi,
In message <[EMAIL PROTECTED]>
on Sat, Jan 03, 2004 at 11:28:15AM +0100, Ard Biesheuvel wrote:
> > Here is the code in exec.c,
> > ---
> > line# 586: pid_t child, wait_pid;
> > line# 587:
> > line# 588: child = (pid_t)rsrc->ptr;
>
> [EMA
Hi,
In message <[EMAIL PROTECTED]>
on Tue, Dec 30, 2003 at 11:59:12PM -0500, [EMAIL PROTECTED] wrote:
> I've tried to configure PHP 5 b3 with the following command:
>
> ./configure --prefix=/usr/local/php/betas/php-5.0.0b3 --with-mysql=/sw
> --with-gd=/sw --with-libxml-dir=/sw/lib --with-zlib-di
In message <[EMAIL PROTECTED]>
on Mon, Oct 20, 2003 at 02:44:48PM +0300, Jani Taskinen wrote:
> We can't start adding some Apple specific shit for
PHP already contains OS-specific excrement (including lines that are
Linux-specific, Jani, whether it's acknowledged or not). Different
systems differ.
In message <[EMAIL PROTECTED]>
on Tue, Mar 25, 2003 at 11:37:54AM +, Wez Furlong wrote:
> Opinions please; we need to have an official resolution before 4.3.2 is
> released. ("Solaris sucks, use
> instead")
Opinions? Okay: "PHP is a pain to compile and use reliably, arrive at
realisation tha
In message <[EMAIL PROTECTED]>
on Thu, Mar 13, 2003 at 03:42:54PM -, James Cox wrote:
> > On Thu, 13 Mar 2003, James Cox wrote:
> >
> > > I asked joe to ask for commit privs as he's the redhat guy
> > doing PHP work,
> > > and has useful stuff to commit.
> >
> > I think that we can handle t