[PHP-INST] Apache 1.3.24 & PHP 4.2.1 - Undefined Symbol Errors

2002-05-30 Thread news.php.net
HI, Server Details: OpenUnix 8 Apache 1.3.24 PHP 4.2.1 LIBXML 2.4.16 gcc 2.95.3pl1 I am trying to compile Apache and PHP on OpenUnix 8. Managed to get PHP to successfully compile and build a module for Apache. PHP Configure: ./configure --with-apache=/dir-to-apache-src --with-mysql=/d

Re[2]: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Julie Meloni
NC> Actually all of the stuff on that page is for Apache 1.3.x (or so it NC> appears). I need it for the new Apache 2.x. Yeah, well, I tend to write tutorials for non-experimental things. :) - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL

Re: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
Actually all of the stuff on that page is for Apache 1.3.x (or so it appears). I need it for the new Apache 2.x. -Nick Julie Meloni wrote: > NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user, > NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, >

Re[2]: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Julie Meloni
NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user, NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, NC> anyway! Actually, this link: http://thickbook.com/extra/index.html?t=in Contains a tutorial called "Setup and Install Apache with PHP 4.2.1 as

php-install Digest 30 May 2002 21:53:53 -0000 Issue 861

2002-05-30 Thread php-install-digest-help
php-install Digest 30 May 2002 21:53:53 - Issue 861 Topics (messages 7157 through 7177): Re: HOW DO I EFFECTIVELY USE THIS MAILING LIST 7157 by: Jeremiah D. Campbell Installing PHP with Apache 2.x 7158 by: Nick Couchman 7177 by: Nick Couchman Re: Instalando PHP

Re: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
Well, this is okay - if you're a windoze user. I'm not a Windoze user, I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, anyway! --Nick toby - wrote: > someone mailed me this link few days bak ... > worked fo me > hope it works fo u too . > > http://thickbook.com/e

[PHP-INST] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor Portnoy
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I clic

[PHP-INST] Problem installing PHP with --with-system-regex flag

2002-05-30 Thread Jeff Berry
I'm having trouble getting php to run with the --with-system-regex flag. I'm trying to use PHP in conjuction with MapScript, a shared objects module for use with MapServer. However, because of some issues with PHP 4 regex extension, it requires I use the system regex. So, I compiled PHP 4 --with

[PHP-INST] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor P.
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I click o

Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
Philip, It is likely the path you are specifying to your file is not what you think it is. Why are you using the $DOCUMENT_ROOT external variable?This is not available to you in PHP 4.2.x unless you explicitly enable it in the php.ini file. Try $_SERVER['DOCUMENT_ROOT'] instead. -Jim

Re: [PHP-INST] php.ini file

2002-05-30 Thread P. Jourdan
At 01:05 PM 5/30/2002 -0600, you wrote: >default installation directory is /usr/local/lib > >Read this: >http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini Thanks for the help, Jim, but I had already moved the php.ini file all over the place and it does not change any

[PHP-INST] php_imap.dll confusion...

2002-05-30 Thread The Gabster
Hello all! I have an Apache server + Php on a win2k machine... When people talk about "you have to compile PHP with --with-imap", (for some of my web email applications that require IMAP) do they mean that I have to uncomment the line "extension=php_imap.dll" in my php.ini? thanks a lot, gabi.

[PHP-INST] Apache not processing php under Red Hat Linux x86

2002-05-30 Thread Michael Knauf/Niles
It looked like I could select the php4 and apache packages when I installed Red Hat Linux 7, and sure enough apache is up and working, and php4 seems to be there also, but the php info function inside an html file is rendered exactly like that by the browser... the httpd.conf file looks like it

Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
default installation directory is /usr/local/lib Read this: http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini --Jim >>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>> I am rather new to php. I am using apache with php on a FreeBSD machine for web-site deve

Re: [PHP-INST] Problem with $HTTP_POST_VARS

2002-05-30 Thread Jim Thome
Try the "register_globals" variable in php.ini and read the PHP 4.2.x press release regarding external variables. http://www.php.net/release_4_2_1.php --Jim >>> "Salvador Gil" <[EMAIL PROTECTED]> 05/30/02 12:01 PM >>> I'm trying to use $HTTP_POST_VARS but it have not value. I found a configura

[PHP-INST] php.ini file

2002-05-30 Thread P. Jourdan
I am rather new to php. I am using apache with php on a FreeBSD machine for web-site development. Apache & PHP have been working just fine with default installations. I just updated with the portupgrade program, running the latest apache 1.3 server and php4 module. All of a sudden I am getting t

