Project

Profile

Help

Bug #4528

closed

PHP extension name (ext-saxon/c vs ext-saxonc)

Added by O'Neil Delpratt almost 4 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Category:
PHP Build
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

Please register to edit this issue

Also available in: Atom PDF