ID: 35317 Updated by: [EMAIL PROTECTED] Reported By: earl dot fogel at usask dot ca -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Solaris 9 PHP Version: 5CVS-2005-11-21 (snap) New Comment:
This bug has been fixed in CVS. 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/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-11-21 19:56:10] earl dot fogel at usask dot ca Description: ------------ In php-5.1.0RC4 and the latest CVS snapshot, configure --with-ldap fails on Solaris with a shell error: ./configure: test: argument expected The fix is to change 'test -e' to 'test -f' in configure. The Solaris 9 man page for 'test' notes: -e file True if file exists. (Not available in sh.) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35317&edit=1