Re: [PHP] Re: php batch/queue framwork

2012-06-30 Thread Robert Williams
Zend Server includes a job queue. It supports queuing up jobs directly in the UI or via a PHP API, and it includes a variety of scheduling and load management options. -- Bob Williams Notice: This communication, including attachmen

Re: [PHP] embedding php inside of php

2012-06-30 Thread Bastien
Bastien Koert On 2012-06-30, at 8:00 PM, Tim Dunphy wrote: > Hello, > > I am trying to get the hang of php using some examples that I found > in a book. I've been making progress lately, but one thing has me a > bit stumped. > > > In an HTML form that I am echoing through PHP I would like t

Fwd: Re: [PHP] log tailing

2012-06-30 Thread tamouse mailing lists
-- Forwarded message -- From: "tamouse mailing lists" Date: Jun 30, 2012 4:35 PM Subject: Re: [PHP] log tailing To: "Daniel Brown" On Jun 30, 2012 1:34 PM, "Daniel Brown" wrote: > > On Sat, Jun 30, 2012 at 2:30 PM, Daniel Brown wrote: > > > > > > > $ssh_entries = explode(PHP_E

Re: [PHP] Re: php batch/queue framwork

2012-06-30 Thread Larry Garfield
On 06/29/2012 05:18 AM, Tom Sparks wrote: Forwarded Message: php-general_318334.ezm Re: php batch/queue framwork Friday, 29 June, 2012 6:30 AM From: "Shailesh N. Humbad" To: php-general@lists.php.net On 6/28/2012 11:58 AM, Tom Sparks wrote: I am looking for a batch/queue framework that is databa

Re: [PHP] log tailing

2012-06-30 Thread Daniel Brown
On Sat, Jun 30, 2012 at 2:30 PM, Daniel Brown wrote: > > > $ssh_entries = explode(PHP_EOL,trim(`tail /var/log/syslog | awk > {'print $1,$2,$3 "|" $5 "|" $11'}`)); Actually, the above was intended to grab just sshd entries, so instead of 'tail' you should use 'grep sshd' in the line above.

Re: [PHP] log tailing

2012-06-30 Thread Daniel Brown
On Fri, Jun 29, 2012 at 4:49 AM, Mihamina Rakotomandimby wrote: [snip!] > > Typically, a log line like: > Jun 29 11:24:10 dev5 sshd[12775]: Accepted password \ >            for dev5 from 192.168.0.12 port 50544 ssh2 > [snip!] > So that I can: > > INSERT INTO ssh_activity \ >   VALUES ('2012-06-29

Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread tamouse mailing lists
On Sat, Jun 30, 2012 at 12:57 PM, Gary Lebowitz wrote: > By the way, I told GoDaddy about the # deprecation issue and they told me > that I could simply change my root directory php5.ini file. But the error > message is related to the PHP.ini file in /web/config, as I said. I could > almost hear t

Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread Gary Lebowitz
By the way, I told GoDaddy about the # deprecation issue and they told me that I could simply change my root directory php5.ini file. But the error message is related to the PHP.ini file in /web/config, as I said. I could almost hear them shrugging their shoulders, what-me-worry style. If anyone wi

Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread Daniel Brown
On Thu, Jun 28, 2012 at 8:37 PM, tamouse mailing lists wrote: > > Just a quick followup -- # comments are deprecated for .ini files, > only, correct? They are still full citizens in php source, aren't > they? Correct, Tam. -- Network Infrastructure Manager http://www.php.net/ -- PHP Gene