Simon Georget

Results 119 comments of Simon Georget

Indeed but the problem is similar ... By the way, as you can see, I've solved it by modifying the Gemfile to specify the gem mysql2 version, which worked

By the way, I've seen [this topic](https://github.com/brianmario/mysql2/issues/1175) but it is related to MAC environment

And from the log located in ` /home/ubuntu/.rvm/gems/ruby-3.1.0/extensions/x86_64-linux/3.1.0/mysql2-0.5.6/mkmf.log`, I can find these information - but I'm not able to understand the problem : ``` have_func: checking for rb_absint_size()... -------------------- yes...

I did handle this by changing the value in the gemfile from : `gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]` to `gem "mysql2", "0.5.4", :platforms => [:mri, :mingw,...

Thanks for your interest on that. But why not an optional parameter for commodity ? [here](https://github.com/PHPOffice/PHPWord/issues/384#issuecomment-112015019) is my proposed idea (not sure it works since it is not tested)

replace simple quotes by double quotes : `$text="aaa\nbbb"`

Any news regarding `rowspan` support ? Would be worth value. Thanks

Hi @yherus : thanks for your proposal. I will try that soon. And what about this ? https://github.com/PHPOffice/PHPWord/pull/2163 Thanks again

Thanks for sharing your piece of code but it does not fit my needs, because content is dynamic and only standards html tags and attributes will be available