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

2010-02-23 Thread Richard Quadling
On 22 February 2010 22:30, Venkat Raman Don wrote: > DocumentProperties http://msdn.microsoft.com/en-us/library/dd183576(VS.85).aspx LONG DocumentProperties( __in HWND hWnd, __in HANDLE hPrinter, __in LPTSTR pDeviceName, __out PDEVMODE pDevModeOutput, __in PDEVMODE pDevModeInp

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

2010-02-23 Thread Keith Davis
Nope. I have an account called Test. It is not an Administrator account (local or domain) and it can print to \\server05\Auth, but it fails here too. Keith Davis (214) 906-5183 -Original Message- From: Venkat Raman Don [mailto:don.ra...@microsoft.com] Sent: Monday, February 22, 2010 4:

Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-23 Thread José Moreira
Thank you Pierre, FastCGi SAP worked perfectly. No dia 19 de Fevereiro de 2010 19:57, Pierre Joye escreveu: > It may not due to OCI. Can you try using the FastCGi SAPI instead? The > ISAPI interface is not supported anymore. > > 2010/2/19 José Moreira : > > Unfortunately not and i'm following th

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

2010-02-23 Thread Venkat Raman Don
I already mentioned the reason of failure. It is strange that OpenPrinter function is passing but DocumentProperties is failing. Ideally once OpenPrinter passes, everything should go through. And the worst thing is that this is an abandoned package. I don't see any maintainer for it. Why don't u

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

2010-02-23 Thread Venkat Raman Don
Richard, I tried that. I passed handle returned by OpenPrinter to DocumentProperties but same result. It's not that function fails for any bad parameter reason. I am getting error number 5 while calling GetLastError() which means some sort of access denied. But then why OpenPrinter is going thr

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

2010-02-23 Thread Keith Davis
I will take a look at FPDF, but having the users have to first open a PDF document and then print that creates it's own set of problems. We have a extremely complex and integrated Intranet site that does all kinds of reporting, and the area that it completely sucks is when it comes to printing. Not

[PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Chris
Hello, and thanks for your assistance in advance. I am using PHP 4.4.9 on Windows 2008 64 bit with informix and am reciving the following error: PHP Warning: Unknown(): Unable to load dynamic library 'D:\php\extensions\php_ifx.dll' - %1 is not a valid Win32 application in unknown on line 0.

Re: [PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Pierre Joye
hi, PHP 4 is not maintained anymore. Please consider to migrate to php 5.2 or 5.3 as soon as possible. Which DB do you want to use? Informix or sqlserver? Cheers, -- Pierre On Tue, Feb 23, 2010 at 6:49 PM, Chris wrote: > Hello, and thanks for your assistance in advance.  I am using PHP 4.4.9 o

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

2010-02-23 Thread Louis Solomon
DocumentProperties is probably trying to load some 3rd party printer dll extensions. Suggest using procmon.exe and filter for access denied to see what is failing Louis Solomon www.SteelBytes.com -Original Message- From: Venkat Raman Don [mailto:don.ra...@microsoft.com] Sent: Wednesda

RE: [PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Venkat Raman Don
Just for everyone's information, the problem was that the PHP Informix driver (php_ifx.dll) was dependent on Informix Client SDK (one particular dll named isqlt09a.dll) which was a 64 bit DLL as 64 bit client SDK for Informix was installed on the machine and that was getting picked up resulting