Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57962 invoked from network); 14 Sep 2011 07:08:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2011 07:08:41 -0000 Authentication-Results: pb1.pair.com header.from=chregu@liip.ch; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chregu@liip.ch; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain liip.ch designates 207.126.144.145 as permitted sender) X-PHP-List-Original-Sender: chregu@liip.ch X-Host-Fingerprint: 207.126.144.145 eu1sys200aog118.obsmtp.com Linux 2.5 (sometimes 2.4) (4) Received: from [207.126.144.145] ([207.126.144.145:55823] helo=eu1sys200aog118.obsmtp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/E0-51907-6F2507E4 for ; Wed, 14 Sep 2011 03:08:39 -0400 Received: from mail-wy0-f178.google.com ([74.125.82.178]) (using TLSv1) by eu1sys200aob118.postini.com ([207.126.147.11]) with SMTP ID DSNKTnBS85W7p/S3toerUlKZN+tS/K/UV4kU@postini.com; Wed, 14 Sep 2011 07:08:39 UTC Received: by mail-wy0-f178.google.com with SMTP id 23so1403994wyf.23 for ; Wed, 14 Sep 2011 00:08:35 -0700 (PDT) Received: by 10.216.85.148 with SMTP id u20mr1889538wee.46.1315984114249; Wed, 14 Sep 2011 00:08:34 -0700 (PDT) Received: from air11-2.local (77-58-253-248.dclient.hispeed.ch. [77.58.253.248]) by mx.google.com with ESMTPS id fd4sm2972406wbb.21.2011.09.14.00.08.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 00:08:33 -0700 (PDT) Sender: Christian Stocker Message-ID: <4E7052F0.8040303@php.net> Date: Wed, 14 Sep 2011 09:08:32 +0200 Reply-To: christian.stocker@liip.ch User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Ferenc Kovacs CC: Laruence , internals@lists.php.net, Arpad Ray , php-cvs@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/session/mod_user_class.cbranches/PHP_5_4/ex From: christian.stocker@liip.ch (Christian Stocker) On 14.09.11 09:00, Ferenc Kovacs wrote: > ./vcsclean && ./buildconf --force ok, that helped. Thanks a lot and I should have known that chregu > > On Wed, Sep 14, 2011 at 8:07 AM, Laruence wrote: >> Hi, >> FYI, you might should delete the autom4te.cache folder too :-) >> >> thanks >> >> 2011/9/14 Christian Stocker : >>> Hi >>> >>> I still have this. even after re-running buildconf (and deleting >>> configure before) >>> >>> On OS X and x86_64 Linux >>> >>> chregu >>> >>> On 14.09.11 05:31, Laruence wrote: >>>> Hi: >>>> after I re-run buildconf, error has gone >>>> >>>> sorry for mis-report. >>>> >>>> thanks >>>> >>>> 2011/9/14 Laruence : >>>>> Hi: >>>>> trunk build broken: >>>>> ext/session/session.o(.rodata+0x24a8): undefined reference to >>>>> `zim_SessionHandler_open' >>>>> ext/session/session.o(.rodata+0x24c8): undefined reference to >>>>> `zim_SessionHandler_close' >>>>> ext/session/session.o(.rodata+0x24e8): undefined reference to >>>>> `zim_SessionHandler_read' >>>>> ext/session/session.o(.rodata+0x2508): undefined reference to >>>>> `zim_SessionHandler_write' >>>>> ext/session/session.o(.rodata+0x2528): undefined reference to >>>>> `zim_SessionHandler_destroy' >>>>> ext/session/session.o(.rodata+0x2548): undefined reference to >>>>> `zim_SessionHandler_gc' >>>>> collect2: ld returned 1 exit status >>>>> make: *** [sapi/cli/php] Error 1 >>>>> make: *** Waiting for unfinished jobs.... >>>>> ext/session/session.o(.rodata+0x24a8): undefined reference to >>>>> `zim_SessionHandler_open' >>>>> ext/session/session.o(.rodata+0x24c8): undefined reference to >>>>> `zim_SessionHandler_close' >>>>> ext/session/session.o(.rodata+0x24e8): undefined reference to >>>>> `zim_SessionHandler_read' >>>>> ext/session/session.o(.rodata+0x2508): undefined reference to >>>>> `zim_SessionHandler_write' >>>>> ext/session/session.o(.rodata+0x2528): undefined reference to >>>>> `zim_SessionHandler_destroy' >>>>> ext/session/session.o(.rodata+0x2548): undefined reference to >>>>> `zim_SessionHandler_gc' >>>>> >>>>> thanks >>>>> >>>>> 2011/9/14 Arpad Ray : >>>>>> arpad Tue, 13 Sep 2011 22:28:15 +0000 >>>>>> >>>>>> Revision: http://svn.php.net/viewvc?view=revision&revision=316688 >>>>>> >>>>>> Log: >>>>>> Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) >>>>>> >>>>>> Changed paths: >>>>>> U php/php-src/branches/PHP_5_4/NEWS >>>>>> U php/php-src/branches/PHP_5_4/ext/session/config.m4 >>>>>> U php/php-src/branches/PHP_5_4/ext/session/config.w32 >>>>>> U php/php-src/branches/PHP_5_4/ext/session/mod_user.c >>>>>> A php/php-src/branches/PHP_5_4/ext/session/mod_user_class.c >>>>>> U php/php-src/branches/PHP_5_4/ext/session/package.xml >>>>>> U php/php-src/branches/PHP_5_4/ext/session/php_session.h >>>>>> U php/php-src/branches/PHP_5_4/ext/session/session.c >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_001.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_002.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_003.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_004.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_005.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_006.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_007.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_008.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_009.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_010.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_011.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_012.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_013.phpt >>>>>> A php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_014.phpt >>>>>> U php/php-src/branches/PHP_5_4/ext/standard/basic_functions.c >>>>>> U php/php-src/branches/PHP_5_4/ext/standard/basic_functions.h >>>>>> U php/php-src/trunk/ext/session/config.m4 >>>>>> U php/php-src/trunk/ext/session/config.w32 >>>>>> U php/php-src/trunk/ext/session/mod_user.c >>>>>> A php/php-src/trunk/ext/session/mod_user_class.c >>>>>> U php/php-src/trunk/ext/session/package.xml >>>>>> U php/php-src/trunk/ext/session/php_session.h >>>>>> U php/php-src/trunk/ext/session/session.c >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_001.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_002.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_003.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_004.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_005.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_006.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_007.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_008.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_009.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_010.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_011.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_012.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_013.phpt >>>>>> A php/php-src/trunk/ext/session/tests/session_set_save_handler_class_014.phpt >>>>>> U php/php-src/trunk/ext/standard/basic_functions.c >>>>>> U php/php-src/trunk/ext/standard/basic_functions.h >>>>>> >>>>>> >>>>>> -- >>>>>> PHP CVS Mailing List (http://www.php.net/) >>>>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Laruence Xinchen Hui >>>>> http://www.laruence.com/ >>>>> >>>> >>>> >>>> >>> >>> >> >> >> >> -- >> Laruence Xinchen Hui >> http://www.laruence.com/ >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > >