ID: 19816 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed -Bug Type: Compile Failure +Bug Type: Verisign Payflow Pro related Operating System: Solaris 8 PHP Version: 4.2.3 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2002-10-08 09:47:43] [EMAIL PROTECTED] In 'configure' on PHP version 4.2.3, the version check for Payflow Pro will fail on Solaris. The problem is that configure looks to column 3 of nm's output, which works fine in Linux, but in Solaris' version of 'nm', the output is different. nm outputs this: #nm libpfpro.so | grep pfproInit [3527] | 154896| 32|FUNC |GLOB |0 |12 |pfproInit So the pfpro functions print in column 8, preceeded by a '|' character. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19816&edit=1