RE: [PHP-INSTALL] error http 403

2007-11-27 Thread Andy Stratton
Hi Susan, Try adding: Order Allow,Deny Allow from all Into the wrapper for the directory containing the files you want to serve. You'll also want to check to make sure the user Apache is running as has at least read permissions to the file(s). -- Andy Stratton, ZCE Sof

RE: [PHP-INSTALL] Error 404 configuring php

2007-11-26 Thread Andy Stratton
should be classified as a PHP script. -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. <http://www.compassinfo.net/home/> www.compassinfo.net (410) 923-6300 office (410) 923-2820 fax (443)

RE: [PHP-INSTALL] The specified CGI application misbehaved by not returning a complete set of HTTP headers-error

2007-11-13 Thread Andy Stratton
I'm not 100% certain what may have caused this other than a some weird hiccup in the system... I have always installed PHP as an ISAPI module not CGI -- it might have something to do with that -- Can you recreate the issue 100% of the time? -- Andy Stratton, ZCE Software/Network Eng

RE: [PHP-INSTALL] PHP.ini question and follow up: pspell problem in win32

2007-11-12 Thread Andy Stratton
dless. Hope this helps, happy PHP'ing, -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. <http://www.compassinfo.net/home/> www.compassinfo.net (410) 923-6300 office (410) 923-2820

RE: [PHP-INSTALL] Shows code instead of info when calling PHP from Ajax

2007-10-12 Thread Andy Stratton
Another thing I would check into, which may or may not be the case, is whether or not you have open_short_tag = On|Off in your php.ini If you have it off and are using short tags, this may be the case. -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc

RE: [PHP-INSTALL] IIS6 and IUSR Write permissions...

2007-09-25 Thread Andy Stratton
I just realized the subject line of your email ;p You should be able to right-click the directory, choose the security tab and then continue through the wizard to select the IUSR and set permissions for read and write access. Hope this helps, or is relevant to what you're asking... --

RE: [PHP-INSTALL] IIS6 and IUSR Write permissions...

2007-09-25 Thread Andy Stratton
Christian, Check the IIS user account, something like IUSR_{Machinename} -- and make sure it has permission to write to the directory this EXE is writing to... -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923

RE: [PHP-INSTALL] PHP AND VISTA

2007-08-10 Thread Andy Stratton
What version of Apache are you using? I've been able to get Vista/Apache 2.059/PHP 5.x/MySQL 5 environment running...although I'm not running a server, just a local dev machine. -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410

RE: [PHP-INSTALL] freash install access error

2007-08-09 Thread Andy Stratton
pport contracts, and they received an official answer that they didn't support PHP on IIS, or at least with Sharepoint 2003. There's hope, but probably not from MS. ;[ -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net

RE: [PHP-INSTALL] PHP and Apache not working together

2007-08-02 Thread Andy Stratton
ed by a space (like above). Hope this helps, let me know. -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923-2820 fax (443) 623-6835 mobile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: [PHP-INSTALL] Server-side issues with forms

2007-06-12 Thread Andy Stratton
How are you accessing these form variables? $_POST / $_GET / $_REQUEST / $HTTP_POST_VARS / $HTTP_GET_VARS What is your PHP version? Do you have access to a phpinfo() page? -- Andy Stratton Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office

RE: [PHP-INSTALL] namespace trouble

2007-05-31 Thread Andy Stratton
Try this... -- Andy Stratton Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923-2820 fax (443) 623-6835 mobile -Original Message- From: Pascal Desroche [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 2:14 AM To: Andy

RE: [PHP-INSTALL] XML namespaces broken in libxml-based SAX interface

2007-05-30 Thread Andy Stratton
need (or want) the errors/notices, just set display_errors = Off. Hope this saves you further compiling, etc. -- Andy Stratton Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923-2820 fax (443) 623-6835 mobile -Original Message-

RE: [PHP-INSTALL] php installation

2007-04-30 Thread Andy Stratton
for about a year or so, have developed for a year or 2 with a WAMP environment (much easier than setting up IIS), and now I'm slowly progressing into LAMP (which is great). -Andy -- Andy Stratton Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-630

[PHP-INSTALL] Apache error for undefined symbol in libphp5.so

2007-04-25 Thread Andy Stratton
anyone knew why this would be going on - I'm figuring its not "zend_ini_string" but moreso libphp5.so or something else with Apache? First time doing much of anything on a Linux box, but I'm working on it! Much thanks, -Andy

Re: [PHP-INSTALL] Problem compiling with PHP 5.1.1 and MySQL on Solaris 8

2005-12-13 Thread Andy Fiddaman
On Tue, 13 Dec 2005, Richard Lacroix wrote: ; I'm trying to compile PHP 5.1.1 with MySQL support on a Sun Sparc with Solaris ; 8. I try with 3 different version on MySQL (4.0, 4.1 and 5.0). The configure ; goes OK but I always have the same error. with make. ; ; ; My configure options are: ; ./co

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Andy Fiddaman
On Tue, 6 Dec 2005, Bell, William IT wrote: ; Thanks Andy, I appreciate the help. I gave it a shot, but unfortunately ; it didn't work. I get the same error in the debug.log output. ; ; Thanks for trying. Please let me know if you think of anything else I ; can try. ; ; Regards, ; -Bil

Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Andy Fiddaman
On Tue, 6 Dec 2005, Bell, William IT wrote: ; Hi, ; I'm trying to run the PHP 5.1.1 'configure' on a SPARC box, and I keep ; getting the following error at the end of the run: ; ++ ; | *** ATTENTION *** ; |.

[PHP-INSTALL] configure question

2004-07-08 Thread Andy
pects of php stop working? Will php locate the proper directories? Thank You, Andy

[PHP-INSTALL] aclocal: cannot open TSRM/TSRM/threads.m4: No such file or directory

2004-04-12 Thread Andy Howell
I'm trying to build php4.3.3 from SuSE source rpm. When it starts the build, I get the above error. I am using 1.8.2 Any ideas? Thanks, Andy

[PHP-INSTALL] Installation problem on Solaris

2003-12-17 Thread Andy Cheng
*** Error code 1 make: Fatal error: Command failed for target `sapi/cgi/php' Any help would be great! Thanks, Andy

[PHP-INSTALL] Apache with php, ssl and cgi

2003-09-17 Thread Andy Marti
ache. Kows somebody docus where I see how to install apache with ALL this components. best regards Andy

[PHP-INST] ./compile--with-cyrus

2003-08-14 Thread Andy
Hello list, I've got SuSE 8.2 Prof. I've got installed the package "cyrus-imapd-devel 2.1.12". I tried to compile php "--with-cyrus". I got an error message like this "cyrus-imap version 2.0.8 or greater required". Has anybody an idea what this error messages mean? - not compatible with what?

Re: [PHP-INST] lex: command not found

2003-08-14 Thread Andy
bison is installed but lex can't found -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] lex: command not found

2003-08-14 Thread Andy
need bison if you want to regenerate the PHP parsers. checking for flex... lex checking for yywrap in -ll... no checking lex output file root... ./configure: line 2356: lex: command not found configure: error: cannot find output from lex; giving up i hope you can help me cu Andy -- PHP Insta

Re: [PHP-INST] lex: command not found

2003-08-14 Thread Andy
very good :D i have installed the programs bison, flex, and yacc. php is installed. big thx @ Jim ^^ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] --with-cyrus

2003-08-03 Thread Andy
Hello list, I've got SuSE 8.2 Prof. I've got installed the package "cyrus-imapd-devel 2.1.12". I tried to compile php "--with-cyrus". I got an error message like this "cyrus-imap version 2.0.8 or greater required". Has anybody an idea what this error messages mean? Thanks -- PHP Install Mai

[PHP-INST] Re: PHP and pdflib

2002-06-05 Thread andy
maybe ./configure did not find your pndflib Pipe the ./configure into a text file and check the text file for pdflib. Andy -- http://www.globosapiens.net Global Travellers Network "Brian Vogt" <[EMAIL PROTECTED]> schrieb im Newsbeit

[PHP-INST] Re: Can't make PHP 4.2.1 with Apache2

2002-06-05 Thread andy
check if ./configure did successfully find the apache apxs module and the mysql module. Hope this helps, Andy -- http://www.globosapiens.net Global Travellers Network "Jon Armitage" <[EMAIL PROTECTED]> schrieb im Newsbeitrag

[PHP-INST] Re: Compiling PHP4.1.2 with GD - possible or not? Need help!

2002-06-05 Thread andy
usr/local > mathias.txt open the text file and do a search on gd to figure out whats going on. If everything is ok. do a make and check if it still throuws an error. Hope this helps, Andy -- http://www.globosapiens.net Global Travellers Network &

[PHP-INST] Re: Upgrading from PHP 4,0,4pl1 to newer version.

2002-06-05 Thread andy
I would like to upgrade to the latest version > 4.2.1. > Will Installing the Latest version properly overwrite my previous version or > do I need to uninstall the older version Hello Isaac, I did update a while ago to another php version on windows. Worked fine for

Re: [PHP-INST] Overriding already-loaded GD extension via .htaccessor dl()?

2002-05-26 Thread Andy Chase
I was afraid of that. Out of curiosity, do you know if it would it be possible to override GD1 if it was compiled as a dynamic module? Thanks, -Andy Rasmus Lerdorf wrote: >You are stuck. You can not run gd2 on top of a PHP instance that has gd1 >compiled in statically. > -- PH

[PHP-INST] Overriding already-loaded GD extension via .htaccess or dl()?

2002-05-26 Thread Andy Chase
ve seems to be ignored. Is there anyway to override or unload my ISP's GD extension so that I can use my own, or am I stuck with GD 1.62 without Freetype support? Thanks for any tips/insight! Cheers, -Andy -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: php4.2 configure script failure using apxs2 (apache-2.0.35)

2002-05-06 Thread Andy
hat's the problem. Any more thoughts/suggestions would be greatly appreciated. Yours, Andy. "Hyper" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > ./configure --with-mysql --with-apxs2=/usr/sbin/apxs > > Are you sure

Re: [PHP-INST] php4.2 configure script failure using apxs2(apache-2.0.35)

2002-05-06 Thread Andy
problems. Any more ideas would be greatly appreciated. Yours, Andy. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php4.2 configure script failure using apxs2 (apache-2.0.35)

2002-05-06 Thread Andy
suggested causes above (1,2,3) are rubbish. any ideas anyone? Thanks in advance. Andy :-) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] apache 2 install problems?

2002-04-12 Thread Andy Smith
On Wed, Apr 10, 2002 at 05:24:34PM +0100, Andy Smith wrote: > On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote: > > > php does appear to build and install OK, but once the AddModule and > > LoadModule lines are added to httpd.conf, the server segfaults on > > st

Re: [PHP-INST] apache 2 install problems?

2002-04-10 Thread Andy Smith
On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote: > php does appear to build and install OK, but once the AddModule and > LoadModule lines are added to httpd.conf, the server segfaults on > startup. strace shows the following: I've since tried this again with CVS apache

[PHP-INST] apache 2 install problems?

2002-04-09 Thread Andy Smith
Hello, Please could someone let me know if it is possible to install php with apache 2, either as DSO or statically compiled? I have searched google but not come up with anything conclusive. Statically just does not get anywhere, so I've tried using apxs2. Here's the configure line for php 4.1.

[PHP-INST] Fw: Problems with PHP install - part 2

2002-04-05 Thread Andy Barber
Anyone on this list help? I think I've joined the list OK, but could you copy responses to me also, just in case. Many thanks Andy - Original Message - From: "Andy Barber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 7:07 PM

Re: [PHP-INST] Andy Eagle - PHP PWS WIN

2001-09-03 Thread Andy Eagle
#x27;ve run is the 'Hallo World" script but It worked. I hope DB connections work though. Yours Aye, ANdy -- 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]

[PHP-INST] Installing PHP under Win98

2001-09-02 Thread Andy Eagle
suggestions would be appreciated. Yours aye, Andy -- 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]

[PHP-INST] Apache-1.3.19 + PHP-4.0.5 + Oracle 8i

2001-05-15 Thread Andy Glen-Young
5/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/php-4.0.5/main' make: *** [all-recursive] Error 1 Thanks, -- ---- Andy Glen-Young email: [EMAIL PROTECTED] Systems Administrator

[PHP-INST] configure dies with 4.0.4p11 and apache 1.3.19

2001-03-23 Thread Andy Furnell
only difference between what's located there and what I've used is that I used --enable-module=so in the apache config. -- Best regards, Andy mailto:[EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-INST] Install PHP 4.0.4pl1 on Cobalt RaQ3

2001-02-23 Thread Andy Delgado
configuration problem: C compiler cannot create executables. Please Help...Fast! Thanks, Andy Delgado [EMAIL PROTECTED] -- 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