Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP: Simplify ctx->script_filename.start in nxt_php_execute().
Create a const char *filename variable to hold ctx->script_filename.start, which is a much more manageable name and will negate the need for any more casting in the following commit when we switch to using a FILE * instead of a filename in php_execute_script(). Reviewed-by: Alejandro Colomar <[email protected]> Cc: Andrei Zeliankou <[email protected]> Signed-off-by: Andrew Clayton <[email protected]>
- Loading branch information