Skip to content

Commit 777303f

Browse files
committed
Added PHP_SYS_SIZE
1 parent db4fd29 commit 777303f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

main/main.stub.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
* @cvalue SIZEOF_ZEND_LONG
164164
*/
165165
const PHP_INT_SIZE = UNKNOWN;
166+
/**
167+
* @var int
168+
* @cvalue SIZEOF_SIZE_T
169+
*/
170+
const PHP_SYS_SIZE = UNKNOWN;
166171
/**
167172
* @var int
168173
* @cvalue FD_SETSIZE

main/main_arginfo.h

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

0 commit comments

Comments
 (0)