File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,6 @@ typedef struct _zend_oparray_context {
238
238
/* or IS_CONSTANT_VISITED_MARK | | | */
239
239
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
240
240
/* | | | */
241
- /* Class constant is deprecated | | | */
242
- #define ZEND_CLASS_CONST_DEPRECATED (1 << 7) /* | | | X */
243
- /* | | | */
244
241
/* Class Flags (unused: 30...) | | | */
245
242
/* =========== | | | */
246
243
/* | | | */
Original file line number Diff line number Diff line change 51
51
- script : |
52
52
git clone https://github.com/laravel/framework.git --branch=master --depth=1
53
53
cd framework
54
+ git rev-parse HEAD
54
55
php7.4 /usr/bin/composer install --no-progress
55
56
# Hack to disable a test that hangs on azure
56
57
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
64
65
- script : |
65
66
git clone https://github.com/symfony/symfony.git --depth=1
66
67
cd symfony
68
+ git rev-parse HEAD
67
69
php7.4 /usr/bin/composer install --no-progress
68
70
php7.4 ./phpunit install
69
71
export USE_ZEND_ALLOC=0
83
85
- script : |
84
86
git clone https://github.com/amphp/amp.git --branch=master --depth=1
85
87
cd amp
88
+ git rev-parse HEAD
86
89
php /usr/bin/composer install --no-progress --ignore-platform-reqs
87
90
export USE_ZEND_ALLOC=0
88
91
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
92
95
- script : |
93
96
git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
94
97
cd phpunit
98
+ git rev-parse HEAD
95
99
export USE_ZEND_ALLOC=0
96
100
export USE_TRACKED_ALLOC=1
97
101
export ASAN_OPTIONS=exitcode=139
@@ -104,6 +108,7 @@ jobs:
104
108
- script : |
105
109
php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
106
110
cd symfony_demo
111
+ git rev-parse HEAD
107
112
export USE_ZEND_ALLOC=0
108
113
export USE_TRACKED_ALLOC=1
109
114
sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
Original file line number Diff line number Diff line change @@ -1619,7 +1619,7 @@ PHP_ADD_SOURCES(Zend, \
1619
1619
1620
1620
PHP_ADD_BUILD_DIR(main main/streams)
1621
1621
PHP_ADD_BUILD_DIR(TSRM)
1622
- PHP_ADD_BUILD_DIR(Zend Zend/Optimizer)
1622
+ PHP_ADD_BUILD_DIR(Zend Zend/asm Zend/ Optimizer)
1623
1623
1624
1624
PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/scripts/Makefile.frag,$abs_srcdir/scripts,scripts)
1625
1625
PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/Zend/Makefile.frag,$abs_srcdir/Zend,Zend)
You can’t perform that action at this time.
0 commit comments