php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64773 error define in php_yaz.c
Submitted: 2013-05-03 15:42 UTC Modified: 2013-08-12 08:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: stephane dot magne at ville-larochelle dot fr Assigned: dickmeiss (profile)
Status: Closed Package: yaz (PECL)
PHP Version: Irrelevant OS: linux 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: stephane dot magne at ville-larochelle dot fr
New email:
PHP Version: OS:

 

 [2013-05-03 15:42 UTC] stephane dot magne at ville-larochelle dot fr
Description:
------------
line 52, just change 
#define ODR_INT_PRINTF %d
by 
#define ODR_INT_PRINTF "%d"

in order to make the sprintf using it to compile

Expected result:
----------------
compil ok

Actual result:
--------------
error compiling in the lines using this constant.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-07-15 00:50 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: dickmeiss
 [2013-08-12 08:08 UTC] dickmeiss@php.net
-Status: Assigned +Status: Closed
 [2013-08-12 08:08 UTC] dickmeiss@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Fixed in 1.1.6 of the yaz extension.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 10 13:01:27 2024 UTC