• « UI\Exception\RuntimeException
  • Preface »
  • PHP Manual
  • PHP’nin Çekirdeği; Çekirdek geliştiricilerin Rehberi

PHP’nin Çekirdeği; Çekirdek geliştiricilerin Rehberi

  • Preface
  • Bellek Yönetimi
    • Temel Bellek Yönetimi
    • Veri kalıcılığı
    • Çok Evreli Özkaynak Yöneticisi
  • Değişkenlerle Çalışmak
  • İşlevlerin Yazılması
  • Sınıflar ve Nesnelerle Çalışma
  • Özkaynaklarla Çalışmak
  • INI ayarlarıyla çalışma
  • Akımlarla Çalışmak
  • The "counter" Extension - A Continuing Example
    • Yapılandırma/Kurulum
    • Öntanımlı Sabitler
    • Örnekler
    • Counter — The Counter class
    • Basic — The basic interface
    • Extended — The extended interface
  • The PHP 5 build system
    • Building PHP for extension development
    • The ext_skel script
    • Talking to the UNIX build system: config.m4
    • Talking to the Windows build system: config.w32
  • Extension structure
    • Files which make up an extension
    • Basic constructs
    • The zend_module structure
    • Extension globals
    • Life cycle of an extension
    • Testing an extension
  • PDO Driver How-To
    • Prerequisites
    • Preparation and Housekeeping
    • Fleshing out your skeleton
    • Building
    • Testing
    • Packaging and distribution
    • pdo_dbh_t definition
    • pdo_stmt_t definition
    • Constants
    • Error handling
  • Eklentilerin SSS'leri
  • Zend Motoru 2 Başvuru Kılavuzu
  • Zend Engine 2 Opcodes
    • Opcode Descriptions and Examples
  • Zend Engine 1
    • Old introduction
    • Streams API for PHP Extension Authors
    • Zend API; PHP Çekirdeğinin Geliştirilmesi
    • TSRM API