Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:47689 php.pecl.dev:7123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70559 invoked from network); 30 Mar 2010 23:13:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2010 23:13:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:47916] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/C3-00555-18582BB4 for ; Tue, 30 Mar 2010 18:13:08 -0500 Received: (qmail 25428 invoked by uid 89); 30 Mar 2010 23:09:05 -0000 Received: from unknown (HELO ?192.168.1.28?) (postmaster%schlueters.de@93.104.114.195) by mailout2.netbeat.de with ESMTPA; 30 Mar 2010 23:09:05 -0000 X-Originator: 9e51b244e0a38413ab6a9876e36ba9df To: PHP internals list , pecl-dev Content-Type: text/plain; charset="UTF-8" Organization: php.net Date: Wed, 31 Mar 2010 01:12:51 +0200 Message-ID: <1269990771.18837.196.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Dropped php3_compat.h [Fwd: [PHP-CVS] svn: /php/php-src/trunk/ ext/enchant/enchant.c ext/fileinfo/fileinfo.c ext/intl/collator/collator_class.c ext/intl/dateformat/dateformat_class.c ext/intl/formatter/formatter_class.c ext/intl/locale/locale_class.c ext/intl/msgformat/msgformat_class.c ext/intl/normalizer/normalizer_class.c ext/intl/resourcebundle/resourcebundle_class.c ext/json/json.c ext/pdo_odbc/pdo_odbc.c ext/phar/phar.c ext/reflection/php_reflection.c main/php.h main/php3_compat.h] From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, I've dropped main/php3_compat.h from trunk/ the only symbol in there I found being used was `function_entry` which is equal to `zend_function_entry`. I've updated php-src accordingly and will do the same in PECL tomorrow. johannes -------- Forwarded Message -------- From: Johannes Schlüter To: php-cvs@lists.php.net Subject: [PHP-CVS] svn: /php/php-src/trunk/ ext/enchant/enchant.c ext/fileinfo/fileinfo.c ext/intl/collator/collator_class.c ext/intl/dateformat/dateformat_class.c ext/intl/formatter/formatter_class.c ext/intl/locale/locale_class.c ext/intl/msgformat/msgformat_class.c ext/intl/normalizer/normalizer_class.c ext/intl/resourcebundle/resourcebundle_class.c ext/json/json.c ext/pdo_odbc/pdo_odbc.c ext/phar/phar.c ext/reflection/php_reflection.c main/php.h main/php3_compat.h Date: Tue, 30 Mar 2010 23:03:02 +0000 johannes Tue, 30 Mar 2010 23:03:02 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297208 Log: Remove main/php3_compat.h, for that a few references to `function_entry` have to be replaced by `zend_function_entry`. Changed paths: U php/php-src/trunk/ext/enchant/enchant.c U php/php-src/trunk/ext/fileinfo/fileinfo.c U php/php-src/trunk/ext/intl/collator/collator_class.c U php/php-src/trunk/ext/intl/dateformat/dateformat_class.c U php/php-src/trunk/ext/intl/formatter/formatter_class.c U php/php-src/trunk/ext/intl/locale/locale_class.c U php/php-src/trunk/ext/intl/msgformat/msgformat_class.c U php/php-src/trunk/ext/intl/normalizer/normalizer_class.c U php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.c U php/php-src/trunk/ext/json/json.c U php/php-src/trunk/ext/pdo_odbc/pdo_odbc.c U php/php-src/trunk/ext/phar/phar.c U php/php-src/trunk/ext/reflection/php_reflection.c U php/php-src/trunk/main/php.h D php/php-src/trunk/main/php3_compat.h -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php