Searched refs:patch (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/intl/tests/_files/ |
H A D | es-bundle.txt | 13 patch:int { 7 }
|
H A D | resourcebundle.txt | 13 patch:int { 7 }
|
/PHP-8.0/ext/fileinfo/ |
H A D | generate_patch.sh | 8 diff -u libmagic.orig libmagic | grep -v '^Only in' > libmagic.patch
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | bug79283.phpt | 2 Bug #79283 (Segfault in libmagic patch contains a buffer overflow)
|
H A D | magic私はガラスを食べられます | 8137 0 string PATCH IPS patch file 8142 0 string BPS1 BPS patch file 8147 0 string APS10 APS patch file 8149 >5 byte 0 \b, simple patch 8160 0 string UPS1 UPS patch file 8165 >5 byte 0 \b, PPF 1.0 patch 8166 >5 byte 1 \b, PPF 2.0 patch 8167 >5 byte 2 \b, PPF 3.0 patch 8177 >5 byte 0 \b, PPF 1.0 patch 8178 >5 byte 1 \b, PPF 2.0 patch [all …]
|
H A D | magic | 8137 0 string PATCH IPS patch file 8142 0 string BPS1 BPS patch file 8147 0 string APS10 APS patch file 8149 >5 byte 0 \b, simple patch 8160 0 string UPS1 UPS patch file 8165 >5 byte 0 \b, PPF 1.0 patch 8166 >5 byte 1 \b, PPF 2.0 patch 8167 >5 byte 2 \b, PPF 3.0 patch 8177 >5 byte 0 \b, PPF 1.0 patch 8178 >5 byte 1 \b, PPF 2.0 patch [all …]
|
/PHP-8.0/ |
H A D | .editorconfig | 33 [*.patch]
|
H A D | .gitignore | 13 # Patches downloaded to patch files or to apply open source contributions 14 *.patch 287 !/ext/fileinfo/libmagic.patch 288 !/ext/fileinfo/magicdata.patch
|
H A D | CONTRIBUTING.md | 171 ├─ libmagic.patch # Modifications patch from upstream libmagic 172 ├─ magicdata.patch # Modifications patch from upstream libmagic 247 Update any open bugs and add a link to the source of your change. Send the patch 249 maintainer. Explain what has been changed by your patch. Test scripts should be 275 - Did I send the patch to the right mailing list?
|
H A D | EXTENSIONS | 8 much other than throw the odd patch in. See below.
|
/PHP-8.0/scripts/dev/ |
H A D | makedist | 41 - Z is patch version number
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_driver.c | 603 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local 606 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute() 607 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
|
/PHP-8.0/Zend/ |
H A D | README.md | 38 factor but system calls and database calls are, your mileage with this patch
|
/PHP-8.0/ext/dba/ |
H A D | config.m4 | 331 AC_MSG_CHECKING([for DB4 minor version and patch level]) 340 AC_MSG_ERROR([Version 4.1 requires patch level 25])
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 1432 zend_long major, minor, patch; local 1443 patch = ZEND_STRTOL(p, &p, 10); 1445 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
|
Completed in 226 milliseconds