php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58680 does not build with php-5.3.x
Submitted: 2009-05-18 12:32 UTC Modified: 2012-07-29 16:49 UTC
From: oeriksson at mandriva dot com Assigned: felipe (profile)
Status: Closed Package: automap (PECL)
PHP Version: 5.3.0RC2 OS: Mandriva Cooker
Private report: No CVE-ID: None
 [2009-05-18 12:32 UTC] oeriksson at mandriva dot com
Description:
------------
automap does not build with php-5.3.0RC2

Reproduce code:
---------------
as done usually

Expected result:
----------------
should build

Actual result:
--------------
[...]
In file included from /home/oden/RPM/BUILD/automap-1.1.0/php_automap.c:47:
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:63: warning: useless storage class specifier in empty declaration
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:63: warning: empty declaration
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:68: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:71: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:74: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:78: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:82: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:87: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:92: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:98: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c: In function 'ut_persistent_zval_ptr_dtor':
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:237: error: 'zval' has no member named 'refcount'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:238: error: 'zval' has no member named 'refcount'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:242: error: 'zval' has no member named 'refcount'
/home/oden/RPM/BUILD/automap-1.1.0/utils.c:243: error: 'zval' has no member named 'is_ref'
In file included from /home/oden/RPM/BUILD/automap-1.1.0/php_automap.c:49:
/home/oden/RPM/BUILD/automap-1.1.0/Automap.c: At top level:
/home/oden/RPM/BUILD/automap-1.1.0/Automap.c:56: warning: useless storage class specifier in empty declaration
/home/oden/RPM/BUILD/automap-1.1.0/Automap.c:56: warning: empty declaration
/home/oden/RPM/BUILD/automap-1.1.0/Automap.c:1620: error: duplicate 'static'
/home/oden/RPM/BUILD/automap-1.1.0/Automap.c:1627: error: duplicate 'static'
[...]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-29 16:49 UTC] felipe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 [2012-07-29 16:49 UTC] felipe@php.net
A new version already has been released.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC