Re: PHP3 files on Apache 1.3.26 and PHP4

2002-09-17 Thread Charles Baker
--- Charles Baker <[EMAIL PROTECTED]> wrote: > I'm running apache 1.3.26 and php4. I've never tried > to do anything w/ php on my server. I installed an > app > that has php3 files. When I try to browse the app, I > get a mime-type error. Galeon doesn't see

PHP3 files on Apache 1.3.26 and PHP4

2002-09-17 Thread Charles Baker
I'm running apache 1.3.26 and php4. I've never tried to do anything w/ php on my server. I installed an app that has php3 files. When I try to browse the app, I get a mime-type error. Galeon doesn't seem to know what to do...I think the following are all the relevant line fro

Re: SOLVED: getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread webmaster
osed to be.) but... 8-§ > 8-§ > > DirectoryIndex index.htm index.html index.shtml index.php index.php3 8-§ > > DocumentRoot /var/www/ <-- that's default 8-§ > > 8-§ > > AddType application/x-httpd-php .phtml .php3 .php 8-§ > > AddType application/x-ht

SOLVED: getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread Ron Farrer
-- that's default > > AddType application/x-httpd-php .phtml .php3 .php > AddType application/x-httpd-php-source .phps These lines ARE in my httpd.conf *sigh* ok, apache is posessed or something.. after restarting it twice in a row (once on purpose, the second on accident) it's no

Re: getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread webmaster
> Yes. 8-§ > 8-§ > > Besides next is mine (and working well!): 8-§ > > 8-§ > > #AddType application/x-httpd-php3 .php3 8-§ > > #AddType application/x-httpd-php3-source .phps 8-§ > > # 8-§ > > # And for PHP 4.x, use: 8-§ > &g

Re: getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread Ron Farrer
webmaster @ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote: > Did you un-comment the "LoadModule php4_module /usr/lib/apache/1.3/libphp4.so" line? Yes. > Besides next is mine (and working well!): > > #AddType application/x-httpd-php3 .php3 > #AddType

Re: getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread webmaster
8-§ > After a bit if fiddling around I got 8-§ > apahce/php4 to load files named .php3 as php files, but anything named 8-§ > .php or .php4 gets ignored and is sent to the users browser as 8-§ > "application/x-httpd-php" as if php were not configured. The problem 8-

getting apache/php4 to load .php, .php3, .php4

2002-09-02 Thread Ron Farrer
to load files named .php3 as php files, but anything named .php or .php4 gets ignored and is sent to the users browser as "application/x-httpd-php" as if php were not configured. The problem occurs in a users /public_html/ directory. Here is what my php section my my httpd.conf looks lik

RE: Php3 Problems

2002-06-09 Thread Steve Barr
Nik, > > AddType application/x-httpd-php .php .php3 .php4 > > AddType application/x-httpd-php-source .phps You have just these two lines in you Apache config for PHP? In your first post, you show conflicting entries. There should only be one "AddType application/x-httpd-p

Re: Php3 Problems

2002-06-09 Thread Nik Engel
Hi Steve! > # And for PHP 4.x, use: > # > AddType application/x-httpd-php .php .php3 .php4 > AddType application/x-httpd-php-source .phps DoesnŽt help me at all. Unfortunatly i tried all reasonable combinations. But when i try to open a php3 page my browser always tries to downl

RE: Php3 Problems

2002-06-09 Thread Steve Barr
> I have apache 1.3 running with php4 on debian woody. > Unfortunatly my webserver cannot parse any php3 files. > When i want to open files with this ending i get an unknown mime typ. > i have added all mime types, as far as i am concerned: > > > AddType applica

Php3 Problems

2002-06-09 Thread Nik Engel
Hi ! I have apache 1.3 running with php4 on debian woody. Unfortunatly my webserver cannot parse any php3 files. When i want to open files with this ending i get an unknown mime typ. i have added all mime types, as far as i am concerned: AddType application/x-httpd-php .php AddType

Re: php3 + recent security patch debs

