We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run test suite.
PHP Warning: PHP Startup: Unable to load dynamic library '/dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so' (tried: /dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so (/dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so: undefined symbol: ZEPHIR_NULL), /usr/lib64/php/modules//dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so.so (/usr/lib64/php/modules//dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729
The text was updated successfully, but these errors were encountered:
sed -e s'/ZEPHIR_NULL/ZVAL_NULL/' -i kernels/ZendEngine3/string.c seems enough
sed -e s'/ZEPHIR_NULL/ZVAL_NULL/' -i kernels/ZendEngine3/string.c
Sorry, something went wrong.
8380460
Merge pull request #1947 from remicollet/patch-1
cb4a939
Fix #1946 use ZVAL_NULL
I'm sorry, I introduced this. I hope it fixed now. Thank you again!
Fix zephir-lang#1946 use ZVAL_NULL
81c83d9
No branches or pull requests
Trying to run test suite.
PHP Warning: PHP Startup: Unable to load dynamic library '/dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so' (tried: /dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so (/dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so: undefined symbol: ZEPHIR_NULL), /usr/lib64/php/modules//dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729dcc4ce/ext/modules/test.so.so (/usr/lib64/php/modules//dev/shm/BUILD/zephir-1c107e0c8966233f0d35156419e2c97729
The text was updated successfully, but these errors were encountered: