[PHP] PHP 5.0.2 & LDAP SASL Binds (GSSAPI specifically)

2004-10-14 Thread Quanah Gibson-Mount
f->{"saslauthzid"}, $self->{"saslsecprops"}, $self->{"saslflags"}); (Note that for SASL/GSSAPI, the $dn & $pass can safely be ignored, as it is my K5 credentials that determine my DN anyhow). Is this feature expected to work yet? --Quanah -- Quanah

[PHP] Default value if parameter is not passed in

2004-10-27 Thread Quanah Gibson-Mount
rameters function. Is there a way to disable it from setting values to optional parameters? --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Default value if parameter is not passed in

2004-10-27 Thread Quanah Gibson-Mount
ariables with a $. The DEFAULT_VALUE was simply shorthand for what I'm setting it to, and is not representative of an actual value, and that bit doesn't particularly matter, since it was never getting executed (although it was for a global constant from a header file). --Quanah -- Qua