Skip to content

Commit c240483

Browse files
Skip intl for now
Need to deal with cpp casting?
1 parent 989a826 commit c240483

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

ext/intl/common/common.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@
425425
/**
426426
* Typo: kept for backward compatibility. Use U_MULTIPLE_DECIMAL_SEPARATORS
427427
* @var int
428+
* @deprecated
428429
* @cvalue U_MULTIPLE_DECIMAL_SEPERATORS
429430
*/
430-
#[\Deprecated(since: '8.3', message: 'as U_MULTIPLE_DECIMAL_SEPARATORS (with an `A` in SEP*A*RATORS) should be used')]
431431
const U_MULTIPLE_DECIMAL_SEPERATORS = UNKNOWN;
432432
/**
433433
* @var int

ext/intl/common/common_arginfo.h

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/intl/common/common_enum.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
#include <stdio.h>
2323

2424
#include "common_enum.h"
25-
extern "C" {
26-
#include <zend_attributes.h>
27-
#include <zend_constants.h>
28-
}
2925
#include "common_arginfo.h"
3026

3127
extern "C" {

0 commit comments

Comments
 (0)