Revision tags: php-5.3.2RC1 |
|
#
20cd29d0 |
| 21-Dec-2009 |
Sriram Natarajan |
Fixed bug #50540 (Crash within ldap_first_reference function)
|
Revision tags: php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1 |
|
#
b741b026 |
| 18-Nov-2009 |
Jani Taskinen |
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error). # This is also revert of bad patch to bug #48469 and fixes it properly.
|
#
b7bb8aa5 |
| 18-Nov-2009 |
Ilia Alshanetsky |
Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).
|
Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
30b71027 |
| 30-Aug-2009 |
Ilia Alshanetsky |
Bug #49391 ldap.c utilizing deprecated ldap_modify_s
|
#
e6fd4c1f |
| 18-Aug-2009 |
Ilia Alshanetsky |
NULL the value after free
|
#
88056c6b |
| 15-Aug-2009 |
Felipe Pena |
- Improved param. parsing for ldap_read(), ldap_search() and ldap_list()
|
Revision tags: php-5.2.11RC1, php-5.3.0 |
|
#
144ff4d6 |
| 25-Jun-2009 |
Johannes Schlüter |
MFH: Fixed bug #48696 (ldap_read() segfaults with invalid parameters) (Felipe)
|
Revision tags: php-5.3.0RC4, php-5.2.10 |
|
#
f78a0b58 |
| 15-Jun-2009 |
Patrick Allaert |
MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes those options persistent)
|
#
91a8fd7f |
| 15-Jun-2009 |
Patrick Allaert |
MFH: Refactoring that will help fixing #48441
|
Revision tags: php-5.2.10RC2, php-5.3.0RC3 |
|
#
4aca4300 |
| 07-Jun-2009 |
Patrick Allaert |
MFH: Removed credit
|
#
10b559c2 |
| 07-Jun-2009 |
Patrick Allaert |
MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)
|
Revision tags: php-5.2.10RC1, php-5.3.0RC2 |
|
#
ac231aab |
| 21-Apr-2009 |
Hannes Magnusson |
MFH: adjust reflection info
|
#
4e856c44 |
| 21-Apr-2009 |
Ilia Alshanetsky |
Adjusted prototype
|
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS |
|
#
f6cf54d2 |
| 12-Dec-2008 |
Hannes Magnusson |
Fixed bug#46847 (phpinfo() is missing some settings.)
|
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9 |
|
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
|
Revision tags: php-5.3.0alpha1, php-4.4.9RC1 |
|
#
644b0697 |
| 16-Jul-2008 |
Felipe Pena |
- Fix typo (thanks Pierre)
|
#
dd8202f6 |
| 01-Jul-2008 |
Antony Dovgal |
int->long, add missing "s"
|
#
7ddf985e |
| 30-Jun-2008 |
Felipe Pena |
- zend_arg_defs.c is unnecessary now
|
#
a44269ca |
| 29-Jun-2008 |
Felipe Pena |
- New parameter parsing API - Added arginfo
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
d652cec2 |
| 02-Jun-2008 |
Jani Taskinen |
- Revert pointless patch: a) the version is already there, see line above, b) one branch commits are idiotic to begin with, we have three active branches! This only leads to out-of-sync situa
- Revert pointless patch: a) the version is already there, see line above, b) one branch commits are idiotic to begin with, we have three active branches! This only leads to out-of-sync situations ála PDO..
show more ...
|
#
57bcc168 |
| 02-Jun-2008 |
Pierre Joye |
- reintroduce the x.y.z version string info (a bit nicer to make the other guy happier) - silent warning (windows only and don't remove it, thanks)
|