Creating Object-Oriented PHP Extensions
Israel Ekpo (11.Mar.2010 at 09:45)
Talk at ConFoo.ca Web Techno Conference (English - US)
In this session, we will discuss how to build custom PHP extensions for Zend Engine 2.2.0 (PHP 5.2.x) and Zend Engine 2.3.0 (PHP 5.3.x) with emphasis on how to create objects, register class constants, object properties, inheritance, interface implementation, visibility etc.
The beginning part will introduce the PHP request life cycle and the anatomy of a $variable then we will proceed to the more advance stuff.
Having some background knowledge of the anatomy of a PHP request life cycle and a PHP extension can help a PHP developer in understanding certain issues that arise during installation or use of a PHP extension or even the php language itself.
The presentation will also cover why a developer may want to create a PHP extension and what performance benefits are possible from writing the code in straight C instead of vanilla PHP.
We will then move into a tutorial format were we create some simple example php extensions to illustrate the items that have been covered.
Quicklink: https://joind.in/1329
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




12.Mar.2010 at 00:13 by
I would have prefered a more complete example during the talk ...