hi,

On Wed, Dec 5, 2012 at 12:18 PM, Amir <ad...@ecdcconference.org> wrote:
> Hi
> I am trying to build an PHP extension for my personal project.
> For some reason. I want to build some part of my project with extension.
> So, I can make a connection via my extension as you can see below my c++
> source code.
>
> Cause of poor document, I confused with zend engine source code and c++ and
> relations with php.
> I just have a simple question, how can I use mysql funtions work with query
> and process it like:
> mysql_query
> mysql_fetch_assoc
> and ...

I would suggest to look at the mysqli driver, using mysqlnd as backend
instead of calling user land functions. Mysqlnd is the common
underlying layer for all mysql extensions.


Cheers,
--
Pierre

@pierrejoye

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to