Re: [nyphp-talk] mysql configuration peculiarity: it reads /etc/mysql/*.cnf

2013-09-04 Thread Jesse Callaway
Is there any includedir directive used? On Wed, Sep 4, 2013 at 2:05 PM, David Mintz wrote: > I have been setting up replication where the master is > 5.5.31-0+wheezy1-log, and after more hours of hair-pulling than I care to > think about, I think I've discovered what appears to be an undocument

Re: [nyphp-talk] OT: EDAC error messages in the log

2013-07-23 Thread Jesse Callaway
The dmidecode command will likely help in this case. I'm assuming you don't have drac set up for remote hardware analysis, in the future it or its little brother ipmi will be helpful. This is likely not a php question. On Jul 23, 2013 7:44 AM, "David Roth" wrote: > I'm getting these in the log o

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-17 Thread Jesse Callaway
I am very interested in this kind of thing. So cool! On Wed, Jul 17, 2013 at 10:40 AM, Ajai Khattri wrote: > On Wed, Jul 17, 2013 at 12:03:57AM -0400, Daniel Krook wrote: > > > And I don't mean to start a religious war, but if you were to set up a > > server only cluster of VMs to serve up your

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Jesse Callaway
They're all terrible. Just handle process priority, memory management, and open some sockets when asked. For the rest... stay out of the way. For god's sake don't try to maintain a "system" java that symlinks to the flavor of the month. Don't provide shared libraries. Don't provide printing service

Re: [nyphp-talk] dot equal

2013-07-11 Thread Jesse Callaway
so weird and the de rigueur 'whats the error message'? On Jul 11, 2013 6:15 PM, "Nicholas Hart" wrote: > > Hi, > > I am trying to run existing php source on Xen VM using Centos64. I seem > to be having trouble with the dot equal (.=) string operator. Is there > some way to turn this on in

Re: [nyphp-talk] GIT! (was: CentOS v Ubuntu)

2013-06-22 Thread Jesse Callaway
On Jun 22, 2013 10:17 AM, "Greg Rundlett (freephile)" wrote: > > On Sat, Jun 22, 2013 at 9:50 AM, Daniel Convissor < dani...@analysisandsolutions.com> wrote: >> >> >> Well, then. That's one more vote for Ubuntu/Debian in my book. :) >> >> Git (and distributed version control in general) is _so_ m

Re: [nyphp-talk] CentOS v Ubuntu

2013-06-19 Thread Jesse Callaway
totally off topic, but food for thought - This is cool. But what the heck do they define Unix as? I really doubt many websites use Unix. Is Plan9 Unix? is OSX Unix? On Wed, Jun 19, 2013 at 1:37 PM, Greg Rundlett (freephile) < g...@freephile.com> wrote: > http://w3techs.com/technologies/details/o

Re: [nyphp-talk] PHP and keystores

2012-11-29 Thread Jesse Callaway
So you'd like the file to be encrypted before it's sent or stored somewhere you can grab it? How are you getting this file? I think this would be a good use of public key crypto. You can store or publish (or whatever) your public key either in the code or loaded from a URL. Encrypt the file using t

Re: [nyphp-talk] best way to run script?

2009-07-25 Thread Jesse Callaway
On Mon, Jul 20, 2009 at 12:13 AM, Konstantin Rozinov wrote: > Hey guys, > > I'm trying to run the same php script via the command line interface > on several remote servers. > I'd like to do it securely preferably over ssh.  Right now, I'm using > the ssh2 class from php, but getting very inconsist

Re: [nyphp-talk] [0T] Verizon FIOS -- comments?

2009-05-28 Thread Jesse Callaway
On Thu, May 28, 2009 at 12:38 PM, David Mintz wrote: > > > On Wed, May 27, 2009 at 5:15 PM, John Campbell wrote: >> >> On Wed, May 27, 2009 at 5:09 PM, David Mintz wrote: >> > I tried, but could not for the life of me locate the IR sensor on the >> > Verizon box. Wait... you say IR emitters atta

Re: [nyphp-talk] W2K3 + apache+ php + mysql

2009-05-28 Thread Jesse Callaway
Nice to hear! Did you have to change anything, or just the old ctrl alt del? -jesse On Tue, May 26, 2009 at 12:55 PM, Néstor wrote: > OK, I re-started the server and everything is working...ha1 > > :-) > > On Sat, May 23, 2009 at 12:20 PM, Jesse Callaway wrote: >> >

Re: [nyphp-talk] W2K3 + apache+ php + mysql

2009-05-23 Thread Jesse Callaway
What a nightmare. Can you possibly use the same php version and files for both? Go with CGI and the latest stable php windows installer all around and you might have an easier time at it. -jesse On Fri, May 22, 2009 at 2:21 PM, Néstor wrote: > OK, > > I do not know what to do next.  This are err

Re: [nyphp-talk] databases with PHP

2009-05-06 Thread Jesse Callaway
Ahem, I meant Sun. And I meant to not top-post, but here we go On Wed, May 6, 2009 at 7:22 PM, Jesse Callaway wrote: > I think the idea is that MySQL had a decent business model and was > doing quite well. If Oracle does decide to shitcan it, it's GPL'd > anyway and will

Re: [nyphp-talk] databases with PHP

2009-05-06 Thread Jesse Callaway
I think the idea is that MySQL had a decent business model and was doing quite well. If Oracle does decide to shitcan it, it's GPL'd anyway and will live on kinda like CentOS does. -jesse On Wed, May 6, 2009 at 6:53 PM, SusanS wrote: > Now that Oracle has bought Sun (and also MySQL), is there an

Re: [nyphp-talk] htaccess question - deafult behavior in one folder

2009-05-06 Thread Jesse Callaway
Hey Corey, Try !^/blog.*$ if you end up installing Drupal under Wordpress... just kidding. But the fewer passes to mod_rewrite the happier everyone is. That pattern ought to tell it to ignore anything after /blog in the URL without any further rules. mod_rewrite is mind blowing sometimes... Try

Re: [nyphp-talk] Escrow Service

2009-04-21 Thread Jesse Callaway
Try lime exchange. It has some escrow feature, not sure if that helps or what. -jesse On Tue, Apr 21, 2009 at 5:01 PM, Mona Borham wrote: > Hey there, > > I wanted to know where can I find escrow service script or how can I begin > one? because I don't find much in that also I never coded a web

Re: [nyphp-talk] Using APC to improve performance.

2009-03-31 Thread Jesse Callaway
On Tue, Mar 31, 2009 at 3:02 AM, Konstantin Rozinov wrote: > Thanks for the tips Che and Tom.  I will try the debugging tools to > see where the bottlenecks are.  I've got apc.stat set to 0, but the > largest # of includes in the application is only about 8 in some > files, so I wouldn't expect it

Re: [nyphp-talk] the stale V in MVC web apps

2009-03-04 Thread Jesse Callaway
On Wed, Mar 4, 2009 at 1:07 PM, David Mintz wrote: > > On Wed, Mar 4, 2009 at 12:17 PM, John Campbell wrote: >> >> >> Use AJAX instead to refresh just the part of the page that needs >> >> refreshing. If it's a fair chunk of information, you set a "version" >> >> on the server so the AJAX call ju

Re: [nyphp-talk] the stale V in MVC web apps

2009-03-04 Thread Jesse Callaway
On Wed, Mar 4, 2009 at 11:53 AM, David Mintz wrote: > > > On Wed, Mar 4, 2009 at 11:34 AM, Brent Baisley wrote: >> >> Use AJAX instead to refresh just the part of the page that needs >> refreshing. If it's a fair chunk of information, you set a "version" >> on the server so the AJAX call just che

Re: [nyphp-talk] slow php

2009-02-13 Thread Jesse Callaway
On Fri, Feb 13, 2009 at 3:31 PM, Nicholas Hart wrote: > I have a php 'cron job' script which is inserting some records. It uses > arrays to store 12 field records along with several nested loops in which it > tests various currency values from a separate 4 field table and sorts them > to get the

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Jesse Callaway
On Tue, Feb 3, 2009 at 6:35 PM, Michael B Allen wrote: > On Tue, Feb 3, 2009 at 5:26 PM, Daniel Convissor > wrote: >> Hey Again Mike: >> >> On Tue, Feb 03, 2009 at 05:21:52PM -0500, Daniel Convissor wrote: >>> >>> On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: >>> > >>> > 3. PH

Re: [nyphp-talk] How to pass array when click on "submit" ?

2009-01-29 Thread Jesse Callaway
;]['name] >> >> Some frameworks use this extensively, as it makes it easy to recursively >> go over data. >> >> - Brian >> >> >> >> Jesse Callaway wrote: >>> >>> On Wed, Jan 28, 2009 at 12:30 AM, Michele Waldman >>&g

Re: [nyphp-talk] How to pass array when click on "submit" ?

2009-01-28 Thread Jesse Callaway
On Wed, Jan 28, 2009 at 12:30 AM, Michele Waldman wrote: > Fernando hit is right on the head and Elijah's post was fun. Why are we > still going here? > > -Original Message- > From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On > Behalf O

Re: [nyphp-talk] How to pass array when click on "submit" ?

2009-01-27 Thread Jesse Callaway
On Tue, Jan 27, 2009 at 7:44 PM, Zakir Tariverdiev wrote: > OnClick=AddRow()"... are you trying to send a JavaScript array to the > server? > This is not really a PHP issue. But check out the following link, > http://www.coderanch.com/t/120794/HTML-JavaScript/sending-javascript-array-server > it m

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Jesse Callaway
On Mon, Jan 26, 2009 at 9:56 AM, Paul A Houle wrote: > Jesse Callaway wrote: >> >> I was about to install php on a G4 I have and thought I should maybe >> go lightweight with it. Really I'm sure it can handle Apache 2 just >> fine, since it's just for d

[nyphp-talk] spreading php out

2009-01-25 Thread Jesse Callaway
I was about to install php on a G4 I have and thought I should maybe go lightweight with it. Really I'm sure it can handle Apache 2 just fine, since it's just for development... but why not make it fun? So I took a look at going with lighttpd from the php manual and the setup that that would entai

Re: [nyphp-talk] function references

2009-01-10 Thread Jesse Callaway
print $a; >> } >> >> $a = 'my_func'; >> >> $a('hello'); >> >> ?> >> >> prints: >> >> hello >> >> >> On Sat, Jan 10, 2009 at 5:40 PM, Brian O'Connor wrote: >> >>> I

[nyphp-talk] function references

2009-01-10 Thread Jesse Callaway
Is it possible to take a reference to a function and then stick it in an array? I'd like to have an array with function names as the keys and the values would be references to the actual function. This way I could do do[$that_function]; Basically being lazy and don't want to have a big ugly swi