php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38515 Warnings during compile
Submitted: 2006-08-20 02:44 UTC Modified: 2009-06-04 05:31 UTC
From: dduffner at comcast dot net Assigned:
Status: Closed Package: Compile Warning
PHP Version: 5.1.5 OS: MandrivaLinux 2006.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dduffner at comcast dot net
New email:
PHP Version: OS:

 

 [2006-08-20 02:44 UTC] dduffner at comcast dot net
Description:
------------
My configure:

--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql

There are many of these, this is a sample:

/root/Download/php-5.1.5/ext/standard/array.c: In function 'zif_range':
/root/Download/php-5.1.5/ext/standard/array.c:1637: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in signedness
/root/Download/php-5.1.5/ext/standard/array.c:1648: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in signedness
/root/Download/php-5.1.5/ext/standard/array.c:1654: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in signedness
/root/Download/php-5.1.5/ext/standard/array.c: In function '_phpi_pop':
/root/Download/php-5.1.5/ext/standard/array.c:1972: warning: pointer targets in passing argument 3 of 'zend_hash_get_current_key_ex' differ in signedness


Expected result:
----------------
No warnings of the number that I am getting


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-20 18:32 UTC] iliaa@php.net
What compiler are you using (please include the version)?
 [2006-08-21 02:43 UTC] dduffner at comcast dot net
gcc v4.0.1 for Mandriva Linkin 2006.0
 [2006-08-23 19:31 UTC] tony2001@php.net
They can be safely ignored.
Marking as suspended.
 [2009-06-04 05:31 UTC] kalle@php.net
array.c shouldnt throw any warnings in most recent versions of php, closing this
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC