php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31800 Bug
Submitted: 2005-02-02 01:09 UTC Modified: 2005-02-02 08:38 UTC
From: ilya-- at mail dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.3 OS: Mandrake 10.0 i686
Private report: No CVE-ID: None
 [2005-02-02 01:09 UTC] ilya-- at mail dot ru
Description:
------------
Bug

Reproduce code:
---------------
  first:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
  second(bug):
make
 

Expected result:
----------------
/home/inst/php-5.0.3/Zend/zend_list.h:68: warning: parameter names (without types) in function declaration
/home/inst/php-5.0.3/Zend/zend_list.h:69: error: parse error before "TSRMLS_DC"
/home/inst/php-5.0.3/Zend/zend_list.h:74: error: parse error before "TSRMLS_DC"

/home/inst/php-5.0.3/Zend/zend_list.h:83: error: parse error before "TSRMLS_DC"
/home/inst/php-5.0.3/Zend/zend_list.h:85: error: parse error before "TSRMLS_DC"
In file included from /home/inst/php-5.0.3/Zend/zend_API.h:29,
                 from /home/inst/php-5.0.3/main/php.h:38,
                 from /home/inst/php-5.0.3/ext/libxml/libxml.c:28:
/home/inst/php-5.0.3/Zend/zend_operators.h:42: error: parse error before "TSRMLS_DC" 
         AND
/home/inst/php-5.0.3/ext/libxml/libxml.c:81: error: parse error before "TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:82: error: parse error before "TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:126: error: parse error before "TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c: In function `php_libxml_clear_object':
/home/inst/php-5.0.3/ext/libxml/libxml.c:128: error: `object' undeclared (first use in this function)
/home/inst/php-5.0.3/ext/libxml/libxml.c:131: error: parse error before "TSRMLS_CC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:132: error: parse error before "TSRMLS_CC"
/home/inst/php-5.0.3/ext/libxml/libxml.c: At top level:
/home/inst/php-5.0.3/ext/libxml/libxml.c:135: error: parse error before "TSRMLS_DC"


Actual result:
--------------
problems

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-02 08:38 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 05:01:31 2024 UTC