Edit report at https://bugs.php.net/bug.php?id=61718&edit=1
ID: 61718 Updated by: a...@php.net Reported by: a...@php.net Summary: ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails -Status: Open +Status: Closed Type: Bug Package: LDAP related Operating System: windows PHP Version: 5.3.10 -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. 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/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-04-13 13:46:19] a...@php.net The following patch has been added/updated: Patch Name: 61718.diff Revision: 1334324779 URL: https://bugs.php.net/patch-display.php?bug=61718&patch=61718.diff&revision=1334324779 ------------------------------------------------------------------------ [2012-04-13 13:05:30] a...@php.net ldap_set_rebind_proc seems not to exist on win ------------------------------------------------------------------------ [2012-04-13 13:04:49] a...@php.net The following patch has been added/updated: Patch Name: 61718.diff Revision: 1334322289 URL: https://bugs.php.net/patch-display.php?bug=61718&patch=61718.diff&revision=1334322289 ------------------------------------------------------------------------ [2012-04-13 09:39:14] a...@php.net Description: ------------ Test diff: 001+ Fatal error: Call to undefined function ldap_set_rebind_proc() in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-r2ca49d3\ext\ldap\tests\ldap_set_rebind_proc_error.php on line 18 001- Warning: ldap_set_rebind_proc() expects exactly 2 parameters, 1 given in %s on line %d 002- bool(false) 003- 004- Warning: ldap_set_rebind_proc() expects exactly 2 parameters, 3 given in %s on line %d 005- bool(false) 006- 007- Warning: ldap_set_rebind_proc(): Two arguments expected for 'rebind_proc_inexistant' to be a valid callback in %s on line %d 008- bool(false) 009- ===DONE=== Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61718&edit=1