mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Revert GH-10220
Cf. <https://github.com/php/php-src/pull/10220#issuecomment-1383739816>. This reverts commitecc880f491
. This reverts commit588a07f737
. This reverts commitf377e15751
. This reverts commitb4ba16fe18
. This reverts commit694ec1deea
. This reverts commit6b34de8eba
. This reverts commitaa1cd02a43
. This reverts commit308fd311ea
. This reverts commit16203b53e1
. This reverts commit738fb5ca54
. This reverts commit9fdbefacd3
. This reverts commitcd4a7c1d90
. This reverts commit928685eba2
. This reverts commit01e5ffc85c
.
This commit is contained in:
parent
2f4973fd88
commit
c8955c078a
79 changed files with 65 additions and 227 deletions
|
@ -18,18 +18,26 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_compile.h"
|
||||
#include "zend_execute.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_stack.h"
|
||||
#include "zend_constants.h"
|
||||
#include "zend_extensions.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "zend_closures.h"
|
||||
#include "zend_generators.h"
|
||||
#include "zend_vm.h"
|
||||
#include "zend_float.h"
|
||||
#include "zend_fibers.h"
|
||||
#include "zend_weakrefs.h"
|
||||
#include "zend_inheritance.h"
|
||||
#include "zend_observer.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "zend_call_stack.h"
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue