Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79680 invoked from network); 2 Feb 2013 14:32:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2013 14:32:42 -0000 Authentication-Results: pb1.pair.com header.from=gabrielwu84@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=gabrielwu84@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.173 as permitted sender) X-PHP-List-Original-Sender: gabrielwu84@gmail.com X-Host-Fingerprint: 209.85.210.173 mail-ia0-f173.google.com Received: from [209.85.210.173] ([209.85.210.173:33039] helo=mail-ia0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/81-63259-A832D015 for ; Sat, 02 Feb 2013 09:32:42 -0500 Received: by mail-ia0-f173.google.com with SMTP id h37so2198951iak.4 for ; Sat, 02 Feb 2013 06:32:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=tkFd7MtkHDwaSxFgPjJ+dxoyFqRy7UkqrrsbsH+Uml8=; b=ku6abw+Z/Pth8uNfvpaGELRK1vYmdi7qj/GOokskuDabvI7rHBdRqeNDm5anq87QBI EzV/SJ91m2Xyid1mJXKIQnkPRoHIa9OoSHOv/2QSYChnJXVlHus0Y3gYc+1gVjyFxLqI SfWPOXXqJ65kuZZqz7TrVDcnBm2K+CDVpeRkddtdr/cQb7fOexnHH2emN3ZT5NeNTi4h FG11YSmfIEbSqZj62qELapRXg3fWouQnSvo41Y0hF6G4GSa+GF9XuxCLk9yeAL+Kh2Ok u2WxRVdKig4JcVJ7GFh7iFeBPuvszOAp8UeD2tKKXgyQ1zQkYKe9AbZPj/Q7YqdEuoIA rkPg== MIME-Version: 1.0 X-Received: by 10.50.149.168 with SMTP id ub8mr1328711igb.111.1359815559595; Sat, 02 Feb 2013 06:32:39 -0800 (PST) Received: by 10.50.25.198 with HTTP; Sat, 2 Feb 2013 06:32:39 -0800 (PST) Date: Sat, 2 Feb 2013 22:32:39 +0800 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Support for writing php extensions From: gabrielwu84@gmail.com (Gabriel Wu) Dear all, I am looking for the place to get support for writing a php extension. Just wondering if this is the right place. I am looking to create a custom class where I can overload the operators of the class. I have found an old extension called operator-0.3 authored by Sara Golemon , whom I noticed is CC'ed in the messages here. I just looked over her code, and was trying to make sense of it, but as it stands, I found a dearth of documentation on overloading php class operations. Is this the right place to ask for help for zend interfaces such as php_operator_zval_ptr, etc? Thanks in advance for your help! Gabriel