Actions
Bug #4528
closed

PHP extension name (ext-saxon/c vs ext-saxonc)
Start date:
2020-04-27
Due date:
% Done:
100%
Estimated time:
Found in version:
1.2.1
Fixed in version:
11.1
Platforms:
Description
Reported by user here: https://stackoverflow.com/questions/61403997/saxon-c-php-extension-name-ext-saxon-c-vs-ext-saxonc
The Saxon/C PHP extension name does not follow the standard naming described here:
This "name" is an all-lowercase identifier containing only letters and underscores which is unique among everything in the ext/ folder of your PHP distribution.
From the page: https://www.php.net/manual/en/internals2.buildsys.skeleton.php
Therefore the PHP_SAXON_EXTNAME
variable needs changing from Saxon/C
to saxonc
Updated by O'Neil Delpratt over 3 years ago
When Saxon/C is used in a PHPStorm environment it highly likely that the PHP extension file name needs changing from saxon.so to saxonc.so.
Updated by O'Neil Delpratt over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed: The Saxon/C PHP extension name has been changed from Saxon/C
to saxonc
.
Committed to subversion
Updated by O'Neil Delpratt almost 2 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 11.1
Bug fix patched in SaxonC 11.1 release
Please register to edit this issue
Actions