ID:               14619
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Closed
 Bug Type:         Compile Warning
 Operating System: AIX (probably not OS specific)
 PHP Version:      4.1.0
 New Comment:

The 200211101739 snapshot release seems to have fixed this problem.


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

[2002-11-08 10:01:43] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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



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

[2001-12-20 09:45:50] [EMAIL PROTECTED]

"zend_alloc.c", line 635.22: 1506-419 (E) Converting 2576696087 to type
"long int" does not preserve its value.
"zend_alloc.c", line 643.22: 1506-419 (E) Converting 4219631580 to type
"long int" does not preserve its value.

Using 32 bit long these values won't fit.  Changing the declaration on
line 36 of Zend/zend_alloc.h from 'long magic' to 'unsigned long
magic,' or lowering the constant codes might be worth considering.

Yours,
        lars-owe

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


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

Reply via email to