|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-25 14:51 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 06:00:01 2025 UTC |
3.0.3 will compile on my system. 3.0.4, the new feature (user_keys?) has a compile problem in the functions dir. This also happens with the new configure script posted recently, regarding AIX and BSD. From the compiler output: cc -O2 -pca -woff all -n32 -Xcpluscomm -g -I. -I. -I/usr/local/src/apache_1.3.1/src/include -I/usr/local/src/apache_1.3.1/src/os/unix -I/usr/local/include/mysql -c functions/basic_functions.c -o functions/basic_functions.o "functions/basic_functions.c", line 871: error(1028): expression must have a constant value pval *args[2] = {&key1, &key2}; ^ "functions/basic_functions.c", line 871: error(1028): expression must have a constant value pval *args[2] = {&key1, &key2}; ^ 2 errors detected in the compilation of "functions/basic_functions.c". *** Error code 2 (bu21) ********** My Configuration (which works on 3.0.3) (Compilers used were SGI's v. 7.2.1 with auto-parallelization). CC="cc -O2 -pca -woff all -n32 -Xcpluscomm" \ CXX="CC -O2 -pca -n32 -Xcpluscomm" \ LDFLAGS="-n32 -mp" \ ./configure \ --with-apache=/usr/local/src/apache_1.3.1 \ --with-mysql \ --enable-debug=no \ --enable-track-vars=yes \ --with-exec-dir=/www/cgi-bin \ --enable-memory-limit=no \ --enable-safe-mode=yes