History log of /PHP-8.2/sapi/cli/tests/cli_server_persistent_string002.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 3bf4098e 30-May-2022 George Peter Banyard

Refactor (again) CLI SAPI server_client struct to use zend_string* (#8605)

This time in a way which works under a RC Debug build.


# 82d407b7 21-May-2022 Nikita Popov

Revert "Refactor CLI SAPI php_cli_server_client struct to use zend_string (#8522)"

This reverts commit 9b19d9043256427b54c65ac5a3b886d03cf06f2d.

This has broken the ZEND_RC_DEBUG bu

Revert "Refactor CLI SAPI php_cli_server_client struct to use zend_string (#8522)"

This reverts commit 9b19d9043256427b54c65ac5a3b886d03cf06f2d.

This has broken the ZEND_RC_DEBUG build.

show more ...


# 9b19d904 15-May-2022 George Peter Banyard

Refactor CLI SAPI php_cli_server_client struct to use zend_string (#8522)

This is a stepping stone in converting more pairs of ``char*`` and ``size_t`` to ``zend_string*`` across the CLI SAP

Refactor CLI SAPI php_cli_server_client struct to use zend_string (#8522)

This is a stepping stone in converting more pairs of ``char*`` and ``size_t`` to ``zend_string*`` across the CLI SAPI.

Also amend the CLI SAPI test setup to output it's content when it crashes/errors so that one can debug ASAN/UBSAN/MSAN violations.

Drive-by MSAN fix.

Co-authored-by: Arnaud Le Blanc <arnaud.lb@gmail.com>

show more ...