php-general Digest 27 Sep 2010 07:24:19 -0000 Issue 6961

2010-09-27 Thread php-general-digest-help
php-general Digest 27 Sep 2010 07:24:19 - Issue 6961 Topics (messages 308316 through 308322): SEO Experts? 308316 by: David Mehler 308317 by: tedd 308319 by: Nathan Nobbe 308320 by: Al 308321 by: Shreyas Agasthya 308322 by:

php-general Digest 27 Sep 2010 19:25:44 -0000 Issue 6962

2010-09-27 Thread php-general-digest-help
php-general Digest 27 Sep 2010 19:25:44 - Issue 6962 Topics (messages 308323 through 308332): PHP DNS resolving in chroot-ed environment 308323 by: Georgi Hristozov 308324 by: Per Jessen Re: if/elseif being treated as if/if 308325 by: Ford, Mike 308328 by:

Re: [PHP] Re: SEO Experts?

2010-09-27 Thread john
On 9/26/2010 8:09 AM, David Mehler wrote: Hello, Do we have any SEO experts on this list? I'm not one, learning only, reading a book and a few articles/tutorials from webmasters, and I'm wanting to optimize an existing site to get the best search rank possible. Some techniques, dos and

[PHP] PHP DNS resolving in chroot-ed environment

2010-09-27 Thread Georgi Hristozov
Hello, I'm running a Gentoo-hardened box with PHP 5.2.14-pl0-gentoo (Suhosin included) and Apache 2.2.16. mod_php is running in a chroot, using mpm_peruser. Everything works OK, except the PHP DNS resolving, which I need to access HTTP resources. It fails with both the curl and http extensions.

Re: [PHP] PHP DNS resolving in chroot-ed environment

2010-09-27 Thread Per Jessen
Georgi Hristozov wrote: Hello, I'm running a Gentoo-hardened box with PHP 5.2.14-pl0-gentoo (Suhosin included) and Apache 2.2.16. mod_php is running in a chroot, using mpm_peruser. Everything works OK, except the PHP DNS resolving, which I need to access HTTP resources. It fails with both

RE: [PHP] if/elseif being treated as if/if

2010-09-27 Thread Ford, Mike
-Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: 25 September 2010 16:02 One can make the argument that the ELSE IF statement first surfaced circa 1977 in FORTRAN 77 and the CASE statement came later in FORTRAN 90 circa 1991. Being a fully-fledged member of

Re: [PHP] Heredocs, print_r() and newline \n and fnmatch() -curious failures ...

2010-09-27 Thread YAD(YetAnotherDavid)
Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) ani...@mail.com wrote: This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. There are actually two questions here - I have combined the code into one

Re: [PHP] Heredocs, print_r() and newline \n and fnmatch() -curious failures ...

2010-09-27 Thread Peter Lind
On 24 September 2010 12:49, YAD(YetAnotherDavid) ani...@mail.com wrote: Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) ani...@mail.com wrote: This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages.

RE: [PHP] if/elseif being treated as if/if

2010-09-27 Thread tedd
At 11:48 AM +0100 9/27/10, Ford, Mike wrote: -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: 25 September 2010 16:02 One can make the argument that the ELSE IF statement first surfaced circa 1977 in FORTRAN 77 and the CASE statement came later in FORTRAN

[PHP] Domain Controller Discovery in PHP

2010-09-27 Thread Robert Cummings
Hello list, Does anyone know a method in Windows Server 2003 to discover one or more domain controllers to which the machine is connected. I know as an administrator I can use dsquery and various other administrator commands, but I'm unsure how to do so within PHP from an unprivileged