php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61853
Patch patch_61853_and_61921.patch revision 2013-02-24 17:05 UTC by etienne at lamaisondebarbie dot ch
revision 2013-02-24 16:52 UTC by etienne at lamaisondebarbie dot ch
Patch php_ldap_do-ifdef.patch revision 2012-04-26 10:14 UTC by etienne at lamaisondebarbie dot ch
revision 2012-04-26 10:09 UTC by etienne at lamaisondebarbie dot ch
Patch php_ldap_do_modify.patch revision 2012-04-26 08:06 UTC by etienne at lamaisondebarbie dot ch
Patch php_ldap_do_search.patch revision 2012-04-25 20:52 UTC by etienne at lamaisondebarbie dot ch
revision 2012-04-25 20:38 UTC by etienne at lamaisondebarbie dot ch

Patch patch_61853_and_61921.patch for LDAP related Bug #61853

Patch version 2013-02-24 17:05 UTC

Return to Bug #61853 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2013-02-24 17:05 UTC | 2013-02-24 16:52 UTC

Developer: etienne@lamaisondebarbie.ch



  Date: Sun, 24 Feb 2013 17:40:58 +0100
 Subject: [PATCH 1/2] Bug #61853 and #61921
 Subject: [PATCH 1/3] Bug #61853 and #61921
  
  ---
   ext/ldap/ldap_dev_utils.c |   87 +++++++++++++++++++++++++++++++++++++++++++++
   ext/ldap/ldap_dev_utils.h |   34 ++++++++++++++++++


  
  From 0b2f50ed43bf212c53b3d077b5033022cf76ee96 Mon Sep 17 00:00:00 2001
  From: Etienne Bagnoud <tchetch@i-james.com>
  Date: Sun, 24 Feb 2013 17:45:42 +0100
 Subject: [PATCH 2/2] Bugs correction
 Subject: [PATCH 2/3] Bugs correction
  
  ---
   ext/ldap/config.m4  |    2 +-
   ext/ldap/config.w32 |    5 +-


  +	ZEND_ARG_INFO(1, serverctrls)
   ZEND_END_ARG_INFO()
   #endif
   #endif
 -- 
 1.7.10.4
 
 
 From ad7abb214011c638eefa29b40afa961aabd25b43 Mon Sep 17 00:00:00 2001
 From: Etienne Bagnoud <tchetch@i-james.com>
 Date: Sun, 24 Feb 2013 18:03:16 +0100
 Subject: [PATCH 3/3] Added licence text
 
 ---
  ext/ldap/ldap_dev_utils.c |   17 +++++++++++++++++
  ext/ldap/ldap_dev_utils.h |   17 +++++++++++++++++
  2 files changed, 34 insertions(+)
 
 diff --git a/ext/ldap/ldap_dev_utils.c b/ext/ldap/ldap_dev_utils.c
 index 0a8d109..78dcb34 100644
 --- a/ext/ldap/ldap_dev_utils.c
 +++ b/ext/ldap/ldap_dev_utils.c
 @@ -1,3 +1,20 @@
 +/*
 +   +----------------------------------------------------------------------+
 +   | PHP Version 5                                                        |
 +   +----------------------------------------------------------------------+
 +   | Copyright (c) 1997-2013 The PHP Group                                |
 +   +----------------------------------------------------------------------+
 +   | This source file is subject to version 3.01 of the PHP license,      |
 +   | that is bundled with this package in the file LICENSE, and is        |
 +   | available through the world-wide-web at the following url:           |
 +   | http://www.php.net/license/3_01.txt                                  |
 +   | If you did not receive a copy of the PHP license and are unable to   |
 +   | obtain it through the world-wide-web, please send a note to          |
 +   | license@php.net so we can mail you a copy immediately.               |
 +   +----------------------------------------------------------------------+
 +   | Authors: Etienne Bagnoud      <etienne@lamaisondebarbie.ch>          | 
 +   +----------------------------------------------------------------------+
 + */ 
  #include <string.h>
  #include "ldap_dev_utils.h"
  
 diff --git a/ext/ldap/ldap_dev_utils.h b/ext/ldap/ldap_dev_utils.h
 index 2591698..d24ca7f 100644
 --- a/ext/ldap/ldap_dev_utils.h
 +++ b/ext/ldap/ldap_dev_utils.h
 @@ -1,3 +1,20 @@
 +/*
 +   +----------------------------------------------------------------------+
 +   | PHP Version 5                                                        |
 +   +----------------------------------------------------------------------+
 +   | Copyright (c) 1997-2013 The PHP Group                                |
 +   +----------------------------------------------------------------------+
 +   | This source file is subject to version 3.01 of the PHP license,      |
 +   | that is bundled with this package in the file LICENSE, and is        |
 +   | available through the world-wide-web at the following url:           |
 +   | http://www.php.net/license/3_01.txt                                  |
 +   | If you did not receive a copy of the PHP license and are unable to   |
 +   | obtain it through the world-wide-web, please send a note to          |
 +   | license@php.net so we can mail you a copy immediately.               |
 +   +----------------------------------------------------------------------+
 +   | Authors: Etienne Bagnoud      <etienne@lamaisondebarbie.ch>          | 
 +   +----------------------------------------------------------------------+
 + */
  #ifndef LDAP_DEV_UTILS_H__
  #define LDAP_DEV_UTILS_H__
  
  -- 
  1.7.10.4
  
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 14:01:35 2024 UTC