On Thu, 5 Dec 2002, Marcus Boerger wrote: > helly Thu Dec 5 15:13:36 2002 EDT > > Modified files: > /php4/ext/session mod_files.c mod_mm.c session.c > Log: > php_error -> php_error_docref
Also, this breaks the build in ZTS mode: - php_error(E_ERROR,"Cannot find save handler %s",new_value); + php_error_docref(E_ERROR, "Cannot find save handler %s", new_value); Derick -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
