Discussion:
[PECL-BUG] Bug #12293 [NEW]: Fatal error: Out of memory
(too old to reply)
alexandrusavin at gmail dot com
2007-10-22 09:19:25 UTC
Permalink
From: alexandrusavin at gmail dot com
Operating system: Windows Server 2003 Standard Edi
Package version:
PHP version: 5.2.1
Package: Bug System
Bug Type: Bug
Bug description: Fatal error: Out of memory

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
--
Edit bug report at http://pecl.php.net/bugs/bug.php?id=12293&edit=1
--
alexandrusavin at gmail dot com
2007-10-26 11:39:24 UTC
Permalink
Edit report at http://pecl.php.net/bugs/bug.php?id=12293&edit=1

ID: 12293
User updated by: alexandrusavin at gmail dot com
Reported By: alexandrusavin at gmail dot com
Status: Open
Id: 12293
Type: Bug
-Package: Bug System
+Package: Web Site
Operating System: Windows Server 2003 Standard Edi
PHP Version: 5.2.1
New Comment:

Is there nobody who can help me with this bug ?


Previous Comments:
------------------------------------------------------------------------

[2007-10-22 05:19:25] alexandrusavin at gmail dot com

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

------------------------------------------------------------------------
--
Edit this bug report at http://pecl.php.net/bugs/bug.php?id=12293&edit=1
Marcelo Araujo
2007-10-26 11:53:26 UTC
Permalink
Hello,

Did you check your memory_limit ini setting (php.ini)?

Regards,

Marcelo Araujo

On 26 Oct 2007 11:39:24 -0000, alexandrusavin at gmail dot com <
Post by alexandrusavin at gmail dot com
Edit report at http://pecl.php.net/bugs/bug.php?id=12293&edit=1
ID: 12293
User updated by: alexandrusavin at gmail dot com
Reported By: alexandrusavin at gmail dot com
Status: Open
Id: 12293
Type: Bug
-Package: Bug System
+Package: Web Site
Operating System: Windows Server 2003 Standard Edi
PHP Version: 5.2.1
Is there nobody who can help me with this bug ?
------------------------------------------------------------------------
[2007-10-22 05:19:25] alexandrusavin at gmail dot com
------------
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
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.
---------------
$p = printer_open('\\ICT4\HPDeskje');// at this line the error appears
----------------
I would expect a connection to the printer to be made.
--------------
Fatal error: Out of memory (allocated 524288) (tried to allocate
4294967295 bytes) in D:\WWWSites\helpu2\reports\nir.php on line 62
------------------------------------------------------------------------
--
Edit this bug report at http://pecl.php.net/bugs/bug.php?id=12293&edit=1
--
PEAR Webmaster Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...