summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
Commit message (Collapse)AuthorAgeFilesLines
* More php3_ cleanupZeev Suraski1999-12-181-26/+26
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-12/+12
|
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-091-1/+3
| | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-3/+3
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Optimize LDAP a little with Ex APIEvan Klinger1999-11-221-115/+118
|
* (PHP ldap_get_entries): Fix string function name.Andrei Zmievski1999-10-191-1/+1
|
* Fix bug #2025Andrey Hristov1999-08-201-1/+1
|
* Fix for bug #1980Zeev Suraski1999-08-071-3/+4
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-35/+35
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-021-29/+31
|
* *** empty log message ***Zeev Suraski1999-07-161-3/+3
|
* Get the LDAP module uptodateZeev Suraski1999-07-161-66/+69
|
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-32/+85
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-1/+1
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Remove tls.[ch]Zeev Suraski1999-04-231-9/+0
|
* cleanupsZeev Suraski1999-04-231-3/+0
|
* Module workRasmus Lerdorf1999-04-231-13/+2
|
* moved imap and ldapStig Bakken1999-04-221-0/+1275