Re: [PHP] PEAR problems

2003-03-06 Thread José Manuel Valente
Thanks!


You might want to jump on the horde mailing list seeing that it is an
issue with horde and not fully with PEAR.  Horde uses PEAR for error and
logging capabilities.

And there are some really good people on the horde list.

--
Ray

On Thu, 2003-03-06 at 05:41, José Manuel Valente wrote:
> Hi,
>
>  I´ve compiled php-4.2.3 in my Red Hat 8 box and everything is fine.
But
> When I took a look at horde´s test page, It tells me PEAR is OK, Recent
PEAR
> is OK, mail is OK, BD is OK but Log is not OK.
> And I need that log feature for my webmail (horde + imp). what can I
do
> to fix this? What´s wrong?
>
>  Thanks,
>         José Manuel Valente
>
> [EMAIL PROTECTED]
> Key ID = 0x4EB0F0BB
>
> +55 18 33228400
> SRI Tecnologia de Informação
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PEAR problems

2003-03-06 Thread José Manuel Valente
Hi,

 I´ve compiled php-4.2.3 in my Red Hat 8 box and everything is fine. But
When I took a look at horde´s test page, It tells me PEAR is OK, Recent PEAR
is OK, mail is OK, BD is OK but Log is not OK.
And I need that log feature for my webmail (horde + imp). what can I do
to fix this? What´s wrong?

 Thanks,
José Manuel Valente

[EMAIL PROTECTED]
Key ID = 0x4EB0F0BB

+55 18 33228400
SRI Tecnologia de Informação


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP 4.3.0 with Oracle

2003-01-09 Thread José Manuel Valente
Id didn´t work out. The same error message
   :(




> On Wed, Jan 08, 2003 at 04:38:25PM -0200, José Manuel Valente wrote:
> > Hy Guys,
> >
> > I´m a newby here.
> >
> >  I´am trying to compile PHP 4.3.0 with Oracle support. When it
> > compiles oci8.c , it returns an error, like follows:
> >
> > /bin/sh libtool --silent --mode=compile
> >
gcc  -Iext/oci8/ -I/usr/src/php-4.3.0/ext/oci8/ -DPHP_ATOM_INC -I/usr/src/ph
> >
p-4.3.0/include -I/usr/src/php-4.3.0/main -I/usr/src/php-4.3.0 -I/usr/src/ph
> >
p-4.3.0/Zend -I/usr/include/imap -I/opt/oracle/product/8.1.5/rdbms/demo -I/o
> >
pt/oracle/product/8.1.5/network/public -I/opt/oracle/product/8.1.5/plsql/pub
> >
lic -I/usr/src/php-4.3.0/ext/xml/expat  -DLINUX=22 -DMOD_SSL=208111 -DUSE_HS
> >
REGEX -DEAPI -DUSE_EXPAT -I/usr/src/php-4.3.0/TSRM  -g -O2  -prefer-pic -c
> > /usr/src/php-4.3.0/ext/oci8/oci8.c -o ext/oci8/oci8.lo
> > /usr/src/php-4.3.0/ext/oci8/oci8.c: In function `zif_ocierror':
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: `OCI_ATTR_STATEMENT' undeclared
> > (first use in this function)
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: (Each undeclared identifier is
> > reported only once
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: for each function it appears
in.)
> > make: *** [ext/oci8/oci8.lo] Error 1
> >
> >
> > With PHP 4.2.3 and belower, it worked fine.
> > Anyone has any ideas?
>
> just add
> #undef HAVE_OCI8_ATTR_STATEMENT
>
> in line 4329 of oci8.c and recompile
>
> re,
> tc
>
> PS: what version of oracle are you using?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP 4.3.0 with Oracle

2003-01-09 Thread José Manuel Valente
In that server, i am running 8.1.5.

Thanks for the help. i am going to try it right away. really thanks! :)

Bye,

Jose Manuel Valente

- Original Message -
From: "Thies C. Arntzen" <[EMAIL PROTECTED]>
To: "José Manuel Valente" <[EMAIL PROTECTED]>
Cc: "PHP" <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 10:34 AM
Subject: Re: [PHP] PHP 4.3.0 with Oracle


