php-windows Digest 25 Jul 2005 23:11:58 -0000 Issue 2738
Topics (messages 26230 through 26232):
PHP and XML with umlaut
26230 by: Supscriptions
how to reload ISAPI PHP
26231 by: Juan Ignacio Borda
Run a program
26232 by: Jacob Waller
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
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 german characters, umlaut. Is
there a problem with german chracters? If I take them out everything works. Why
does it work on my old english XP but not now I'm using german version of xp?
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
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 try to run the same command from a php-script nothing
happens. Or rather, bash starts, but it doesn't do what it does when i run
the same command from the Run-dialog. I'm not even sure if I'm using the
right php-command and syntax. Could you please tell me how to do?
I'm on Win XP Home if that matters...
Thanks in advance! /Jacob
--- End Message ---