You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I have an error when building PHP from master
/php/7.3.2-r0/package/usr/lib/php7/extensions/no-debug-zts-20170718/opcache.so': No such file or directory
whereas the opcache.a and opcache.so exists in
/php/7.3.2-r0/image/usr/lib/php7/extensions/no-debug-non-zts-20180731/
seems php API has changed from 20170718 to 20180731 but I don't understand why it's try to find files in 20170718 version folder..
The text was updated successfully, but these errors were encountered:
Changelog:
===========
Better handling of empty strings passed as input.
Fix the shift safe number issue from 0.9.12
More minor pylint / etc fixes / cleanups (general code quality)
separate .parse from openembedded#115
Allow setting up completely empty {} operators / functions ( openembedded#75 via openembedded#123 )
Add extra bit-ops from openembedded#87
Add @daxamin to contributors ?
Version bump stuff.
other readme tweaks
star expressions, eg x = {"a": 1, "b": 2, **c}
no-build.patch
removed since it's included in 0.9.13
Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
hi, I have an error when building PHP from master
/php/7.3.2-r0/package/usr/lib/php7/extensions/no-debug-zts-20170718/opcache.so': No such file or directory
whereas the opcache.a and opcache.so exists in
/php/7.3.2-r0/image/usr/lib/php7/extensions/no-debug-non-zts-20180731/
seems php API has changed from 20170718 to 20180731 but I don't understand why it's try to find files in 20170718 version folder..
The text was updated successfully, but these errors were encountered: