History log of /PHP-5.5/ext/ldap/ldap.c (Results 201 – 225 of 242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 50b014b9 05-Jun-2000 Hartmut Holzgraefe

compile fix regarding bug report #4780


# 93feb306 24-May-2000 Rasmus Lerdorf

@ Fix a couple of warnings in the gd and ldap modules
num_links is a long there


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# c31f6fbd 19-Apr-2000 Zeev Suraski

Kill warning


# cd3305a2 07-Apr-2000 Sterling Hughes

@-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling)


# e4409a85 06-Apr-2000 Colin Viebrock

phpinfo() pretying

That should be everything.


# 5115342c 06-Apr-2000 Colin Viebrock

More phpinfo() prettying.

Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.


# 4766abb0 06-Apr-2000 Sterling Hughes

@- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling)


# d3dd529c 03-Apr-2000 Andi Gutmans

- Fix build bug


# 491a315c 01-Apr-2000 Zeev Suraski

@- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Zeev)


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# bf5cb890 26-Feb-2000 Zeev Suraski

- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice


# 86c96359 23-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 9b621d1c 19-Feb-2000 Zeev Suraski

Get the license right... (this won't make it to RC1 of B4)


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# c854703a 16-Feb-2000 Andi Gutmans

- PHP_WIN32


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 3a816341 05-Feb-2000 Zeev Suraski

Cleanup patches


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# e18a8837 18-Dec-1999 Zeev Suraski

More php3_ cleanup


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


12345678910