Re: [PHP-WIN] Re: Unable to load php_apc.dll on IIS6

2010-02-22 Thread Pierre Joye
hi, On Mon, Feb 22, 2010 at 10:47 PM, Jeff wrote: > Jeff yahoo.com> writes: > >> >> I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 > webserver >> running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode). Please update to a decent PHP 5.2 version and it will work

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Venkat Raman Don
Hi, I did some test on Windows7 as well as Windows Server 2008. I used fastcgi.impersonate=1 in both the cases. On Windows 7 everything is fine. From Windows Server 2008 I am getting below error: Fatal error: Out of memory (allocated 524288) (tried to allocate 4294967295 bytes) in C:\inetpub\w

[PHP-WIN] Re: Unable to load php_apc.dll on IIS6

2010-02-22 Thread Jeff
Jeff yahoo.com> writes: > > I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 webserver > running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode). > > Please advise, > > Thank you > Please note that I tried each of the dlls located here: http://downloads.php

[PHP-WIN] Unable to load php_apc.dll on IIS6

2010-02-22 Thread Jeff
I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 webserver running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode). Please advise, Thank you -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Keith Davis
Well, I'm on Server 2003, and I still cannot print. It only works with impersonate turned off, and that is not a solution, as I need to connect to remote files. Keith Davis (214) 906-5183 -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Monday, February 22, 201

Re: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Pierre Joye
hi, It works just fine here, did you install the print server? Cheers, On Mon, Feb 22, 2010 at 3:03 PM, Robert wrote: > About no chance to print on a shared printer from windows server 2008. > > Please note that for some unknown reason, it is either impossible to mount a > shared printer on win

Re: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Robert
About no chance to print on a shared printer from windows server 2008. Please note that for some unknown reason, it is either impossible to mount a shared printer on windows server 2008. Maybe that errors and issues printing from php are connected to this issue. The only chance we had found to

Re: [PHP-WIN] Comparing large arrays

2010-02-22 Thread Pierre Joye
hi, You can disable the time limit, or use a database, which may be a much better tool for that. Cheers, On Mon, Feb 22, 2010 at 1:33 PM, Murray R. Summers wrote: > I have two arrays, generated from even larger text source files (one is > ~50K elements and the other is about 90K elements).  I n

[PHP-WIN] Comparing large arrays

2010-02-22 Thread Murray R. Summers
I have two arrays, generated from even larger text source files (one is ~50K elements and the other is about 90K elements). I need to compare the two, and produce a result array that contains only the elements of array 1 that are not also in array 2. It seems like array_diff() is exactly the