Re: [PHP] What determines your use of the type of DB framework/abstract?

2011-09-22 Thread Jamie Krasnoo
o CodeIgniter, Zend Framework > > On 9/22/2011 10:46 AM, Jamie Krasnoo wrote: >> >> Hey All, >> >> I'm guessing that the subject probably doesn't fit the question I'm >> asking here so I'll apologize in advance. >> >> Lately I

[PHP] What determines your use of the type of DB framework/abstract?

2011-09-22 Thread Jamie Krasnoo
Hey All, I'm guessing that the subject probably doesn't fit the question I'm asking here so I'll apologize in advance. Lately I've been getting in to how I can streamline my development after a bad experience with a contract. One of the areas I was looking at is when it would be appropriate to us

Re: [PHP] Complex (or not so) array data form submission?

2011-08-04 Thread Jamie Krasnoo
n't have given the end result I sought, I don't think. Clear case of not seeing the forest for the trees. Jamie On Thu, Aug 4, 2011 at 10:31 AM, Andrew Ballard wrote: > On Thu, Aug 4, 2011 at 1:18 PM, Jamie Krasnoo wrote: > > > > Hey all, > > > > I get the

[PHP] Complex (or not so) array data form submission?

2011-08-04 Thread Jamie Krasnoo
Hey all, I get the basics of submitting a form and organizing the $_POST data within arrays (name[], name[key], etc). But if I wanted to submit something like multiple addresses and have it end up organized in array form like this from submission is this possible? $addresses = array( 0 => arr

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Jamie Krasnoo
s. Jamie On Mon, Jul 25, 2011 at 11:16 AM, Andrew Ballard wrote: > On Mon, Jul 25, 2011 at 12:26 PM, Jamie Krasnoo wrote: > [reordered and snipped] >> >> On Thu, Jul 21, 2011 at 8:52 PM, gato chalar wrote: >>> Hi list, >>> >>> I need to perform http

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Jamie Krasnoo
You should be using cURL for making requests. No, you won't be able to install any pecl packages on your host. It's a free account and I doubt they will be bending over backwards for you anytime soon. If you want custom hosting, pay for a VPS account or a dedicated server. On Thu, Jul 21, 2011 at

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
files all over the place if it had been something else. Jamie On Tue, Feb 10, 2009 at 4:53 PM, Jamie Krasnoo wrote: > Hmm, I'll try taking down the optimizer and seeing if it segfaults or > not. If that's what it is it's a crying shame that apc and > zend_optimizer can

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
Hmm, I'll try taking down the optimizer and seeing if it segfaults or not. If that's what it is it's a crying shame that apc and zend_optimizer can't get along. On Tue, Feb 10, 2009 at 4:46 PM, Nathan Nobbe wrote: > On Tue, Feb 10, 2009 at 5:34 PM, Jamie Krasnoo wrote: &

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
ion_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so Does APC not play nice with any of these? Jamie On Tue, Feb 10, 2009 at 4:25 PM, Nathan Nobbe wrote: > On Tue, Feb 10, 2009 at 5:19 PM, Jamie Krasnoo wrote: >> >> I did compile Apache with mpm_prefork though. > > hmm

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
d for some time. They already exist and are not using APC at all. As soon as APC is taken off they stop segfauting. Jamie On Tue, Feb 10, 2009 at 4:10 PM, Nathan Nobbe wrote: > On Tue, Feb 10, 2009 at 5:03 PM, Jamie Krasnoo wrote: >> >> Yes, I'm using Apache 2.2.11 and I do bel

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
09 at 4:10 PM, Jamie Krasnoo wrote: >> >> Hey all, >> >> I'm new to the list. I came here because I couldn't find the answer to >> my question and I'm hoping I can find it here. I compiled the APC >> plugin as a shared library and activated it through

[PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
Hey all, I'm new to the list. I came here because I couldn't find the answer to my question and I'm hoping I can find it here. I compiled the APC plugin as a shared library and activated it through the php.ini. I ran 'make test' and it seemed to pass all but one (it skipped a test). I thought all