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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nitro1710 at hotmail dot com
New email:
PHP Version: OS:

 

 [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 14:01:34 2024 UTC