MrHash

Results 43 comments of MrHash

Unfortunately the PDO execute query API varies slightly between Sqlite and Mysql hence the need for the extra handlers. Also regarding the tal, php can also be executed within the...

This modification was done some time ago so having taken another look it seems that there was perhaps a bug in the use of executeQuery() instead of query() for initialisation...

My main concern with using the PHP DOM is the poor character set handling. It always represents internally as UTF-8 which will cause issues with content in other character sets...

I just came a similar issue to this also which may be related. The '_links' (and probably '_embedded') are not included in the serialization i think because the event subscriber...

Quick messing about seems to solve the issue by adding 'Default' into the groups array to include non-grouped object attributes.

Hi yes i'm maintaining that package at the moment.

Seems like there are some test running issues here...

I think it could be useful although I would suggest a 3.x branch as I imagine there to be a fair amount of complexity, such as handling multiple server definitions...

Yeh would be good, orchestration is on the to-do list but it's not trivial (afaict)