Public bug reported: Since the upgrade of php5-radius to version 1.2.5-2+squeeze1ubuntu0.12.04.1 on a 64 bit system the following script produces a segfault: <?php $radius = radius_auth_open(); radius_add_server($radius,'<radius server>',1812,'<secret>',5,3); radius_create_request($radius,RADIUS_ACCESS_REQUEST);
When I manually downgraded to 1.2.5-2ubuntu1 everything works as expected. The bug is related to https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=702872 where on states that the patch wasn't needed for squeeze and appently also for precise. It is also related to https://bugs.launchpad.net/ubuntu/+source/php- radius/+bug/502924 but precise uses version 1.2.5-2 of the source and not 1.2.5-2.3. I assume the issue is arisen from a rebuild of the package (and .so) and therefore we now need this patch. ** Affects: php-radius (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576107 Title: segfault on radius_create_request To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-radius/+bug/1576107/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
