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:
Gina Peter Banyard 2024-08-14 12:35:47 +01:00 committed by GitHub
parent 2054c3d238
commit 02177848e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 8 deletions

View file

@ -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"