mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Change PHP_ to V_ (directory & file functions)
This commit is contained in:
parent
1665cba750
commit
c9911a151e
9 changed files with 11 additions and 11 deletions
|
@ -483,7 +483,7 @@ int send_php(request_rec *r, int display_source_mode, char *filename)
|
|||
SG(server_context) = r;
|
||||
|
||||
php_save_umask();
|
||||
PHP_CHDIR_FILE(filename);
|
||||
V_CHDIR_FILE(filename);
|
||||
add_common_vars(r);
|
||||
add_cgi_vars(r);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue