rfc:ldap_modify_batch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:ldap_modify_batch [2013/03/01 00:42] – fix bulleted lists ondrahosekrfc:ldap_modify_batch [2014/01/26 10:03] – implemented in 5.4 ondrahosek
Line 4: Line 4:
   * Date: 2013-03-01   * Date: 2013-03-01
   * Author: Ondřej Hošek, ondra.hosek@gmail.com   * Author: Ondřej Hošek, ondra.hosek@gmail.com
-  * Status: Draft+  * Status: Implemented in PHP 5.4
   * First Published at: http://wiki.php.net/rfc/ldap_modify_batch   * First Published at: http://wiki.php.net/rfc/ldap_modify_batch
  
Line 83: Line 83:
           "modtype" => LDAP_MODIFY_BATCH_ADD,           "modtype" => LDAP_MODIFY_BATCH_ADD,
           "values"  => array(           "values"  => array(
-          "jack.smith@example.com", +              "jack.smith@example.com", 
-           "jack.smith-jones@example.com"+              "jack.smith-jones@example.com"
           )           )
       )       )
Line 149: Line 149:
 ===== Mailing list discussion ===== ===== Mailing list discussion =====
  
-The mailing list discussion is available [[http://marc.info/?t=136205984800001|on MARC]].+The mailing list discussion is available on MARC: [[http://marc.info/?t=136205984800001|initial discussion]] · [[http://marc.info/?l=php-internals&m=138672150308377|RFC publication]] · [[http://marc.info/?t=138767449000001|feedback?]] · [[http://marc.info/?t=138865431400002|voting opened]] 
 + 
 +===== Vote ===== 
 + 
 +<doodle title="ldap_modify_batch" auth="ondrahosek" voteType="single" closed="true"> 
 +   * Yes 
 +   * No 
 +</doodle> 
 + 
 +Voting ended on January 16th, 2014.
  
 ===== Changelog ===== ===== Changelog =====
rfc/ldap_modify_batch.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1