2002-03-02 Thread Paul 'Baloo' Johnson
On Sat, 2 Mar 2002, Joseph Maher wrote: > In case anyone cares, I rebuilt php3 for potato i386, with the recent > security patch[1] applied. Thank you! -- Baloo

php3 + recent security patch debs

2002-03-02 Thread Joseph Maher
In case anyone cares, I rebuilt php3 for potato i386, with the recent security patch[1] applied. debs available at: http://www.math.ucsb.edu/~maher/debian Use at your own risk etc. This is just a stopgap till they get the official security update out. If they don't work let me know and

Re: configuring php3/apache /apt-get

2002-01-06 Thread Earl F Hampton
On Friday 04 January 2002 14:53, johan30 wrote: > hi, > > I work on debian unstable and there is being installed apache and php3 with > apt-get. I wanted to ask if somebody know an explenation (webpage or > something is ok for me) how to configure httpd.conf in function for php3

configuring php3/apache /apt-get

2002-01-05 Thread johan30
hi, I work on debian unstable and there is being installed apache and php3 with apt-get. I wanted to ask if somebody know an explenation (webpage or something is ok for me) how to configure httpd.conf in function for php3 ? Thx a lot

RE: woody+php3+php-nuke

2001-05-29 Thread Wayne Sitton
>From all the errors I'm looking at the error is that the php3-mysql module is not talking to mysql, I can't tell if this is because php3-mysql Doesn't work with the version of mysql that is in woody, or what. Should I just download the php4 source and compile it manually? W

RE: woody+php3+php-nuke

2001-05-29 Thread Wayne Sitton
Yes is I installed php3-mysql 3.0.18-12 Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Claus Divossen Sent: Tuesday, May 29, 2001 2:02 PM To: Wayne Sitton Cc: debian-user Subject: Re: woody+php3+php-nuke Wayne Sitton wrote: > > I had php-n

Re: woody+php3+php-nuke

2001-05-29 Thread Claus Divossen
pache-commons...?(why?) > so, I installed php3, but when I go to the website I get this error > > Fatal error: Call to unsupported or undefined function mysql_connect() in > mainfile.php on line 33 > > First I thought it may have to do with something else that upgraded, so I > un-

woody+php3+php-nuke

2001-05-29 Thread Wayne Sitton
I had php-nuke up and running on Debian stable with php4. Because of another program I wanted to run, I had to upgrade to woody first it un-installed my php4, in dselect when I tried to re-install it it complains about the version of apache-commons...?(why?) so, I installed php3, but when I go

Re: PHP3 and mysql

2001-05-15 Thread John Griffiths
>wendy:/etc/php3/apache# apt-get install php3-mysql >Reading Package Lists... Done >Building Dependency Tree... Done >Sorry, php3-mysql is already the newest version >0 packages upgraded, 0 newly installed, 0 to remove and 56 not upgraded. > >Any idea? 56 not upgraded?

Re: PHP3 and mysql

2001-05-15 Thread Keneth
it said: wendy:/etc/php3/apache# apt-get install php3-mysql Reading Package Lists... Done Building Dependency Tree... Done Sorry, php3-mysql is already the newest version 0 packages upgraded, 0 newly installed, 0 to remove and 56 not upgraded. Any idea? > > > > Fatal error: Call to

Re: PHP3 and mysql

2001-05-15 Thread John Griffiths
> > Fatal error: Call to unsupported or undefined function mysql_connect() in >/var/www/template.inc on line 122 > (I can connect to the mysql server locally.) > >Could anyone tell me how to fix it? Thank in advanced! > #apt-get install php3-mysql ususally fixes this one for me.

PHP3 and mysql

