./vcsclean && ./buildconf --force
Hi,
FYI, you might should delete the autom4te.cache folder too :-)thanks
2011/9/14 Christian Stocker chregu@php.net:
Hi
I still have this. even after re-running buildconf (and deleting
configure before)On OS X and x86_64 Linux
chregu
Hi:
after I re-run buildconf, error has gonesorry for mis-report.
thanks
2011/9/14 Laruence laruence@php.net:
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@php.net:
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/)--
Laruence Xinchen Hui
http://www.laruence.com/--
Laruence Xinchen Hui
http://www.laruence.com/--
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
./vcsclean && ./buildconf --force
ok, that helped. Thanks a lot and I should have known that
chregu
Hi,
FYI, you might should delete the autom4te.cache folder too :-)thanks
2011/9/14 Christian Stocker chregu@php.net:
Hi
I still have this. even after re-running buildconf (and deleting
configure before)On OS X and x86_64 Linux
chregu
Hi:
after I re-run buildconf, error has gonesorry for mis-report.
thanks
2011/9/14 Laruence laruence@php.net:
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@php.net:
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/)--
Laruence Xinchen Hui
http://www.laruence.com/--
Laruence Xinchen Hui
http://www.laruence.com/
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
christian.stocker@liip.ch wrote:
./vcsclean && ./buildconf --force
ok, that helped. Thanks a lot and I should have known that
chregu
Hi,
FYI, you might should delete the autom4te.cache folder too :-)thanks
2011/9/14 Christian Stocker chregu@php.net:
Hi
I still have this. even after re-running buildconf (and deleting
configure before)On OS X and x86_64 Linux
chregu
Hi:
after I re-run buildconf, error has gonesorry for mis-report.
thanks
2011/9/14 Laruence laruence@php.net:
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@php.net:
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/)--
Laruence Xinchen Hui
http://www.laruence.com/--
Laruence Xinchen Hui
http://www.laruence.com/--
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu