Re: [PHP-INSTALL] PHP won't log!

2008-07-28 Thread Jesse Santana
working. Good luck! Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855 From: Garey Mills <[EMAIL PROTECTED]> T

Re: [PHP-INSTALL] PHP install problems

2008-06-11 Thread Jesse Santana
Anthony, Did you add the line: AddType application/x-httpd-php .php To your httpd.conf file? Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511

Re: [PHP-INSTALL] php and Oracle client on mac

2008-06-06 Thread Jesse Santana
/local/oracle/instantclient_10_2 \ Of course, your path would be different as it should point to the location of your Oracle client installation. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd

Re: [PHP-INSTALL] Behavior of PHP module vs. PHP cgi

2008-06-04 Thread Jesse Santana
ersions of PHP you are running here. I am running version 5.2.2 on gaggle. PHP is compiled as a CGI and displays phpinfo() the same as when compiled as an Apache module. Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long

[PHP-INSTALL] Behavior of PHP module vs. PHP cgi

2008-06-04 Thread Jesse Santana
ntana/phptest.php Thank you in advance, Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855

[PHP-INSTALL] Apache load

2008-04-30 Thread Jesse Santana
load any PHP pages but the fact that the PHP module is loaded appears to be causing the increased load. Any ideas why? Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office:

Re: [PHP-INSTALL] Interesting POST error

2008-01-10 Thread Jesse Santana
Keith, Another interesting addition to all of this, both your code and my developers original code work on our PHP v4 instance. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach

Re: [PHP-INSTALL] Interesting POST error

2008-01-10 Thread Jesse Santana
Keith, I get the exact same result. Take a look at this URL: http://eagles.its.csulb.edu/~jsantana/PostTest2.php This is the code you sent me. It works with plain text but if I submit , I get the 400 error I mentioned in my original posting. Jesse Jesse Santana Project Lead - Enterprise

[PHP-INSTALL] Interesting POST error

2008-01-09 Thread Jesse Santana
at is submitted and display it on the screen. However, if you type in then click on the Submit Query button, you will get a 400 error. Does anyone know why this is occurring? Am I looking at some php.ini parameter change to fix this? Jesse Jesse Santana Project Lead - Enterprise Services

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
Keith, Thank you for the '--with-readline' suggestion, I've just finished testing this and it works great! I'm working on moving this over to production now. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State Un

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
error was sort of misleading but it's not the first time I've seen something like this. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fa

[PHP-INSTALL] PHP v5.2.5 installation

2007-12-04 Thread Jesse Santana
shed some light on what this error is telling me and how I can fix it? Thanks! Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855

[PHP-INSTALL] PATH_TRANSLATED issue

2007-11-21 Thread Jesse Santana
a module). I believe the blank path variable setting is causing issues with includes in various PHP scripts. What do I need to change to get the path_translated and related path_info variables set? I have tried setting AcceptPathInfo to On in the Apache configuration file but still get the

RE: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
I'm running 26 different virtual hosts on both instances. The instances are identical for both Apache version and everything else appears to work but this. Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach

RE: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior (fwd)

2007-08-10 Thread Jesse Santana
That wasn't a typo. This code is pulled directly from the phpBB installation (install.php). It is in fact: $phpbb_root_path = './../'; include($phpbb_root_path.'extension.inc'); Jesse Santana Project Lead - Enterprise Services Group Information Technology Services Ca

Re: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
y PHP v5 instance into safe_mode with the same results. >I compile php myself, and use a copy of the configuration >file for the previous version. I make backups as well, just >in case I need them. Would you mind sharing your configure command? I'd like to compare it with the ones

Re: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
Matthew, Hard coding the entire path causes the script to work under both PHP v4 and PHP v5. I would think that would eliminate the permission possibility. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach

RE: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
m. Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855 Paul Blondé <[EMAIL PROTECTED]> 08/10/2007 12:15 PM To "&#x

RE: [PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
l pass that information on to him. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855 Paul Blondé <[EMAIL PROTECTED]&

[PHP-INSTALL] PHP v4 vs. PHP v5 behavior

2007-08-10 Thread Jesse Santana
fine with PHP 5. Can anyone explain why under PHP 5 the ./../ does not back up one directory from the directory where I call my script from? Thank you, Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bel

Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-05 Thread Jesse Santana
sters most of which do not like other people touching their code. I guess I'll just have to inform them of the shebang requirement and see what they think. Thank you for the input. Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California S

[PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-03 Thread Jesse Santana
der to get them to execute properly. Is there a way to get this added into my PHP scripts automatically? A php.ini variable perhaps? Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach,

[PHP-INSTALL] oci-connect LD_LIBRARY_PATH error

2007-05-31 Thread Jesse Santana
led on my system? Thank you in advance for any help you can provide, Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855