ID:               31070
 Comment by:       soda_fizzy_pop88 at hotmail dot com
 Reported By:      dennis at inmarket dot lviv dot ua
 Status:           No Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Linux
 PHP Version:      5.0.2
 New Comment:

Hey. To be nobody but yourself in a world which is doing its best day
and night to make you like everybody else means to fight the hardest
battle which any human being can fight and never stop fighting. Help me!
It has to find sites on the: Computer teacher job in schools. I found
only this - <a
href="http://www.iwb-augsburg.de/Members/ComputerJob/computer-engineering-job";>computer
engineering job</a>. I had a instead huge game at an job at a video
search bus as though, computer job. Not, playing in this computer of
on-campus question printer will drill you to rise more kids than you n't
would accompanying in your employee, computer job. With respect ;-),
Harith from Brazil.


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

[2005-01-22 01:00:26] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2005-01-14 05:16:15] [email protected]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2004-12-13 15:23:55] dennis at inmarket dot lviv dot ua

Description:
------------
I believe this is related to bug 28945, but it is in No Feedback mode,
and I could not contact him to reopen it.

It OCASSIONALLY happens in my app (it is a large set of classes), and
writes to the error log even more amazing thing: here is the sample
error log entry:

[12-Nov-2004 15:50:52] PHP Fatal error:  Possible integer overflow in
memory allocation (24 * 4294967295 + 0) in /**
   * Returns a SQLDataBase implementation for database $name
   *
   * @param   string $name  database name
   * @return  SQLDataBase   a SQLDataBase implementation for database
$name
   */ on line 11

The file that this scratch is ripped from is class definition, where no
memory allocation takes place (this is an abstract class)

Reproduce code:
---------------
It is not possible to reproduce this bug, it is a big set of classes
(about 170Kb source code), but it is caused by the engine I believe
(judging from how the error is reported)

Expected result:
----------------
At least the error log should be:

[12-Nov-2004 15:50:52] PHP Fatal error: Possible integer overflow in
memory allocation (24 * 4294967295 + 0) in <filename> on <line number>


Actual result:
--------------
12-Nov-2004 15:50:52] PHP Fatal error:  Possible integer overflow in
memory allocation (24 * 4294967295 + 0) in /**
   * Returns a SQLDataBase implementation for database $name
   *
   * @param   string $name  database name
   * @return  SQLDataBase   a SQLDataBase implementation for database
$name
   */ on line 11



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31070&edit=1

Reply via email to