Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed another part in ldap (bug #73933) | Xinchen Hui | 2017-01-19 | 2 | -1/+13 |
| | |||||
* | Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache) | Xinchen Hui | 2017-01-17 | 2 | -1/+22 |
| | |||||
* | Adapts the readme to the new test-possibility | Andreas Heigl | 2017-01-07 | 1 | -0/+71 |
| | | | | | This commit introduces a way to use a vagrant setup to test against a known LDAP without the need to setup an LDAP on your own machine | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-08-29 | 1 | -0/+1 |
|\ | | | | | | | | | * PHP-5.6: fix leak | ||||
| * | fix leak | Anatol Belski | 2016-08-29 | 1 | -0/+1 |
| | | |||||
* | | fix SKIPIF sections | Anatol Belski | 2016-03-09 | 2 | -2/+8 |
| | | |||||
* | | LDAP - Added support to change the certificates verification | Edwin Hoksberg | 2016-03-01 | 5 | -0/+111 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| | | |||||
* | | Fixed bug #71249 (ldap_mod_replace/ldap_mod_add store value as string "Array") | Xinchen Hui | 2016-01-01 | 1 | -0/+1 |
| | | |||||
* | | Revert "Added back support for undocummented host:port syntax" | Côme Bernigaud | 2015-11-24 | 2 | -11/+1 |
| | | | | | | | | This reverts commit 15876e85e59658bfbda3bf0b0c34d56ca503fd2f. | ||||
* | | Revert "Using default port in ldap_connect when NULL is passed (this was the ↵ | Côme Bernigaud | 2015-11-24 | 1 | -3/+0 |
| | | | | | | | | | | | | behavior prior to 5.6.11)" This reverts commit 391087ed280f86f144ffa5a2b72eeeda3c271743. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-16 | 2 | -1/+11 |
|\ \ | |/ | | | | | | | Conflicts: ext/mysql/php_mysql.c | ||||
| * | Added back support for undocummented host:port syntax | Côme Bernigaud | 2015-11-16 | 2 | -1/+11 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-12 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Using default port in ldap_connect when NULL is passed (this was the ↵ | Côme Bernigaud | 2015-11-12 | 1 | -0/+3 |
| | | | | | | | | | | | | behavior prior to 5.6.11) Note that passing 0 will also result in default port. | ||||
* | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -1/+0 |
| | | |||||
* | | fixed compilation error | Dmitry Stogov | 2015-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-09-10 | 2 | -0/+40 |
|\ \ | |/ | |||||
| * | Added support of LDAP_OPT_TIMEOUT, fixes #69574 | Côme Bernigaud | 2015-09-09 | 2 | -0/+40 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Côme Bernigaud | 2015-09-09 | 2 | -2/+217 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix bug in LDAP extensions' saving TIMELIMIT and DEREF | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Côme Bernigaud | 2015-09-09 | 2 | -2/+217 |
| |\ | | | | | | | | | | | | | * PHP-5.5: Fix bug in LDAP extensions' saving TIMELIMIT and DEREF | ||||
| | * | Fix bug in LDAP extensions' saving TIMELIMIT and DEREF | Tyson Andre | 2015-09-08 | 2 | -2/+217 |
| | | | | | | | | | | | | | | | | | | | | | | | | LDAP_OPT_TIMELIMIT and LDAP_OPT_DEREF's original values weren't saved properly because of a bug introduced when copy and pasting. This lead to the original timeout being changed when specifying a temporary override (e.g. for ldap_search(..., $timeout)) | ||||
| | * | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Côme Bernigaud | 2015-08-18 | 1 | -16/+36 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.6: Patch from Rainer Jung to provide Solaris LDAP support Conflicts: ext/ldap/ldap.c | ||||
| * | | Patch from Rainer Jung to provide Solaris LDAP support | Côme Bernigaud | 2015-08-18 | 1 | -16/+36 |
| | | | |||||
| * | | fix config.w32 | Anatol Belski | 2015-07-23 | 1 | -0/+1 |
| | | | |||||
| * | | fix C99 compat | Anatol Belski | 2015-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | move the define to the right place | Anatol Belski | 2015-07-06 | 1 | -0/+1 |
| | | | | | | | | | | | | thanks Kalle ) | ||||
* | | | Merge branch 'PHP-5.6' | Côme Bernigaud | 2015-07-06 | 2 | -1/+9 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Attempt at falling back on ldap_find_control for Mac OS | ||||
| * | | Attempt at falling back on ldap_find_control for Mac OS | Côme Bernigaud | 2015-07-06 | 2 | -1/+9 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Côme Bernigaud | 2015-07-06 | 4 | -5/+23 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Updated README, added test to create LDAP base if missing and ease tests | ||||
| * | | Updated README, added test to create LDAP base if missing and ease tests | Côme Bernigaud | 2015-07-06 | 4 | -5/+23 |
| | | | |||||
* | | | Fixed return value | Dmitry Stogov | 2015-07-06 | 1 | -0/+1 |
| | | | |||||
* | | | Cleanup (avoid reallocation). | Dmitry Stogov | 2015-07-01 | 1 | -14/+11 |
| | | | |||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -8/+8 |
| | | | | | | | | | | | | semantick changes). | ||||
* | | | Merge branch 'PHP-5.6' | Côme Bernigaud | 2015-06-30 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: keep LDAP_DEPRECATED in config.w32 | ||||
| * | | keep LDAP_DEPRECATED in config.w32 | Anatol Belski | 2015-06-30 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-06-29 | 2 | -2/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.6: On Windows PHP may be restarted with different set of DSO extensions without SHM reset. This may make optimisation for entities from DSO extensions inconsistent. Putting back deprecated symbols for ldap_sort Removed deprecated function calls from ldap module Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning | ||||
| * | | Merge PR about LDAP cleaning by removing deprecated calls | Côme Bernigaud | 2015-06-29 | 3 | -49/+30 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pull-request/1357' into PHP-5.6 * pull-request/1357: Putting back deprecated symbols for ldap_sort Removed deprecated function calls from ldap module Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning | ||||
| | * | | Putting back deprecated symbols for ldap_sort | Côme Bernigaud | 2015-06-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removed deprecated function calls from ldap module | Côme Bernigaud | 2015-06-23 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldap_search -> ldap search_ext ldap_search_s ->_ldap_search_ext_s ldap_add_s -> ldap_add_ext_s ldap_delete_s -> ldap_delete_ext_s ldap_compare_s -> ldap_compare_ext_s ldap_value_free -> ldap_memvfree Only thing left is ldap_sort_entries, no replacement | ||||
| | * | | Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning | Côme Bernigaud | 2015-06-23 | 3 | -42/+19 |
| | | | | |||||
| * | | | Fixed two errors in LDAP tests | Côme Bernigaud | 2015-06-23 | 2 | -2/+2 |
| |/ / | |||||
| * | | Implements extended error messages | Andreas Heigl | 2015-06-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces a new constant that can be used to retrieve more detailed error messages. This fixes #47222 The new constant LDAP_OPT_DIAGNOSTIC_MESSAGE is defined in PHP when the underlying library provides (and understands) it. This is the case in the current OpenLDAP-implementation. Tanks to Johnny Willer who provided the solution at http://stackoverflow.com/questions/28765077/get-number-of-ad-errors-with-ldap-and-php-ldap-function-return-unprecise-error/28816473#28816473 | ||||
* | | | Deprecating ldap_sort the right way | Côme Bernigaud | 2015-06-29 | 4 | -10/+8 |
| | | | |||||
* | | | Fixes ldap_sort-tests | Andreas Heigl | 2015-06-29 | 3 | -0/+12 |
| | | | | | | | | | | | | Thanks to Côme Bernigaud for fixing! | ||||
* | | | Adds deprecation-message for ldap_sort | Andreas Heigl | 2015-06-29 | 1 | -0/+2 |
| | | | |||||
* | | | keep LDAP_DEPRECATED in config.w32 | Anatol Belski | 2015-06-29 | 1 | -0/+1 |
| | | |