php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57402 problem compiling
Submitted: 2006-11-28 06:52 UTC Modified: 2016-06-21 21:20 UTC
From: arojo at computer dot org Assigned:
Status: Suspended Package: Paradox (PECL)
PHP Version: 5.2.0 RC4 OS: debian
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: arojo at computer dot org
New email:
PHP Version: OS:

 

 [2006-11-28 06:52 UTC] arojo at computer dot org
Description:
------------
 gcc -I. -I/tmp/pear/cache/paradox-1.4.1 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/paradox-1.4.1/include -I/var/tmp/pear-build-root/paradox-1.4.1/main -I/tmp/pear/cache/paradox-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/cache/paradox-1.4.1/paradox.c  -fPIC -DPIC -o .libs/paradox.o
/tmp/pear/cache/paradox-1.4.1/paradox.c:93:42: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:94:42: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:93: error: 'ZEND_ME_MAPPING' undeclared here (not in a function)
/tmp/pear/cache/paradox-1.4.1/paradox.c:94: error: expected '}' before 'ZEND_ME_MAPPING'
/tmp/pear/cache/paradox-1.4.1/paradox.c:95:46: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:96:38: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:97:48: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:98:46: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:99:48: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:100:48: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:102:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:105:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:108:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:111:58: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:113:46: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:114:48: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:115:44: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:116:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:117:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:118:46: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:119:46: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:120:64: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:121:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:122:54: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:123:60: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/tmp/pear/cache/paradox-1.4.1/paradox.c:124:50: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
make: *** [paradox.lo] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-08 03:13 UTC] baco at infomaniak dot ch
This will fix your issue

perl -p -i -e 's/(PHP_ME_MAPPING\([^\)]+)\)/${1}, 0)/g' 
paradox.c
 [2007-05-08 03:14 UTC] baco at infomaniak dot ch
This will fix your issue

perl -p -i -e 's/(PHP_ME_MAPPING\([^\)]+)\)/${1}, 0)/g' 
paradox.c
 [2016-06-21 21:20 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2016-06-21 21:20 UTC] cmb@php.net
The Paradox extension appears to be unmaintained, so I'm
suspending this ticket until that changes.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 16:01:30 2025 UTC