Re: [PHP-INST] Oracle 8i with php 4.3.1 debug.log

2003-03-31 Thread Thies C. Arntzen
what is your problem, you did not attach any log. re, tc -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP 4.2.2 and Oracle 9.x

2002-09-18 Thread Thies C. Arntzen
nstall Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Thies C. Arntzen - Looking for all sorts of freelance work - just ask.. Whishlist: http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] OCI8 compile error( dword not defined ) and PHP.4.2.2 Linux

2002-08-22 Thread Thies C. Arntzen
On Thu, Aug 22, 2002 at 10:39:23AM +0100, Miguel Carvalho wrote: > Hi, > > i'm trying to compile OCI8 support on PHP-4.2.2.2, on Redhat 7.2 but i get > an error that says that something like this: 'the dword type is not > defined'. > I have suceffuly installed the same Oracle version 8.0.2 on PHP

Re: [PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Thies C. Arntzen
On Wed, Jun 26, 2002 at 02:16:51PM -0400, Stewart Dean wrote: > Thies C. Arntzen wrote: > Golly, I saw a configure option flag for O8 and for O7but none for O9. > Being the sort of tight-ass that I am (but actually worrying about creating > all kinds of stuff on a production

Re: [PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Thies C. Arntzen
On Wed, Jun 26, 2002 at 11:49:52AM -0400, Stewart Dean wrote: > What are the plans for Oracle 9 support? I have a circular dependency that > seems to require O9... what's your problem, i'm using php with oracle9 with no problems. tc -- PHP Install Mailing List (http://www.php.net

Re: [PHP-INST] mod_php4.c

2002-06-25 Thread Thies C. Arntzen
On Tue, Jun 25, 2002 at 02:25:28AM -0700, Peter Richards wrote: > I have redhat 7.2 and default apache.rpm. i compiled PHP4 no problem and > have libphp4.so in the modules section > > here is the errorlog messages on loading apache > > [Mon Jun 24 00:04:40 2002] [error] Cannot remove module mo

Re: [PHP-INST] OCI8 Help.

2002-03-09 Thread Thies C. Arntzen
On Fri, Mar 08, 2002 at 08:13:05AM -0500, Scott Stroz wrote: > I need to use PHP 4.1.2 running on Red Hat 7.2 to access an Oracle 8.17 > database running on a Windows 2000 box. I have read numerous posts, > articles, etc... stating that I need the oci8 libraries to accomplish this. > However, I c

Re: [PHP-INST] Netscape_Oracle_Problem

2002-02-05 Thread Thies C. Arntzen
On Mon, Feb 04, 2002 at 04:29:42PM -0800, Cliff Pratt wrote: > > I can get PHP 4.1.1 to work with Enterprise server 4.1 SP9 if I don't > include Oracle in the Configure statement. I am running Tru64/Unix 5.1A on > a DEC Alpha. Apache will work with Oracle. I am including the same LIB's as > used

Re: [PHP-INST] PHP 4.0.6 with Oracle 8i - Blank screen

2002-01-22 Thread Thies C. Arntzen
On Tue, Jan 22, 2002 at 09:19:07AM -0500, [EMAIL PROTECTED] wrote: > > > Hi, > I configure PHP with Oracle "-with-oci8=". > Everything looks fine, but when I try to logon and create a table I got a blank > page, and my table was not created. > > The script that I was using is below: > |--

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-16 Thread Thies C. Arntzen
On Thu, Nov 15, 2001 at 04:13:15PM -0800, Kexiao Liao wrote: > Hi Stephan, > I upgraded binutils to Redhat 7.2 version, and successfully > install/compile php4.0.6. After the installation, libphp4.so was generated in > /opt/apache/libexec directory and /opt/apache/conf/httpd.conf was updated.

Re: [PHP-INST] Re: debugger?

2001-11-15 Thread Thies C. Arntzen
On Thu, Nov 15, 2001 at 06:07:30PM +0900, Yasuo Ohgaki wrote: > Sin wrote: > > > Is there a debugger i can download someplace? i think i may have a script > > error because it does simple php commands but if it tries to go through more > > complex ones it shows the html up to the > sent. so even

Re: [PHP-INST] Solaris 2.6, iPlanet 4.1, php 4.06 and Oracle 8.1.7

2001-09-10 Thread Thies C. Arntzen
On Mon, Sep 10, 2001 at 01:58:31PM +0200, Robert Lindgren wrote: > Hi gurus! > > I hope someone has a similiar system and can point me in the right > direction. > Here's the problem. > > If I run > configure -with-ldap=/opt/ldapSDK4.0 -with-nsapi=/opt/iplanet > -with-imap=/usr/local -enable-ft

Re: [PHP-INST] oci8 support not functioning

2001-08-28 Thread Thies C. Arntzen
On 06 Aug 2001 12:06:38 -0700, Tom Tsongas wrote: > Hi folks. > > I am attempting to get php up and running with oracle and oci8 support > bundled in. My configure statement is as follows: > > ./configure --with-oci8=/oracle/product/8.1.7 > --with-oracle=/oracle/product/8.1.7 --with-apache=../ap

Re: [PHP-INST] Call to undefined function: debugger_on()

2001-08-08 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 09:58:59AM +, Patrice Garbe wrote: > Hello ! > > I compiled PHP 4.0.6 with the --enable-debug option but the > function debugger_on() is not defined ! > Is there another option to set ? this function has be deprecated in 4.0 - but there are some debuggers out

Re: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Thies C. Arntzen
r your help! i did the same thing (i hope) and it woorsk for me. i see no reason why it shouldn't work. there is _no_ reason to switch to from varchar to char! please try to do the _same_ select-statement in sqlplus - tc > > Victoria > > > >

Re: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-26 Thread Thies C. Arntzen
On Thu, Jul 26, 2001 at 05:08:42PM -0500, Victoria Zhou wrote: > > Hi, > > The comparison between Oracle VARCHAR2 and a PHP string doesn't seems to > work. Detail as follows: > > I have one PHP variable and one Oracle column: > . $form_user_id: a PHP string obtained from web form input, such as

Re: [PHP-INST] PHP/OCI8 - Apache crashes on start (Unix)

2001-07-12 Thread Thies C. Arntzen
On Thu, Jul 12, 2001 at 07:01:59PM +0200, Florian Clever wrote: > I have similar problems with Apache 1.3.19 (and Apache 1.3.20) > and PHP 4.0.6 > (and PHP 4.0.7-Dev). > I also use the OCI module, but as I use many other modules too, I never > traced the problem down to the OCI module. > Mandrake

Re: [PHP-INST] --enable-sigchild

2001-07-10 Thread Thies C. Arntzen
On Tue, Jul 10, 2001 at 12:27:45PM +0200, Stefan Siefert wrote: > Hi, > > does anyone know what the PHP SigChild Handler is? I only find it together > with Oracle usage in the web... does it make sense to use it? What do you > think about the handler? you only need it if you connect to oracl

Re: [PHP-INST] php4 + oci8 (libclntsh.so.8.0 + libwtc8.so) problems

2001-02-15 Thread Thies C. Arntzen
On Thu, Feb 15, 2001 at 11:20:10AM -, John Kenney wrote: > I've tried to re-build the rpms for php (from the php-rpms-src) to include > oci8 support. The rpms seemed to be built ok, but when I try to install them > I get the following error message. > > error: failed dependencies: > l