[PHP-DEV] CVS Account Request: dickmann

2002-05-26 Thread Christian Dickmann
Working on PEAR (MDB, PEAR Installer and maybe more) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-25 Thread Christian Dickmann
for the rest of the script. To my mind such "constants" make sense, because - they are global - they can't change their value while execution - it doesn't matter if the constant-value is set dynamically when defining it So I would be glad to see this feature in PHP5. Christian

[PHP-DEV] FeatureRequest for PHP5

2002-01-23 Thread Christian Dickmann
Hi all, It would be great if it was possible to have CONSTANTS of types like as Arrays or Objects. This way one could have a Config-Constant and you wouldn't need to use $GLOBALS. Christian Dickmann -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-m

[PHP-DEV] Re: Bugs in ext/standard/array.c

2001-12-10 Thread Christian Dickmann
p and http://dickmann.dynip.de/phpbugs.php?verbose=1 (which displays the source of the found functions) Christian Dickmann -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP-DEV] Bugs in ext/standard/array.c

2001-12-09 Thread Christian Dickmann
uld return FALSE on error ... (like arsort() does!) Am I wrong? Christian Dickmann -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]