Jump to content

alex_savin

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by alex_savin

  1. I'm sure it's not a script problem... I did a test script: printer_open('path_to_the_printer'); //of course instead of 'path_to_the_printer' is the actual path As of the PECL version .. it came with the PHP ... I'm using the one that comes with the .msi version of PHP installer so .. yes is the latest versin (v5.2.4.4)... I have tried on a WIN XP / Apache 2.2 / same PHP 5.2.4 and it is working fine. I'm thinking if it is possible to be a incompatibility with IIS6. I read that PHP 5.2.x comes with a new memory allocation engine ... i don't know for sure ...
  2. I have 1gb ECC memory. It is a brand new HP ML360 Server with 3GHz INTEL XEON processor, 73gb SCSI HDD. The system has a fresh os install... Tried to sett it '-1' and ... nothing ... the same error ... I don't think that it is relay a resource problem... Take a look at the memory size that it try to allocate : 4294967295 bytes = 3.99 Gb for a printing object ... it is waaaaaay to much... Did that too .. nothing found .. I even posted on PHP's bugs web page ... they sent me to PECL's bugs web page .... and from them .. no answerer ...
  3. Hello! I've moved all my applications from one server to another. The former server's configuration was PHP v5.0.2/Apache v2.0/Windows Server 2000 and now is PHP v5.2.4/IIS6/Windows Server 2003. Every think else is working properly besides the printing function. When I try to print something with the php_printer.dll's functions this error appears: Fatal error: Out of memory (allocated 524288) (tried to allocate 4294967295 bytes) in D:\WWWSites\helpu2\reports\nir.php on line 62 This worked perfectly on the previous server. Thank you in advance, Alex
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.