From: tyrael Operating system: PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:different username length on pecl.php.net and master.php.net
Description: ------------ we got an account request where the username got truncated when saved into the db: https://master.php.net/manage/users.php?id=2737 vs http://pecl.php.net/admin/?acreq=abhishekkasera2013 the notification mails also contained the non-truncated values. we could either bring the length validation logic on both sites in sync, or we could change the code on master so that the user creation through the remote call properly validates the username length instead of silently truncating it. -- Edit bug report at https://bugs.php.net/bug.php?id=64897&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64897&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64897&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64897&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64897&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64897&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64897&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64897&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64897&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=64897&r=support Expected behavior: https://bugs.php.net/fix.php?id=64897&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64897&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64897&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64897&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64897&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64897&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64897&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=64897&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64897&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64897&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64897&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
