[PHP] Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software

2013-07-15 Thread Israel Ekpo
Hi Everyone, I just launched a Kickstarter project that will fund the creation of a course on how to aggregate, process, search and visualize massive log data using open source software. I believe some of the folks on the user mailing list would find this helpful. Web applications do generate a

Re: [PHP] classes and variables

2010-05-03 Thread Israel Ekpo
You do not need to access $DB as a global variable Since $db_database is a property of search_helper, you can initialize it by passing a value via the constructor like this class search_helper extends AjaxACApplication { protected $db_database; public function __construct($database_nam

[PHP] Drupal Developers and Themers Needed in Orlando, Florida

2009-11-19 Thread Israel Ekpo
I am not sure if this is the right place for this message but please contact me if you are interested. Hi There, My name is Israel Ekpo and I work as a technical lead for Bonnier Corporation. Bonnier Corporation is a major publishing organization with offices in the US, headquarters in

Re: [PHP] Re: What PHP version are you using?

2009-11-02 Thread Israel Ekpo
On Mon, Nov 2, 2009 at 2:15 PM, John Black wrote: > Bob McConnell wrote: > >> I just checked the Red Hat 5.4 manifest and it shows php-5.1.6-23.el5 - >> php-5.1.6-23.2.el5_3. CentOS simply repackages the Red Hat kit without >> the proprietary bits. I don't understand why they are so far behind on

Re: [PHP] Re: What PHP version are you using?

2009-11-02 Thread Israel Ekpo
On Mon, Nov 2, 2009 at 12:21 PM, O. Lavell wrote: > Israel Ekpo wrote: > > > Hi Guys, > > > > I just want to conduct a quick survey to find out what version of PHP > > people are using in their production environments. > > A few days late to answer perhaps

Re: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
on > 5.1 or higher. > > On Thu, Oct 29, 2009 at 12:22 PM, Tom Barrett wrote: > > > 2009/10/29 Israel Ekpo > > > > > Hi Guys, > > > > > > I just want to conduct a quick survey to find out what version of PHP > > > people > > > a

Re: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
On Thu, Oct 29, 2009 at 11:47 AM, tedd wrote: > At 11:10 AM -0400 10/29/09, Israel Ekpo wrote: > >> Hi Guys, >> >> I just want to conduct a quick survey to find out what version of PHP >> people >> are using in their production environments. >> > >

Re: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
On Thu, Oct 29, 2009 at 11:15 AM, Fernando Castillo Aparicio < f_c_a_1...@yahoo.es> wrote: > 5.2.8, but testing 5.3 in local environment. > > Thanks Fernando. -- "Good Enough" is not good enough. To give anything less than your best is to sacrifice the gift. Quality First. Measure Twice. Cut On

[PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
Hi Guys, I just want to conduct a quick survey to find out what version of PHP people are using in their production environments. I have a PHP extension for Solr that I have set the minimum required version as 5.2.11. http://pecl.php.net/package/solr/ However, most of the PHP users that want to

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Israel Ekpo
On Fri, Oct 23, 2009 at 1:48 PM, Ashley Sheridan wrote: > On Fri, 2009-10-23 at 13:45 -0400, Brad Fuller wrote: > > > On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan > > wrote: > > > > > On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > > > > > > I'm looking for a regular expression to acc

Re: [PHP] Fedora 11 PHP install problems

2009-10-23 Thread Israel Ekpo
What about the error libphp5.so: undefined symbol: OnUpdateLong Are you still observing that error? On Fri, Oct 23, 2009 at 1:23 PM, Ashley Sheridan wrote: > On Fri, 2009-10-23 at 13:19 -0400, Israel Ekpo wrote: > > > > On Fri, Oct 23, 2009 at 11:54 AM, Ashley

Re: [PHP] Fedora 11 PHP install problems

2009-10-23 Thread Israel Ekpo
On Fri, Oct 23, 2009 at 11:54 AM, Ashley Sheridan wrote: > Hiya, > > I know this isn't the best place to ask, but I figured enough people > here would have at some point installed PHP on some Linux variant, and > I'm hoping that some of you may have even done it on Fedora 11. > > I'm using the bui

Re: [PHP] Spam opinions please

2009-10-20 Thread Israel Ekpo
On Tue, Oct 20, 2009 at 2:36 PM, Jonathan Tapicer wrote: > That will work just for one IP, but they could spam you from another > IP. I suggest you add a good captcha to the form and that way you can > avoid spam forever. > > Regards, > > Jonathan > > On Tue, Oct 20, 2009 at 3:31 PM, Gary wrote:

Re: [PHP] Whacky increment/assignment logic with $foo++ vs ++$foo

2009-10-06 Thread Israel Ekpo
On Tue, Oct 6, 2009 at 2:34 PM, Jay Blanchard wrote: > [snip] > I find it interesting for a discussion to go on this long for something > as > $a = $a++; > [/snip] > > You think that is interesting? Start a conversation about these > > {} > > -- > PHP General Mailing List (http://www.php.net/) >

[PHP] Any Apache Solr Users in the house?

2009-10-04 Thread Israel Ekpo
Hi All, I have been working on a PHP extension for Apache Solr for quite sometime now. I just finished testing it and I have completed the initial user level documentation of the API Version 0.9.0-beta has just been released. It already has built-in readiness for Solr 1.4 If you are using Apac