mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Replace @deprecated
by #[\Deprecated]
for internal functions / class constants (#14750)
Co-authored-by: Gina Peter Banyard <girgias@php.net> Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
This commit is contained in:
parent
6bb960092a
commit
29f98e7485
153 changed files with 1413 additions and 600 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "php.h"
|
||||
#include "SAPI.h"
|
||||
|
||||
#include "zend_attributes.h"
|
||||
#include "zend_variables.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/file.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue