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

Actions #1

Updated by O'Neil Delpratt almost 4 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.

Actions #2

Updated by O'Neil Delpratt almost 4 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

Actions #3

Updated by O'Neil Delpratt about 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

Also available in: Atom PDF