Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/_files/
H A Des-bundle.txt13 patch:int { 7 }
H A Dresourcebundle.txt13 patch:int { 7 }
/PHP-8.3/ext/fileinfo/tests/
H A Dbug79283.phpt2 Bug #79283 (Segfault in libmagic patch contains a buffer overflow)
H A Dmagic9537 0 string PATCH IPS patch file
9542 0 string BPS1 BPS patch file
9547 0 string APS10 APS patch file
9549 >5 byte 0 \b, simple patch
9560 0 string UPS1 UPS patch file
9565 >5 byte 0 \b, PPF 1.0 patch
9566 >5 byte 1 \b, PPF 2.0 patch
9567 >5 byte 2 \b, PPF 3.0 patch
9577 >5 byte 0 \b, PPF 1.0 patch
9578 >5 byte 1 \b, PPF 2.0 patch
[all …]
H A Dmagic私はガラスを食べられます9537 0 string PATCH IPS patch file
9542 0 string BPS1 BPS patch file
9547 0 string APS10 APS patch file
9549 >5 byte 0 \b, simple patch
9560 0 string UPS1 UPS patch file
9565 >5 byte 0 \b, PPF 1.0 patch
9566 >5 byte 1 \b, PPF 2.0 patch
9567 >5 byte 2 \b, PPF 3.0 patch
9577 >5 byte 0 \b, PPF 1.0 patch
9578 >5 byte 1 \b, PPF 2.0 patch
[all …]
/PHP-8.3/ext/fileinfo/
H A Dgenerate_patch.sh8 diff -u libmagic.orig libmagic | grep -v '^Only in' > libmagic.patch
/PHP-8.3/
H A D.editorconfig33 [*.patch]
H A D.gitignore13 # Patches downloaded to patch files or to apply open source contributions
14 *.patch
296 !/ext/fileinfo/libmagic.patch
297 !/ext/fileinfo/magicdata.patch
H A DCONTRIBUTING.md199 ├─ libmagic.patch # Modifications patch from upstream libmagic
200 ├─ magicdata.patch # Modifications patch from upstream libmagic
272 Update any open bugs and add a link to the source of your change. Send the patch
274 maintainer. Explain what has been changed by your patch. Test scripts should be
300 - Did I send the patch to the right mailing list?
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
/PHP-8.3/docs/
H A Drelease-process.md18 publish patch-level releases every four weeks, with at least one release
19 candidate (RC) published two weeks before each patch-level release.
156 > Then, from the patch-level version branch, you will create another
460 1. Check out the *patch-level version branch* for the release
470 patch-level version branch for this release.
472 Commit these changes and push the patch-level version branch. Ensure
477 > patch-level version branch.
499 the version numbers in the patch-level version branch should be
658 8.2. There is no need to provide the patch level.
774 ## Re-releasing the same version or a patch-level (i.e., `-plN`)
[all …]
/PHP-8.3/scripts/dev/
H A Dmakedist50 - Z is patch version number
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c614 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
617 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
618 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
/PHP-8.3/Zend/
H A DREADME.md38 factor but system calls and database calls are, your mileage with this patch
/PHP-8.3/.github/scripts/windows/
H A Dtest_task.bat144 git diff > bless_tests.patch
/PHP-8.3/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-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1264 zend_long major, minor, patch; local
1275 patch = ZEND_STRTOL(p, &p, 10);
1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));

Completed in 228 milliseconds