> 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
>
>
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
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
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
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
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,
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
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
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
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 - 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
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
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
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]
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
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 )...
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
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
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
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]
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
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
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
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
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 - 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
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
27 matches
Mail list logo