Commit:    b1abe4ca21e10b04a8bae2d00e8113f4b2b02567
Author:    Anatol Belski <a...@php.net>         Wed, 18 Dec 2013 14:46:44 -0800
Parents:   6d938321ffc43a343b2afcee70d921cc931752d8
Branches:  str_size_and_int64

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b1abe4ca21e10b04a8bae2d00e8113f4b2b02567

Log:
mass replacement for zend_size_t/php_size_t
  M  Zend/zend.c
  M  Zend/zend.h
  M  Zend/zend_API.c
  M  Zend/zend_API.h
  M  Zend/zend_alloc.c
  M  Zend/zend_alloc.h
  M  Zend/zend_builtin_functions.c
  M  Zend/zend_closures.c
  M  Zend/zend_compile.c
  M  Zend/zend_compile.h
  M  Zend/zend_constants.c
  M  Zend/zend_constants.h
  M  Zend/zend_exceptions.c
  M  Zend/zend_exceptions.h
  M  Zend/zend_execute.h
  M  Zend/zend_execute_API.c
  M  Zend/zend_hash.c
  M  Zend/zend_hash.h
  M  Zend/zend_highlight.c
  M  Zend/zend_highlight.h
  M  Zend/zend_ini.c
  M  Zend/zend_ini.h
  M  Zend/zend_ini_scanner.c
  M  Zend/zend_interfaces.c
  M  Zend/zend_interfaces.h
  M  Zend/zend_object_handlers.c
  M  Zend/zend_object_handlers.h
  M  Zend/zend_operators.c
  M  Zend/zend_operators.h
  M  Zend/zend_string.c
  M  Zend/zend_string.h
  M  Zend/zend_virtual_cwd.c
  M  Zend/zend_virtual_cwd.h
  M  Zend/zend_vm_def.h
  M  Zend/zend_vm_execute.h
  M  ext/bcmath/bcmath.c
  M  ext/bz2/bz2.c
  M  ext/com_dotnet/com_com.c
  M  ext/com_dotnet/com_dotnet.c
  M  ext/com_dotnet/com_handlers.c
  M  ext/com_dotnet/com_olechar.c
  M  ext/com_dotnet/com_persist.c
  M  ext/com_dotnet/com_saproxy.c
  M  ext/com_dotnet/com_typeinfo.c
  M  ext/com_dotnet/com_variant.c
  M  ext/com_dotnet/com_wrapper.c
  M  ext/com_dotnet/php_com_dotnet_internal.h
  M  ext/curl/curl_file.c
  M  ext/curl/interface.c
  M  ext/date/php_date.c
  M  ext/date/php_date.h
  M  ext/dba/dba.c
  M  ext/dom/attr.c
  M  ext/dom/cdatasection.c
  M  ext/dom/characterdata.c
  M  ext/dom/comment.c
  M  ext/dom/document.c
  M  ext/dom/documentfragment.c
  M  ext/dom/domimplementation.c
  M  ext/dom/element.c
  M  ext/dom/entityreference.c
  M  ext/dom/namednodemap.c
  M  ext/dom/node.c
  M  ext/dom/php_dom.c
  M  ext/dom/processinginstruction.c
  M  ext/dom/text.c
  M  ext/dom/xpath.c
  M  ext/enchant/enchant.c
  M  ext/ereg/ereg.c
  M  ext/exif/exif.c
  M  ext/fileinfo/fileinfo.c
  M  ext/fileinfo/libmagic/funcs.c
  M  ext/filter/filter.c
  M  ext/filter/logical_filters.c
  M  ext/filter/sanitizing_filters.c
  M  ext/ftp/ftp.c
  M  ext/ftp/ftp.h
  M  ext/ftp/php_ftp.c
  M  ext/gd/gd.c
  M  ext/gd/gd_ctx.c
  M  ext/gettext/gettext.c
  M  ext/gmp/gmp.c
  M  ext/hash/hash.c
  M  ext/hash/hash_haval.c
  M  ext/hash/hash_joaat.c
  M  ext/hash/hash_md.c
  M  ext/hash/hash_ripemd.c
  M  ext/hash/hash_sha.c
  M  ext/hash/php_hash.h
  M  ext/hash/php_hash_haval.h
  M  ext/hash/php_hash_joaat.h
  M  ext/hash/php_hash_md.h
  M  ext/hash/php_hash_ripemd.h
  M  ext/hash/php_hash_sha.h
  M  ext/iconv/iconv.c
  M  ext/imap/php_imap.c
  M  ext/interbase/ibase_blobs.c
  M  ext/interbase/ibase_query.c
  M  ext/interbase/ibase_service.c
  M  ext/interbase/interbase.c
  M  ext/intl/collator/collator_compare.c
  M  ext/intl/collator/collator_convert.c
  M  ext/intl/collator/collator_create.c
  M  ext/intl/collator/collator_is_numeric.c
  M  ext/intl/collator/collator_is_numeric.h
  M  ext/intl/collator/collator_sort.c
  M  ext/intl/converter/converter.c
  M  ext/intl/dateformat/dateformat_attr.c
  M  ext/intl/dateformat/dateformat_parse.c
  M  ext/intl/formatter/formatter_attr.c
  M  ext/intl/formatter/formatter_format.c
  M  ext/intl/formatter/formatter_main.c
  M  ext/intl/formatter/formatter_parse.c
  M  ext/intl/grapheme/grapheme_string.c
  M  ext/intl/grapheme/grapheme_util.c
  M  ext/intl/grapheme/grapheme_util.h
  M  ext/intl/idn/idn.c
  M  ext/intl/intl_convert.c
  M  ext/intl/intl_convert.h
  M  ext/intl/intl_convertcpp.h
  M  ext/intl/intl_data.h
  M  ext/intl/intl_error.c
  M  ext/intl/locale/locale_methods.c
  M  ext/intl/msgformat/msgformat.c
  M  ext/intl/msgformat/msgformat_attr.c
  M  ext/intl/msgformat/msgformat_format.c
  M  ext/intl/msgformat/msgformat_parse.c
  M  ext/intl/normalizer/normalizer_normalize.c
  M  ext/intl/resourcebundle/resourcebundle_class.c
  M  ext/intl/spoofchecker/spoofchecker_main.c
  M  ext/intl/transliterator/transliterator_class.c
  M  ext/intl/transliterator/transliterator_methods.c
  M  ext/json/JSON_parser.c
  M  ext/json/JSON_parser.h
  M  ext/json/json.c
  M  ext/json/php_json.h
  M  ext/ldap/ldap.c
  M  ext/libxml/libxml.c
  M  ext/mbstring/mb_gpc.c
  M  ext/mbstring/mbstring.c
  M  ext/mbstring/php_mbregex.c
  M  ext/mcrypt/mcrypt.c
  M  ext/mssql/php_mssql.c
  M  ext/mysql/php_mysql.c
  M  ext/mysqli/mysqli.c
  M  ext/mysqli/mysqli_api.c
  M  ext/mysqli/mysqli_nonapi.c
  M  ext/mysqlnd/mysqlnd_bt.c
  M  ext/mysqlnd/mysqlnd_debug.c
  M  ext/mysqlnd/mysqlnd_ps_codec.c
  M  ext/mysqlnd/mysqlnd_wireprotocol.c
  M  ext/mysqlnd/php_mysqlnd.c
  M  ext/oci8/oci8.c
  M  ext/oci8/oci8_collection.c
  M  ext/oci8/oci8_interface.c
  M  ext/oci8/oci8_lob.c
  M  ext/oci8/oci8_statement.c
  M  ext/oci8/php_oci8_int.h
  M  ext/odbc/birdstep.c
  M  ext/odbc/php_odbc.c
  M  ext/opcache/ZendAccelerator.c
  M  ext/opcache/ZendAccelerator.h
  M  ext/opcache/zend_accelerator_blacklist.c
  M  ext/opcache/zend_accelerator_blacklist.h
  M  ext/opcache/zend_accelerator_hash.c
  M  ext/opcache/zend_accelerator_hash.h
  M  ext/opcache/zend_accelerator_module.c
  M  ext/opcache/zend_accelerator_util_funcs.c
  M  ext/opcache/zend_persist.c
  M  ext/opcache/zend_persist.h
  M  ext/opcache/zend_persist_calc.c
  M  ext/openssl/openssl.c
  M  ext/pcntl/pcntl.c
  M  ext/pcre/php_pcre.c
  M  ext/pcre/php_pcre.h
  M  ext/pdo/pdo.c
  M  ext/pdo/pdo_dbh.c
  M  ext/pdo/pdo_sql_parser.c
  M  ext/pdo/pdo_stmt.c
  M  ext/pdo/php_pdo_driver.h
  M  ext/pdo/php_pdo_int.h
  M  ext/pdo_dblib/dblib_stmt.c
  M  ext/pdo_firebird/firebird_driver.c
  M  ext/pdo_mysql/mysql_driver.c
  M  ext/pdo_mysql/mysql_statement.c
  M  ext/pdo_oci/oci_driver.c
  M  ext/pdo_odbc/odbc_driver.c
  M  ext/pdo_pgsql/pgsql_driver.c
  M  ext/pdo_sqlite/sqlite_driver.c
  M  ext/pdo_sqlite/sqlite_statement.c
  M  ext/pgsql/pgsql.c
  M  ext/phar/dirstream.c
  M  ext/phar/func_interceptors.c
  M  ext/phar/phar.c
  M  ext/phar/phar_internal.h
  M  ext/phar/phar_object.c
  M  ext/phar/phar_path_check.c
  M  ext/phar/php_phar.h
  M  ext/phar/stream.c
  M  ext/phar/stub.h
  M  ext/phar/tar.c
  M  ext/phar/util.c
  M  ext/phar/zip.c
  M  ext/posix/posix.c
  M  ext/pspell/pspell.c
  M  ext/readline/readline.c
  M  ext/recode/recode.c
  M  ext/reflection/php_reflection.c
  M  ext/session/mod_user_class.c
  M  ext/session/php_session.h
  M  ext/session/session.c
  M  ext/shmop/shmop.c
  M  ext/simplexml/simplexml.c
  M  ext/skeleton/skeleton.c
  M  ext/snmp/snmp.c
  M  ext/soap/php_encoding.c
  M  ext/soap/php_http.c
  M  ext/soap/php_http.h
  M  ext/soap/php_packet_soap.c
  M  ext/soap/php_packet_soap.h
  M  ext/soap/php_schema.c
  M  ext/soap/php_sdl.c
  M  ext/soap/php_sdl.h
  M  ext/soap/soap.c
  M  ext/sockets/conversions.c
  M  ext/sockets/sockets.c
  M  ext/spl/php_spl.c
  M  ext/spl/php_spl.h
  M  ext/spl/spl_array.c
  M  ext/spl/spl_directory.c
  M  ext/spl/spl_directory.h
  M  ext/spl/spl_dllist.c
  M  ext/spl/spl_functions.c
  M  ext/spl/spl_functions.h
  M  ext/spl/spl_heap.c
  M  ext/spl/spl_iterators.c
  M  ext/spl/spl_iterators.h
  M  ext/spl/spl_observer.c
  M  ext/sqlite3/php_sqlite3_structs.h
  M  ext/sqlite3/sqlite3.c
  M  ext/standard/array.c
  M  ext/standard/assert.c
  M  ext/standard/base64.c
  M  ext/standard/base64.h
  M  ext/standard/basic_functions.c
  M  ext/standard/basic_functions.h
  M  ext/standard/browscap.c
  M  ext/standard/crc32.c
  M  ext/standard/crypt.c
  M  ext/standard/cyr_convert.c
  M  ext/standard/datetime.c
  M  ext/standard/dir.c
  M  ext/standard/dl.c
  M  ext/standard/dns.c
  M  ext/standard/dns_win32.c
  M  ext/standard/exec.c
  M  ext/standard/file.c
  M  ext/standard/file.h
  M  ext/standard/filestat.c
  M  ext/standard/formatted_print.c
  M  ext/standard/fsock.c
  M  ext/standard/ftok.c
  M  ext/standard/ftp_fopen_wrapper.c
  M  ext/standard/head.c
  M  ext/standard/head.h
  M  ext/standard/html.c
  M  ext/standard/http.c
  M  ext/standard/http_fopen_wrapper.c
  M  ext/standard/image.c
  M  ext/standard/incomplete_class.c
  M  ext/standard/info.c
  M  ext/standard/iptc.c
  M  ext/standard/levenshtein.c
  M  ext/standard/link.c
  M  ext/standard/link_win32.c
  M  ext/standard/mail.c
  M  ext/standard/math.c
  M  ext/standard/md5.c
  M  ext/standard/metaphone.c
  M  ext/standard/pack.c
  M  ext/standard/password.c
  M  ext/standard/php_filestat.h
  M  ext/standard/php_http.h
  M  ext/standard/php_incomplete_class.h
  M  ext/standard/php_smart_str.h
  M  ext/standard/php_smart_str_public.h
  M  ext/standard/php_string.h
  M  ext/standard/php_uuencode.h
  M  ext/standard/proc_open.c
  M  ext/standard/quot_print.c
  M  ext/standard/sha1.c
  M  ext/standard/sha1.h
  M  ext/standard/soundex.c
  M  ext/standard/streamsfuncs.c
  M  ext/standard/string.c
  M  ext/standard/syslog.c
  M  ext/standard/type.c
  M  ext/standard/uniqid.c
  M  ext/standard/url.c
  M  ext/standard/url.h
  M  ext/standard/url_scanner_ex.c
  M  ext/standard/url_scanner_ex.h
  M  ext/standard/user_filters.c
  M  ext/standard/uuencode.c
  M  ext/standard/var.c
  M  ext/standard/var_unserializer.c
  M  ext/standard/versioning.c
  M  ext/sybase_ct/php_sybase_ct.c
  M  ext/tidy/tidy.c
  M  ext/tokenizer/tokenizer.c
  M  ext/wddx/php_wddx_api.h
  M  ext/wddx/wddx.c
  M  ext/xml/php_xml.h
  M  ext/xml/xml.c
  M  ext/xmlreader/php_xmlreader.c
  M  ext/xmlrpc/xmlrpc-epi-php.c
  M  ext/xmlwriter/php_xmlwriter.c
  M  ext/xsl/xsltprocessor.c
  M  ext/zip/php_zip.c
  M  ext/zip/php_zip.h
  M  ext/zip/zip_stream.c
  M  ext/zlib/zlib.c
  M  main/SAPI.c
  M  main/SAPI.h
  M  main/fopen_wrappers.c
  M  main/fopen_wrappers.h
  M  main/main.c
  M  main/network.c
  M  main/output.c
  M  main/php.h
  M  main/php_ini.c
  M  main/php_ini.h
  M  main/php_network.h
  M  main/php_output.h
  M  main/php_variables.c
  M  main/php_variables.h
  M  main/rfc1867.c
  M  main/snprintf.c
  M  main/snprintf.h
  M  main/spprintf.c
  M  main/spprintf.h
  M  main/streams/filter.c
  M  main/streams/glob_wrapper.c
  M  main/streams/memory.c
  M  main/streams/php_stream_glob_wrapper.h
  M  main/streams/php_stream_transport.h
  M  main/streams/plain_wrapper.c
  M  main/streams/streams.c
  M  main/streams/transports.c
  M  main/streams/userspace.c
  M  main/streams/xp_socket.c
  M  sapi/apache2handler/apache_config.c
  M  sapi/apache2handler/sapi_apache2.c
  M  sapi/cgi/cgi_main.c
  M  sapi/cgi/fastcgi.c
  M  sapi/cgi/fastcgi.h
  M  sapi/cli/cli.h
  M  sapi/cli/php_cli.c
  M  sapi/cli/php_cli_process_title.c
  M  sapi/cli/php_cli_server.c
  M  sapi/embed/php_embed.c
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to