php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20504 missing semicolons
Submitted: 2002-11-19 15:02 UTC Modified: 2002-11-19 15:21 UTC
From: mlong at infoave dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.3 OS: tru64 5.1a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mlong at infoave dot net
New email:
PHP Version: OS:

 

 [2002-11-19 15:02 UTC] mlong at infoave dot net
===> src/modules/php4
cc -std1 -g -c  -I../../os/unix -I../../include   -DOSF1 -I/web/php-4.2.3 -I/web/php-4.2.3/main -I/web/php-4.2.3/main -I/web/php-4.2.3/Zend -I/web/php-4.2.3/Zend -I/web/php-4.2.3/TSRM -I/web/php-4.2.3/TSRM -I/web/php-4.2.3 -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci`   mod_php4.c
cc: Error: /web/php-4.2.3/Zend/zend_hash.h, line 191: Missing ";". (nosemi)
static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength)
--------------^
cc: Info: /web/php-4.2.3/Zend/zend_hash.h, line 191: "inline" is a keyword in the C99 revision of the C standard.  Using it as an identifier will prevent your program from conforming to that standard. (futurekeywd2)
static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength)
-------^
cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 41: Missing ";". (nosemi)
static inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 51: Missing ";". (nosemi)
static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_operators.h, line 61: Missing ";". (nosemi)
static inline int is_numeric_string(char *str, int length, long *lval, double *dval, zend_bool allow_errors)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 57: Missing ";". (nosemi)
static inline void safe_free_zval_ptr(zval *p)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 67: Missing ";". (nosemi)
static inline int i_zend_is_true(zval *op)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 107: Missing ";". (nosemi)
static inline void zend_ptr_stack_clear_multiple(TSRMLS_D)
--------------^
cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 119: Missing ";". (nosemi)
static inline int zend_ptr_stack_get_arg(int requested_arg, void **data TSRMLS_DC)
--------------^
cc: Warning: ../../include/ap_config.h, line 1396: The redefinition of the macro "XtOffsetOf" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect. (macroredef)
#define XtOffsetOf(s_type,field) XtOffset(s_type*,field)
--------------------------------------------------^
cc: Error: /web/php-4.2.3/ext/standard/php_string.h, line 125: Missing ";". (nosemi)
static inline char *
--------------^
cc: Warning: /web/php-4.2.3/main/php_config.h, line 2110: The redefinition of the macro "zend_isnan" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect. (macroredef)
#define zend_isnan(a) isnan(a)
----------------------^
cc: Info: /web/php-4.2.3/ext/standard/php_image.h, line 40: Trailing comma found in enumerator list. (trailcomma)
} image_filetype;
^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-19 15:18 UTC] mlong at infoave dot net
Oh the above happens when I compile php into apache
 [2002-11-19 15:21 UTC] mlong at infoave dot net
nevermind messed with the CC args and got it to compile
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC