[PHP-DEV] PEAR install segmentation fault

2004-03-01 Thread michel 'ziobudda7; morelli
>From today cvs: make install: Installing PHP CLI binary:/usr/local/php5-01032004//bin/ Installing PHP CLI man page: /usr/local/php5-01032004//man/man1/ Installing PEAR environment: /usr/local/php5-01032004//lib/php/ make[1]: *** [install-pear-installer] Segmentation fault make:

Re: [PHP-DEV] Double warnings with session_start

2003-06-27 Thread michel 'ziobudda7; morelli
Il dom, 2003-06-22 alle 16:37, Marco Tabini ha scritto: > Are these not two different error messages? They are output in two > different places in the source. with php4 (same configuration of php.ini) I have only one warning. Where is the wrong ? bye -- michel 'ziobudda'

[PHP-DEV] Error from last cvs (xml)

2003-06-27 Thread michel 'ziobudda7; morelli
(first use in this function) /home/httpd/html/PHP/php5/ext/simplexml/simplexml.c:579: `vptr' undeclared (first use in this function) make: *** [ext/simplexml/simplexml.lo] Error 1 -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Double warnings with session_start

2003-06-22 Thread michel &#x27;ziobudda7; morelli
working of session_decode into a class for managing session (http://www.ziobudda.net/test/session4-3.phps). With PHP4 there is no problem with this. Bye. -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Session into class does not works

2003-03-28 Thread michel &#x27;ziobudda7; morelli
SESSIONE START-"); //session_start(); zb_debug("--FINE SESSIONE START-"); zb_debug("--SETTO ID--"); $_SESSION['id']++; zb_debug("--FINE SETTO ID--"); echo "id = ".$_SESSION['id'].""; echo "_SESSION = "; var_dump($_SESSION); zb_debug("--Chiudo la sessione--"); session_write_close(); zb_debug("--FINE Chiudo la sessione--"); echo 'Clicca qui'; ob_end_flush(); ?> -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Session problem

2003-03-18 Thread michel &#x27;ziobudda7; morelli
Any news about this bug http://bugs.php.net/bug.php?id=22175 ? Tnx -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php