2001-05-15 Thread Keneth
I have just re-install php3, the apache can run php3 well, however, it doesnt seem to able to connect to the mysql server with PHP, that is mysql_connect() Fatal error: Call to unsupported or undefined function mysql_connect() in /var/www/template.inc on line 122 (I can connect to the mysql

OT: PHP3 vs PHP4

2001-04-05 Thread Petr Danek
Hi list, is it posible to have both PHP3 and PHP4 installed from binary debs on the same machine ? Thanks Petr

[2]Question about php3+GD

2001-02-05 Thread wen
Hi, I posted this question and hope to add new information. I have just found the configure command for php3 have the option '--without-gd' by phpinfo. Does this mean that I have to recompile php3 if I want to invoke GD? * Hi, I am a novice of php. When

Question about php3+GD

2001-02-05 Thread wen
rsion 3.0.16. But how about the function imagecreatefrompng()? Should I add something in php3.ini? TNX. The following packages were installed in my potato box, ii php3 3.0.16-2potato A server-side, HTML-embedded scripting langu ii php3-cgi 3.0.16-2potato A server-side, HTML-emb

Re: php4 will not handle *.php3 files? (potato)

2001-01-23 Thread Arnout Engelen
|> Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb |> handle *.php3 files? I solved this by putting the following line in /etc/apache/httpd.conf: AddType application/x-httpd-php .php3 just above AddType application/x-htt

Re: php4 will not handle *.php3 files? (potato)

2001-01-19 Thread Ken Weingold
I think the problem is a simple MIME type problem. Add 'php3' to the application/x-httpd-php type. -Ken On Fri, Jan 19, 2001, Jameson C. Burt wrote: > Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb > handle *.php3 files? > Through netscape http://lo

php4 will not handle *.php3 files? (potato)

2001-01-19 Thread Jameson C. Burt
Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb handle *.php3 files? Through netscape http://localhost/test-jameson.php, I can see php4 working, where test-jameson.php is This common test properly displays a few pages of PHP configuration information. However, testing thr

php4 will not handle *.php3 files? (potato)

2001-01-19 Thread Jameson C. Burt
Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb handle *.php3 files? Through netscape http://localhost/test-jameson.php, I can see php4 working, where test-jameson.php is This common test properly displays a few pages of PHP configuration information. However, testing thr

php3

2000-12-04 Thread Brian Schramm
I am running debian potato and am trying to get Twig 2.5.1 to run. For some reason even after going through and installing all the php3 modualls that are listed. The test still says it cannot access the imap and the pgsql database. Can anyone give me a hint on what to do from here? Thanks

Re: no documentation for php3-magick?

2000-09-02 Thread Will Trillich
# apt-get install php3-magick # dpkg -L php3-magick /. /usr /usr/share /usr/share/doc /usr/share/doc/php3-magick /usr/lib /usr/lib/php3 /usr/lib/php3/apache /usr/lib/php3/apache/magick.so browsing to localhost/doc/php3-magick shows several documents, which may or may not help...

Re: no documentation for php3-magick?

2000-09-02 Thread Will Trillich
On Sat, Sep 02, 2000 at 11:25:08PM +0200, trapstep wrote: > hi list, > > i installed php3-magick Version: 3:3.0.16-4 from woody. > it installed the magick.so but no other file, no documentation at all. > then i searched the web, but found nothing but links to this package. &g

no documentation for php3-magick?

2000-09-02 Thread trapstep
hi list,   i installed php3-magick Version: 3:3.0.16-4 from woody. it installed the magick.so but no other file, no documentation at all. then i searched the web, but found nothing but links to this package. isn't there any documentation for this?   tia trapstep

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-18 Thread Remco Rijnders
; postgreSQL because of the foreign key support. Would upgrading just >> the php3-pgsql package work, or would I then also need to upgrade >> apache and all other things? > >The PHP3 packages from woody seem to work fine. If you upgrade them, >though, you'll get an upgrade

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-18 Thread Andrew Sullivan
On Tue, Jul 18, 2000 at 05:31:15AM +0200, Remco Rijnders wrote: > So now with the cause pinned down, what can I do to fix this? I'd like > to run potato on this machine but really need version 7.* of > postgreSQL because of the foreign key support. Would upgrading just > the p

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
you have to do this 'cuz pgsql is loaded >as a module, not compiled into php interpreter). No, I didn't try that. As I understand it that is not required when you specify in the php3.ini file that this should be auto loaded. The auto load for mysql support for example works wi

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
On Mon, Jul 17, 2000 at 03:14:05PM -0400, Andrew Sullivan wrote: > > Yes, it is called php3-pgsql if I am not mistaken. I have also checked > > to see that the file pgsql.so is in /usr/lib/php3/apache/ as where it > > should belong if I am not mistaken. I turned it on i

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Alberto Brealey
t() in > > > lib.inc.php on line 90 > > > > Did you install the PostgreSQL package for PHP? And did you turn it on in > > the php[3].ini? > > Yes, it is called php3-pgsql if I am not mistaken. I have also checked > to see that the file pgsql.so is in /usr/lib/p

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
ackage for PHP? And did you turn it on in > the php[3].ini? Yes, it is called php3-pgsql if I am not mistaken. I have also checked to see that the file pgsql.so is in /usr/lib/php3/apache/ as where it should belong if I am not mistaken. I turned it on in php3.ini (see my original post) and have

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Andrei Ivanov
All apache needs at this point is the php module. I assume you have that. But you also need php with postgreSQL support, which is not there by default. apt-get it ( I dont know the name of it, but this was a case for me when I was getting mysql to work with php), and you should be fine. Andrei ---

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Remco Rijnders
In article <[EMAIL PROTECTED]>, John Pearson wrote: >> I am trying to get apache, PHP3, and PostgreSQL to work together on my >> Potato machine. I want to use the phpPgAdmin to give me a web >> accessible interface to the PostgreSQL database. However trying to use >

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread John Pearson
On Fri, Jul 14, 2000 at 09:15:01AM +0200, Remco Rijnders wrote > Hello all, > > I am trying to get apache, PHP3, and PostgreSQL to work together on my > Potato machine. I want to use the phpPgAdmin to give me a web > accessible interface to the PostgreSQL database. However try

Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Remco Rijnders
Hello all, I am trying to get apache, PHP3, and PostgreSQL to work together on my Potato machine. I want to use the phpPgAdmin to give me a web accessible interface to the PostgreSQL database. However trying to use it gives me the following error: Fatal error: Call to unsupported or undefined

advice on php3

2000-06-08 Thread Chris Mason
I am developing a site that uses php3. One of the functions I am using is str_replace() and it works fine on my hosting company's server as they run the latest php3 version. However, the packaged stable version is 3.0.5 which doesn't support this function. I'm interested in your o

PHP4 vs PHP3

2000-06-08 Thread Jack Morgan
What is the difference between PHP3 and PHP4. I want to install them with Mysql .deb's Thanks Jack Morgan

Re: PHP3 cgi/apache

2000-06-01 Thread Viktor Rosenfeld
Andrew McRobert wrote: > > hi > > ...pls excuse the dumb-ness of this qstn, but how do I tell if I'm running > php3-apache OR php3-cgi? does the former run automatically when apache runs? > (provided there's a valid php3.ini file). If so, then how does php3-cgi run?

PHP3 cgi/apache

2000-06-01 Thread Andrew McRobert
hi ...pls excuse the dumb-ness of this qstn, but how do I tell if I'm running php3-apache OR php3-cgi? does the former run automatically when apache runs? (provided there's a valid php3.ini file). If so, then how does php3-cgi run? than

Re: Apache + PHP3 + MySQL = big mess

2000-05-17 Thread John Pearson
On Wed, May 17, 2000 at 03:16:20PM +0100, Oliver Hingst wrote > Hello, > I am using Debian "Potato" and I use Apache, PHP3 and every modules > containing "php3" and "mysql" and MySQL server and client. > I am going through a tutorial on DevShed (http://www

Re: Apache + PHP3 + MySQL = big mess

2000-05-17 Thread Dustin Whitney
You are probably missing the php3-mysql package. I had similar problems with getting imap to work until I installed the php3-imap package. Give that a shot Dustin --- Oliver Hingst <[EMAIL PROTECTED]> wrote: > Hello, > I am using Debian "Potato" and I use Apache, PH

Apache + PHP3 + MySQL = big mess

2000-05-17 Thread Oliver Hingst
Hello, I am using Debian "Potato" and I use Apache, PHP3 and every modules containing "php3" and "mysql" and MySQL server and client. I am going through a tutorial on DevShed (http://www.devshed.com) on creating a web database. I have checked that PHP3 has been in

RE: php3 package - how to install mysql into it

2000-05-11 Thread Sean 'Shaleh' Perry
On 11-May-2000 Chris Mason wrote: > I'm installing apache and php3/mysql using dselect, but there is no mysql > support present in php after I install the package. Is there a way to > configure this? > you have to enable the module in /etc/php3 (or some such directory in /etc it may have moved).

php3 package - how to install mysql into it

2000-05-11 Thread Chris Mason
I'm installing apache and php3/mysql using dselect, but there is no mysql support present in php after I install the package. Is there a way to configure this? Chris Mason Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 USA Fax (561) 382-7771 Take a vi

frozen - how to install Apache with php3 and mysql?

2000-05-11 Thread Chris Mason
I have upgraded to frozen and would like to install apache with php and mysql support, using dselect and apt-get as the method, what do I have to do to get this configuration installed. My previous attempts left me with apache without php/mysql. Chris Mason Box 340, The Valley, Anguilla, British W

Re: php3 supporting MySQL

2000-05-08 Thread Viktor Rosenfeld
Gergely Madarasz wrote: > > On Mon, 8 May 2000, Umum Wijoyo wrote: > > > Hello again... > > > > I've installed these following .deb packages: > > > > - apache --> works fine! > > - MySQL --> works fine! > > - PHP3 -->

Re: php3 supporting MySQL

2000-05-08 Thread Gergely Madarasz
On Mon, 8 May 2000, Umum Wijoyo wrote: > Hello again... > > I've installed these following .deb packages: > > - apache --> works fine! > - MySQL --> works fine! > - PHP3 --> why can't it support MySQL? > > Can anybody help me with this? install

RE: php3 supporting MySQL

2000-05-08 Thread Dominic Blythe
perhaps the binary wasn't compiled using the --with-mysql option. You may have to get the source and compile it yourself. > -Original Message- > From: Umum Wijoyo [mailto:[EMAIL PROTECTED] > Sent: 08 May 2000 06:15 > To: debian-user@lists.debian.org > Subject: p

php3 supporting MySQL

2000-05-08 Thread Umum Wijoyo
Hello again... I've installed these following .deb packages: - apache --> works fine! - MySQL --> works fine! - PHP3 --> why can't it support MySQL? Can anybody help me with this? Thanks! Urip Hudiono -- Bandung, Indonesia

Re: php3-mode for xemacs

2000-05-04 Thread Damon Muller
Quoth martin, > short question: does anyone know of a php3 mode for xemacs? > > developing php3 in html-mode is sort of annoying :-) Short answer -> not that I know of, but I've heard that some of the various C modes work well. I personally use gvim. If vi is not your cup-of-t

Re: php3-mode for xemacs

2000-05-04 Thread Arcady Genkin
martin <[EMAIL PROTECTED]> writes: > short question: does anyone know of a php3 mode for xemacs? > > developing php3 in html-mode is sort of annoying :-) http://www.cs.huji.ac.il/~baryudin/php3_mode.html -- Arcady Genkin http://www.thpoon.com

php3-mode for xemacs

2000-05-03 Thread martin
short question: does anyone know of a php3 mode for xemacs? developing php3 in html-mode is sort of annoying :-) tnx -- Cynapsis Kommunikationsagentur GmbH Dipl.-Ing. Martin Lorenz Application Consultant und Tool Acquisition Tel: +49 251 48265 24 Fax: 48 Rothenburg 14-16 D-48143

Re: php3-pgsql module not loading?

2000-04-13 Thread Oliver Elphick
Andrew Sullivan wrote: >Hi, > >I'm looking to see if anyone has php3-pgsql working against postgresql 7 >(from the unstable tree). I had it all working nicely under potato, but I >saw that postgresql 7 was out, and I _really_ need foreign keys. (A lack of ... &

php3-pgsql module not loading?

2000-04-13 Thread Andrew Sullivan
Hi, I'm looking to see if anyone has php3-pgsql working against postgresql 7 (from the unstable tree). I had it all working nicely under potato, but I saw that postgresql 7 was out, and I _really_ need foreign keys. (A lack of referential contraints is what got the old database here in tr

RE: php3 does not support postgres?

2000-03-07 Thread Sean 'Shaleh' Perry
On 06-Mar-2000 Alberto Maurizi wrote: > > I know the subject is false: php3 DOES support Postgres. > But in my (daily upgraded) potato it seems not to. > A very simple call to pg_connect returns: > > Fatal error: Call to unsupported or undefined function

php3 does not support postgres?

2000-03-07 Thread Alberto Maurizi
I know the subject is false: php3 DOES support Postgres. But in my (daily upgraded) potato it seems not to. A very simple call to pg_connect returns: Fatal error: Call to unsupported or undefined function pg_connect() in functions.php3 on line 17 In the apache

help on PHP3 & MySQL Packages

2000-02-23 Thread bongkoy
hello all, is the PHP3 package in slink already compiled in to work with MySQL ? ive installed php3, php3-msql and mysql-base/server but when i try to connect to a .php3 script on my web server i get the following : Fatal error: Call to unsupported or undefined function mysql_connect() in /var

Re: PHP3 and MySQL

2000-02-14 Thread Nate Duehr
Ahh.. that's it! On Mon, Feb 14, 2000 at 10:51:35AM -, Barry Platt wrote: > Nate Duehr wrote: > > There *is* a way to get apache/php3/mysql to play nicely without having > > to use the dl() for it in every script... I just can't for the life of > > me, remember

Re: PHP3 and MySQL

2000-02-14 Thread J C Lawrence
On Mon, 14 Feb 2000 01:59:28 -0700 Nate Duehr <[EMAIL PROTECTED]> wrote: > There *is* a way to get apache/php3/mysql to play nicely without > having to use the dl() for it in every script... Add "extension=mysql.so" to /etc/php/apache/php

RE: PHP3 and MySQL

2000-02-14 Thread Barry Platt
Nate Duehr wrote: > There *is* a way to get apache/php3/mysql to play nicely without having > to use the dl() for it in every script... I just can't for the life of > me, remember where I made the changes so it would work. But I *know* I > found it in the configs for apache som

Re: PHP3 and MySQL

2000-02-14 Thread Nate Duehr
I know this sounds vague, but it's late, and I can't find it on my server box for some reason... but if it's any consolation: There *is* a way to get apache/php3/mysql to play nicely without having to use the dl() for it in every script... I just can't for the life of me, r

Re: PHP3 and MySQL

2000-02-10 Thread Alisdair McDiarmid
On Thu, Feb 10, 2000 at 02:05:16PM +, Sven Gaerner wrote: > Alisdair McDiarmid wrote: > > > On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote: > > > On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote > > > > I'm trying to get

Re: PHP3 and MySQL

2000-02-10 Thread Sven Gaerner
Alisdair McDiarmid wrote: > On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote: > > On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote > > > I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want > > > to load the mysql.s

Re: PHP3 and MySQL

2000-02-09 Thread Alisdair McDiarmid
On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote: > On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote > > I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want > > to load the mysql.so extension, so in the /etc/php3/apache/php3.ini

Re: PHP3 and MySQL

2000-02-09 Thread John Pearson
On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote > I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want > to load the mysql.so extension, so in the /etc/php3/apache/php3.ini I > put `extension = mysql.so' and checked that extension_dir was

PHP3 and MySQL

2000-02-09 Thread Alisdair McDiarmid
I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want to load the mysql.so extension, so in the /etc/php3/apache/php3.ini I put `extension = mysql.so' and checked that extension_dir was correct. This didn't work: php3 scripts without dl('mysql.so') in

Re: PHP3 + Mysql -> connecting problems

2000-01-27 Thread Jorge Sousa
BINGO Its working now, Thank you very much Shao. Have fun... Jorge - Original Message - From: Shao Zhang <[EMAIL PROTECTED]> To: Jorge Sousa <[EMAIL PROTECTED]> Cc: Sent: Thursday, January 27, 2000 4:52 AM Subject: Re: PHP3 + Mysql -> connecting problems >

Re: PHP3 + Mysql -> connecting problems

2000-01-27 Thread Shao Zhang
Hi, I think you will need to load the library. try this in your php scripts: dl("mysql.so"); And make sure you have these lines in your /etc/php3/cgi/php3.ini: extension_dir = /usr/lib/php3/cgi extension = mysql.so Sh

Re: PHP3 + Mysql -> connecting problems

2000-01-27 Thread Saisanthosh B
> "Fatal error: Call to unsupported or undefined function mysql_connect() in > /home/www/projectoX/teste.php3 on line 11" add the following line to your .php3 code: dl ("mysql.so"); -- saisanthosh

PHP3 + Mysql -> connecting problems

2000-01-27 Thread Jorge Sousa
Hi all, I have php3 installed and running, i also installed the php-mysql packages but whenever I try to access a php3 script with mysql functions the script will fail with the message: "Fatal error: Call to unsupported or undefined function mysql_connect() in /home/www/projectoX/teste.ph

Re: PHP3 String functions not available

1999-12-05 Thread Gergely Madarasz
On Sun, 5 Dec 1999, Sven Gaerner wrote: > I have installed PHP3 as cgi- and apache-module on an slink-based machine. I > also have installed some PHP-modules (mysql and imap). When I try to call a > string function (strip_tags) I get an error message in my browser window: call > to

PHP3 String functions not available

1999-12-05 Thread Sven Gaerner
Hi! I have installed PHP3 as cgi- and apache-module on an slink-based machine. I also have installed some PHP-modules (mysql and imap). When I try to call a string function (strip_tags) I get an error message in my browser window: call to unsupported function... It seems to be that this module is

Re: PHP3-3.0.12-7

1999-09-22 Thread John Pearson
On Tue, Sep 21, 1999 at 06:06:16PM +0200, Alfred Munnikes wrote > Hello > > When I'm compiling PHP3-3.0.12-7 (potato source) on my Debian Slink > system (libc6 2.0.7.19981211-6, and the only updated package is > debhelper 2.0.43 ) I get the next error: > > ld -Bs

PHP3-3.0.12-7

1999-09-21 Thread Alfred Munnikes
Hello When I'm compiling PHP3-3.0.12-7 (potato source) on my Debian Slink system (libc6 2.0.7.19981211-6, and the only updated package is debhelper 2.0.43 ) I get the next error: ld -Bshareable -lc -o libphp3.so ./mod_php3.o libmodphp3-so.a -L/usr/local/lib -L/usr/local/lib -lz -ldb pc

Re: Apache+PHP3

1999-09-17 Thread Marcin Owsiany
On Fri, Sep 17, 1999 at 09:43:50AM -0700, Seth R Arnold wrote: > Now I am lost. :) I don't have the original question post handy, but i can remember the configuration/compilation/installation commands were all OK, but there was a lacking "make install" in apache directory, only a "make" was issue

Re: Apache+PHP3

1999-09-17 Thread Marcin Owsiany
On Thu, Sep 16, 1999 at 06:02:38PM -0700, Seth R Arnold wrote: > On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote: > > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > > > # make; make install > > > > err... shouldn't it be make && make install instead? > > The &&

Re: Apache+PHP3

1999-09-17 Thread Seth R Arnold
On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote: > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > > # make; make install > > err... shouldn't it be make && make install instead? The && means "execute the next one only if this one worked". If you really trust th

Re: Apache+PHP3

1999-09-16 Thread Marcin Owsiany
On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > Hi there, > > I have installed Apache 1.3.9 with PHP3: > > # tar xvzf apache_1.3.9.tar.gz > # tar xvzf php-3.0.12.tar.gz > # cd apache_1.3.9 > # ./configure --prefix= > # cd ../php-3.0.12 > # ./conf

Apache+PHP3

1999-09-16 Thread Usef Saiful Ulum
Hi there, I have installed Apache 1.3.9 with PHP3: # tar xvzf apache_1.3.9.tar.gz # tar xvzf php-3.0.12.tar.gz # cd apache_1.3.9 # ./configure --prefix= # cd ../php-3.0.12 # ./configure --with-mysql= --with-apache=../apache_1.3.9 --enable-track-vars # make; make install # cd ../apache_1.3.9

