Note Submitter: Christian Caron
----
Please note you can't compile PHP with the two options
--with-mssql and --with-sybase-ct together. I got errors
when doing make install on a Solaris 8/SunONE setup:
PHP Warning: Function registration failed - duplicate name
- mssql_connect in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_pconnect in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_close in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_select_db in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_query in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_free_result in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_get_last_message in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_num_rows in Unknown on line 0
PHP Warning: Function registration failed - duplicate name
- mssql_num_fields in Unknown on line 0
(...)
After reading through the bug reports, I understood you need
to install either one and both will use the same protocol.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|