php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44739 var.c:410: warning: unknown conversion type character 'H' in format
Submitted: 2008-04-15 23:47 UTC Modified: 2008-04-16 17:27 UTC
From: sixd@php.net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.3CVS-2008-04-15 (CVS) OS: Ubuntu 7.10
Private report: No CVE-ID: None
 [2008-04-15 23:47 UTC] sixd@php.net
Description:
------------
With PHP 5.3 or 5.2 on Ubuntu 7.10 or RHEL 4 I see this compile warning:

gcc -Iext/standard/ -I/home/cjones/phpsrc/php53/ext/standard/ -DPHP_ATOM_INC -I/home/cjones/phpsrc/php53/include -I/home/cjones/phpsrc/php53/main -I/home/cjones/phpsrc/php53 -I/home/cjones/phpsrc/php53/ext/ereg/regex -I/usr/include/libxml2 -I/home/cjones/phpsrc/php53/ext/date/lib -I/home/cjones/instantclient_10_2/sdk/include -I/home/cjones/phpsrc/php53/TSRM -I/home/cjones/phpsrc/php53/Zend -I/usr/include -g -fvisibility=hidden -O0 -Wall -c /home/cjones/phpsrc/php53/ext/standard/var.c -o ext/standard/.libs/var.o
/home/cjones/phpsrc/php53/ext/standard/var.c: In function 'php_var_export':
/home/cjones/phpsrc/php53/ext/standard/var.c:410: warning: unknown conversion type character 'H' in format
/home/cjones/phpsrc/php53/ext/standard/var.c:410: warning: too many arguments for format

My config.nice is:

'./configure' \
'--prefix=/home/cjones/php53_10' \
'--with-apxs2=/home/cjones/apache/bin/apxs' \
'--enable-debug' \
'--with-gd' \
'--with-zlib' \
'--with-oci8=instantclient,/home/cjones/instantclient_10_2' \
'--enable-sigchild' \
"$@"



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-16 17:27 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Native PHP data format
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 23:01:28 2024 UTC