Re: [PHP-WIN] how to reload ISAPI PHP

2005-07-25 Thread Louis Solomon [SteelBytes]
in IIS6 you can 'recycle' the 'application pool' - faster and kinder on the system then restarting iisadmin -- Louis Solomon www.SteelBytes.com ""Frank M. Kromann"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Restart the IIS Admin Service. > > This will restart the web servic

Re: [PHP-WIN] how to reload ISAPI PHP

2005-07-25 Thread Frank M. Kromann
Restart the IIS Admin Service. This will restart the web service and any other service under it (ftp, smtp) and you should be good to go. - Frank > I've modified some enxtensions lines in php.ini but the isapi dll seems > to be cached, i've restarted the iis service but still cached, did > som

[PHP-WIN] Run a program

2005-07-25 Thread Jacob Waller
Hi! I'd like to be able to run a program from a php-script. I've tried running the following command, and it works when I run it from the Run-dialog: D:\Cygwin\bin\bash.exe --login -i script.sh arg1 arg2 (the shell script runs another program (fontforge) which too runs a script) However, when I

[PHP-WIN] how to reload ISAPI PHP

2005-07-25 Thread Juan Ignacio Borda
I've modified some enxtensions lines in php.ini but the isapi dll seems to be cached, i've restarted the iis service but still cached, did someone know what service to reload isapi module ? (of course I cannot restart the server ) Best regards Juan -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] PHP and XML with umlaut

2005-07-25 Thread Supscriptions
Hello, I been learning PHP from a Wrox book called beginning PHP 4. There was an xml parser, I typed out the code and it worked ok. I than installed german version of windows on my PC, PHP Apache etc. and now it doesn't work. It has problems when tags or text contained with in the tags has germ

[PHP-WIN] Re: Strange mysql/pear db self join help needed.

2005-07-25 Thread Mark Rees
> Can someone answer a MySQL question for me? I'm trying to do a self join on > my category table and I'm only coming up with 2 fields in my recordset when > I know I should have 5 fields. Here is the code I'm using. > > >SELECT Cats3.CatId, Cats.Cat, Cats1.Cat, Cats2.Cat, Cats3.Cat > >FROM (((Cat