Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25488 invoked from network); 4 Jun 2014 19:52:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2014 19:52:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolai.scheer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolai.scheer@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.178 as permitted sender) X-PHP-List-Original-Sender: nicolai.scheer@gmail.com X-Host-Fingerprint: 209.85.160.178 mail-yk0-f178.google.com Received: from [209.85.160.178] ([209.85.160.178:40216] helo=mail-yk0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/D1-12394-4E87F835 for ; Wed, 04 Jun 2014 15:52:06 -0400 Received: by mail-yk0-f178.google.com with SMTP id 20so6561806yks.37 for ; Wed, 04 Jun 2014 12:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=R2VZX9JYpfvvQ+14yS11TSNC4mBJGtnvFeVsd2PuUQU=; b=nuBSYURufNOZeTS0pC4V3/l7g6Fv6vUG43FtJvGcilk/+rJ+Syp/opxAY0fEjxCT0M zFBar6VQa2G4BVUJeh4TuIHqu2B8MpdKg1uod0R9cyG/nqFvlBGtItk2Fb4vzNxtQJeL IQDWExgR4SovyZ5Ct5Ao0hTGke5iqg+1d3ntys0IIjhPN1Gc3Y8E1d9ytly5wx1bTzsh VcA9gsjt8nCb9VpoGYjVEzaLUDMimuwBvXlGFO+nSh6F9Qa3nL8E19yT40fFaPO+Amx4 bYM5/cY/KI7BSLRFBUU7ZAaBbeZZxoO+GFfrs1D5IFNBOMNLXqljIj++5waSQLvSDosR UoAQ== MIME-Version: 1.0 X-Received: by 10.236.228.40 with SMTP id e38mr76618123yhq.76.1401911521612; Wed, 04 Jun 2014 12:52:01 -0700 (PDT) Received: by 10.170.88.215 with HTTP; Wed, 4 Jun 2014 12:52:01 -0700 (PDT) Date: Wed, 4 Jun 2014 21:52:01 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2c4da409a7104fb07f63b Subject: zend_API.c - missing zend_update_property_resource From: nicolai.scheer@gmail.com (Nicolai Scheer) --001a11c2c4da409a7104fb07f63b Content-Type: text/plain; charset=UTF-8 Hi, is it by itention, that there is no zend_update_property_resource in zend_API.c (as of 5.5.12)? What is the usual and official way to add such a function and what can I do to make it happen? If such a thing was added, would this be considered an api change - i.e. the zend api number would be adjusted? Curious greetings Nico --001a11c2c4da409a7104fb07f63b--