Re: [PHP-INST] fix error

2003-02-06 Thread John Coder
on --with-mysql so it reads './configure' '--with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686' '--with-apxs=/usr/local/apache_1.3.12/bin/apxs' John Coder > CC: gcc > CFLAGS: -g -O2 > CPPFLAGS: > CXX: > CXXFLAGS: > IN

Re: [PHP-INST] sessions

2003-01-31 Thread John Coder
-path = /tmp > should be ok, right? > > jacusy if you have a phpinfo page it shoul tell you there where your session paths are then just look in that directory and file under sessid* as root that will tell what is stored in your session John Coder -- PHP Install Mailing List (http:

Re: [PHP-INST] The famous GD problem (and version 4.3.0)

2003-01-17 Thread John Coder
#x27; '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib' notice your configure is missing the: --with-png-dir= John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread John Coder
httpd.conf with "AddType application/x-httpd-php .php" > > Any ideas, *sigh*? > your php.ini is prolly in the wrong place I'm running the same setup you are but my php.ini is in /usr/local/lib if your php is in /usr/local then try moving the php.ini to /usr/local/lib John Co

Re: [PHP-INST] install problems - cannot find httpd.h

2002-12-01 Thread John Coder
27;ve done in the past is install them in /usr/src/packages (mind you this is for SuSE not RedHat) and then either link or copy all the headers, *.h, files where you want them to be. John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP with OCI8 (oracle option) install problem

2002-11-30 Thread John Coder
d hat 7.2 You might try ./configure --with-oci8 drop the home directory if you're using php-4.3.0RC2 it seems it comes bundled with supporet for oci8 John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] variable $PHP_SELF

2002-11-30 Thread John Coder
On Sat, 2002-11-30 at 05:23, DaMouse wrote: > use $_SERVER['PHP_SELF'] Nope that didn't do the trick I have register globals on. so it must be something else in the ini file. > > - Original Message - > From: John Coder <[EMAIL PROTECTED]> > To:

[PHP-INST] variable $PHP_SELF

2002-11-29 Thread John Coder
other changes were made that I didn't see. John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP Code in .html/.htm pages

2002-11-27 Thread John Coder
t; > When I rename index.php to index.htm, I get output that looks like this: > > "); phpinfo(); ?> > > Can't PHP code be inserted in .html named files? I believe it can by adding to your web-servers conf file . in apache 1.2.37 it would be AddType application/x-

Re: [PHP-INST] php installation problem

2002-11-19 Thread John Coder
On Tue, 2002-11-19 at 22:24, zafar wrote: > hello all > i want to know information about php install with apache. > i have running qmail server and all services are running,like imap,pop3, and > others. > when i compile php and > ./configure --with-mysql --with-imap --with-apxs=/usr/sbin use --wi

Re: [PHP-INST] When i go to a page, it asks for me to download

2002-11-15 Thread John Coder
On Fri, 2002-11-15 at 16:58, Matt Jaeger wrote: > i installed the sapi method in win 2kpro im running apache 1.3.x > when i go to my index.php (its a simple test page) > it requests a download. do you know why? Did you add the approprate lines to your httpd.conf file? for Windows ME they are: conf

Re: [PHP-INST] Strange problem on compilation and install ofPHP4.2.3

2002-11-09 Thread John Coder
On Sat, 2002-11-09 at 17:39, Michelle Murrain wrote: > Hi, > > I have what seems to me to be a very odd problem. I'm running Debian > testing, with apache 1.3, and because I needed 4.2s better > xslt/sablotron support, I compiled from source. I had originally had > the regular php4 package inst

Re: [PHP-INST] install HELP!

2002-11-06 Thread John Coder
On Wed, 2002-11-06 at 00:29, Gareth Thomas wrote: > Ok I am fairly desperate to solve this problem (this is my 3rd posting). I > have clean installed RH 7.2 (on a Dell Optiplex), I did NOT install PHP from > the RH disks but did install Apache. I then downloaded 4.3.0pre2 and ran the > following co

Re: [PHP-INST] Question about install PHP4 with MySQL 3.23.53

2002-10-29 Thread John Coder
tall MySQL? Or how do I >use rpm to specify the location (say /usr/local/mysql) to install those rpms? Mysql doesn't provide header files with their rpm's unless you get the src.rpm. all you have to do for built in mysql support is do a --with-mysql. John Coder -- PHP Install M

Re: [PHP-INST] php/gd problem

2002-10-27 Thread John Coder
n be found at his page if you want i can send you his page but I don't have the URL any more I just saved the page. John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread John Coder
Hope this helps . John Coder On Sat, 2002-10-26 at 10:17, Michael Risda wrote: > My apologies, I should have mentioned that I did try explicitly pointing the > config to my install which is /usr/local > > I have php installed currently with gettext, but I am recompiling to include

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-25 Thread John Coder
yu need the directory also as in --with-gettext=DIR if you don't have it in /usr/local John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] thread dies when opening a php page

2002-10-08 Thread John Coder
ng but the child dies but the parent regenerates another process/thread. I've been ablr to install php and apache on three other machines but this one will not take. any ideas? John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] GD2.0 and recompiling php

2002-10-05 Thread John Coder
f --with-jpeg-dir=/usr/include --with-png-dir=/usr/include --with-zlib Any ideas? Btw GD compiled with no probs except warnings about bison not being present. should I make libgd.a again? John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] General PHP4 question

2002-10-05 Thread John Coder
he machine at work. Check the register globals on the one at home in your php.ini file. John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] getting jpeg to work with php (fwd)

2002-10-05 Thread John Coder
On Sat, 2002-10-05 at 16:59, New Disorder Records wrote: > Hi, > I am on a redhat linux box running apache 1.3.26, sybase 11.9.2 and php > 4.2.3. I've been trying to get gd with jpeg output to work. I have been > configuring php with this command: > > ./configure --with-gd --with-jpeg-dir=/u

Re: [PHP-INST] Load module dll

2002-10-04 Thread John Coder
On Wed, 2002-10-02 at 20:26, Aleksandar Petreski wrote: > HI i'm having problems with loading the php module on my Apache 2 server , > does anyone can help me or tell me where is mod_php4.c. > Thanx Sounds like you are installing from an rpm Suse uses the terminology mod_php4 . if yu are looking

[PHP-INST] Re make error

2002-10-03 Thread John Coder
some further information I configured php4.2.3 as follows: --with-mysql --with-apxs --with-gd=/usr/local/gd --with-freetype-dir=/usr/local --enable-gd-native-ttf --enable-gd-imgstrttf --with-jpeg-dir=/usr/include --with-png-dir=/usr/include --with-zlib it gets through these fine when it goes in

[PHP-INST] MAKE ERROR

2002-10-03 Thread John Coder
great at home and now this. I changed the static declaration and got reid of the first but am lost on the second error. Any ideas? Btw GD compiled with no probs except warnings about bison not being present. should I make libgd.a again? John Coder -- PHP Install Mailing List (http://www.p

[PHP-INST] GD2.0.1 install on windows

2002-10-01 Thread John Coder
Has anyone had success installing GD2.0.1 on a windows 98 or ME platform?I'm having a hell of a time. If you'v had success please let me know and could yu give me some hints I may be overlooking? John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, v