php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21889 alphasort doesn't exist on SunOS 5.8
Submitted: 2003-01-26 12:54 UTC Modified: 2003-01-27 19:51 UTC
From: sagawa at sohgoh dot net Assigned: iliaa (profile)
Status: Closed Package: Compile Failure
PHP Version: 4CVS-2003-01-26 (stable) OS: SunOS 5.8
Private report: No CVE-ID: None
 [2003-01-26 12:54 UTC] sagawa at sohgoh dot net
alphasort function doesn't exist on SunOS 5.8.
Thus compilation was failed, see below, please.

php4-STABLE-200301261630>make
/bin/sh libtool --silent --mode=compile gcc  -Imain/ -I/usr/local/src/php4-STABLE-200301261630/main/ -DPHP_ATOM_INC -I/usr/local/src/php4-STABLE-200301261630/include -I/usr/local/src/php4-STABLE-200301261630/main -I/usr/local/src/php4-STABLE-200301261630 -I/usr/local/apache2/include -I/usr/local/src/php4-STABLE-200301261630/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/pgsql/include  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/local/src/php4-STABLE-200301261630/TSRM -DTHREAD=1  -g -O2 -pthreads -DZTS  -prefer-pic -c /usr/local/src/php4-STABLE-200301261630/main/php_ini.c -o main/php_ini.lo
/usr/local/src/php4-STABLE-200301261630/main/php_ini.c: In function `php_init_config':
/usr/local/src/php4-STABLE-200301261630/main/php_ini.c:409: `alphasort' undeclared (first use in this function)
/usr/local/src/php4-STABLE-200301261630/main/php_ini.c:409: (Each undeclared identifier is reported only once
/usr/local/src/php4-STABLE-200301261630/main/php_ini.c:409: for each function it appears in.)
make: *** [main/php_ini.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-27 19:51 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 12:00:02 2025 UTC