php-src/ext
Nikita Popov d20fc5a192 Make proc_open_bug64438.phpt more robust
The test currently assumes that we'll first read the data of
stdout and stderr and then see eof on stdout and stderr. However
we could also read stdout, see eof on stdout, read stderr and see
eof on stderr, depending on timing.

Avoid output ordering issues by collecting events into a per-pipe
array, so interleaving is not visible.
2019-07-11 12:46:56 +02:00
..
bcmath Fix leak in bcpowmod 2019-06-21 12:56:28 +02:00
bz2 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
calendar i386 build 2019-06-11 10:23:37 +02:00
com_dotnet Fix TsHashTable related race conditions 2019-07-08 10:31:36 +02:00
ctype Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
curl Remove curl_basic_017.phpt 2019-07-03 11:38:24 +02:00
date Clean up DateTimeZone::getLocation() test 2019-07-10 11:09:41 +02:00
dba Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
dom Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
enchant Show actual enchant version if possible 2019-06-27 13:04:49 +02:00
exif Simplify expression and remove the possibility of div by 0 2019-07-07 16:16:05 -07:00
ffi FFI: Perform bitfield operations byte-wise 2019-06-25 14:28:58 +02:00
fileinfo Update libmagic patch 2019-07-08 12:38:47 +02:00
filter Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
ftp Fix SSL_CTX leak in ftp extension 2019-06-25 14:28:58 +02:00
gd Use e.g. instead of less common f.e. [ci skip] 2019-07-09 17:53:46 +02:00
gettext Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
gmp Remove unused gmp_unary_ui_op() function 2019-06-11 17:01:29 +02:00
hash Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02:00
iconv Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
imap Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
intl Fix UConverter leak 2019-06-25 14:28:58 +02:00
json Use %define api.pure instead of %pure-parser 2019-06-12 09:26:34 +02:00
ldap Use ldap_destroy instead of ldap_unbind_ext 2019-06-26 11:43:11 +02:00
libxml Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
mbstring Fix unused variable warnings when mbregex disabled 2019-07-01 11:14:35 +02:00
mysqli Additional fix for mysqli_fork test 2019-07-10 12:42:17 +02:00
mysqlnd Removed mysqlnd stats from phpinfo page 2019-07-03 08:20:54 +02:00
oci8 Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
odbc Use e.g. instead of less common f.e. [ci skip] 2019-07-09 17:53:46 +02:00
opcache Merge branch 'PHP-7.3' into PHP-7.4 2019-07-10 17:28:37 +02:00
openssl Merge branch 'PHP-7.3' into PHP-7.4 2019-07-03 12:37:12 +02:00
pcntl Skip pcntl_sigwaitinfo() test under asan/msan 2019-07-03 11:03:27 +02:00
pcre Split destructor 2019-07-04 13:07:47 +03:00
pdo PDO: support username & password specified in DSN 2019-07-02 12:09:38 +02:00
pdo_dblib Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pdo_firebird PDO: support username & password specified in DSN 2019-07-02 12:09:38 +02:00
pdo_mysql Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pdo_oci Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pdo_odbc Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pdo_pgsql Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pdo_sqlite Simplify PHP_CHECK_PDO_INCLUDES calls 2019-07-08 10:24:41 +02:00
pgsql add comment about pg_config/pkgconfig 2019-06-12 09:39:11 +02:00
phar Fix file collisions in phar tests 2019-07-10 12:55:40 +02:00
posix Sync functions checks 2019-06-30 23:57:54 +02:00
pspell Set up asan+ubsan scheduled build on azure 2019-06-28 15:00:54 +02:00
readline Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
recode Use *.data for tests data files 2019-05-17 19:04:43 +02:00
reflection Add ReflectionReference::getRefcount() 2019-07-08 16:54:03 +02:00
session Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02:00
shmop Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
simplexml Fix iteration limits in SXE test 2019-07-10 11:09:47 +02:00
skeleton ext/skeleton: Update use of PHP_CHECK_LIBRARY 2019-06-03 09:18:22 +02:00
snmp Remove useless param in php_snmp_error() 2019-06-14 16:15:38 +02:00
soap Add server conflict to soap custom content type test 2019-07-11 10:26:53 +02:00
sockets Avoid use of random ports in some socket tests 2019-07-03 12:47:49 +02:00
sodium Relax argon2 mem_cost down to 64k, bump time_cost to 4 2019-07-09 11:36:48 -04:00
spl Throw notice on array access on illegal type 2019-07-10 12:02:14 +02:00
sqlite3 Merge branch 'PHP-7.2' into PHP-7.3 2019-07-09 10:04:41 +02:00
standard Make proc_open_bug64438.phpt more robust 2019-07-11 12:46:56 +02:00
sysvmsg Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvsem Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvshm Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
tidy Fix various instances of memcpy null ub 2019-06-19 17:27:09 +02:00
tokenizer Remove unnecessary short_open_tags use in tokenizer test 2019-06-17 12:43:00 +02:00
xml Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
xmlreader Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
xmlrpc Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00
xmlwriter Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
xsl Set up asan+ubsan scheduled build on azure 2019-06-28 15:00:54 +02:00
zend_test Revert "Fix zend_test interned strings loaded via dl()" 2019-04-18 13:49:42 +02:00
zip fix flaky zip tests, order is OS dependent 2019-06-12 09:47:47 +02:00
zlib fix mac tests on azure 2019-06-14 12:55:00 +02:00
ext_skel.php [ci skip] Migrate Coding standards docs to Markdown 2019-05-18 21:41:38 +02:00