php-windows Digest 14 Feb 2005 17:23:20 -0000 Issue 2574

Topics (messages 25575 through 25577):

Running PHP4 and PHP5 parallel on Apache v2.0 on Windows?
        25575 by: RaveRod

Re: system() on Windows 2003
        25576 by: Raul IONESCU

Hi, I am having a problem to Configure MySQL under my XP machine
        25577 by: user.domain.invalid

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 ---
I've googled for this information but I'm just getting myself confused.

We have Apache v2.0 and PHP v4.3.10 running on a Windows XP machine (using
vhosts).

Our developers would like to dabble with PHP v5.x without disrupting PHP
v4.x. From what I've read the only way around this is to run multiple
instances of Apache (which is a problem).

Is there anyway to load both and have, say pages ending in .php5 or
something parsed with the PHP v5.x parser?

--- End Message ---
--- Begin Message ---
   I'm sorry for the mispell; the correct version is without ' before copy:
   system('cmd /c copy /b prnfile lpt4:', $result);
 
   .That gives me the same result
 
   .
 
   .________________________________
 
   .From: Raul IONESCU [mailto:[EMAIL PROTECTED]
   .Sent: Friday, February 11, 2005 1:51 AM
   .To: Jason Beaver; [email protected]
   .Subject: Re: [PHP-WIN] system() on Windows 2003
 
   .
 
   .You shoud type system('cmd /c 'copy /b prnfile lpt4:', $result);
   .in order to work.
 
   ..I have a script that calls:
   .. system('copy /b prnfile lpt4:', $result);
   ..or:
   .. system('type prnfile > lpt4', $result);
   ..the result is '1' and it doesn't send it to lpt4.
   ..I have tried:
   .. system('type prnfile', $result);
   ..the result of that is '0' and it puts all the info in the file on the
   ..browser screen.
 
   ..I have tried a number of commands in there it seems that the commands
   .that
   ..only require 'read' permissions work but when they need to 'write' to
   ..something it fails.
 
   ..I think that this is a permissions issue but I can't figure out where
   .to set
   ..what permission
 
   ..Has anyone had any experiance making PHP talk directly to a LPT port?
   .so I
   ..an avoid this problem all togeather?
   ..I tried to do that when I wrote this script but was unsuccessful. this
   .same
   ..script works on a 2000 box but with 2003's new security it causes a
   .problem
 
   ..anyone have any ideas?
 
   ..anyone have any ideas?
 
   ..--
   ..PHP Windows Mailing List (http://www.php.net/)
   ..To unsubscribe, visit: http://www.php.net/unsub.php
 
   ..Publicitate:
   ..---------------------------------------------------------------
   ..Doar 3,999lei/absorbant?
   ..http://www.always.ro/duoaction.html
 
   .Publicitate:
 
   .________________________________
 
   .Doar 3,999lei/absorbant?
   .http://www.always.ro/duoaction.html
 
   .Publicitate:
   .---------------------------------------------------------------
   .Posteaza gratuit anunturi de orice dimensiune si ai audienta de sute de
   mii, lunar.


Publicitate:
---------------------------------------------------------------
Posteaza gratuit anunturi de orice dimensiune si ai audienta de sute de mii, 
lunar.

--- End Message ---
--- Begin Message --- After the installation part, at the end of the configuration, I get this error messege(In the attached file).
Can anyone please help me solve my problem?
Thanks in advance....!

--- End Message ---

Reply via email to