Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:66530 php.internals:55429 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55879 invoked from network); 14 Sep 2011 07:00:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2011 07:00:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:49497] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/80-51907-D01507E4 for ; Wed, 14 Sep 2011 03:00:30 -0400 Received: by yxi13 with SMTP id 13so1267083yxi.29 for ; Wed, 14 Sep 2011 00:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PEDf81WixwvTUReZcnhVKSRP/gqCklidyS8arVvGO+g=; b=mMSp0j76ogPty3oatyX5cSwD1tUAYqh56tMRsLdO/dECZj1Jb9/dHH46C36b0gdVt+ ztG+vU104RT26Q2cH+xgL962tEF+3chbSiSkcjefdl0Zc7Sx7xNjs+fX5sQ9EoCH23Fu bgaRULhY8keJQG0nJJS5QiYRqDZK6OtiULr3A= MIME-Version: 1.0 Received: by 10.147.9.5 with SMTP id m5mr2291718yai.18.1315983627342; Wed, 14 Sep 2011 00:00:27 -0700 (PDT) Received: by 10.147.125.13 with HTTP; Wed, 14 Sep 2011 00:00:26 -0700 (PDT) Date: Wed, 14 Sep 2011 09:00:26 +0200 Message-ID: To: Laruence Cc: Christian Stocker , internals@lists.php.net, Arpad Ray , php-cvs@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: tyra3l@gmail.com (Ferenc Kovacs) ./vcsclean && ./buildconf --force On Wed, Sep 14, 2011 at 8:07 AM, Laruence wrote: > Hi, > =C2=A0FYI, 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: >>> =C2=A0 after I re-run buildconf, error has gone >>> >>> =C2=A0 sorry for mis-report. >>> >>> thanks >>> >>> 2011/9/14 Laruence : >>>> Hi: >>>> =C2=A0 =C2=A0trunk build broken: >>>> =C2=A0 =C2=A0ext/session/session.o(.rodata+0x24a8): undefined referenc= e 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 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Tue, 13 Sep 2= 011 22:28:15 +0000 >>>>> >>>>> Revision: http://svn.php.net/viewvc?view=3Drevision&revision=3D316688 >>>>> >>>>> Log: >>>>> Implement object-oriented session handlers (https://wiki.php.net/rfc/= session-oo) >>>>> >>>>> Changed paths: >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/NEWS >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/config= .m4 >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/config= .w32 >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/mod_us= er.c >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/mod_us= er_class.c >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/packag= e.xml >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/php_se= ssion.h >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/sessio= n.c >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_001.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_002.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_003.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_004.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_005.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_006.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_007.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_008.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_009.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_010.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_011.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_012.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_013.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/tests/= session_set_save_handler_class_014.phpt >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/standard/basic= _functions.c >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/standard/basic= _functions.h >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/config.m4 >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/config.w32 >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/mod_user.c >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/mod_user_class.c >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/package.xml >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/php_session.h >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/session/session.c >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_001.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_002.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_003.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_004.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_005.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_006.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_007.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_008.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_009.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_010.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_011.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_012.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_013.phpt >>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_set= _save_handler_class_014.phpt >>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/standard/basic_functions.= c >>>>> =C2=A0 =C2=A0U =C2=A0 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 =C2=A0Xinchen Hui >>>> http://www.laruence.com/ >>>> >>> >>> >>> >> >> > > > > -- > Laruence =C2=A0Xinchen Hui > http://www.laruence.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu