xicond

Results 13 comments of xicond

if you use edgardmessias/yii2-informix how come it come into yii2 \yii\db\Command::queryInternal It suppose overrided by edgardmessias/yii2-informix I think, Or maybe extension pdo_informix has bug try check this reference https://www.php.net/manual/en/ref.pdo-informix.php#ref.pdo-informix.features.cursors ```...

yeah, based on v2.0.9, you can override built in but after v2.0.36, you cannot override builtin validator, because of #14370 issue so you may change the custom name validator

> Just like Ryan, I ended up using `sed` to string-replace the resulting index.html in a post-build script: > > `sed -i .bak 's/\/DARK_STATIC_ASSETS_BASE_URL/DARK_STATIC_ASSETS_BASE_URL/g' dist/index.html` > > _app-root/.env.dark_: `PUBLIC_PATH=DARK_STATIC_ASSETS_BASE_URL` >...