Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/intl/tests/_files/
H A Des-bundle.txt13 patch:int { 7 }
H A Dresourcebundle.txt13 patch:int { 7 }
/PHP-7.4/ext/fileinfo/
H A Dgenerate_patch.sh8 diff -u libmagic.orig libmagic | grep -v '^Only in' > libmagic.patch
/PHP-7.4/ext/fileinfo/tests/
H A Dbug79283.phpt2 Bug #79283 (Segfault in libmagic patch contains a buffer overflow)
H A Dmagic私はガラスを食べられます4140 0 string GF1PATCH110\0ID#000002\0 GUS patch
7593 0 string PATCH IPS patch file
7597 >5 byte 0 \b, PPF 1.0 patch
7598 >5 byte 1 \b, PPF 2.0 patch
7599 >5 byte 2 \b, PPF 3.0 patch
7609 >5 byte 0 \b, PPF 1.0 patch
7610 >5 byte 1 \b, PPF 2.0 patch
7611 >>56 lelong >0 \b, size of file to patch %d
9074 0 string/b BSDIFF40 bsdiff(1) patch file
13459 0 string =PWAD doom patch PWAD data
[all …]
H A Dmagic4140 0 string GF1PATCH110\0ID#000002\0 GUS patch
7593 0 string PATCH IPS patch file
7597 >5 byte 0 \b, PPF 1.0 patch
7598 >5 byte 1 \b, PPF 2.0 patch
7599 >5 byte 2 \b, PPF 3.0 patch
7609 >5 byte 0 \b, PPF 1.0 patch
7610 >5 byte 1 \b, PPF 2.0 patch
7611 >>56 lelong >0 \b, size of file to patch %d
9074 0 string/b BSDIFF40 bsdiff(1) patch file
13459 0 string =PWAD doom patch PWAD data
[all …]
/PHP-7.4/
H A D.editorconfig33 [*.patch]
H A D.gitignore13 # Patches downloaded to patch files or to apply open source contributions
14 *.patch
280 !/ext/fileinfo/libmagic.patch
281 !/ext/fileinfo/magicdata.patch
H A DCONTRIBUTING.md171 ├─ libmagic.patch # Modifications patch from upstream libmagic
172 ├─ magicdata.patch # Modifications patch from upstream libmagic
250 Update any open bugs and add a link to the source of your change. Send the patch
252 maintainer. Explain what has been changed by your patch. Test scripts should be
278 - Did I send the patch to the right mailing list?
H A DREADME.md115 The patch removes this warning.
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
H A DNEWS1037 . Fixed bug #79283 (Segfault in libmagic patch contains a buffer
/PHP-7.4/scripts/dev/
H A Dmakedist41 - Z is patch version number
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c587 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
590 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
591 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
/PHP-7.4/Zend/
H A DREADME.md38 factor but system calls and database calls are, your mileage with this patch
/PHP-7.4/ext/dba/
H A Dconfig.m4331 AC_MSG_CHECKING([for DB4 minor version and patch level])
340 AC_MSG_ERROR([Version 4.1 requires patch level 25])
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c1437 zend_long major, minor, patch; local
1456 patch = ZEND_STRTOL(p, &p, 10);
1458 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));

Completed in 127 milliseconds