PDA

View Full Version : PHP extensions written in C++/Qt



seim
12th February 2009, 00:40
I've just merged the compilation and linking cycle for C++/Qt and Zend/C under qmake to be able to develop some special PHP extension for PHP5 under Apache2. But before experimenting with Qt behaviour under this conditions I wanna ask if anybody had tried it or something similar?

I'am interested expecially about memory handling and behaviour, memory persistention, knowledge with libraries colision (Qt and the core libraries Qt is built on with libraries of apache/php5 under different platforms), everything under different life cycles of PHP extension (CLI/Multiprocess/Multithread/Embed).

I would appreciate any comments/links/advices...
Perhaps some article could be written about that at the end.