|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-10-26 07:39 UTC] alexandrusavin at gmail dot com
[2007-12-01 05:02 UTC] cweiske@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 23:00:02 2025 UTC |
Description: ------------ 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(witch I can not select in your PHP Version select box)/IIS6/Windows Server 2003. Every think else is working properly besides the printing function. When I try to print something with the php_print.dll 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. Reproduce code: --------------- $p = printer_open('\\ICT4\HPDeskje');// at this line the error appears Expected result: ---------------- I would expect a connection to the printer to be made. Actual result: -------------- Fatal error: Out of memory (allocated 524288) (tried to allocate 4294967295 bytes) in D:\WWWSites\helpu2\reports\nir.php on line 62