php-windows Digest 28 Apr 2006 13:07:28 -0000 Issue 2949

Topics (messages 26870 through 26871):

Compiling PHP & eAccelerator using Visual Studio Express?
        26870 by: Dominic Ryan

calling/running a .jar from inside php
        26871 by: George Pitcher

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 ---
 Hi All,

Just downloaded Visual Studio Express, and was wondering if anyone had successfully compiled the PHP 4/5 interpreter, or eAccelerator with it? I've added extra libraries/includes/executables to my VC++ directories so that I no longer get pages of fatal "cannot find file" errors now, but they are replaced with pages of warnings and errors. I am very new to this, so any advice would be greatly appreciated.

Thanks

--- End Message ---
--- Begin Message ---
Hi,

I use iText to split and join pdf files. I have this on my WinXP laptop and
get php to build a .bat file - which works fine. I also have iText on my
linux server and can call that from within my php script by doing:

 $x = shell_exec("java -cp itext.jar com.lowagie.tools.concat_pdf blah
blah);

I now need to do something similar on my NT4-IIS4 server but exec() and
shell_exec() do not work on NT.

Is there another way to call/run the iText jar file on NT4?

Cheers

George, in Oxford

--- End Message ---

Reply via email to