hi guys i am getting this error when compiling php
-g -O2 -pthread -DZTS -prefer-pic -c php_functions.c
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/usr/local/etc/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-rec
rante" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 10:42 AM
Subject: [PHP-DEV] PHP 4.2.1 build problems on Solaris (plus fix)
Hi,
I got into trouble building PHP 4.2.1 with the option
'--with-openssl=[myopenssldir]'
Hi,
I got into trouble building PHP 4.2.1 with the option
'--with-openssl=[myopenssldir]' on Solaris 2.8. The 'configure'
script failed with
checking for OpenSSL version... configure failed: openssl > 0.9.5 is required
even if a correct version of openssl 0.9.6c exists. This is
a bug because
Hello,
PHP 4.2.1 is released today, it's a bug fix release which addresses some
serious bugs (and a lot of other little bugs) in 4.2.0. The full release
announcement follows below:
This bug fix release solves a few bugs found in PHP 4.2.0. PHP 4.2.1
includes the following fixes:
On Mon, 2002-05-06 at 17:59, Christian Stocker wrote:
> On Mon, 6 May 2002, brad lafountain wrote:
> >
> > Man... When is the next planned release?
>
> don't know. ask stig .)
No date yet. The current "major changes" list for 4.3 is:
1. New build system (Sascha)
2. PHP Streams (Wez)
3. Comm
Hello,
I just rolled a tarball for the second release candidate for 4.2.1. Please
test building this, an especially the following things:
The DOM XML extension
Sessions
The socket extension
touch() (under windows, especially of the time is correct now)
The COM extension
You can submit your tes
> > ranting is really not necessary here :) domxml was for a long time just a
> > hack and didn't follow much of the standard, therefore there is still a
> > lot of not-standard stuff in there and this stuff will (hopefully) not
> > removed for BC's sake...
>
> I honistly wasn't ranting. That wa
--- Christian Stocker <[EMAIL PROTECTED]> wrote:
> On Mon, 6 May 2002, brad lafountain wrote:
>
> >
> > --- Christian Stocker <[EMAIL PROTECTED]> wrote:
> > > On Mon, 6 May 2002, brad lafountain wrote:
> > >
> > > > Hello,
> > > >
> > > > I have a patch for DomXML that does 2 things. It allows
On Mon, 6 May 2002, brad lafountain wrote:
>
> --- Christian Stocker <[EMAIL PROTECTED]> wrote:
> > On Mon, 6 May 2002, brad lafountain wrote:
> >
> > > Hello,
> > >
> > > I have a patch for DomXML that does 2 things. It allows you to use new and
> > > constructors to create dom elements.
> > >
--- Lukas Schroeder <[EMAIL PROTECTED]> wrote:
> On Mon, May 06, 2002 at 03:54:34PM +0200, Christian Stocker wrote:
> > > $doc = new DomDocument("some.file", true);
> > > $ele = new DocElement("name");
> > > $doc->append_child($ele);
> >
> > as i said before, this is not according to the DOM-Sta
--- Christian Stocker <[EMAIL PROTECTED]> wrote:
> On Mon, 6 May 2002, brad lafountain wrote:
>
> > Hello,
> >
> > I have a patch for DomXML that does 2 things. It allows you to use new and
> > constructors to create dom elements.
> >
> > Ex.
> >
> > $doc = new DomDocument("some.file", true);
On Mon, May 06, 2002 at 03:54:34PM +0200, Christian Stocker wrote:
> > $doc = new DomDocument("some.file", true);
> > $ele = new DocElement("name");
> > $doc->append_child($ele);
>
> as i said before, this is not according to the DOM-Standard, so i would
> rather prefer not to include this kind o
On Mon, 6 May 2002, brad lafountain wrote:
> Hello,
>
> I have a patch for DomXML that does 2 things. It allows you to use new and
> constructors to create dom elements.
>
> Ex.
>
> $doc = new DomDocument("some.file", true);
> $ele = new DocElement("name");
> $doc->append_child($ele);
as i sai
On Mon, 6 May 2002, brad lafountain wrote:
> Hello,
>
> I have a patch for DomXML that does 2 things. It allows you to use new and
> constructors to create dom elements.
>
> Ex.
>
> $doc = new DomDocument("some.file", true);
> $ele = new DocElement("name");
> $doc->append_child($ele);
>
>
Hello,
I have a patch for DomXML that does 2 things. It allows you to use new and
constructors to create dom elements.
Ex.
$doc = new DomDocument("some.file", true);
$ele = new DocElement("name");
$doc->append_child($ele);
insetead of
$doc = xmldoc("some.file", true);
$ele = $doc->create_
Hello,
At the end of last week, DomXML was merged to the branch and there was no
single test response for RC1. So I want to postpone 4.2.1 till next
monday, and release another RC today (with the new DomXML api).
Derick
-
16 matches
Mail list logo