mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Replace uses of php_dirname() with zend_dirname() (#15393)
This removes some needs to include the php_string.h header
This commit is contained in:
parent
2054c3d238
commit
02177848e4
5 changed files with 7 additions and 8 deletions
|
@ -95,7 +95,6 @@
|
|||
#include "zend_smart_str.h"
|
||||
#include "ext/standard/html.h"
|
||||
#include "ext/standard/url.h" /* for php_raw_url_decode() */
|
||||
#include "ext/standard/php_string.h" /* for php_dirname() */
|
||||
#include "ext/date/php_date.h" /* for php_format_date() */
|
||||
#include "php_network.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue