[PHP] Q: php4,cache,performance,mod_perl,zend cache, APC

2001-03-06 Thread Joe Rice
Hi, As you might gather from the subject, i'm trying to make a decision. Before that i'm doing research to find out what best fits. My question is; From what i've read php4 does post-compilation caching, is this right? If so, what is the point of Zend Cache or APC (Alternative PHP Cache)?

[PHP] Q: NSAPI support

2001-03-20 Thread Joe Rice
Hi, I have a funny situation where i can't use apache due Macromedia's ARIA software and lack of it's support for apache. So, i'm stuck with using iPlanet. My question is how stable,fast,usable is the PHP4 NSAPI support? Thanks, joe rice Web Admin www.bigidea.com -- PHP General Mailing

[PHP] Q: Informix + PHP + Apache + Solaris 8

2001-03-21 Thread Joe Rice
is looking for $INFORMIXDIR/bin/esql which isn't installed by IConnect either. Thanks, joe rice Web Admin www.bigidea.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] Q: Informix + PHP + Apache + Solaris 8

2001-03-21 Thread Joe Rice
be greatly appreciated. Thanks, joe Chris Fry([EMAIL PROTECTED])@Thu, Mar 22, 2001 at 09:45:14AM +1100: For SCO I had to download the ESQL package separately - I think you have to do the same (if it's available). Chris Joe Rice wrote: Hi, I'm trying to get this combo to work "Inf

Re: [PHP] Q: Informix + PHP + Apache + Solaris 8

2001-03-21 Thread Joe Rice
l:/usr/lib I have both set on mine - not sure which one works. Chris Joe Rice wrote: i ended up downloading the SDK for solaris 7 and it seems to have work...well, kind of. It compiled, but i can't start apache. apache is trying to find libifsql.so which isn't anywhere on my syste

[PHP] Environment Variables

2001-03-22 Thread Joe Rice
how do you sent a Environment Variables for the php script to execute in? i need to set INFORMIXSERVER so i can use the informix php functions. This is going live tomorrow and we don't have it working yet...PLEASE HELP! thanks, joe rice Web Admin www.bigidea.com -- PHP General Mailing

Re: [PHP] Environment Variables

2001-03-22 Thread Joe Rice
i figured it out...thanks. putenv() Joe Rice([EMAIL PROTECTED])@Thu, Mar 22, 2001 at 03:16:35PM -0600: how do you sent a Environment Variables for the php script to execute in? i need to set INFORMIXSERVER so i can use the informix php functions. This is going live tomorrow and we

Re: [PHP] Another problem installing PHP under Solaris 8.0

2001-03-26 Thread Joe Rice
you need ar. my solaris 8 install has it in /usr/ccs/bin if you have it there, make sure /usr/ccs/bin is in your PATH. if you need to know what package ar is part of let me know. joe Emiliano Marmonti([EMAIL PROTECTED])@Mon, Mar 26, 2001 at 03:12:00PM -0300: Dear Friends: I have had

[PHP] Q: php.ini

2001-03-28 Thread Joe Rice
Hi, I made a change to my php.ini and phpinfo() doesn't reflect the change? i set sendmail_path = "/usr/lib/sendmail -OIgnoreDots -t" and phpinfo() still shows the default sendmail_path = "/usr/lib/sendmail -t -i" how can i get this to work correctly? Thanks, joe Web

Re: [PHP] Q: php.ini

2001-03-28 Thread Joe Rice
sorry for the lame question, that was what i needed to do. Thanks, joe Jon Rosenberg([EMAIL PROTECTED])@Wed, Mar 28, 2001 at 11:38:19AM -0500: You need to restart your web server (apache, most likely). Jon - Original Message - From: "Joe Rice" [EMAIL PROTECTED]

[PHP] Q: sessions in a switch block not working

2002-02-25 Thread Joe Rice
Hello, I'm hoping to get some help with a sessions problem i've ran into. track_vars is enabled and register_globals is off. i'm using PHP 4.0.6 and custom session handlers with ADODB connecting to mysql. at the top: session_start(); if (!isset($HTTP_SESSION_VARS[old_folder])) {

[PHP] preg_replace on digit word boundry help

2002-03-18 Thread Joe Rice
hi, i'm trying to replace ever digit nondigit boundary with a , in a string. i'm trying to get \d\D to be replaced with \d,\D and the reverse \D\d with \D,\d ... i'm not having any luck. $digiword = 123joe123 $replace = preg_replace(/(\d)(\D)/,\\1,\\2,$digiword); this ends up with

Re: [PHP] preg_replace on digit word boundry in 2 lines how about 1?

2002-03-18 Thread Joe Rice
i can do this if i do it in two line..i'm wondering if it can be done in 1 line. the two lines: $replace = preg_replace(/(\d)(\D)/,\\1,\\2,$digiword); $replace = preg_replace(/(\D)(\d)/,\\1,\\2,$replace); tia, joe Joe Rice([EMAIL PROTECTED])@Mon, Mar 18, 2002 at 12:39:17PM -0600: hi

[PHP] vertical word match

2002-07-18 Thread Joe Rice
hello, any regex gurus? i'm trying to match words put into a textarea that are in the form of a\np\np\l\e or any combination of new lines in between, before or after. $answer = hello\na\np\np\nl\ne\n; /*from textarea in form*/ $word = apple; $word =

[PHP] Q: array intersection problem

2001-08-14 Thread Joe Rice
hi, i have two arrays that i would like to find the intersection and at this intersection alter the value. $invalid = array(1,3,9); $questions = array(1,2,3,4,5,6,7,8,9); and i would like the result to be an new array that looks like this: $new_questions = array(font color=red1/font,

Re: [PHP] Slightly OT - PHP Mileage from Zip Code Calculator

2001-05-11 Thread Joe Rice
I've also been interested in knowing how this is done. If you are willing to share, please post the source to your page. Thanks, joe bill([EMAIL PROTECTED])@Fri, May 11, 2001 at 09:07:26AM -0400: Not sure what you're asking exactly, but I have a Find a Dealer page where a person puts in

Re: [PHP] session handler class

2001-07-02 Thread Joe Rice
i would love to see this too, i think it was stripped. thanks, joe www.bigidea.com scott [gts]([EMAIL PROTECTED])@Mon, Jul 02, 2001 at 04:54:26PM -0400: it's attached to the email. did you get the attachment, or was it stripped off somewhere? i can upload the files to a server and

[PHP] help: ldap ext not working.

2001-04-11 Thread Joe Rice
this means. line 23 of /usr/local/apache/conf/httpd.conf is; LoadModule php4_modulelibexec/libphp4.so any help or direction would be appreciated. Thanks, joe rice web admin www.bigidea.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED