[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

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

2011-09-22 Thread Jamie Krasnoo
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've been getting in to how I can streamline my development after a bad experience with a contract. One of the areas

[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 =

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

2011-08-04 Thread Jamie Krasnoo
of not seeing the forest for the trees. Jamie On Thu, Aug 4, 2011 at 10:31 AM, Andrew Ballard aball...@gmail.com wrote: On Thu, Aug 4, 2011 at 1:18 PM, Jamie Krasnoo jkras...@gmail.com wrote: Hey all, I get the basics of submitting a form and organizing the $_POST data within arrays (name

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

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

2011-07-25 Thread Jamie Krasnoo
at 11:16 AM, Andrew Ballard aball...@gmail.com wrote: On Mon, Jul 25, 2011 at 12:26 PM, Jamie Krasnoo jkras...@gmail.com wrote: [reordered and snipped] On Thu, Jul 21, 2011 at 8:52 PM, gato chalar dany...@gmail.com wrote: Hi list, I need to perform http requests (GET,POST) , I have readed

[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

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
, 2009 at 4:10 PM, Jamie Krasnoo jkras...@gmail.com 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 the php.ini. I ran 'make test

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
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 quickshif...@gmail.com wrote: On Tue, Feb 10, 2009 at 5:03 PM, Jamie Krasnoo jkras...@gmail.com wrote: Yes, I'm using Apache 2.2.11

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
, Feb 10, 2009 at 4:25 PM, Nathan Nobbe quickshif...@gmail.com wrote: On Tue, Feb 10, 2009 at 5:19 PM, Jamie Krasnoo jkras...@gmail.com wrote: I did compile Apache with mpm_prefork though. hmm, i doubt thats the problem then. maybe another module not playing nice w/ apc, xdebug perhaps (just

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 quickshif...@gmail.com wrote: On Tue, Feb 10, 2009 at 5:34 PM, Jamie Krasnoo jkras

Re: [PHP] APC problem with PHP

2009-02-10 Thread Jamie Krasnoo
over the place if it had been something else. Jamie On Tue, Feb 10, 2009 at 4:53 PM, Jamie Krasnoo jkras...@gmail.com 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't get along. On Tue