php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25100 Compile error in main/internal_functions.c
Submitted: 2003-08-15 12:46 UTC Modified: 2003-08-21 00:00 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: nitro1710 at hotmail dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.3RC3 OS: FreeBSD 4.8-STABLE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
35 - 15 = ?
Subscribe to this entry?

 
 [2003-08-15 12:46 UTC] nitro1710 at hotmail dot com
Description:
------------
I tried to upgrade php-4.3.3RC1 to php-4.3.3RC2, but I got this 
error and it stop compiling... When I upgraded to RC1, I got no 
error, but, for RC2, I get this: 
 
/bin/sh /usr/ports/www/mod_php4/work/php-4.3.3RC2/libtool 
--silent --preserve-dup-deps --mode=compile cc  -Imain/ 
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2/main/ 
-DPHP_ATOM_INC 
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2/include 
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2/main 
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2 
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2/Zend 
-I/usr/local/include -I/usr/X11R6/include 
-I/usr/local/include/freetype2 -I/usr/local/include/mysql  
-I/usr/ports/www/mod_php4/work/php-4.3.3RC2/TSRM  -O 
-pipe  -prefer-pic -c main/internal_functions.c -o 
main/internal_functions.lo 
main/internal_functions.c:41: `phpext_xml_ptr' undeclared here 
(not in a function) 
main/internal_functions.c:41: initializer element is not constant 
main/internal_functions.c:41: (near initialization for 
`php_builtin_extensions[0]') 
main/internal_functions.c:42: `phpext_tokenizer_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:42: initializer element is not constant 
main/internal_functions.c:42: (near initialization for 
`php_builtin_extensions[1]') 
main/internal_functions.c:43: `phpext_standard_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:43: initializer element is not constant 
main/internal_functions.c:43: (near initialization for 
`php_builtin_extensions[2]') 
main/internal_functions.c:44: `phpext_sockets_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:44: initializer element is not constant 
main/internal_functions.c:44: (near initialization for 
`php_builtin_extensions[3]') 
main/internal_functions.c:45: `phpext_session_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:45: initializer element is not constant 
main/internal_functions.c:45: (near initialization for 
`php_builtin_extensions[4]') 
main/internal_functions.c:46: `phpext_posix_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:46: initializer element is not constant 
main/internal_functions.c:46: (near initialization for 
`php_builtin_extensions[5]') 
main/internal_functions.c:47: `phpext_pcre_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:47: initializer element is not constant 
main/internal_functions.c:47: (near initialization for 
`php_builtin_extensions[6]') 
main/internal_functions.c:48: `phpext_overload_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:48: initializer element is not constant 
main/internal_functions.c:48: (near initialization for 
`php_builtin_extensions[7]') 
main/internal_functions.c:49: `phpext_mysql_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:49: initializer element is not constant 
main/internal_functions.c:49: (near initialization for 
`php_builtin_extensions[8]') 
main/internal_functions.c:50: `phpext_mcrypt_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:50: initializer element is not constant 
main/internal_functions.c:50: (near initialization for 
`php_builtin_extensions[9]') 
main/internal_functions.c:51: `phpext_gd_ptr' undeclared here 
(not in a function) 
main/internal_functions.c:51: initializer element is not constant 
main/internal_functions.c:51: (near initialization for 
`php_builtin_extensions[10]') 
main/internal_functions.c:52: `phpext_ctype_ptr' undeclared 
here (not in a function) 
main/internal_functions.c:52: initializer element is not constant 
main/internal_functions.c:52: (near initialization for 
`php_builtin_extensions[11]') 
main/internal_functions.c:53: `phpext_zlib_ptr' undeclared here 
(not in a function) 
main/internal_functions.c:53: initializer element is not constant 
main/internal_functions.c:53: (near initialization for 
`php_builtin_extensions[12]') 
 
 
Thank 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-21 00:00 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 19:01:33 2024 UTC