[PHP-INST] Re: PHP not configured with MySQL. How to fix?

2001-11-14 Thread Johan Holst Nielsen
> which has "--without-mysql" in there towards the end. > > I assume this is why I can't use php to connect to mysql databases. I got > the following error with my first connect function: > Fatal error: Call to undefined function: mysql_pconnect() in > /var/www/html/ushl/index.php on line 8 > >

[PHP-INST] Re: debugger?

2001-11-14 Thread sin
oh, If i failed to install with --with-mySQl and am trying to use the built in mySQL commands to connect to another server with mySQL installed would this cause the script to stop output? > Is there a debugger i can download someplace? i think i may have a script > error because it does simple ph

[PHP-INST] debugger?

2001-11-14 Thread sin
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 doesn't show up. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

[PHP-INST] TUX webserver

2001-11-14 Thread Brian
any clue as to installing php with tux -- it does have cgi support -- Didn't see to much for instructions on either site ~ Brian -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

[PHP-INST] Re: How Java support for php

2001-11-14 Thread Yasuo Ohgaki
Gianni wrote: > How can I install java support for php? > > Gianni from Italy > Read README file in Java extension directory in source. or/and Try servlet SAPI. -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-INST] Re: PHP4 with GD on OpenBSD 29

2001-11-14 Thread Amiroot
did you use --with-jpeg-dir= ??? "Lance Spitzner" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > Attempting to install PHP4 with GD support on > OpenBSD 2.9. I installed gd_1.8.3 using OpenBSD > ports. > > During the make an error is logged to debug.log, > included below. PHP4 compiles as DSO,

[PHP-INST] Problem with installing GD

2001-11-14 Thread Amiroot
hihi all~ I've got a problem about compile the php module. I'd installed the apache and php module with the packages. However, the default module does not include the gd library. Then, I d/l the php source and recompile it with the following options: ./configure --with-apxs=/usr/local/sbin/apxs

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

2001-11-14 Thread Kexiao Liao
Dear Stephan, I downloaded php-4.0.6-oci8-oracle9i.patch from below web site as you told me. Fire the command "patch -p0 < php-4.0.6-oci8-oracle9i.patch" from the php directory, and got following message: patching file ./php-4.0.6/configre patching file ./php-4.0.6/ext/oci8/config.m4 It seem

Re: [PHP-INST] PHP and Linux performance tweaks

2001-11-14 Thread Richard Lynch
Rasmus Lerdorf wrote: >> I have read that one performance tweak for Linux is to mount the >> filesystem with the "noatime" option (meaning the kernel does not update >> the timestamp whenever files are accessed). >> >> The site relies highly on PHP sessions, and it seems to me that there >> would

[PHP-INST] Sybase/MSSQL

2001-11-14 Thread Richard Lynch
Mandrake 8.0 PHP 4.0.6 I have tried both Sybase-ct and freetds. (Current stable versions, whatever those numbers are) With Sybase-ct, I can actually connect to my local ASE server and do "sp_help" and yield a reasonable response (both from isql and from PHP) But attempting to connect to a remo

php-install Digest 14 Nov 2001 20:19:40 -0000 Issue 554

2001-11-14 Thread php-install-digest-help
php-install Digest 14 Nov 2001 20:19:40 - Issue 554 Topics (messages 4942 through 4955): Re: any extra work need to make php mysql function available? 4942 by: EdwardSPL.ita.org.mo BEWARE!, Apache 1.3.22 win32 httpd.conf is different ! (was Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22

[PHP-INST] Re: BEWARE!, Apache 1.3.22 win32 httpd.conf is different ! (was Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4)

2001-11-14 Thread Paco Ortiz
Hi: >But I need a clarification, do I need the .c files? no, you don't, in fact, the mod_php4.c is not a file name here, it's the module's nomenclature. You load it with LoadModule, but ClearModuleList unloaded it later. So if you comment ClearModuleList, you have solved the problem. If you a

[PHP-INST] Re: PHP script problem

2001-11-14 Thread Yasuo Ohgaki
Celso G. Correa wrote: > When I run this script, I'm receiving back the following warning : > > Warning: Cannot send session cache limiter - headers already sent (output started at >D:\Websites\Php\teste2_sess.php:6) in D:\Websites\Php\teste2_sessphp on line 8 > Sessão01 : cfe7f6288656774275396

[PHP-INST] How Java support for php

2001-11-14 Thread Gianni
How can I install java support for php? Gianni from Italy -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] Re: "Function registration failed" and "Module compiled with debug=0" errors

2001-11-14 Thread Yasuo Ohgaki
It may be wrong, but it seems you have modules loaded in php.ini. Are there extension="php_pgsql.so", etc, in your php.ini? -- Yasuo Ohgaki Richard Lynch wrote: > Trying to compile 4.0.6 from source on Mandrake 8.0 using: > > ./configure \ > --with-apxs=/usr/local/apache/bin/apxs \ > --disable

[PHP-INST] Re: PHP + IMP

2001-11-14 Thread EdwardSPL
Francisco Torres wrote: > Fatal error: Call to unsupported or undefined function page_open() in > /usr/local/apache/htdocs/horde-1.2.3/imp/index.php3 on line 15 > > hi i have thus why? > i am try install imp2.2.3 with apache and php 3.0.16 Hello, Now, there is a new version of imp ( 2.2.7 )...

[PHP-INST] Re: PHP + IMAP

2001-11-14 Thread EdwardSPL
Matthew wrote: > Hi, > > I am currently trying to install PHP to include IMAP support. > > Is there an easy way to ensure that this has configured in correctly, and > PHP _does_ support IMAP? > > To get it installed, I am doing ... > > ./configure --with-imap > make && make install > > I am attem

[PHP-INST] Re: php3_ini

2001-11-14 Thread EdwardSPL
Ranger Fox wrote: > I am trying to run PHP 3 and 4 on the same server... when I compile 3 for > use a module I load it up in my httpd.conf and when I go to start httpd, it > says that php3_ini is undefined. > > AddModule php3_module libexec/mod_php3.so > > is what I have in httpd.conf for php3 H

[PHP-INST] Re: mysql and php3

2001-11-14 Thread EdwardSPL
Kraszny Attila wrote: > Hi > > I installed MySQL 3.22 to my redhat linux server, that works in correct. > But I wanted to connect from a php3 script, and don't working. > My appache is 1.3.12 and the error message is: > > Fatal error: Call to unsupported or undefined function mysql_pconnect() in

[PHP-INST] PHP Fatal error: Cannot instantiate non-existent class

2001-11-14 Thread Gianni
Hi I try to make a php page with a line like this... http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-INST] PHP as DSO with Oracle 8?

2001-11-14 Thread Jaeck Stephan
Hello Kevin, I had near the same problem. I use PHP 4.0.6, Apache 1.3.19, Oracle 9i 9.0.1 on a SUSE 7.2. Apache and PHP were working but after recompiling Apache (--with-apxs --with-oci8) it started 'running' but died and status was 'unused', even in debug mode the logs kept clean. The only way

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

2001-11-14 Thread Jaeck Stephan
Hi, I just installed PHP 4.0.6 on Apache 1.3.19 with Ora 9i (9.0.1.0.0.) on SuSE 7.2 The thing that you should use is a patch for the configuire-script of PHP. Because the pathnames to Oracle-libs are changed from 8i to 9i. You can find this patch at: http://www.cba.ua.edu/~spaff/ This sent

[PHP-INST] Re: BEWARE!, Apache 1.3.22 win32 httpd.conf is different ! (was Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4)

2001-11-14 Thread Ermanno Iannacci
Ok, I used 1.3.19, and I remember things were as you say. But I need a clarification, do I need the .c files? I don't have .c files! I'm using precompiled dlls. So I commented out all LoadModule *.c lines (and of course the ClearModuleList line) and Apache works fine, and PHP as well. Is there so

[PHP-INST] BEWARE!, Apache 1.3.22 win32 httpd.conf is different ! (was Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4)

2001-11-14 Thread Paco Ortiz
Hi, Some advice: THE ClearModuleList LINE IS COMMENTED IN PREVIOUS httpd.conf FILES AND IN 1.3.22 IS UNCOMMENTED after the LoadModule section. hope it helps for Apache Win32 users. in apache 1.3.22 the httpd.conf goes like this: ... #LoadModule usertrack_module modules/mod_usertrack.so #LoadMo

[PHP-INST] Re: any extra work need to make php mysql function available?

2001-11-14 Thread EdwardSPL
Jim wrote: > hi all, > i am using redhat. i am able to run php script thro' webpage. but, failed to > use mysql functions in php. is there any extra work need to initialize these > functions? > my code and error are shown as below, > code > > echo " text generated by

php-install Digest 14 Nov 2001 08:07:10 -0000 Issue 553

2001-11-14 Thread php-install-digest-help
php-install Digest 14 Nov 2001 08:07:10 - Issue 553 Topics (messages 4928 through 4941): Re: PHP script problem 4928 by: Jim Thome Re: pdflib 4.0.1 & php 4.0.6 4929 by: Jim Thome PHP 4.0.6 on PWS 4/Win98 4930 by: Sam K 4931 by: Grant Johnson 4932 by

[PHP-INST] apache + MySQL + php4 + ssl

2001-11-14 Thread EdwardSPL
Hello, Who was successed in compile and install ( apache 1.3.20 , mysql 3.23.xx , php 4.0.6 and ssl ) ? So , can you help me ? Thanks, Edward. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con