php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53166
Patch php_zip.c__Reflection__Documentation revision 2010-12-07 14:08 UTC by rquadling@php.net
revision 2010-12-07 14:06 UTC by rquadling@php.net
Patch php_zip.c__Reflection revision 2010-11-18 11:39 UTC by RQuadling at GMail dot com
revision 2010-10-27 13:50 UTC by RQuadling at GMail dot com
revision 2010-10-27 12:09 UTC by rquadling at gmail dot com

Patch php_zip.c__Reflection for Zip Related Bug #53166

Patch version 2010-10-27 12:09 UTC

Return to Bug #53166 | Download this patch
Patch Revisions: 2010-11-18 11:39 UTC | 2010-10-27 13:50 UTC | 2010-10-27 12:09 UTC

Developer: rquadling@gmail.com



  Index: php_zip.c
  ===================================================================
 --- php_zip.c	(revision 304956)
 --- php_zip.c	(revision 304944)
  +++ php_zip.c	(working copy)
  @@ -1677,7 +1677,7 @@
   }
   /* }}} */


  +
   ZEND_BEGIN_ARG_INFO_EX(arginfo_ziparchive_getstream, 0, 0, 1)
   	ZEND_ARG_INFO(0, entryname)
   ZEND_END_ARG_INFO()
 @@ -2657,21 +2667,21 @@
 @@ -2657,13 +2667,13 @@
   	ZIPARCHIVE_ME(renameIndex,			arginfo_ziparchive_renameindex, ZEND_ACC_PUBLIC)
   	ZIPARCHIVE_ME(renameName,			arginfo_ziparchive_renamename, ZEND_ACC_PUBLIC)
   	ZIPARCHIVE_ME(setArchiveComment,	arginfo_ziparchive_setarchivecomment, ZEND_ACC_PUBLIC)
  -	ZIPARCHIVE_ME(getArchiveComment,	arginfo_ziparchive__void, ZEND_ACC_PUBLIC)
Line 121 (now 121), was 14 lines, now 4 lines

  +	ZIPARCHIVE_ME(deleteName,			arginfo_ziparchive_unchangename, ZEND_ACC_PUBLIC)
   	ZIPARCHIVE_ME(statName,				arginfo_ziparchive_statname, ZEND_ACC_PUBLIC)
   	ZIPARCHIVE_ME(statIndex,			arginfo_ziparchive_statindex, ZEND_ACC_PUBLIC)
   	ZIPARCHIVE_ME(locateName,			arginfo_ziparchive_statname, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(getNameIndex,			arginfo_ziparchive_statindex, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(unchangeArchive,		arginfo_ziparchive__void, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(unchangeAll,			arginfo_ziparchive__void, ZEND_ACC_PUBLIC)
 -	ZIPARCHIVE_ME(unchangeIndex,		arginfo_ziparchive_getcommentindex, ZEND_ACC_PUBLIC)
 -	ZIPARCHIVE_ME(unchangeName,			arginfo_ziparchive_getcommentname, ZEND_ACC_PUBLIC)
 +	ZIPARCHIVE_ME(unchangeIndex,		arginfo_ziparchive_unchangeindex, ZEND_ACC_PUBLIC)
 +	ZIPARCHIVE_ME(unchangeName,			arginfo_ziparchive_unchangename, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(extractTo,			arginfo_ziparchive_extractto, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(getFromName,			arginfo_ziparchive_getfromname, ZEND_ACC_PUBLIC)
  	ZIPARCHIVE_ME(getFromIndex,			arginfo_ziparchive_getfromindex, ZEND_ACC_PUBLIC)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC