[PHP-INSTALL] php-5.2.5 configure

2008-05-12 Thread josh
'--with-imap-ssl=/usr/local/ssl' '--with-ldap' '--with-gettext' '--with-xsl=/usr/local/libxslt' '--with-mime-magic' '--with-mysqli' '--with-mysql=/usr/local/mysql' CC: gcc CFLAGS: -I/usr/local/include -g -O2 CPPFLAGS

[PHP-INSTALL] Problems getting GD 2.0.17+ to work with PHP 4.3.5-RC1

2004-01-13 Thread Josh Endries
a gcc2 builtin and then its argument prototype would still apply. */ char gdImageCreate(); Any ideas? Has anyone gotten the new GD functions (sharpen, negate, etc.) to work on FreeBSD? Thankya, Josh

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
well. anyway. jeez. i resolved this by finally trying to use apache 2.0.36 against php 4.2.2. why am i not surprised apache2 adaption is slow. :) --j On Wed, Dec 11, 2002 at 02:20:06PM -0500, Josh Marcus wrote: > Thanks for the comments! > > On Wed, Dec 11, 2002 at 06:55:1

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
Thanks for the comments! On Wed, Dec 11, 2002 at 06:55:11PM +, Chris Hewitt wrote: > It will complain if httpd.conf contains something it does not > understand. One test I do to check Apache is actually looking at the > httpd.conf I am editing is to put some rubbish in it and check Apache >

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
oesn't list the loaded module. Will apache complain if the module doesn't load correctly? Is there something it will do to clue me into why php won't load, even though the directive is going through fine ...? plleeease help! --j On Tue, Dec 10, 2002 at 07:28:07PM -0500, Josh

[PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-10 Thread Josh Marcus
Hey, I'm trying to compile php for use with apache 2.0.43. php compiles fine. But apache doesn't seem to actually be loading the module. php isn't listed in the startup errorlog line, nor in server-status. .php pages get presented as their source. Is there something about the configuration I'

[PHP-INST] The specified CGI application misbehaved...

2002-11-20 Thread Josh Foxson
er appears but I get the page cannot be displayed. Php is working for other sites so I'm am relatively confused. Any thoughts? -Josh -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] load module php_4crashed Apache2

2002-11-09 Thread Josh
Hi.. when i add the following line LoadModule php_4 "c:\php\sapi\php4apahce2.dll" apache does not start, the window opens and closes immediately. What could be the problem- - Josh - Do you Yahoo!? U2 on LAUNCH - Exclusive medley & videos

[PHP-INST] problem installing php with apache on windows

2002-11-08 Thread Josh
much help. Thanks for any help, - Josh(ila) __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- PHP Install Mailing List (http://www.php.net/) To u

[PHP-INST] Compiling Error under Solaris

2002-07-01 Thread Josh Thorstad
I am running Solaris 8 MU7 I am using GCC to compile the latest PHP, I am not using any options when running configure. See error messages below. Thanks Josh root@vaco# make Making all in Zend /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main

[PHP-INST] Request For Information

2001-08-29 Thread josh . winters
an interest, please respond to the address below, or visit our web site. Please send to: If by e-mail: [EMAIL PROTECTED] If by mail: WebStream Internet Solutions Outsourcing Department 2200 W.Commercial Blvd. Suite 204 Ft. Lauderdale, FL 33309 USA Thank you very much. Josh Winters [EMAIL

[PHP-INST] Access Violation : W2K, PHP4.0.0

2001-07-14 Thread Josh Lehman
ions error. Any help would be greatly appreciated... Thanks Josh Lehman -- 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]

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread Josh Lokot
The faq item I was referring to is faq # 6.8 http://www.php.net/FAQ.php#6.8 I realise now that it's about Unix specifically, sorry about that. As for the numerous "flat out wrong" tutorials and installation instructions for php (I assume you mean ones written by the actual php group, or on the

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-28 Thread Josh Lokot
Read the PHP Frequently Asked Questions at http://www.php.net Your question is in there -Original Message- From: hi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 March 2001 3:24 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php4 test asks me if I want to download the file test.php ? Hi,

RE: [PHP-INST] Where can I find the libgd1.6??

2001-03-02 Thread Josh Lokot
The home page for the GD library is http://www.boutell.com/gd/ I don't think they give out older versions though, because of GIF compression copyright issues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, 3 March 2001 3:42 PM To: [EMAIL PROTECTED]

[PHP-INST] RE: [PHP] trouble getting .php3 files to work in php4.0.4pl1 (static)

2001-02-23 Thread Hoover, Josh
Do you mean that index.php3 does not work when you access that page as the index for the directory (http://youripaddress/) or that when you specifically call index.php3 (http://youripaddress/index.php3), it wants to download the script in your browser? Thanks, Josh Hoover KnowledgeStorm, Inc

[PHP-INST] RE: [PHP] trouble getting .php3 files to work in php4.0.4pl1 (static)

2001-02-23 Thread Hoover, Josh
Try doing this in your httpd.conf (replacing what you have now): AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php-source .phps Josh Hoover KnowledgeStorm, Inc. Searching for a new IT solution for your company? Need to improve your

Re: [PHP-INST] Install

2001-02-20 Thread Josh Lokot
t; > AddType application/x-httpd-php .php4 > > AddType application/x-httpd-php .php now becomes AddType application/x-httpd-php .php3 .php4 .php That might fix it. Either way, change it to one line. Hope that helps. Josh - Original Message - From: <[EMAIL PROTECTED]&

Re: [PHP-INST] LoadModule Problem

2001-02-20 Thread Josh Lokot
You're recompiling Apache and then php. You must configure apache like ./configure --enable-module=so and then configure php with your --with-apxs and it should work. Josh - Original Message - From: "Alex Le Fevre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [PHP-INST] LoadModule Problem

2001-02-19 Thread Josh Lokot
Make sure you have compiled in mod_so. Check by running httpd -l and see if mod_so.c appears. If not, you need to re-compile apache and configure --enable-module=so Josh - Original Message - From: "Alex Le Fevre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [PHP-INST] Problems after an Apache and PHP Upgrade.......

2001-02-16 Thread Josh Lokot
http://www.php.net/FAQ.php#6.8 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:57 PM Subject: [PHP-INST] Problems after an Apache and PHP Upgrade... > Hello, > > I recently upgraded my Apapche to Apache 1.3.17 and PHP (3) to 4

Re: [PHP-INST] readfile ()

2001-02-05 Thread Josh Lokot
That isn't really a php-install question, but anyway. use include() or require(). readfile() isn't supposed to execute the code, it just reads it in and spits it out. - Original Message - From: "Matthew Lautz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Josh Lokot
I have seen this same problem many many times with users of FreeBSD 3.x. Yes, the line of code regarding SRAND48 is the problem, however as Rasmus put it, the best way to fix is to get the latest snap from snaps.php.net. I had the same problem and I upgraded FreeBSD to 4.2 instead. - Original

Re: [PHP-INST] Not seeing PHP output

2001-01-27 Thread Josh Lokot
Sorry I musn't have been very clear with my original instructions. To build PHP as a DSO, the idea is that you have an already complete working binary of Apache to link your new PHP DSO to. So, instead of configuring Apache then configuring PHP, what you should do is configure apache (--enable-m

Re: [PHP-INST] multi-domain installation

2001-01-24 Thread Josh Lokot
t; Yes, I'm using Apache on windows NT 4. > > > > > -Original Message- > > From: Josh Lokot [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 23, 2001 5:27 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP-INST] multi-domain installation >

Re: [PHP-INST] multi-domain installation

2001-01-23 Thread Josh Lokot
Are you using apache? - Original Message - From: "Michael DeVicariis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 8:46 AM Subject: [PHP-INST] multi-domain installation > Is there a way to configure PHP to work with multiple domains on a single > box? >

Re: [PHP-INST] Installation Problems

2001-01-14 Thread Josh Lokot
The suexec line isn't the problem - I've always had that error line and it's never affected php. Of course if I'm wrong please correct me (anybody). - Original Message - From: "Pablo A. Rios" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 2:56 PM Subject: [PHP

Re: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Josh Lokot
ither Mother Teresa, and some return must > exist, but from my point of view, they are doing a good job that helps me > quite a lot. > > Take care, > > Christian > > > -Mensaje original- > > De: Josh Lokot [mailto:[EMAIL PROTECTED]] > > Enviado el: vie

Re: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Josh Lokot
Chances are you just told "these guys" - Original Message - From: "Pomar Berry, Christian" <[EMAIL PROTECTED]> To: "'Roman Hochuli'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 7:27 PM Subject: RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5 > YESS!

Re: [PHP-INST] php4+apache+linux7.0=PROBLEM

2001-01-11 Thread Josh Lokot
Do you have php4 running? - Original Message - From: "Otis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 6:36 AM Subject: [PHP-INST] php4+apache+linux7.0=PROBLEM > Hi, > > I'm trying to get PHP4 to run on my localhost. I got apache running. > PHP3 is also r

RE: [PHP-INST] Installing PHP under Solaris 8

2001-01-10 Thread Josh Lokot
g goes wrong, consult this mailing list or an apache mailing list or the appropriate documentation. Hope that helps, Josh Lokot > - Original Message - > From: "Robert Hoffmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 1

Re: [PHP-INST] Not seeing PHP output

2001-01-09 Thread Josh Lokot
I highly recommend you build from source. It's easier than most people think. All you have to do for a basic install is for apache: configure --enable-module=so for php configure --with-apxs=/path/to/apxs it's that easy... assuming you want to build as dso etc etc etc Josh