Re: [PHP] desk top interactive environment

2012-04-09 Thread Ghodmode
On Tue, Apr 10, 2012 at 9:38 AM, Kirk Bailey wrote: > Php would (IMHO) benefit from an interactive desktop application where you > can test and experiment with code interactively, instead of "edit, dsave, > run, view webpage result, edit... php -a gives you an interactive environment in which you

Re: [PHP] desk top interactive environment

2012-04-09 Thread Tommy Pham
On Mon, Apr 9, 2012 at 6:54 PM, Kirk Bailey wrote: > I am not ABLE to create it yet. Anyone else able to? > Hmm... Google "php desktop" ... notice the 2nd link. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php in windows

2012-04-09 Thread Tommy Pham
On Mon, Apr 9, 2012 at 7:05 PM, Kirk Bailey wrote: > The edition of php for windows I instaklled does not work. Which flavor of > windows php DOES work properly in windows? > > -- Did you configure it properly??? I've run it fine from XP (x86 & x64), Win2003 (x86 & x64) Win2008 (x86 & x64), Win7

[PHP] php in windows

2012-04-09 Thread Kirk Bailey
The edition of php for windows I instaklled does not work. Which flavor of windows php DOES work properly in windows? -- end Very Truly yours, - Kirk Bailey, Largo Florida kniht +-+ | BOX

Re: [PHP] desk top interactive environment

2012-04-09 Thread Kirk Bailey
I am not ABLE to create it yet. Anyone else able to? On 4/9/2012 9:45 PM, Jay Blanchard wrote: [snip] On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote: Php would (IMHO) benefit from an interactive desktop application where you can test and experiment with code interactively, instead of "edit, ds

Re: [PHP] desk top interactive environment

2012-04-09 Thread Jay Blanchard
[snip] On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote: > Php would (IMHO) benefit from an interactive desktop application where you > can test and experiment with code interactively, instead of "edit, dsave, > run, view webpage result, edit... > > Python has this; why not php? [/snip] Because y

[PHP] desk top interactive environment

2012-04-09 Thread Kirk Bailey
Php would (IMHO) benefit from an interactive desktop application where you can test and experiment with code interactively, instead of "edit, dsave, run, view webpage result, edit... Python has this; why not php? -- end Very Truly yours, - Kirk Bailey, Larg

[PHP] Script failing on extension_dir

2012-04-09 Thread George R Smith
All, I am tying to install php that will talk to the database I us (QM, a pick type database). As I am new to pdp don’t have much experience in figuring out what the qm_ext_build script is failing. Thanks for you help in advance. george I am trying to run following: root@dell350:/usr/qmsys/qmph

Re: [PHP] mssql_bind question

2012-04-09 Thread David OBrien
On Mon, Apr 9, 2012 at 1:42 PM, David Stoltz wrote: > Folks, > > Having a difficult time using mssql_bind with characters greater than > 8000...the database field is set to ntext, and I've also tried > varchar(max), both seem to produce the same results: > > If I use: > mssql_bind($stmt, '@mgrnot

[PHP] mssql_bind question

2012-04-09 Thread David Stoltz
Folks, Having a difficult time using mssql_bind with characters greater than 8000...the database field is set to ntext, and I've also tried varchar(max), both seem to produce the same results: If I use: mssql_bind($stmt, '@mgrnotes',$mgrnotes,SQLVARCHAR,false,false,8000); I get the error: Warnin

Re: [PHP] insteadof considered harmful

2012-04-09 Thread Szczepan Hołyszewski
> See http://us.php.net/manual/en/language.oop5.traits.php and scroll down to > conflict resolution to see simple example. It is used to resolve method > naming conflicts when multiple traits are used to emulate multiple > inheritance. I have read the manual, and the examples there are precisely m

Re: [PHP] insteadof considered harmful

2012-04-09 Thread TR Shaw
On Apr 9, 2012, at 7:15 AM, Szczepan Hołyszewski wrote: > > I must admit with embarrassment that after months of googling and posting > questions to various forums I still fail to understand the purpose of the > "insteadof" keyword and the insteadof clause. > > As I currently see it, the whol

[PHP] insteadof considered harmful

2012-04-09 Thread Szczepan Hołyszewski
I must admit with embarrassment that after months of googling and posting questions to various forums I still fail to understand the purpose of the "insteadof" keyword and the insteadof clause. As I currently see it, the whole insteadof clause is completely redundant. In a clause like this: F