> On Wed, Jan 08, 2003 at 04:38:25PM -0200, José Manuel Valente wrote:
> > Hy Guys,
> >
> > I´m a newby here.
> >
> >  I´am trying to compile PHP 4.3.0 with Oracle support. When it
> > compiles oci8.c , it returns an error, like follows:
> >
> > /bin/sh libtool --silent --mode=compile
> >
gcc  -Iext/oci8/ -I/usr/src/php-4.3.0/ext/oci8/ -DPHP_ATOM_INC -I/usr/src/ph
> >
p-4.3.0/include -I/usr/src/php-4.3.0/main -I/usr/src/php-4.3.0 -I/usr/src/ph
> >
p-4.3.0/Zend -I/usr/include/imap -I/opt/oracle/product/8.1.5/rdbms/demo -I/o
> >
pt/oracle/product/8.1.5/network/public -I/opt/oracle/product/8.1.5/plsql/pub
> >
lic -I/usr/src/php-4.3.0/ext/xml/expat  -DLINUX=22 -DMOD_SSL=208111 -DUSE_HS
> >
REGEX -DEAPI -DUSE_EXPAT -I/usr/src/php-4.3.0/TSRM  -g -O2  -prefer-pic -c
> > /usr/src/php-4.3.0/ext/oci8/oci8.c -o ext/oci8/oci8.lo
> > /usr/src/php-4.3.0/ext/oci8/oci8.c: In function `zif_ocierror':
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: `OCI_ATTR_STATEMENT' undeclared
> > (first use in this function)
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: (Each undeclared identifier is
> > reported only once
> > /usr/src/php-4.3.0/ext/oci8/oci8.c:4271: for each function it appears
in.)
> > make: *** [ext/oci8/oci8.lo] Error 1
> >
> >
> > With PHP 4.2.3 and belower, it worked fine.
> > Anyone has any ideas?
>
> just add
> #undef HAVE_OCI8_ATTR_STATEMENT
>
> in line 4329 of oci8.c and recompile
>
> re,
> tc
>
> PS: what version of oracle are you using?
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP 4.3.0 with Oracle

2003-01-08 Thread José Manuel Valente
Hy Guys,

I´m a newby here.

 I´am trying to compile PHP 4.3.0 with Oracle support. When it
compiles oci8.c , it returns an error, like follows:

/bin/sh libtool --silent --mode=compile
gcc  -Iext/oci8/ -I/usr/src/php-4.3.0/ext/oci8/ -DPHP_ATOM_INC -I/usr/src/ph
p-4.3.0/include -I/usr/src/php-4.3.0/main -I/usr/src/php-4.3.0 -I/usr/src/ph
p-4.3.0/Zend -I/usr/include/imap -I/opt/oracle/product/8.1.5/rdbms/demo -I/o
pt/oracle/product/8.1.5/network/public -I/opt/oracle/product/8.1.5/plsql/pub
lic -I/usr/src/php-4.3.0/ext/xml/expat  -DLINUX=22 -DMOD_SSL=208111 -DUSE_HS
REGEX -DEAPI -DUSE_EXPAT -I/usr/src/php-4.3.0/TSRM  -g -O2  -prefer-pic -c
/usr/src/php-4.3.0/ext/oci8/oci8.c -o ext/oci8/oci8.lo
/usr/src/php-4.3.0/ext/oci8/oci8.c: In function `zif_ocierror':
/usr/src/php-4.3.0/ext/oci8/oci8.c:4271: `OCI_ATTR_STATEMENT' undeclared
(first use in this function)
/usr/src/php-4.3.0/ext/oci8/oci8.c:4271: (Each undeclared identifier is
reported only once
/usr/src/php-4.3.0/ext/oci8/oci8.c:4271: for each function it appears in.)
make: *** [ext/oci8/oci8.lo] Error 1


With PHP 4.2.3 and belower, it worked fine.
Anyone has any ideas?

Thanks very much,
    José Manuel Valente



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php