Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Internet Super Hero Blog:
mysqli_debug() - 'm'/dump memory information
Sep 04, 2007 @ 14:03:00

A new note on the Internet Super Hero blog talks about a new improvement to the mysqlnd driver support a memory dump option for mysqli_debug.

Andrey has implemented a little mysqlnd only addition to mysqli_debug(): 'm' - dump memory information. It works like the other options described in PHP: Debugging ext/mysqli and mysqlnd with the only difference that it is only available with mysqlnd.

A comparison of the "before option 'm'" and "after option 'm'" is also included.

tagged: mysqlidebug option memory dump information mysqlnd mysqlidebug option memory dump information mysqlnd

Link:

Internet Super Hero Blog:
mysqli_debug() - 'm'/dump memory information
Sep 04, 2007 @ 14:03:00

A new note on the Internet Super Hero blog talks about a new improvement to the mysqlnd driver support a memory dump option for mysqli_debug.

Andrey has implemented a little mysqlnd only addition to mysqli_debug(): 'm' - dump memory information. It works like the other options described in PHP: Debugging ext/mysqli and mysqlnd with the only difference that it is only available with mysqlnd.

A comparison of the "before option 'm'" and "after option 'm'" is also included.

tagged: mysqlidebug option memory dump information mysqlnd mysqlidebug option memory dump information mysqlnd

Link:


Trending Topics: