Skip to content

Commit 327e7df

Browse files
committed
poll: namespace and extend api including new event enum
1 parent 07ce3c5 commit 327e7df

31 files changed

+1351
-1107
lines changed

ext/standard/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ PHP_NEW_EXTENSION([standard], m4_normalize([
418418
image.c
419419
incomplete_class.c
420420
info.c
421+
io_poll.c
421422
iptc.c
422423
levenshtein.c
423424
libavifinfo/avifinfo.c
@@ -432,7 +433,6 @@ PHP_NEW_EXTENSION([standard], m4_normalize([
432433
pageinfo.c
433434
password.c
434435
php_fopen_wrapper.c
435-
poll.c
436436
proc_open.c
437437
quot_print.c
438438
scanf.c

ext/standard/config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
2828
crypt_sha512.c php_crypt_r.c " + (TARGET_ARCH != 'arm64'? " crc32_x86.c" : "") + " \
2929
datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
3030
file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
31-
info.c iptc.c link.c mail.c math.c md5.c metaphone.c microtime.c \
31+
info.c io_poll.c iptc.c link.c mail.c math.c md5.c metaphone.c microtime.c \
3232
net.c pack.c pageinfo.c quot_print.c soundex.c \
3333
string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
3434
versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
3535
url_scanner_ex.c ftp_fopen_wrapper.c http_fopen_wrapper.c \
3636
php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
3737
user_filters.c uuencode.c filters.c proc_open.c password.c \
38-
poll.c streamsfuncs.c http.c flock_compat.c hrtime.c",
38+
streamsfuncs.c http.c flock_compat.c hrtime.c",
3939
false /* never shared */,
4040
'/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
4141
ADD_SOURCES("ext/standard/libavifinfo", "avifinfo.c", "standard");

0 commit comments

Comments
 (0)