1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Tim Düsterhus 6da93a86f2 zend_API: Remove CHECK*NULL_PATH (#20155)
* tree-wide: Replace `CHECK_NULL_PATH()` by `zend_char_has_nul_byte()`

The former is a direct alias of the latter with a more explicit name and the
former is explicitly documented as a “compatibility” alias.

* tree-wide: Replace `CHECK_ZVAL_NULL_PATH()` by its definition

The former is explicitly documented as a “compatibility” alias.

* zend_API: Remove `CHECK*NULL_PATH`

The `CHECK_ZVAL_NULL_PATH()` macro is unsafe, because it implicitly assumes
that the given `zval*` is `IS_STRING`.

Based on a GitHub search there does not seem to be any user outside of PHP, all
hits were just forks / copies of php-src.
2025-10-15 10:24:22 +02:00
..
2025-10-07 14:43:56 +02:00
2025-10-06 10:32:28 +02:00
2025-10-13 06:06:10 +01:00
2025-10-14 22:15:15 +02:00
2025-10-13 08:34:40 +02:00
2025-09-30 15:21:19 +02:00
2025-09-29 12:45:45 -03:00
2025-10-14 23:22:21 +03:00
2025-07-29 14:00:37 +02:00
2025-10-06 10:32:28 +02:00
2025-10-08 17:39:26 +02:00
2025-10-12 11:25:46 +02:00
2025-10-11 18:05:18 +02:00
2025-10-11 23:52:47 +02:00
2025-10-13 21:45:34 +02:00
2025-10-14 08:37:00 +02:00
2025-10-11 23:57:49 +02:00
2025-09-29 22:49:12 +01:00