Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:66532 php.internals:55431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59753 invoked from network); 14 Sep 2011 07:13:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2011 07:13:25 -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.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:34834] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/41-51907-514507E4 for ; Wed, 14 Sep 2011 03:13:25 -0400 Received: by ywa8 with SMTP id 8so1273792ywa.29 for ; Wed, 14 Sep 2011 00:13:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1qmhG+auGy7+ZF3fCdbzezKje3DegmNFUZsOJkXnbQc=; b=au8SsKueMi4JOrrK83WQvardx5eAKEkxO40G7UG5FcXWpIOTCa6aTkEKuEWkWDvGtS 5o68LUMl0jtcmyQ7dG49kcoTlZ+esYRdDO0zqGXqthdl9C84WA+R8OvdAhJZ9gRYO4bo c/PlSfGpWIFVCWu4GjTK244fqsJk4sNPhp79g= MIME-Version: 1.0 Received: by 10.236.180.67 with SMTP id i43mr10661563yhm.96.1315984401779; Wed, 14 Sep 2011 00:13:21 -0700 (PDT) Received: by 10.147.125.13 with HTTP; Wed, 14 Sep 2011 00:13:21 -0700 (PDT) In-Reply-To: <4E7052F0.8040303@php.net> References: <4E7052F0.8040303@php.net> Date: Wed, 14 Sep 2011 09:13:21 +0200 Message-ID: To: christian.stocker@liip.ch Cc: Laruence , 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) no problem, I just mentioned because it is easier to remember, and it should take care of the similar problems. On Wed, Sep 14, 2011 at 9:08 AM, Christian Stocker wrote: > > > 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, >>> =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 refere= nce 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 S= ep 2011 22:28:15 +0000 >>>>>>> >>>>>>> Revision: http://svn.php.net/viewvc?view=3Drevision&revision=3D3166= 88 >>>>>>> >>>>>>> Log: >>>>>>> Implement object-oriented session handlers (https://wiki.php.net/rf= c/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/conf= ig.m4 >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/conf= ig.w32 >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/mod_= user.c >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/mod_= user_class.c >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/pack= age.xml >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/php_= session.h >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/session/sess= ion.c >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_001.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_002.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_003.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_004.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_005.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_006.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_007.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_008.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_009.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_010.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_011.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_012.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_013.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/branches/PHP_5_4/ext/session/test= s/session_set_save_handler_class_014.phpt >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/standard/bas= ic_functions.c >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/branches/PHP_5_4/ext/standard/bas= ic_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_s= et_save_handler_class_001.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_002.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_003.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_004.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_005.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_006.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_007.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_008.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_009.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_010.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_011.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_012.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_013.phpt >>>>>>> =C2=A0 =C2=A0A =C2=A0 php/php-src/trunk/ext/session/tests/session_s= et_save_handler_class_014.phpt >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/standard/basic_function= s.c >>>>>>> =C2=A0 =C2=A0U =C2=A0 php/php-src/trunk/ext/standard/basic_function= s.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