Opened 6 weeks ago
Last modified 6 weeks ago
#71025 accepted defect
php74-odbc, php80-odbc: error: incompatible function pointer types
Reported by: | BjarneDMat | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | sonoma sequoia | Cc: | |
Port: | php80-odbc php74-odbc |
Description
:debug:main Starting logging for php80-odbc @8.0.30_0+unixodbc :debug:sysinfo macOS 14.7 (darwin/23.6.0) arch i386 :debug:sysinfo MacPorts 2.10.2 :debug:sysinfo Xcode 16.0, CLT 16.0.0.0.1.1724870825 :debug:sysinfo SDK 14 :debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 14.0 ... :info:build 889 | odbc_stmt_get_col, :info:build | ^~~~~~~~~~~~~~~~~
same error-message in both
For both ports, it was a completely fresh install of php74/php80
There're no problems w/ php81, php82, php83
& MacPorts 2.10.2 has been forcefully re-installed from source based upon the note about the Sonoma error.
I'm aware both are legacy / un-supported; but some might still need these due to legacy code like WordPress plugins
Attachments (2)
Change History (3)
Changed 6 weeks ago by BjarneDMat
Attachment: | php74-odbc_main.log added |
---|
Changed 6 weeks ago by BjarneDMat
Attachment: | php80-odbc_main.log added |
---|
comment:1 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | sonoma sequoia added; Sonoma removed |
---|---|
Owner: | set to ryandesign |
Status: | new → accepted |
Summary: | php74-odbc & php80-odbc fail to compile → php74-odbc, php80-odbc: error: incompatible function pointer types |
Note: See
TracTickets for help on using
tickets.
For php74-odbc the error in the log is:
For php80-odbc it looks the same:
Indeed the reason I keep even EOL PHP versions available in MacPorts is because people may need them for old projects. This used to be easier to do. Unfortunately in recent years Apple has been releasing compilers that consider more and more old code practices to be errors. We now get to either disable those errors or identify and backport fixes for the code.