Re: [PHP] Diff: Comman line vs. phpinfo()

2005-01-16 Thread Richard Lynch
Joseph E. Maxwell wrote: > Just upgraded to php 4.3.10 > phpinfo() apparently stuck on > > > PHP Version 4.3.5 > > > SystemFreeBSD xxx.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov > i386 > Build DateApr 11 2004 20:01:52 > > > > Command line ==> >php -v >PHP 4.3.10 (cli)

Re: [PHP] Diff: Comman line vs. phpinfo()

2005-01-16 Thread Marek Kilimajer
Joseph E. Maxwell wrote: Just upgraded to php 4.3.10 phpinfo() apparently stuck on PHP Version 4.3.5 System FreeBSD xxx.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov i386 Build Date Apr 11 2004 20:01:52 Command line ==> php -v PHP 4.3.10 (cli) (built: Jan 15 2005 12:54:11) Co

Re: [PHP] diff between script_filename, path_translated

2004-01-30 Thread John Schulz
John W. Holmes wrote: Not sure what to say on this one other than, yeah, they're the same. :) Ah, spiffy. ;) Not sure if this will help either, but this is what I use to determine "where I'm at" in scripts I write. Very helpful, thank you! :) I realized after sending that I should probably kee

Re: [PHP] diff between script_filename, path_translated

2004-01-30 Thread John W. Holmes
From: "John Schulz" <[EMAIL PROTECTED]> > After reading the manual entry on $_SERVER predefined variables, I'm > unclear on the difference between 'SCRIPT_FILENAME' and 'PATH_TRANSLATED'. > > Results from a test script, run from a few different locations on my > webserver, were always the same for

RE: [PHP] diff

2003-11-18 Thread Jay Blanchard
[snip] Is there a php function close to the *nix diff comand? (in order to compare 2 multi-lines strings) [/snip] http://us2.php.net/manual/en/function.strcmp.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php