[PHP-INST] Problem with $HTTP_POST_VARS

2002-05-30 Thread Salvador Gil
I'm trying to use $HTTP_POST_VARS but it have not value. I found a configuration line in php.ini track_vars = On but it didn't function. The code: echo "Valores enviados con el método POST: $step"; reset ($HTTP_POST_VARS); while (list ($clave, $val) = each ($HTTP_POST_VARS)) { echo "$cla

Re: [PHP-INST] GIF Support?

2002-05-30 Thread Alexander Saers
Here is a nice page where you will find patches so that even new gd supports gif http://www.rime.com.au/gd/gd.html I think its a patent thing why gd dropped gif. Depending on where you live you are still allowed to use it /Alexander - Original Message - From: "Rasmus Lerdorf" <[EMAIL PRO

[PHP-INST] java hate xslt :)

2002-05-30 Thread fincom
I have send before my problem about ext/java. It doesn't work until i désactive the ext/xslt. Curious the problem is mentionned in bugs.php.net ID : 13344. but it still not corriged. Hope this help some one. Just put ";" before the xslt.so and all will be fine Have fun :) Fincom -- PHP Insta

[PHP-INST] ERROR with Modules with different API when upgrading from 4.0 to 4.2

2002-05-30 Thread Steve G
Hello, I'm running Linux 7.2 and apache. Also PostgreSQL. After upgrading from 4.0.4 I receive all of these errors and I have no idea what API=xxx means. I followed the instructions for upgrading to 4.2.1 and everything apparently went well, but still have module errors. Also, phpinfo()

Re: [PHP-INST] GIF Support?

2002-05-30 Thread Rasmus Lerdorf
PHP did not drop GIF support. Newer versions of the GD library did, so if you compile PHP against a newer version of GD, you will not have GIF support. -Rasmus On Thu, 30 May 2002, Nick Couchman wrote: > Anyone know how (if it is possible) to enable GIF support in PHP 4? > When I was trying to

[PHP-INST] GIF Support?

2002-05-30 Thread Nick Couchman
Anyone know how (if it is possible) to enable GIF support in PHP 4? When I was trying to work with the version that came on the RedHat package I got an error that GIF support wasn't enabled. When I downloaded the sources I didn't see any configure option to enable it. Did PHP4 drop GIF support?

[PHP-INST] Re: mail() doesn't work for me

2002-05-30 Thread Yasuo Ohgaki
Erik wrote: > hi, > > how do i compile php so that the mail(); function works i get several errors > "warning this build of php doesn't support mail()" do i need the imap > library ?? i use sendmail (Linux) the path is /usr/sbin/sendmail and i > added that to php.ini but no luck help please ..

[PHP-INST] Re: Instalando PHP

2002-05-30 Thread Yuriy Rusinov
Dear Abdel Chao Roselló ! > Hola, estoy tratanto de instalar PHP-4.1.2 como modulo ISAPI en un servidor > Windows 2000 con IIS-5 y la instalación parece estar bien pues cuando cargo > un script en el browser con la función phpinfo() funciona bien, pero cuando > trato de correr otro script cualqu

[PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
I'm wondering if someone can help me compile PHP and then Apache with PHP support. I used the --with-apxs2 option when configuring PHP, but I'm a little bit lost after that point. Thanks! --Nick -- You can't make a difference until you are willing to be different. -- PHP Install Mailing Li

Re: [PHP-INST] HOW DO I EFFECTIVELY USE THIS MAILING LIST

2002-05-30 Thread Jeremiah D. Campbell
First of all, don't use all caps, It looks like you are angry when you do that. People don't like dealing with angry people. Second, try to search through the archives for keywords to the problem you are experiencing. If you don't find anything that answers your question then go to step three. T

php-install Digest 30 May 2002 09:49:45 -0000 Issue 860

2002-05-30 Thread php-install-digest-help
php-install Digest 30 May 2002 09:49:45 - Issue 860 Topics (messages 7150 through 7156): Instalando PHP 7150 by: Abdel Chao Roselló Problems installing version 4.2 with gd 2 7151 by: Paolo Morandi 7152 by: Rasmus Lerdorf Re: PHP source getting displayed 715

[PHP-INST] Java extension

2002-05-30 Thread fincom
Hi, I have some problems with installing the java extension for php. My Config : Os : Linux (Mandrake 8.1) PHP 4.1.2 Apache 1.3.23 J2SDK.1.4.0 I had downloaded the source for php 4.1.2 from rpmfind. I compiled the extensions, i had the two necessary files : libphp_java.do and php_java.jar. Wh