ID: 46067 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: I18N and L10N related PHP Version: 6CVS-2008-09-12 (CVS) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-09-12 17:27:34] [EMAIL PROTECTED] Description: ------------ The crashes happens when creating an instance of Collator passing no argument. Reproduce code: --------------- <?php $x = new collator; $x->getStrength(); Expected result: ---------------- Warning: Collator::__construct() expects exactly 1 parameter, 0 given in /home/felipe/public_html/bug.php on line 4 Segmentation fault (core dumped) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46067&edit=1
