Ticket #4183 (closed defect: fixed)
MS_CJC_* constants are not available in PHP MapScript
| Reported by: | iap | Owned by: | aboudreault |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | MapScript-PHP | Version: | 6.0 |
| Severity: | normal | Keywords: | cjc |
| Cc: |
Description
MS_CJC_* constants are not available in PHP MapScript?, which means I am unable to set "linecap" and "linejoin" values.
How to reproduce:
$ php -r "var_dump(MS_ON);"; int(1) $ php -r "var_dump(MS_CJC_BEVEL);"; PHP Notice: Use of undefined constant MS_CJC_BEVEL - assumed 'MS_CJC_BEVEL' in Command line code on line 1 string(12) "MS_CJC_BEVEL"
Change History
Note: See
TracTickets for help on using
tickets.