Mysql and php3 problem

1999-09-13 Thread Gareth
G'day all, I am having trouble getting php3 to recognize other librariies in /usr/lib/php3/apache/ there is calendar.so crypt.so gd.so mysql.so but i get the following error message on trying to use any functions form them Fatal error: Call to unsupported or undefined fun

apache-ssl + php3 + libpam

1999-09-09 Thread Marcin Kurc
Apache-ssl 1.3.6-15.2 with php 3.0.12-2 and libpam 0.69-1 fails giving error: Syntax error on line 105 of /etc/apache-ssl/httpd.conf: Cannot load /usr/lib/apache/1.3/libphp3.so into server: /lib/libpam.so.0: undefined symbol: _pam_get_static_sym httpd.conf line 105: LoadModule php3_module /usr/l

apache 1.3.9-2 + php3 3.0.12-3

1999-09-02 Thread Marcin Kurc
Does anyone have problem with starting apache 1.3.9-2 with php3 3.0.12-3? error.log [Wed Sep 1 19:23:15 1999] [notice] caught SIGTERM, shutting down -- Marcin Kurc Indiana Institute of Technology System Administrator http://me.indtech.edu http://www.indtech.edu

re: php3

1999-08-29 Thread Michael Fox
I have a php3 html file, and inside it has the mysql_connect blah stuff, ie which mysql server to use and what username, but what is syntax for putting in a password.. I can't seem to manage to get my php3 script to logon using a username pass to the database.. Any help would be appreciate

php3 -> mysql.so

1999-07-31 Thread Bob C. Ruddy
On the stable version of debian, I've got php3 module loaded into apache. That part works fine. I am trying to load modules into php though specifically the mysql module. But they are not loading. Here is what is in my /etc/php3/apache/php3.ini file. The two modules listed mysql.so and calend

Second PHP3 Re: cold fusion & linux

1999-07-20 Thread Stephen Pitts
On Mon, Jul 19, 1999 at 11:33:55PM -0300, Chris Dion wrote: > I've heard of a product called 'php' which is supposed to be good, but > don't have any experience using it. > > FAQ is at http://www.php.net/FAQ.php3 I ported a medium-size web site using IIS4/AS

new php3 packages

1999-07-02 Thread Gergely Madarasz
Hello! I've made some preliminary php3 packages, version 3.0.11. Anyone interested can download them from ftp://ftp.elte.hu/pub/people/gorgo/php3 These packages fix the long-standing mysql problem which was caused by the mysql package reorganization and the fact that there wasn't a

Re: [PHP3] IMP and folders

1999-06-22 Thread Rene H. Larsen
Mario Jorge Nunes Filipe <[EMAIL PROTECTED]> writes: > First of all, we're talking about a 2.1 debian machine. It's running > imap server version 4.4(-4). PHP version is 3.0.7 amd imp version is > 2.0.7. > > My defaults.php3 says the following in the folders section: > > /* Folder con

Re: [PHP3] IMP and folders

1999-06-18 Thread Mario Jorge Nunes Filipe
Chuck Hagenbuch wrote: > > Quoting Mario Jorge Nunes Filipe <[EMAIL PROTECTED]>: > > > I'm installing IMP on our mail server. Most users read mail using some > > POP3 client but some still use pine (don't ask, it's a long story). My > > problem is that i can't configure imp to read the folders th

Problems getting mysql functions to work in php3

1999-05-25 Thread Allen B. Riddell
Ok, I install php3 right (well, at least it works) in apache so far as I can tell. But I can't get the mysql functions to work, I installed php3-mysql -- and now I have a line in my php3.ini: extension=mysql.so and mysql.so is in (i've checked) my extension_dir. I don'

Re: PHP3 and Mysql -- Broken Module

1999-05-18 Thread budi w
i've got that problem too and then i recompile apache,mysql and php3 (all in source) and all works fine regards budi wibowo [EMAIL PROTECTED] jeb wrote: > I'm using the latest Debain versions of PHP3 and the PHPMysql module. > I'm also using the latest version of

  1   2   >