tony2001                Tue Aug  5 14:58:57 2008 UTC

  Modified files:              
    /php-src/ext/openssl        openssl.c 
  Log:
  fix typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.166&r2=1.167&diff_format=u
Index: php-src/ext/openssl/openssl.c
diff -u php-src/ext/openssl/openssl.c:1.166 php-src/ext/openssl/openssl.c:1.167
--- php-src/ext/openssl/openssl.c:1.166 Wed Jul 30 11:58:43 2008
+++ php-src/ext/openssl/openssl.c       Tue Aug  5 14:58:57 2008
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: openssl.c,v 1.166 2008/07/30 11:58:43 tony2001 Exp $ */
+/* $Id: openssl.c,v 1.167 2008/08/05 14:58:57 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -3718,7 +3718,7 @@
        char * outfilename;     int outfilename_len;
        char * extracertsfilename; int extracertsfilename_len;
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZZZa!|ls", 
&ppinfilename, 
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZZZa!|lZ", 
&ppinfilename, 
                                &ppoutfilename, &zcert, &zprivkey, &zheaders, 
&flags, &ppextracertsfilename) == FAILURE) {
                return;
        }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to