Skip to content

Commit 0742de5

Browse files
committed
Merge branch 'pull-request/571' into PHP-5.4
* pull-request/571: Implement ldap_modify_batch.
2 parents fb16bff + c0e3429 commit 0742de5

File tree

6 files changed

+594
-1
lines changed

6 files changed

+594
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2013, PHP 5.4.26
44

5+
- LDAP:
6+
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
7+
(Ondřej Hošek)
8+
59
?? ??? 2013, PHP 5.4.25
610

711
- Core:
812
. Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
913
. Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
1014
(Will Fitch)
1115

12-
- mysqlnd
16+
- mysqlnd:
1317
. Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes)
1418

1519
- PDO_pgsql:

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ c. New functions
621621
- LDAP:
622622
- ldap_control_paged_result()
623623
- ldap_control_paged_result_response()
624+
- ldap_modify_batch (5.4.26)
624625

625626
- libxml:
626627
- libxml_set_external_entity_loader()

0 commit comments

Comments
 (0)