]> granicus.if.org Git - php/commitdiff
Sync leading and final newlines in source code files
authorPeter Kokot <peterkokot@gmail.com>
Sun, 14 Oct 2018 10:55:24 +0000 (12:55 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 14 Oct 2018 10:55:24 +0000 (12:55 +0200)
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2

476 files changed:
.appveyor.yml
Makefile.frag
Makefile.gcov
README.EXT_SKEL
README.RELEASE_PROCESS
README.SELF-CONTAINED-EXTENSIONS
README.WIN32-BUILD-SYSTEM
README.md
TSRM/acinclude.m4
TSRM/config.w32
UPGRADING
UPGRADING.INTERNALS
Zend/Makefile.am
Zend/buildconf
Zend/tests/bug40236.inc
Zend/tests/methods-on-non-objects-nested.inc
Zend/tests/nowdoc.inc
Zend/tests/return_types/classes.php.inc
Zend/zend_highlight.c
Zend/zend_vm_execute.skl
appveyor/build.bat
appveyor/build_task.bat
appveyor/test.bat
appveyor/test_task.bat
build/build2.mk
build/genif.sh
buildconf.bat
ext/bcmath/libbcmath/AUTHORS
ext/bcmath/libbcmath/COPYING.LIB
ext/bcmath/libbcmath/ChangeLog
ext/bcmath/libbcmath/FAQ
ext/bcmath/libbcmath/src/add.c
ext/bcmath/libbcmath/src/compare.c
ext/bcmath/libbcmath/src/div.c
ext/bcmath/libbcmath/src/divmod.c
ext/bcmath/libbcmath/src/doaddsub.c
ext/bcmath/libbcmath/src/int2num.c
ext/bcmath/libbcmath/src/nearzero.c
ext/bcmath/libbcmath/src/neg.c
ext/bcmath/libbcmath/src/num2long.c
ext/bcmath/libbcmath/src/raise.c
ext/bcmath/libbcmath/src/rmzero.c
ext/bcmath/libbcmath/src/sqrt.c
ext/bcmath/libbcmath/src/str2num.c
ext/bcmath/libbcmath/src/sub.c
ext/bcmath/libbcmath/src/zero.c
ext/calendar/dow.c
ext/com_dotnet/com_iterator.c
ext/com_dotnet/com_saproxy.c
ext/com_dotnet/com_typeinfo.c
ext/com_dotnet/com_variant.c
ext/com_dotnet/com_wrapper.c
ext/ctype/ctype.xml
ext/curl/tests/server.inc
ext/dba/CREDITS
ext/dba/README
ext/dba/tests/dba_handler.inc
ext/dom/tests/bug67081_0.xml
ext/dom/tests/bug67081_1.xml
ext/dom/tests/bug67081_2.xml
ext/dom/tests/dom.xml
ext/dom/tests/nsdoc.xml
ext/dom/tests/skipif.inc
ext/enchant/php_enchant.h
ext/exif/config.w32
ext/fileinfo/Makefile.frag
ext/gd/gd_compat.c
ext/hash/config.w32
ext/hash/hash.c
ext/iconv/config.w32
ext/iconv/tests/test.inc
ext/imap/tests/README
ext/imap/tests/clean.inc
ext/intl/common/common_date.cpp
ext/intl/common/common_date.h
ext/intl/dateformat/dateformat_attrcpp.cpp
ext/intl/dateformat/dateformat_attrcpp.h
ext/intl/dateformat/dateformat_format.c
ext/intl/dateformat/dateformat_helpers.h
ext/intl/dateformat/dateformat_parse.c
ext/intl/grapheme/grapheme_string.c
ext/intl/grapheme/grapheme_util.c
ext/intl/tests/resourcebundle.build
ext/intl/tests/resourcebundle.inc
ext/intl/uchar/uchar.c
ext/json/Makefile.frag.w32
ext/json/config.w32
ext/json/json_scanner.re
ext/json/php_json_parser.h
ext/json/php_json_scanner.h
ext/ldap/config.w32
ext/mbstring/libmbfl/DISCLAIMER
ext/mbstring/libmbfl/NEWS
ext/mbstring/libmbfl/filters/emoji2uni.h
ext/mbstring/libmbfl/filters/html_entities.h
ext/mbstring/libmbfl/filters/mbfilter_7bit.c
ext/mbstring/libmbfl/filters/mbfilter_ascii.h
ext/mbstring/libmbfl/filters/mbfilter_base64.c
ext/mbstring/libmbfl/filters/mbfilter_big5.c
ext/mbstring/libmbfl/filters/mbfilter_byte2.c
ext/mbstring/libmbfl/filters/mbfilter_byte4.c
ext/mbstring/libmbfl/filters/mbfilter_cp1251.c
ext/mbstring/libmbfl/filters/mbfilter_cp1251.h
ext/mbstring/libmbfl/filters/mbfilter_cp1252.c
ext/mbstring/libmbfl/filters/mbfilter_cp1254.c
ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c
ext/mbstring/libmbfl/filters/mbfilter_cp51932.c
ext/mbstring/libmbfl/filters/mbfilter_cp850.c
ext/mbstring/libmbfl/filters/mbfilter_cp866.c
ext/mbstring/libmbfl/filters/mbfilter_cp932.c
ext/mbstring/libmbfl/filters/mbfilter_euc_cn.c
ext/mbstring/libmbfl/filters/mbfilter_euc_jp.c
ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.c
ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
ext/mbstring/libmbfl/filters/mbfilter_euc_tw.c
ext/mbstring/libmbfl/filters/mbfilter_gb18030.c
ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c
ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.c
ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.c
ext/mbstring/libmbfl/filters/mbfilter_jis.c
ext/mbstring/libmbfl/filters/mbfilter_qprint.c
ext/mbstring/libmbfl/filters/mbfilter_sjis.c
ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.c
ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c
ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c
ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.c
ext/mbstring/libmbfl/filters/mbfilter_ucs2.c
ext/mbstring/libmbfl/filters/mbfilter_ucs4.c
ext/mbstring/libmbfl/filters/mbfilter_uhc.c
ext/mbstring/libmbfl/filters/mbfilter_utf16.c
ext/mbstring/libmbfl/filters/mbfilter_utf32.h
ext/mbstring/libmbfl/filters/mbfilter_utf7.c
ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c
ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c
ext/mbstring/libmbfl/filters/mbfilter_uuencode.c
ext/mbstring/libmbfl/filters/mbfilter_uuencode.h
ext/mbstring/libmbfl/filters/sjis_mac2uni.h
ext/mbstring/libmbfl/filters/unicode_prop.h
ext/mbstring/libmbfl/filters/unicode_table_jis2004.h
ext/mbstring/libmbfl/filters/unicode_table_koi8u.h
ext/mbstring/libmbfl/mbfl/mbfilter_pass.c
ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
ext/mbstring/libmbfl/mbfl/mbfl_convert.c
ext/mbstring/libmbfl/mbfl/mbfl_language.c
ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
ext/mbstring/libmbfl/mbfl/mbfl_string.c
ext/mbstring/libmbfl/nls/nls_de.c
ext/mbstring/libmbfl/nls/nls_en.c
ext/mbstring/libmbfl/nls/nls_kr.c
ext/mbstring/libmbfl/nls/nls_neutral.c
ext/mbstring/libmbfl/nls/nls_tr.c
ext/mbstring/libmbfl/nls/nls_uni.c
ext/mbstring/libmbfl/nls/nls_zh.c
ext/mbstring/libmbfl/tests/conv_encoding.tests/cp51932_cp50220raw.exp
ext/mbstring/mb_gpc.c
ext/mbstring/php_mbregex.h
ext/mbstring/php_unicode.h
ext/mbstring/ucgendat/OPENLDAP_LICENSE
ext/mbstring/ucgendat/README
ext/mysqli/mysqli_fe.h
ext/mysqli/mysqli_libmysql.h
ext/mysqli/tests/clean_table.inc
ext/mysqli/tests/reflection_tools.inc
ext/mysqli/tests/skipif.inc
ext/mysqli/tests/skipifemb.inc
ext/mysqli/tests/skipifnotemb.inc
ext/odbc/tests/config.inc
ext/opcache/config.w32
ext/opcache/tests/php_cli_server.inc
ext/openssl/config.w32
ext/pcntl/README
ext/pcre/config.w32
ext/pcre/config0.m4
ext/pcre/php_pcre.def
ext/pdo/CREDITS
ext/pdo/Makefile.frag
ext/pdo/Makefile.frag.w32
ext/pdo/README
ext/pdo/config.m4
ext/pdo/pdo_sqlstate.c
ext/pdo_dblib/config.w32
ext/pdo_mysql/CREDITS
ext/pdo_mysql/tests/table.inc
ext/pdo_oci/config.m4
ext/pdo_odbc/config.w32
ext/pdo_sqlite/php_pdo_sqlite.h
ext/pgsql/README
ext/pgsql/config.m4
ext/pgsql/tests/nonblocking.inc
ext/phar/Makefile.frag
ext/phar/Makefile.frag.w32
ext/phar/func_interceptors.c
ext/phar/gdbhelp
ext/phar/phar/directorygraphiterator.inc
ext/phar/phar/directorytreeiterator.inc
ext/phar/phar/invertedregexiterator.inc
ext/phar/phar/phar.inc
ext/phar/phar/phar.php
ext/phar/tests/cache_list/files/frontcontroller13.phar.inc
ext/phar/tests/cache_list/files/nophar.phar.inc
ext/phar/tests/cache_list/files/phar_oo_test.inc
ext/phar/tests/cache_list/files/phar_test.inc
ext/phar/tests/files/frontcontroller13.phar.inc
ext/phar/tests/files/nophar.phar.inc
ext/phar/tests/files/phar_oo_test.inc
ext/phar/tests/files/stuboflength1041.phar.inc
ext/phar/tests/tar/files/corrupt_tarmaker.php.inc
ext/phar/tests/tar/files/make.dangerous.tar.php.inc
ext/phar/tests/tar/files/make_invalid_tar.php.inc
ext/phar/tests/tar/files/tarmaker.php.inc
ext/phar/tests/zip/files/corrupt_zipmaker.php.inc
ext/phar/tests/zip/files/make_invalid_tar.php.inc
ext/phar/tests/zip/files/zipmaker.php.inc
ext/pspell/README
ext/pspell/config.w32
ext/readline/config.w32
ext/readline/php_readline.h
ext/readline/readline_cli.h
ext/reflection/tests/included4.inc
ext/session/tests/save_handler.inc
ext/shmop/README
ext/simplexml/tests/000.xml
ext/simplexml/tests/bug24392.xml
ext/simplexml/tests/sxe.xml
ext/simplexml/tests/sxe私はガラスを食べられます.xml
ext/skeleton/config.w32.in
ext/skeleton/php_skeleton.h
ext/skeleton/skeleton.c
ext/snmp/config.w32
ext/snmp/tests/skipif.inc
ext/soap/interop/test.utility.php
ext/soap/php_sdl.c
ext/soap/tests/interop/Round2/Base/round2_base.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclit.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclitparams.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_emptysa.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.inc
ext/soap/tests/interop/Round3/GroupD/round3_groupD_rpcenc.inc
ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
ext/soap/tests/interop/Round3/GroupF/round3_groupF_ext.inc
ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc
ext/sockets/config.w32
ext/sockets/php_sockets.h
ext/sodium/README.md
ext/spl/examples/autoload.inc
ext/spl/examples/cachingrecursiveiterator.inc
ext/spl/examples/callbackfilteriterator.inc
ext/spl/examples/class_tree.php
ext/spl/examples/dba_array.php
ext/spl/examples/dba_dump.php
ext/spl/examples/dbareader.inc
ext/spl/examples/directorygraphiterator.inc
ext/spl/examples/directorytree.inc
ext/spl/examples/directorytree.php
ext/spl/examples/directorytreeiterator.inc
ext/spl/examples/findfile.inc
ext/spl/examples/findfile.php
ext/spl/examples/findregex.php
ext/spl/examples/ini_groups.php
ext/spl/examples/inigroups.inc
ext/spl/examples/keyfilter.inc
ext/spl/examples/nocvsdir.php
ext/spl/examples/phar_from_dir.php
ext/spl/examples/regexfindfile.inc
ext/spl/examples/searchiterator.inc
ext/spl/examples/tests/examples.inc
ext/spl/internal/emptyiterator.inc
ext/spl/internal/filteriterator.inc
ext/spl/internal/infiniteiterator.inc
ext/spl/internal/limititerator.inc
ext/spl/internal/norewinditerator.inc
ext/spl/internal/outeriterator.inc
ext/spl/internal/parentiterator.inc
ext/spl/internal/recursivearrayiterator.inc
ext/spl/internal/recursivecachingiterator.inc
ext/spl/internal/recursivefilteriterator.inc
ext/spl/internal/recursiveiterator.inc
ext/spl/internal/recursiveiteratoriterator.inc
ext/spl/internal/recursiveregexiterator.inc
ext/spl/internal/recursivetreeiterator.inc
ext/spl/internal/seekableiterator.inc
ext/spl/spl_heap.c
ext/spl/tests/testclass.class.inc
ext/spl/tests/testclass.inc
ext/spl/tests/testclass.php.inc
ext/standard/Makefile.frag
ext/standard/Makefile.frag.w32
ext/standard/assert.c
ext/standard/cyr_convert.h
ext/standard/file.h
ext/standard/hrtime.c
ext/standard/html_tables/ents_html401.txt
ext/standard/html_tables/ents_html5.txt
ext/standard/html_tables/ents_xhtml.txt
ext/standard/http.c
ext/standard/info.h
ext/standard/mt_rand.c
ext/standard/php_crypt_r.c
ext/standard/php_http.h
ext/standard/php_mt_rand.h
ext/standard/php_smart_string.h
ext/standard/php_smart_string_public.h
ext/standard/proc_open.h
ext/standard/streamsfuncs.h
ext/standard/tests/array/compare_function.inc
ext/standard/tests/class_object/AutoInterface.inc
ext/standard/tests/class_object/AutoLoaded.inc
ext/standard/tests/class_object/AutoTest.inc
ext/standard/tests/class_object/AutoTrait.inc
ext/standard/tests/file/fopen_include_path.inc
ext/standard/tests/file/windows_mb_path/util.inc
ext/standard/tests/file/windows_mb_path/util_utf8.inc
ext/standard/tests/filters/filter_errors.inc
ext/standard/tests/general_functions/proc_open_pipes.inc
ext/standard/tests/ini_info/scandir/0.ini
ext/standard/tests/math/allowed_rounding_error.inc
ext/standard/tests/misc/browscap_lite_2016_12_06.ini
ext/standard/tests/streams/bug64433_srv.inc
ext/sysvshm/config.w32
ext/tidy/config.w32
ext/tokenizer/config.w32
ext/tokenizer/tokenizer_data.c
ext/wddx/config.w32
ext/xmlreader/config.w32
ext/xmlreader/tests/XMLReaderBad_bug71805.xml
ext/xmlreader/tests/XMLReaderGood_bug71805.xml
ext/xmlrpc/config.w32
ext/xmlrpc/libxmlrpc/README
ext/xmlrpc/libxmlrpc/base64.h
ext/xmlrpc/libxmlrpc/encodings.c
ext/xmlrpc/libxmlrpc/system_methods.c
ext/xmlrpc/libxmlrpc/system_methods_private.h
ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c
ext/xmlrpc/libxmlrpc/xml_to_soap.c
ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
ext/xmlrpc/libxmlrpc/xmlrpc.h
ext/xmlrpc/libxmlrpc/xmlrpc_introspection.h
ext/xmlrpc/libxmlrpc/xmlrpc_introspection_private.h
ext/xmlrpc/libxmlrpc/xmlrpc_private.h
ext/xmlwriter/config.w32
ext/xsl/tests/53965/collection.xml
ext/xsl/tests/area_name.xml
ext/xsl/tests/exslt.xml
ext/zend_test/config.w32
ext/zend_test/test.c
ext/zip/examples/addglob.php
ext/zip/examples/addpattern.php
ext/zip/examples/encryption.php
ext/zip/examples/fopen.php
ext/zip/examples/get_set_comments.php
ext/zip/examples/im.php
ext/zip/tests/bug38943.inc
ext/zlib/config.w32
ext/zlib/tests/data.inc
ext/zlib/tests/func.inc
ext/zlib/tests/gzopen_include_path.inc
ext/zlib/tests/reading_include_path.inc
ext/zlib/zlib_win32_howto.txt
footer
genfiles
main/streams/php_streams_int.h
main/streams/userspace.c
pear/Makefile.frag
pear/fetch.php
sapi/apache2handler/README
sapi/apache2handler/config.w32
sapi/cgi/Makefile.frag
sapi/cli/Makefile.frag
sapi/cli/config.w32
sapi/cli/tests/php_cli_server.inc
sapi/embed/config.m4
sapi/fpm/fpm/fpm.c
sapi/fpm/fpm/fpm.h
sapi/fpm/fpm/fpm_arrays.h
sapi/fpm/fpm/fpm_atomic.h
sapi/fpm/fpm/fpm_children.c
sapi/fpm/fpm/fpm_children.h
sapi/fpm/fpm/fpm_cleanup.c
sapi/fpm/fpm/fpm_cleanup.h
sapi/fpm/fpm/fpm_clock.c
sapi/fpm/fpm/fpm_clock.h
sapi/fpm/fpm/fpm_conf.c
sapi/fpm/fpm/fpm_conf.h
sapi/fpm/fpm/fpm_config.h
sapi/fpm/fpm/fpm_env.c
sapi/fpm/fpm/fpm_env.h
sapi/fpm/fpm/fpm_events.c
sapi/fpm/fpm/fpm_events.h
sapi/fpm/fpm/fpm_log.c
sapi/fpm/fpm/fpm_log.h
sapi/fpm/fpm/fpm_php.c
sapi/fpm/fpm/fpm_php.h
sapi/fpm/fpm/fpm_php_trace.c
sapi/fpm/fpm/fpm_php_trace.h
sapi/fpm/fpm/fpm_process_ctl.c
sapi/fpm/fpm/fpm_process_ctl.h
sapi/fpm/fpm/fpm_request.c
sapi/fpm/fpm/fpm_request.h
sapi/fpm/fpm/fpm_scoreboard.c
sapi/fpm/fpm/fpm_scoreboard.h
sapi/fpm/fpm/fpm_shm.c
sapi/fpm/fpm/fpm_shm.h
sapi/fpm/fpm/fpm_signals.c
sapi/fpm/fpm/fpm_signals.h
sapi/fpm/fpm/fpm_sockets.c
sapi/fpm/fpm/fpm_sockets.h
sapi/fpm/fpm/fpm_status.c
sapi/fpm/fpm/fpm_status.h
sapi/fpm/fpm/fpm_stdio.c
sapi/fpm/fpm/fpm_stdio.h
sapi/fpm/fpm/fpm_str.h
sapi/fpm/fpm/fpm_systemd.c
sapi/fpm/fpm/fpm_systemd.h
sapi/fpm/fpm/fpm_trace.c
sapi/fpm/fpm/fpm_trace.h
sapi/fpm/fpm/fpm_trace_mach.c
sapi/fpm/fpm/fpm_trace_pread.c
sapi/fpm/fpm/fpm_trace_ptrace.c
sapi/fpm/fpm/fpm_unix.c
sapi/fpm/fpm/fpm_unix.h
sapi/fpm/fpm/fpm_worker_pool.c
sapi/fpm/fpm/fpm_worker_pool.h
sapi/fpm/fpm/zlog.c
sapi/fpm/fpm/zlog.h
sapi/fpm/php-fpm.service.in
sapi/fpm/tests/response.inc
sapi/fpm/tests/skipif.inc
sapi/fpm/tests/status.inc
sapi/fpm/tests/tester.inc
sapi/litespeed/README.md
sapi/litespeed/lsapidef.h
sapi/litespeed/lsapilib.c
sapi/litespeed/lsapilib.h
sapi/litespeed/lscriu.h
sapi/phpdbg/Makefile.frag
sapi/phpdbg/config.w32
sapi/phpdbg/phpdbg_eol.h
sapi/phpdbg/phpdbg_io.c
sapi/phpdbg/phpdbg_io.h
sapi/phpdbg/phpdbg_sigio_win32.c
sapi/phpdbg/phpdbg_sigsafe.c
scripts/Makefile.frag
scripts/dev/find_tested.php
scripts/dev/gen_verify_stub
server-tests-config.php
tests/basic/timeout_config.inc
tests/lang/bug73172.inc
tests/quicktester.inc
tests/security/open_basedir.inc
travis/ext/pdo_pgsql/setup.sh
travis/ext/pgsql/setup.sh
win32/build/Makefile
win32/build/Makefile.phpize
win32/build/buildconf.js
win32/build/config.w32
win32/build/config.w32.h.in
win32/build/config.w32.phpize.in
win32/build/configure.tail
win32/build/confutils.js
win32/build/phpize.bat
win32/build/wsyslog.mc
win32/cp_enc_map_gen.c
win32/param.h

index 6d04b51f603fabcfdcfe1489d7fcb43909c32163..901145010f18f50bef4444b29366ba7539869e5d 100644 (file)
@@ -1,4 +1,3 @@
-
 version: "{branch}.build.{build}"
 
 image: Visual Studio 2017
@@ -50,4 +49,3 @@ build_script:
 
 test_script:
         - appveyor\test.bat
-
index cbea640966d8bba9eff4083381adcca21b2ce829..7c65cfab3c7cc415d23da7be4f4d1d2f44718939 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # Zend
 #
index b290d777d8c218d6ff2890c835c5f7efe9689401..671fedab40a76efb308c368244489916b02042df 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # LCOV
 #
index 1b4dc12ba3dffec2c3f1b37838f525f6a3b06ce7..ea450c045abf98c6aad373fda816256be098a246 100644 (file)
@@ -41,4 +41,3 @@ SOURCE AND HEADER FILE NAME
 OTHER OPTIONS
 
   Run php ext_skel.php --help to see the available options.
-
index dda28b156ffadb4d9e1e2f2094284d70eb16ab08..456b9d4fc1ea7fd743bdcf3f2adbd4af2410de9c 100644 (file)
@@ -370,4 +370,3 @@ New Release Manager Checklist
 5. Request moderation access to announce@php.net and primary-qa-tester@lists.php.net lists, to
    be able to moderate your release announcements. All the announcements should be sent from
    the @php.net alias.
-
index 6fb89746b315b222f7f80174360209ebd9f97932..0cc097f90c0e7fe087a52b1f6505c3ef6decfb41 100644 (file)
@@ -164,4 +164,3 @@ PECL SITE CONFORMITY
 
     This macros has to be used within your foo_module_entry to indicate the
     extension version.
-
index bc113a034082dfc903ca31998f47eb0b40a0a957..e46d0e4210ff488abecbd5dc6b3695704cd67df2 100644 (file)
@@ -3,4 +3,3 @@ The Win32 Build System.
 See https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2
 
 vim:tw=78:sw=1:ts=1:et
-
index 18087fa3bcc0c999c9b6399ccade83908f956458..4e59318e5bbbfe73d97e27f7642b98081d9222a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,4 +37,3 @@ Guidelines for contributors
 - [README.GIT-RULES](/README.GIT-RULES)
 - [README.MAILINGLIST_RULES](/README.MAILINGLIST_RULES)
 - [README.RELEASE_PROCESS](/README.RELEASE_PROCESS)
-
index fcf97fd352ee0b5e6f6810bc6fc3e5b34119c0ba..f886570c773650cd6645c60625c335414ade57c1 100644 (file)
@@ -1,5 +1,3 @@
-
 AC_DEFUN([AM_SET_LIBTOOL_VARIABLE],[
   LIBTOOL='$(SHELL) $(top_builddir)/libtool $1'
 ])
-
index 03a21b30cccd092b9f996b75118113388c2c1062..c65a91cc975c0ebd8ec4f47c172ec7f1dcdcc4b5 100644 (file)
@@ -2,4 +2,3 @@
 
 ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_win32.c");
 ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
-
index 6a7eeba05cf0eb13d50664121ed4f865bb725c0d..a43857ea9870114e3bec5c15a273b192208eb352 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -634,4 +634,3 @@ Standard:
 ========================================
 13. Other Changes
 ========================================
-
index 2f229dfd9d89b33106ffd685ded41fada604f23c..d869a6c79f41ff5579d56f057dbb02f59c153677 100644 (file)
@@ -206,4 +206,3 @@ PHP 7.3 INTERNALS UPGRADE NOTES
 ========================
 3. Module changes
 ========================
-
index dc62bf681c49729a30b40cb22991f9d8f061785c..537deb26f98c1581cff47df48910e9ab16124bb8 100644 (file)
@@ -53,4 +53,3 @@ depend:
 
 zend_execute.lo: $(srcdir)/zend_execute.c
        $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAGS) -c $(srcdir)/zend_execute.c
-
index fe8dee6f767808868807a44b5766a167ddacabbf..b2e0a2958c2cfdafe33f5711f270315b8be21209 100755 (executable)
@@ -30,4 +30,3 @@ if cmp configure.old configure > /dev/null 2>&1; then
 else
     echo "buildconf: created or modified ${1}configure"
 fi
-
index fc03349f7e0a4921d2fc95fe26f0da3ce6d8c03f..a8b97e691e19522618a73526e3a6db5c52737881 100644 (file)
@@ -7,4 +7,4 @@ function func5() { }
 function func6() { }
 function func7() { }
 print ("ok\n");
-?>
\ No newline at end of file
+?>
index 8511414b82cca83de3f38f07983855221f9b3d89..63d1c0d0da49041abff4cde92c8269ce636e1cc2 100755 (executable)
@@ -1,4 +1,4 @@
 <?php
 function nested() {
   throw new LogicException('Should not be called');
-}
\ No newline at end of file
+}
index 98f9fbaacf4ea9d76853cf352042c7bf2a43cb32..c903740e246c4910c1c85147bbad878056da2302 100644 (file)
@@ -8,4 +8,3 @@ class d { public function __construct() { $this->d = 4; } };
 $d = new d;
 
 ?>
-
index e4b691e3537cd052917f6f121fb77c870fc75d79..34abd8490a4d63c66d9f1ac855eee1210a747333 100644 (file)
@@ -2,4 +2,3 @@
 
 class A {}
 class B extends A {}
-
index fb489b6e7ae60d59c2be69bca00fc4ec5a2f74d4..e3c6d0acace8720473045bf3fcec252dc1344a98 100644 (file)
@@ -238,4 +238,3 @@ ZEND_API void zend_strip(void)
  * vim600: sw=4 ts=4 fdm=marker
  * vim<600: sw=4 ts=4
  */
-
index dfe25bce70874b595d908db06b12f324f30dcb71..30f0017cbdd9d8ee05e95dfebbb195e9ca94a800 100644 (file)
@@ -120,4 +120,3 @@ ZEND_API int zend_vm_kind(void)
 {
        return ZEND_VM_KIND;
 }
-
index 36e8fbdd4e88c8aa14a7ba39ecaf6e4e3ec79b8c..0beee511ee19e55a772e32aea92116e50d1f78ee 100644 (file)
@@ -42,4 +42,3 @@ cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\build_task.bat
 if %errorlevel% neq 0 exit /b 3
 
 exit /b 0
-
index 913a4ccef45e37419bf1a6df599e9ebeb1b20c37..00703936948ea2e3c6755c86f2b63a73e0d39ccf 100644 (file)
@@ -69,4 +69,3 @@ nmake /NOLOGO
 if %errorlevel% neq 0 exit /b 3
 
 exit /b 0
-
index eb61bece665d2eb5274e19c729420b91ff4267f7..6d4c5fa408f3b09fa48ecea72cfcf1e5f9b8e72d 100644 (file)
@@ -10,4 +10,3 @@ cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
 if %errorlevel% neq 0 exit /b 3
 
 exit /b 0
-
index 49a0b2dcfeaa4f1a7d84db63a41e60fd091f840a..12aff530313d96ecd1caaa8a3bd382cf5e357a75 100644 (file)
@@ -98,4 +98,3 @@ set EXIT_CODE=%errorlevel%
 powershell -Command "$wc = New-Object 'System.Net.WebClient'; $wc.UploadFile('https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%', 'c:\junit.out.xml')"
 
 exit /b %EXIT_CODE%
-
index a5e4d6578dcf485e1bb956e6a7e096da1883f6e2..7b86f3de1a154d38ff97b52f8ced06049684de95 100644 (file)
@@ -49,4 +49,3 @@ configure: aclocal.m4 configure.ac $(config_m4_files)
        @echo rebuilding $@
        @rm -f $@
        $(PHP_AUTOCONF) -f $(SUPPRESS_WARNINGS)
-
index 40024322a957cd82bd7e9356adba45764bf5c066..1df7c93164665b5ba94ee86263c125a700ab5c85 100644 (file)
@@ -37,5 +37,3 @@ cat $infile | \
        -e "s'@EXT_MODULE_PTRS@'$module_ptrs'" \
        -e 's/@NEWLINE@/\
 /g'
-
-
index 27a4bcb2d1bdd38f11c5b4f15f74abac94058550..698d80a823f75b9b4b6517d3b7c826797556d09d 100644 (file)
@@ -4,4 +4,4 @@ SET PHP_BUILDCONF_PATH=%~dp0
 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
 SET PHP_SDK_SCRIPT_PATH=
 
-IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
\ No newline at end of file
+IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
index 982db9dc405e30b697a582dc4ceef53a8ea12cfd..f2d831cf652c2cb2a3af01ae355649928026f580 100644 (file)
@@ -1,3 +1 @@
 Phil Nelson <philnelson@acm.org> wrote bcmath library.
-
-
index c4792dd27a32d2ce510ec3e6ea008d87a7bdbe9a..aa4f4aca85c1e590b927bf3e287e1cf89dd44e4c 100644 (file)
@@ -1,4 +1,3 @@
-
                   GNU LESSER GENERAL PUBLIC LICENSE
                        Version 2.1, February 1999
 
@@ -511,5 +510,3 @@ Random Hacker.
   Ty Coon, President of Vice
 
 That's all there is to it!
-
-
index b8d459a2bbfe0c45cffbc729b66ad487fa305c27..eea6b016e2b5355491e4c6408974349e6e9cba07 100644 (file)
@@ -7,4 +7,3 @@ Wed Jun  7 09:39:02 2000  Phil Nelson  <phil@cs.wwu.edu>
 2000-05-21  Phil Nelson  <phil@cs.wwu.edu>
 
        * Initial setup of bcmath library., calling it version 0.1.
-
index 1b06b301ba1ff769852931ee459e54250a91fc10..423600ac76fe0c5fe01f4f885c47300cfd1b031b 100644 (file)
@@ -18,4 +18,3 @@ calculate an exact number of digits after the decimal point regardless
 of the number of digits in the integer part.  GMP floats have a
 "fixed, but arbitrary" mantissa and so multiplying two floats will end
 up dropping digits BC must calculate.
-
index ade5b5969a0ed73ffd4f2fef800cb8cabd7c99b4..150f27c53c7701b609b27d8aab59fe191a360519 100644 (file)
@@ -85,4 +85,3 @@ bc_add (n1, n2, result, scale_min)
   bc_free_num (result);
   *result = sum;
 }
-
index 6217ef1af3337535339d48b409c7a535b8e71e15..cb7d04e07148a75612293af359bf326f9532ddec 100644 (file)
@@ -158,4 +158,3 @@ bc_compare (n1, n2)
 {
   return _bc_do_compare (n1, n2, TRUE, FALSE);
 }
-
index df5de29919061e1c3fdba04479342827a65f760a..b326ea12501621d4b026a507fdfbec422f3ed2f8 100644 (file)
@@ -268,4 +268,3 @@ bc_divide (bc_num n1, bc_num n2, bc_num *quot, int scale)
 
   return 0;    /* Everything is OK. */
 }
-
index 08c2f8a2a2d5eb6bf223521599bc67276173e2f3..848a4cc850628e46ba06583abd8aa655c2699b92 100644 (file)
@@ -84,4 +84,3 @@ bc_modulo (bc_num num1, bc_num num2, bc_num *result, int scale)
 {
   return bc_divmod (num1, num2, NULL, result, scale);
 }
-
index cef0fdbf1ba6caf49fd8038af940167fd078c487..991c294e990ea3793fe03dde3db2c30083cbeb85 100644 (file)
@@ -229,4 +229,3 @@ _bc_do_sub (n1, n2, scale_min)
   _bc_rm_leading_zeros (diff);
   return diff;
 }
-
index a8965f6040efaed4c41ff98d7db8c68c9a0e18a0..79a6e19075bea01030c06856d2fbd97b137022f4 100644 (file)
@@ -81,4 +81,3 @@ bc_int2num (num, val)
   while (ix-- > 0)
     *vptr++ = *--bptr;
 }
-
index 1f2f0708ccf7f4c9c7615207cc105705af994b63..933e501108bef61fcb4f63c76a617114fd6ed636 100644 (file)
@@ -66,4 +66,3 @@ bc_is_near_zero (num, scale)
   else
     return TRUE;
 }
-
index 619a59bb05c2f5c9866d28e21eb9d83a9246a736..65081dbef6cdbf6c47418ec633d96042709dee1c 100644 (file)
@@ -46,4 +46,3 @@ bc_is_neg (num)
 {
   return num->n_sign == MINUS;
 }
-
index be84986d236ed395cf0c5fce47ded60529bc71e3..81e82a6fac931665040b57c08907c6ef9c6ba704 100644 (file)
@@ -67,4 +67,3 @@ bc_num2long (num)
   else
     return (-val);
 }
-
index c7838be59754ba7b1c0a53c39040627a35f9a110..81ee03aeed2b2c76c0396c371d977e380a30882d 100644 (file)
@@ -121,4 +121,3 @@ bc_raise (bc_num num1, bc_num num2, bc_num *result, int scale)
      }
    bc_free_num (&power);
 }
-
index 1b81601b2016dc95fa53d55572177b0d5473460e..93cc26d12d79b2a859b10924d69840370cebb241 100644 (file)
@@ -52,4 +52,3 @@ _bc_rm_leading_zeros (num)
     num->n_len--;
   }
 }
-
index 265d75b5fbae8986a5748d2c15045a876ce1ad6b..a7c4d732a6b6f0c23e6682bc8e14c7134a11d311 100644 (file)
@@ -126,4 +126,3 @@ bc_sqrt (bc_num *num, int scale)
   bc_free_num (&diff);
   return 1;
 }
-
index 62544de80ec9fe9c8062d2fbed336dd617b1b3cb..f38d341570f9216b37316061fa260f7547a4add0 100644 (file)
@@ -109,4 +109,3 @@ bc_str2num (bc_num *num, char *str, int scale)
   if (bc_is_zero (*num))
     (*num)->n_sign = PLUS;
 }
-
index b63f1bc90acd0810ac9333b54a19b570d1db5e5c..2278b0f14f50d5eaf2995360a6bd0f96806c2240 100644 (file)
@@ -87,4 +87,3 @@ bc_sub (n1, n2, result, scale_min)
   bc_free_num (result);
   *result = diff;
 }
-
index ffb549754685b68888d266ce9310c51c750b2fd5..d732dddfcdcca5ae19efaa3f2aabb4333646669b 100644 (file)
@@ -61,4 +61,3 @@ bc_is_zero (bc_num num)
   else
     return TRUE;
 }
-
index 466fb3be926e6c3846f8328c92d9e9fbea2ffd2f..2e47bb352d4162b6c9b8ff0b36ceda05c0e8f6d9 100644 (file)
@@ -1,4 +1,3 @@
-
 /* $selId: dow.c,v 2.0 1995/10/24 01:13:06 lees Exp $
  * Copyright 1993-1995, Scott E. Lee, all rights reserved.
  * Permission granted to use, copy, modify, distribute and sell so long as
index ed1deb96910bf1cb42cc6d0ad2e2b043a04aa093..e0d217b3954b1d629365016bedd20bf24f0cc750 100644 (file)
@@ -242,4 +242,3 @@ fail:
        }
        return NULL;
 }
-
index 68c814f4b4a0efa25bc60def906b1235ca5e4c04..bde19869921375a9349cf5a03efa451ba0f40517 100644 (file)
@@ -562,4 +562,3 @@ zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *objec
 
        return &I->iter;
 }
-
index cde987bb8b525f82af2b6dcd02af5d16e4e55871..0ba344fd9ecf2f86e53ab93a7ec0cbe2a6abb3a0 100644 (file)
@@ -601,5 +601,3 @@ int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int pri
 
        return ret;
 }
-
-
index 170f15b6e725b311d8f15a01df3b6d4b7b0ec53f..f4f7d5a9dde3cd36b5f7afbae0caa8de1dd0c3e7 100644 (file)
@@ -1121,4 +1121,3 @@ PHP_FUNCTION(variant_cast)
        VariantClear(&vres);
 }
 /* }}} */
-
index 13366aa3c44395c495dadc2857a9db371b3eee3e..437c7c814f401028ca28b1ac4d49224a886a0062 100644 (file)
@@ -643,5 +643,3 @@ PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val)
 
        return (IDispatch*)disp;
 }
-
-
index 312c195e05da1d4405f2caec3de2caabe4e8d820..ac5934d7848f0df068ef54515ce7d93ffb44a3b7 100644 (file)
@@ -242,4 +242,3 @@ sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
 -->
-
index 124e0f898ccd77bd14cdf649da196c546d28c81a..b7c1570195e89555c12eb1f22bd79ef63551ce21 100644 (file)
@@ -83,4 +83,3 @@ function curl_cli_server_start() {
 
     return PHP_CURL_SERVER_ADDRESS;
 }
-
index 370b3ea27108abb9a2a8c4cff807b9c2d153e433..e7748197eac62be03e266e85ae63d89aa85bf979 100644 (file)
@@ -1,2 +1,2 @@
 DBA
-Sascha Schumann, Marcus Boerger
\ No newline at end of file
+Sascha Schumann, Marcus Boerger
index 3d23fb914c80805086e8484bd6e850590a09daf0..ec0610b71f68d0212f73223422ecabdcfc103652 100755 (executable)
@@ -51,4 +51,4 @@ This shows whether your combination of handlers works. Most problematic
 are dbm and ndbm which conflict with many installations. The reason for
 this is that on several systems these libraries are part of more than one
 other library. The configuration test only prevents you from configuring
-malfaunctioning single handlers but not combinations.
\ No newline at end of file
+malfaunctioning single handlers but not combinations.
index 9792f0082995b1bd886649cb810f7e76248c8b52..51f27050ca80950c600286e4e42ce45da86e1fd5 100644 (file)
@@ -95,4 +95,4 @@ do {
        }
 } while(1);
 
-?>
\ No newline at end of file
+?>
index 604eea57b1619a8cc194011de4b624b01aca55b9..160e9d31c3dda750b7abc9bcea55a73b1bb1d67a 100644 (file)
@@ -3,4 +3,3 @@
    <!ELEMENT a EMPTY>
 ]>
 <a></a>
-
index 7ae542e977d881dbfcf6bf61bc766eee98b0e8ae..f699805f6484c1cca2d2267a21bb2444967237aa 100644 (file)
@@ -4,4 +4,3 @@
    <!ELEMENT b EMPTY>
 ]>
 <a></a>
-
index c10af0966ce05c59dfb0886d96e6b9f926e94bdc..baa987021217ea0e1c66329833ae63dd33a94e06 100644 (file)
@@ -2,4 +2,3 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <a></a>
-
index 09ac674e55d83b9190482a4802f6d90560a4e4bd..c7bbc55413d6e1d0ee853111516d3a0991f81476 100644 (file)
@@ -5,4 +5,4 @@
 ]>
 <root>
    <foo bar="" />
-</root>
\ No newline at end of file
+</root>
index 9503fd8c5b1ad03494cdf53815655150600c5461..9153729d1a748bb346a72136a3a0626578655e9b 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
 <root xmlns="http://ns" xmlns:ns2="http://ns2">
     <ns2:child />
-</root>
\ No newline at end of file
+</root>
index 08fd695d97eba6262b28c7a3162b9cd20601a141..16ab73febb071203246083e0bfc924b722911713 100644 (file)
@@ -1 +1 @@
-<?php  if (!extension_loaded('dom')) die('skip dom extension not available');?>
\ No newline at end of file
+<?php  if (!extension_loaded('dom')) die('skip dom extension not available');?>
index 449fae2d0d22fa8b64aced1eb867fb0b20a95cd5..a12ea8ddfa216cc520f77fc223b85f28861fb4b8 100644 (file)
@@ -77,4 +77,3 @@ PHP_FUNCTION(enchant_dict_quick_check);
  * indent-tabs-mode: t
  * End:
  */
-
index 6ba816793b5e86665c2842b2ce98434847c4a6c8..0fe93cdb562210be0903aa4163f082f9359bfe66 100644 (file)
@@ -10,4 +10,4 @@ if(PHP_EXIF != 'no')
 
                EXTENSION('exif', 'exif.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
        }
-}
\ No newline at end of file
+}
index 5af690a9b4c582048731783908256b9bc374095d..ba84e9a9f55f42659ee3a182d3da6f3406ec5fe5 100644 (file)
@@ -1,2 +1 @@
-
 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
index 2ea1bc4d0c8c1d19aac05da192d0f23e8d664bc6..8ca3c30b40bb2161b58f30edbd522d7467a6941c 100644 (file)
@@ -58,4 +58,3 @@ int overflow2(int a, int b)
        }
        return 0;
 }
-
index 85ade5f30d7d81ff734cdcd07db56d554320011b..1bf39d14d27f46ee92b1f7d3963a6931cc5fc5cd 100644 (file)
@@ -31,4 +31,3 @@ if (PHP_HASH != "no") {
                WARNING("hash not enabled; libraries and headers not found");
        }
 }
-
index 4d7f4958caf199ffbf0f1a3466671e0b33cf0aad..300fd82467437c1d00e354e37db263b712419de1 100644 (file)
@@ -1501,4 +1501,3 @@ ZEND_GET_MODULE(hash)
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
-
index 9161ca91ade1dc07f4784f624c5df9edda38d387..3714ea2ed692c3e598bb305b7419a4b5ab8f12f1 100644 (file)
@@ -24,4 +24,3 @@ if (PHP_ICONV != "no") {
                PHP_ICONV = "no";
        }
 }
-
index 78f180462f7006566008f9c22d2d80a73c842dd5..68d2a3e10ccd08d1e49e63f73a5e302f60f75cf3 100644 (file)
@@ -4,4 +4,4 @@
 //  $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
 //  @dl("iconv$dlext");
 //}
-?>
\ No newline at end of file
+?>
index 0e554e94c0580e0bd1af122effe90323948f7ec6..99424b3995a8a9f297b6c26da4ae5c650631973c 100644 (file)
@@ -1,4 +1,3 @@
-
 Many of the tests in this directory require a mail server to be running, if there is no mail server the test will skip and warn, see skipif.inc for details.
 
 To make the tests run parameters in the skipif.inc and imap_include.inc file will need to be changed to match the local mailserver configuration.
@@ -39,7 +38,3 @@ auth default {
 
   user = root
 }
-
-
-
-
index 2557489ba15e89938f870b895cd5dbd997921e69..4f381bf893b0b6994d0029eb2ffa4d5165ec1504 100644 (file)
@@ -22,4 +22,4 @@ foreach($mailboxes as $value) {
 }
 
 imap_close($imap_stream, CL_EXPUNGE);
-?>
\ No newline at end of file
+?>
index ea881d9dfa774414ca745608045272ad31a289f1..ca73269e48d6eb87533cb929182941e30a33f099 100644 (file)
@@ -244,4 +244,3 @@ U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func)
 
        return rv;
 }
-
index a1c08e434eb715d15755a0266eb9edc383dd281f..acb8e68e9ab514044244546e3e3cbae7eacb53dc 100644 (file)
@@ -39,4 +39,3 @@ U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func);
 
 #endif /* COMMON_DATE_H */
-
index 858cbf5d4dabe4f07e64537a32638961a1f1a253..fec8eb1a67fe7315549038f149dd28594ee3507f 100644 (file)
@@ -245,4 +245,3 @@ U_CFUNC PHP_FUNCTION(datefmt_set_calendar)
        RETURN_TRUE;
 }
 /* }}} */
-
index c8e4e5b702cc66fa045e2602a5388a95d7e31c7a..ab699145405baa680e9ebe7c80c3651339912d00 100644 (file)
@@ -30,4 +30,3 @@ PHP_FUNCTION(datefmt_set_calendar);
 PHP_FUNCTION(datefmt_get_calendar_object);
 
 #endif /* DATEFORMAT_ATTRCPP_H */
-
index 2d1e78b512bb548d57442bfec7991caa8734f010..5e51796cad3a50f9302598278d4cabfd96a788d9 100644 (file)
@@ -188,4 +188,3 @@ PHP_FUNCTION(datefmt_format)
 }
 
 /* }}} */
-
index fd73e81d89c0fe68b305e4079e7091af11067ae6..7489effc180a5de7482ee5b7810df29a0340b7aa 100644 (file)
@@ -41,4 +41,3 @@ int datefmt_process_calendar_arg(zval* calendar_zv,
                                                                 bool& calendar_owned);
 
 #endif /* DATEFORMAT_HELPERS_H */
-
index 5f0c497e4456ee7a8611ce863341ffdcdcc097bf..a04ef1105ecce11b18d8967dffb6d1ec260d22c7 100644 (file)
@@ -210,4 +210,3 @@ PHP_FUNCTION(datefmt_localtime)
        }
 }
 /* }}} */
-
index 72ecbd5074f876437bf58c4ba80af10984c945a6..a02fb7acd90985ba71b975a929220b9d49a9b9e4 100644 (file)
@@ -911,4 +911,3 @@ PHP_FUNCTION(grapheme_extract)
  * vim600: fdm=marker
  * vim: noet sw=4 ts=4
  */
-
index 36b225a06ccea57dcdb6084423ab20aa7fa65022..2e47b17933e99cf533b9e632d57dd0e095b83919 100644 (file)
@@ -406,4 +406,3 @@ UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *stat
  * vim600: fdm=marker
  * vim: noet sw=4 ts=4
  */
-
index 560dc8fb450d1e8519564122bcc02a2e6c6c6971..273e4407b7aea3a979ec7c9e7a62544507ff2c9d 100644 (file)
@@ -30,4 +30,4 @@ file_put_contents("$here/_files/res_index.txt", $res_index);
 
 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle res_index.txt");
 
-// passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/resourcebundle.dat");
\ No newline at end of file
+// passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/resourcebundle.dat");
index 2ec138bb7d3a3b7be1fd257c026a62e9844322be..a7727a3ec8368235392bd6ce81325b721253cc02 100644 (file)
@@ -10,4 +10,3 @@ function debug( $res ) {
        }
        return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
 }
-
index 54d2082533dc763862f5494f5a751b33014a43d0..c4a1c76278aff0ab4b9f53d15baf4857cf45e79b 100644 (file)
@@ -779,4 +779,3 @@ int php_uchar_minit(INIT_FUNC_ARGS) {
 
        return SUCCESS;
 }
-
index ceaf2595cbddf3680770a1029fbdeddbea70d65a..1463eda70b7ada7ccbf71c79121b2cf6d21fb46c 100644 (file)
@@ -1,4 +1,3 @@
-
 ext\json\json_scanner.c: ext\json\json_scanner.re
        $(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
 
index b82b29e7642c67a6b7ad38b60d37174faefa0aff..82e470f2eec4b002d3ae85092c542e0cb461a047 100644 (file)
@@ -20,4 +20,3 @@ if (PHP_JSON != "no") {
 
        PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
 }
-
index 3fda1df5ad79f9d8954c2e447429e736ec30ee62..cf45b90ea05350c00aa342c6d0fbc92a6518c6b0 100644 (file)
@@ -393,4 +393,3 @@ std:
 */
 
 }
-
index 5378e50104d3794363be39df0b7621378057ea62..d8af613878c0f656a91eb761ba507a3b25b9f227 100644 (file)
@@ -84,4 +84,3 @@ PHP_JSON_API int php_json_parse(php_json_parser *parser);
 int php_json_yyparse(php_json_parser *parser);
 
 #endif /* PHP_JSON_PARSER_H */
-
index b707e230ebc67f00bfc9fc81c72935517b149423..4fd5f217fd44c03fd9c7f26faf1632bea843ae3b 100644 (file)
@@ -46,4 +46,3 @@ void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len,
 int php_json_scan(php_json_scanner *s);
 
 #endif /* PHP_JSON_SCANNER_H */
-
index 936c37c3d43fcf2ed5614b13dbe50f6dc97a0f99..a16a4fcd65354b1e3a2534140e63ea584f1a983e 100644 (file)
@@ -31,4 +31,3 @@ if (PHP_LDAP != "no") {
                WARNING("ldap not enabled; libraries and headers not found");
        }
 }
-
index 97fe77c33c09c2e3105150a75ccc216f28246d0e..21b7a91d55a92c1f262760811c22a9ae5ed757cd 100644 (file)
@@ -66,4 +66,3 @@
  1999/4/26  sgk 入力フィルタを実装。漢字コードを推定しながらフィルタを追加。
  1999/6/??      Unicodeサポート。
  1999/6/22  sgk ライセンスをLGPLに変更。
-
index 82a763b6955860deaea1aa2ae6f1d3f51411819d..75ea1c5117fc9927779dd9fc7add79669ffb6b8c 100644 (file)
@@ -1,4 +1,3 @@
-
 version 1.3.2 August 20, 2011
 
 - added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004 (rui).
index adce0b75d4864a4086015dc06eaf641f65c0fc18..198b2354d3b3f00bad49a4549c96bfa6b8d34e7d 100644 (file)
@@ -1224,4 +1224,3 @@ static const unsigned short mb_tbl_uni_sb2code5_val[] = { // 0xfe4c5 - 0xfee7d
        0x285F, 0x2860, 0x2861, };
 
 static const unsigned short mb_tbl_uni_sb2code5_len = sizeof(mb_tbl_uni_sb2code5_key)/sizeof(unsigned short);
-
index 6833fd810551ae601b9c39cc7ba32fb33dd847aa..be2cf904435d74e40abe7c8861035b7644d9c356 100644 (file)
@@ -38,4 +38,3 @@ typedef struct _mbfl_html_entity_entry {
 extern const mbfl_html_entity_entry mbfl_html_entity_list[];
 
 #endif /* MBFL_HTML_ENTITIES_H */
-
index 382c87437cb5af77839e1892d0d35b681f7119a2..0a4169a2d8fcea02904a0c081ead06749777fe9b 100644 (file)
@@ -80,5 +80,3 @@ int mbfl_filt_conv_any_7bit(int c, mbfl_convert_filter *filter)
        }
        return c;
 }
-
-
index 99b48153870a15f0cf8d2ab1e9114948a1276103..3c8aead9efc1ad540e18336780a33dd5dc61e374 100644 (file)
@@ -42,5 +42,3 @@ int mbfl_filt_conv_ascii_wchar(int c, mbfl_convert_filter *filter);
 int mbfl_filt_conv_wchar_ascii(int c, mbfl_convert_filter *filter);
 
 #endif /* MBFL_MBFILTER_ASCII_H */
-
-
index 661e1a4a5bcccf38a431a51f2c110c355bfe214f..f79a3eb8e96a6e5737d6cb9c81567513d64d421b 100644 (file)
@@ -212,5 +212,3 @@ int mbfl_filt_conv_base64dec_flush(mbfl_convert_filter *filter)
        }
        return 0;
 }
-
-
index 6b845f2bf9d29dc775a32c634646ddb753186c2d..c2cb9a1005bf9b00660d9364c5e18357d15e34e0 100644 (file)
@@ -351,5 +351,3 @@ static int mbfl_filt_ident_big5(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index 9be0fb9ae86d0f9b5137e793e9aa4b5a66678ae2..572b9fab84f0f1d1280f38d4636adfbe0de89f69 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_byte2le(int c, mbfl_convert_filter *filter)
        CK((*filter->output_function)((c >> 8) & 0xff, filter->data));
        return c;
 }
-
-
index 46ca04bb71dd8be547eee7a86b0ff4f2061f4dab..ed09bb3fdec348fa9e5926329cc8d992a0bba184 100644 (file)
@@ -159,5 +159,3 @@ int mbfl_filt_conv_wchar_byte4le(int c, mbfl_convert_filter *filter)
        CK((*filter->output_function)((c >> 24) & 0xff, filter->data));
        return c;
 }
-
-
index e28da316e1699d31ead47ff2b9e44f7a6f1cca6b..13a2b222ed2d131117065f127461895072094d63 100644 (file)
@@ -150,5 +150,3 @@ static int mbfl_filt_ident_cp1251(int c, mbfl_identify_filter *filter)
                filter->flag = 1; /* not it */
        return c;
 }
-
-
index becae48c191300e4530157bc67bffd588450157d..b76cc9f680688bfd5dd52c91a71053732a9c4609 100644 (file)
@@ -41,4 +41,3 @@ int mbfl_filt_conv_wchar_cp1251(int c, mbfl_convert_filter *filter);
 int mbfl_filt_conv_cp1251_wchar(int c, mbfl_convert_filter *filter);
 
 #endif /* MBFL_MBFILTER_CP1251_H */
-
index 6479023428ff8ea69bbd56e69f1203db793ca99e..7c628da2f34b31a6b23a9f1a0b590b881419d2b4 100644 (file)
@@ -145,5 +145,3 @@ static int mbfl_filt_ident_cp1252(int c, mbfl_identify_filter *filter)
                filter->flag = 1; /* not it */
        return c;
 }
-
-
index b01b19fb061ffc3672caaeb2d8802b79f0d2497f..ae63aed6e1c42b8daf4eb5f7501f5c69537862b5 100644 (file)
@@ -155,5 +155,3 @@ static int mbfl_filt_ident_cp1254(int c, mbfl_identify_filter *filter)
                filter->flag = 1; /* not it */
        return c;
 }
-
-
index 81b655d55f85671a7999488922389e93cc486150..c6012ff682b9e1ef6f1f8abf1009a15422fbe745 100644 (file)
@@ -1301,6 +1301,3 @@ retry:
 
        return c;
 }
-
-
-
index 057d6c6f917ae5aa3333e3b8dabcf8fb3bc817e4..8b931ba6d0dcba531003ecefac7b286496d13a5e 100644 (file)
@@ -343,5 +343,3 @@ static int mbfl_filt_ident_cp51932(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index 25ec247c78049c6142ae68400b54344de80e8fb3..9f47664fbe9958198b6bf0fa4c341d3e9e09e4da 100644 (file)
@@ -145,5 +145,3 @@ static int mbfl_filt_ident_cp850(int c, mbfl_identify_filter *filter)
                filter->flag = 1; /* not it */
        return c;
 }
-
-
index 95b681243b5c15a8a83ba9c4f7bff60828bcba86..c4668dcd5728c32c6bc92631b12e06b229ffc68f 100644 (file)
@@ -149,5 +149,3 @@ static int mbfl_filt_ident_cp866(int c, mbfl_identify_filter *filter)
                filter->flag = 1; /* not it */
        return c;
 }
-
-
index e6cbd5fc43bba3c1118c1721fd31f88c87be1510..d4936d9dcda0bcdd254cb7b2b481ef02f89ae114 100644 (file)
@@ -348,5 +348,3 @@ static int mbfl_filt_ident_cp932(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index 7fd3d7c315eb8167a4f001294929507783ec248c..08be6f329864c92b027bb6e9a7d8ba76a873d96a 100644 (file)
@@ -242,5 +242,3 @@ static int mbfl_filt_ident_euccn(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index ba794934b0a0d2655d64f07e7e7c1f5eae7a72db..1d98873976494531f3e1b1c1979d75930032a531 100644 (file)
@@ -328,6 +328,3 @@ int mbfl_filt_ident_eucjp(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
-
index 2fe24e0f57c179c0ff692f1855a9fc0ecb808ff3..f8ae8fc6f7cde22a225c7f25cc6db260cc2e78e2 100644 (file)
@@ -77,4 +77,3 @@ const struct mbfl_convert_vtbl vtbl_wchar_eucjp2004 = {
        mbfl_filt_conv_wchar_jis2004,
        mbfl_filt_conv_jis2004_flush
 };
-
index 912ae7350434c94445e87c334309fdaaf53da503..20e065155480f7b63de4c6e2b6cad8a3979a23c9 100644 (file)
@@ -432,5 +432,3 @@ static int mbfl_filt_ident_eucjp_win(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index bc780c99ee64ace4714a1260436ea37b82154913..9b28556dee6453eb27ce5068b956e8100cc91efd 100644 (file)
@@ -326,4 +326,3 @@ static int mbfl_filt_ident_euctw(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
index b7687b6c31ab5455b38ac607d85ab6feec91e314..6369542e2e469105f47d6f7304a85622953a517d 100644 (file)
@@ -471,5 +471,3 @@ static int mbfl_filt_ident_gb18030(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index c1fe9f12224268e51f26624dc77c171472826ee5..cc0e3653f2e75d5d5a86a431e9d9965dffd72eef 100644 (file)
@@ -357,5 +357,3 @@ retry:
 
        return c;
 }
-
-
index 17355bf87bc4872db6dbe2e6cea9c02dea34bb3b..9077d5708bfbd0608ab1fa55d01264081012f313 100644 (file)
@@ -166,5 +166,3 @@ retry:
 
        return c;
 }
-
-
index 239d74e381b8dbee066f706c5b5ad28d96f917a4..9279fe8713408a30eaaaee1fc85b8dfc63109c21 100644 (file)
@@ -98,5 +98,3 @@ int mbfl_filt_conv_wchar_8859_1(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 0fb6bc88cb78e096c98e8c5a59fa08ac858a2f39..f6c6297151fc73f678f863aeb44aca4094faea0e 100644 (file)
@@ -136,5 +136,3 @@ int mbfl_filt_conv_wchar_8859_10(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 2b2494baa5069cc071ab490c7ca73cac671a8e31..fc039892e092e108e79d1eb54729e6547009865f 100644 (file)
@@ -136,5 +136,3 @@ int mbfl_filt_conv_wchar_8859_13(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index eb008b8f042381065ad127083c6a2c9016910690..db16cd6a7b8076ea9b1a943861c63307fbc0f78d 100644 (file)
@@ -136,5 +136,3 @@ int mbfl_filt_conv_wchar_8859_14(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index ec1b2bc172029049a17e2ef2c15a3db639ddaadd..dcc05a00d17c62d9693301c08b2b574f2e3b5c6e 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_8859_2(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index f3905ac46ed7b26511033317ef83470aab1fdf8b..61fbde6f4c89dcb3066dd5d103bde976ac0dfd15 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_8859_3(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 19e105a6b8c6eb209881054df105506007e1be28..f5a8aa730784987d91cceeb7770fbd807a3baa35 100644 (file)
@@ -135,5 +135,3 @@ int mbfl_filt_conv_wchar_8859_4(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index ac3b2d20892f4dc426ce77a8d814ab50fbac4c38..629caa1081e7819fa9e2df64df2f3f745832ab57 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_8859_5(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index c5bbdd7eec8df4431b4123a314788f780f1cb3e7..d3f5f559f28a94535d8736ee45080d2c855624b5 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_8859_6(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 98ffade2e7514818f6ed386afdb8a05d4eb40e72..a11d1f57fffb5fe397091db5a5c5099909b0b758 100644 (file)
@@ -137,5 +137,3 @@ int mbfl_filt_conv_wchar_8859_7(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 3d65ce630a30566cfaa6bec61d15ac69b6ff883a..fb4020a4ad59e6022b80465fc254828c269c0fb3 100644 (file)
@@ -136,4 +136,3 @@ int mbfl_filt_conv_wchar_8859_8(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
index 8a730ae43e404f51b64d78c2834ddfc8588d7676..1e368ba5b6a31d8c1cd9bf11ea69e78abe77085c 100644 (file)
@@ -136,5 +136,3 @@ int mbfl_filt_conv_wchar_8859_9(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 88395cb09ef4f8457c8be2799beb4b6797bcc1b9..8985456d722b002f86e6de6536fee193036def90 100644 (file)
@@ -663,5 +663,3 @@ retry:
 
        return c;
 }
-
-
index b72724f4f18ccf47b9c6e9ec5946e8d1cb04dcd7..0d10ea49f8136b5ada4c52bb485e395ca21e13a2 100644 (file)
@@ -241,6 +241,3 @@ int mbfl_filt_conv_qprintdec_flush(mbfl_convert_filter *filter)
 
        return 0;
 }
-
-
-
index 33b1e1f6fe536bfebf5e0677367877c6f08cbb2e..5dab2bcbb65fdc3cb911a8a63749bae67429d61e 100644 (file)
@@ -297,4 +297,3 @@ int mbfl_filt_ident_sjis(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
index ff08cf3daef6a25c071164321a0d37e18698fcec..a1cfa7252138a856685daba413b9222721f8460c 100644 (file)
@@ -699,4 +699,3 @@ mbfl_filt_conv_sjis_mac_flush(mbfl_convert_filter *filter)
 
        return 0;
 }
-
index c7acf21409712aa05b8ee10da4f69fe08af738ad..3dd2e213c6de4deaf81605d6582f5131d5c28e09 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * "streamable kanji code filter and converter"
  * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
@@ -930,4 +929,3 @@ mbfl_filt_conv_sjis_mobile_flush(mbfl_convert_filter *filter)
 
        return 0;
 }
-
index 17e78793d814717126704742f11aa53a84a26968..fcf2953108609113eb4bb489491c66a11b5d141b 100644 (file)
@@ -348,5 +348,3 @@ static int mbfl_filt_ident_sjis_open(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index 637e69074c8a65e78a3997bf47fa34eb8eef7377..b99c658e4de8901a029e0e48b2f1e7f491400cb6 100644 (file)
@@ -299,4 +299,3 @@ const struct mbfl_convert_vtbl vtbl_tl_jisx0201_jisx0208 = {
        mbfl_filt_tl_jisx0201_jisx0208,
        mbfl_filt_tl_jisx0201_jisx0208_flush
 };
-
index 08cbf6ddb1db5214d976d9aa13c05daa154d4d27..76886695dd71c83ced970a49beb98e38e7af9181 100644 (file)
@@ -239,6 +239,3 @@ int mbfl_filt_conv_wchar_ucs2le(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
-
index 011c93fcdac7e3df6cac01e517bc2f609bdd757f..0b85a6f3395cbaa2d4434c62c4cc2de9c32d0e7d 100644 (file)
@@ -277,5 +277,3 @@ int mbfl_filt_conv_wchar_ucs4le(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
index 1603793e6a0d54f2f94be6367cdcc32727b6313d..1c1db5f42a0718d13572f4ec2c934fd0db10f766 100644 (file)
@@ -265,5 +265,3 @@ static int mbfl_filt_ident_uhc(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index a4864cd3aca7945d84b0571018e7e735ae74a2ea..8772d8d5be4a3d62ca29db5748c1ed8ba0fa9c24 100644 (file)
@@ -317,6 +317,3 @@ int mbfl_filt_conv_wchar_utf16le(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
-
-
index aa0883fff453322cb0a6636b360167e65ebcde9b..14b9fa4823245a8c154fdafc10416f08890dbd21 100644 (file)
@@ -47,4 +47,3 @@ int mbfl_filt_conv_utf32le_wchar(int c, mbfl_convert_filter *filter);
 int mbfl_filt_conv_wchar_utf32le(int c, mbfl_convert_filter *filter);
 
 #endif /* MBFL_MBFILTER_UTF32_H */
-
index f31da86b6c01297ed9924d677f62bbbfae38c0b1..5c13e45b8efa51252643b902a64f60248d756906 100644 (file)
@@ -463,5 +463,3 @@ static int mbfl_filt_ident_utf7(int c, mbfl_identify_filter *filter)
 
        return c;
 }
-
-
index d95c5dbaa9b304ef370114ec8a36c29f2bbd4470..c4d2b5c42d170077598c3c09abe54e70863e8012 100644 (file)
@@ -370,5 +370,3 @@ int mbfl_filt_conv_wchar_utf7imap_flush(mbfl_convert_filter *filter)
        }
        return 0;
 }
-
-
index 7132d9ccd65895b05bb6fcc9982e210c37c55cb1..060cd90860fbc0672737b261d8e0c90ecf7ef7ce 100644 (file)
@@ -346,4 +346,3 @@ int mbfl_filt_conv_wchar_utf8_mobile(int c, mbfl_convert_filter *filter)
 
        return c;
 }
-
index 5464fac4339e8d99bea7d2fbe3e2bd48a9a0ecd8..590ecda99765525f8af57128ce4176fa560ee56a 100644 (file)
@@ -150,5 +150,3 @@ int mbfl_filt_conv_uudec(int c, mbfl_convert_filter * filter)
        }
        return c;
 }
-
-
index c02d21f878df898ce7d73baefd0b9c2f399e8e29..9d4bd5fd6bc491b33f902108ff891be804929018 100644 (file)
@@ -36,4 +36,3 @@ extern const struct mbfl_convert_vtbl vtbl_uuencode_8bit;
 int mbfl_filt_conv_uudec(int c, mbfl_convert_filter *filter);
 
 #endif /* MBFL_MBFILTER_UUENCODE_H */
-
index 7853d96ba44920c3ff8622bee65b17b6da996db4..c50caba29dda53a49128860558c73db094468779 100644 (file)
@@ -1,5 +1,3 @@
-
-
 static const unsigned short sjis_mac2wchar1[] = { // 0x03ac - 0x03c9
 0x339c,        0x339f, 0x339d, 0x33a0,
 0x33a4,        0xff4d, 0x33a1, 0x33a5,
index bbb92b98e7fa2ae84ee0c22b3f8637c2b0a71a28..6eaefbc2e391efa1c5b9aa775cebb05dcd913df1 100644 (file)
@@ -164,4 +164,3 @@ static const unsigned char mbfl_charprop_table[] = {
 /* ~   126 */  MBFL_CHP_MMHQENC ,
 /* DEL 127 */  MBFL_CHP_MMHQENC
 };
-
index 327e2a1278fc7288ca8d902ee20e36cb3ff1eee3..01afcc1f2d9f4a8ee9398931f23d55c7a8280438 100644 (file)
@@ -5064,4 +5064,3 @@ static const unsigned short *uni2jis_tbl[] = {
 static const int uni2jis_tbl_len = sizeof(uni2jis_tbl_range)/(sizeof(int)*2);
 
 #endif /* UNICODE_TABLE_JIS2004_H */
-
index 2674e0c9b85dd32d4df35e2ab886eacfaab22cdd..e59c685fe857a3dc5b03cfb2eb0f8202d25594b4 100644 (file)
@@ -163,4 +163,3 @@ static const int koi8u_ucs_table_max = 0x80 + (sizeof (koi8u_ucs_table) / sizeof
 
 
 #endif /* UNNICODE_TABLE_KOI8U_H */
-
index a9c6fd42048179f6148b24cbf44c03ef3d5b06c0..cd582217530b6c59cb42324b5ac7b1ceae1f0a4c 100644 (file)
@@ -64,4 +64,3 @@ int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter)
 {
        return (*filter->output_function)(c, filter->data);
 }
-
index aa468da2528ac12398b2c8ee11ce3d6c9f61ba3f..a2db06932d331fd6db1af3dcaf1b649acde0771a 100644 (file)
@@ -90,4 +90,3 @@ static void __mbfl__free(void *ptr)
 {
        free(ptr);
 }
-
index b42d69b0a39c95781c6089e057600e5cea38fe6b..841e18844a8e3eb49f7e3ced4910d33b0a65ea1d 100644 (file)
@@ -498,5 +498,3 @@ void mbfl_filt_conv_common_dtor(mbfl_convert_filter *filter)
        filter->status = 0;
        filter->cache = 0;
 }
-
-
index 9ca2d5918392b2993624a7d5d74ad7c94f6f8273..7ac3920f0d0a4fb36bb1b6d58682b74cfd6d9245 100644 (file)
@@ -168,4 +168,3 @@ mbfl_no_language2name(enum mbfl_no_language no_language)
                return language->name;
        }
 }
-
index 985e2511582dd25069247efad53b5cd79465c050..d85a10fb2800382ce8cd3720c8f5e154fb8fec8d 100644 (file)
@@ -74,4 +74,3 @@ MBFLAPI extern void mbfl_wchar_device_clear(mbfl_wchar_device *device);
 
 
 #endif /* MBFL_MEMORY_DEVICE_H */
-
index b26226500b769fc18c8d31ebf598677b024ecefd..6b3dcacf321c32f9c3b4657e08d8ad81e14e9e36 100644 (file)
@@ -76,5 +76,3 @@ mbfl_string_clear(mbfl_string *string)
                string->len = 0;
        }
 }
-
-
index b559e2dee304bbe7093ca12fa63e587bf85aa024..f84cbe74ed2de1b88823012129c929e413b61c48 100644 (file)
@@ -20,4 +20,3 @@ const mbfl_language mbfl_language_german = {
        mbfl_no_encoding_qprint,
        mbfl_no_encoding_8bit
 };
-
index 0700e4f2c4e1a9b1d2f2354a044e728689f26f39..7fa23d4f53601ee758a923e8cf23f9dbc9c316c2 100644 (file)
@@ -18,4 +18,3 @@ const mbfl_language mbfl_language_english = {
        mbfl_no_encoding_qprint,
        mbfl_no_encoding_8bit
 };
-
index afff43af489ef45f600e97fc76e402d4aed5c633..aba4be5b8c4927983cb4177132e0adddf841c78f 100644 (file)
@@ -18,4 +18,3 @@ const mbfl_language mbfl_language_korean = {
        mbfl_no_encoding_base64,
        mbfl_no_encoding_7bit
 };
-
index 87a6a194c3460801ab37825b8439c083019c0a3e..ab747472194ca1fc9c7ff2ae544aee753d8239a9 100644 (file)
@@ -18,4 +18,3 @@ const mbfl_language mbfl_language_neutral = {
        mbfl_no_encoding_base64,
        mbfl_no_encoding_base64
 };
-
index c7044ff293fa6f8ba657c816db400930f85eacad..950a610e0dbce7497d3d4f51749f80ce2efcee2a 100644 (file)
@@ -18,4 +18,3 @@ const mbfl_language mbfl_language_turkish = {
        mbfl_no_encoding_qprint,
        mbfl_no_encoding_8bit
 };
-
index 6a0100105b0ecb9f3e919cf2852abbf3f98b596d..cf76000cd9e10ceb7fbb8cbb8a7a01d67a52c0e8 100644 (file)
@@ -20,4 +20,3 @@ const mbfl_language mbfl_language_uni = {
        mbfl_no_encoding_base64,
        mbfl_no_encoding_base64
 };
-
index d9a49931eafcb6ff75fe6a00397958a60a7bd735..1434481b34b1ba50738acb412e0b4134c0a9f16f 100644 (file)
@@ -28,4 +28,3 @@ const mbfl_language mbfl_language_traditional_chinese = {
        mbfl_no_encoding_base64,
        mbfl_no_encoding_8bit
 };
-
index 0e63ef11b765b9a07ab2cf19e01e5407c1f5f0d0..740bcfd881ee53e5ba96260de92135a81e5f4f47 100644 (file)
@@ -30,4 +30,3 @@ send "
 expect {
     "%1b%24%42%2d%42%1b%28%42 (8)\r\n" { pass $test }
 }
-
index a4c97b2335e054026ebd2512d2948ef253eedaff..08b6e2b0a5909c2119cbe939f5285f337703205b 100644 (file)
@@ -397,4 +397,3 @@ SAPI_POST_HANDLER_FUNC(php_mb_post_handler)
  * vim600: fdm=marker
  * vim: noet sw=4 ts=4
  */
-
index 20fbb38a504413e584b345ea56184afaca4149de..5ada93fcc5913be3b43c436eb3b0907aad33f7a2 100644 (file)
@@ -104,4 +104,3 @@ PHP_FUNCTION(mb_regex_set_options);
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
-
index 68dff61da446cd63e6c237b93d046f926c0e854b..10c3a7d46d398af147ba1ed2075f4d190734fdc0 100644 (file)
@@ -197,6 +197,3 @@ static inline int php_unicode_is_upper(unsigned long code) {
 
 
 #endif /* PHP_UNICODE_H */
-
-
-
index 6295703c0a34f7021ddf93a37cd0b5008c796735..05ad7571e448b9d83ead5d4691274d9484574714 100644 (file)
@@ -44,4 +44,4 @@ OpenLDAP is a registered trademark of the OpenLDAP Foundation.
 
 Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
 California, USA.  All Rights Reserved.  Permission to copy and
-distribute verbatim copies of this document is granted.
\ No newline at end of file
+distribute verbatim copies of this document is granted.
index b5af1b83193209691ea87995994fbad6b4c02433..39fd7b2f6b462d553e402c97c62e51f4a8dd91bc 100644 (file)
@@ -4,6 +4,3 @@ It's only necessary to rebuild unicode_data.h from Unicode ucd files.
 
 Example usage:
 php ucgendat.php UnicodeData.txt
-
-
-
index dab9b18861d498102d8a9bca0b2d7e235cd429f9..9dc038355fcae0b67638df7c04b59eba1339182c 100644 (file)
@@ -137,4 +137,3 @@ PHP_FUNCTION(mysqli_driver_construct);
 PHP_METHOD(mysqli_warning,__construct);
 
 #endif /* MYSQLI_FE_H */
-
index 6759d8a1c228ad2be891eede19b8b80fbc5c1567..a4ba66e15b424fccdee4d91334629009343e9109 100644 (file)
 #endif
 
 #endif /* MYSQLI_LIBMYSQL_H */
-
index 716cc84416b1a09ad17c0c17761796d208937b07..86e5fcb37968e25d9b07a4096510c6547920ab6a 100644 (file)
@@ -11,4 +11,4 @@ if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
 }
 
 mysqli_close($link);
-?>
\ No newline at end of file
+?>
index c8338bfa24b0f075c87d0bfa5dcc77ea89b3b9d4..6648526ed05f5adbf03ef6aa4dae3461882f4a43 100644 (file)
                // printf("getDefaultValue: %s\n", ($param->getDefaultValue()) ? 'yes' : 'no');
 
        }
-?>
\ No newline at end of file
+?>
index a7581fb4806478fd252583698771979a4e3d87ed..5562aab84ba0624b71c689c7bb7c4b52011a35d4 100644 (file)
@@ -2,4 +2,4 @@
 if (!extension_loaded('mysqli')){
        die('skip mysqli extension not available');
 }
-?>
\ No newline at end of file
+?>
index 254a4ccece778564fdf9071a67ddd857ed451c75..ad143a42a46907e24b96ba10914616f9d40ab75c 100644 (file)
@@ -2,4 +2,4 @@
        $driver = new mysqli_driver();
        if ($driver->embedded)
                die("skip test doesn't run with embedded server");
-?>
\ No newline at end of file
+?>
index d73d185bc4c9356e1bdaf42f57c2dd26311a22c4..fa5fb9f0a34aecccb064a6eb70278cc58d72d97a 100644 (file)
@@ -2,4 +2,4 @@
        $driver = new mysqli_driver();
        if (!$driver->embedded)
                die("skip test for with embedded server only");
-?>
\ No newline at end of file
+?>
index dcc4cbb3bff274fa6b8907ed7383f2a7c352bc61..d9da63d0b70cd3739c3bf3dde5ee1606284a86b2 100644 (file)
@@ -16,4 +16,3 @@ if (false === $user) {
 if (false == $pass) {
        $pass = '';
 }
-
index 14cb7ca5939750e3495982bb1737afc8ce41a662..1d78f7e548732c147e06f5c09a3e8c79e7cc5fc4 100644 (file)
@@ -29,4 +29,3 @@ if (PHP_OPCACHE != "no") {
        ADD_FLAG('CFLAGS_OPCACHE', "/I " + configure_module_dirname);
 
 }
-
index ca781b7cd76a0c7de0d76dd64636473fc16849ec..70ef14e585877fa058811dc52c119c16048e4d62 100644 (file)
@@ -73,4 +73,3 @@ function php_cli_server_start($ini = "") {
 
 }
 ?>
-
index bd1f2d15895904087f99fbbec9336a70a5fb48f9..6e5a4e549dc3cc4ddf77818f9e1ee8402e1d1271 100644 (file)
@@ -21,5 +21,3 @@ if (PHP_OPENSSL != "no") {
                }
        }
 }
-
-
index 34313b2040caf4c215e224896a3c5e9f684522e6..ab1dfa1f2d230824d024058efdbb6caa1da99b5f 100644 (file)
@@ -9,8 +9,3 @@ this functionality.
 Thanks,
 
 Jason Greeme < jason@inetgurus.net / jason@php.net >
-
-
-
-
-
index b0b1e0ce7c898410c5a81a01e3cff687fc599337..2aef554e0d3434b2e46518ec43d0f0dc2a8981ef 100644 (file)
@@ -17,4 +17,3 @@ ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
 if (PHP_PCRE_JIT != "no") {
        AC_DEFINE('HAVE_PCRE_JIT_SUPPORT', 1, 'PCRE library');
 }
-
index 3f7f04d4fc60b7fc1e88f3b5020da04a494e3036..753071340da9c70e95b9777efb69baf52da693a5 100644 (file)
@@ -116,4 +116,3 @@ PHP_ARG_WITH(pcre-valgrind,,[  --with-pcre-valgrind=DIR
       fi
     fi
   fi
-
index aa229d5c3d8e8ef617d304b2c57b1aea55dc77dd..30b528e4eaca65eb7c25ef1b482526b5658dfeae 100644 (file)
@@ -67,4 +67,3 @@ php_pcre2_substring_nametable_scan
 php_pcre2_substring_number_from_name
 php_pcre2_set_recursion_limit
 php_pcre2_set_recursion_memory_management
-
index 5971cdb0dd6a13a5e6ba65b87e14f026362bed9c..a9899d230fd9d40ae1110e4c7b77e23bf64c7075 100755 (executable)
@@ -1,3 +1,2 @@
 PHP Data Objects
 Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
-
index 698699be759bf21f933acd769a18ef1e8cd94912..8d6c57095bf0b0de6022504be226d5a24d68bba2 100644 (file)
@@ -33,4 +33,3 @@ install-pdo-headers:
 
 # mini hack
 install: $(all_targets) $(install_targets) install-pdo-headers
-
index 3958f95a9f0c7cdd8790f429c490f49f4f1e102d..b4f2ec9f8c67bdbaff34977dc86e09d92d2998ca 100644 (file)
@@ -1,5 +1,3 @@
-
 ext\pdo\pdo_sql_parser.c: ext\pdo\pdo_sql_parser.re
        cd $(PHP_SRC_DIR)
        $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
-
index 2b833714ae8982f6ef60c7c981edce1f36a25aaf..cb7b4297d4398f13f7a612a802ba3e698dd3dd3e 100755 (executable)
@@ -50,5 +50,3 @@ responsibility to call commit() when you are done making changes and
 autocommit is turned off.
 
 vim:tw=78:et
-
-
index a42b6a3a888437248814fafaf278877ccb863724..91c977a7a95b466ab2f685f4dcf899632cacc902 100755 (executable)
@@ -51,4 +51,3 @@ if test "$PHP_PDO" != "no"; then
   dnl so we always include the known-good working hack.
   PHP_ADD_MAKEFILE_FRAGMENT
 fi
-
index 6723e0d03438dfc6ded7cde94340efe3c7e0b219..36ea9d494cc26e6c7442ace775b1ccd351ffb25f 100644 (file)
@@ -331,4 +331,3 @@ const char *pdo_sqlstate_state_to_description(char *state)
        }
        return NULL;
 }
-
index 5ff4d7b80b485f71b7d42e63e69187972a1b7864..9ceed49205a7c7865152898b65d83021413bbde9 100755 (executable)
@@ -38,4 +38,3 @@ if (PHP_PDO_MSSQL != "no") {
                WARNING("pdo_mssql not enabled, libraries or headers not found")
        }
 }
-
index 0423cccd64fb3d7c22711bd744b2411e8dee740a..eb11169bd93c235af48aad00a29f7bf439df10c6 100755 (executable)
@@ -1,3 +1,2 @@
 MySQL driver for PDO
 George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter
-
index c7bb9cc5ee40a33e3418cf40d1ab244c83655661..54bf14f07d5f91a77dbf6509ac803828cd380228 100644 (file)
@@ -6,4 +6,4 @@ if (!$db) {
 // $db->exec('DROP TABLE IF EXISTS test');
 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
 $db->exec('INSERT INTO test(id, label) VALUES (1, "a"), (2, "b"), (3, "c"), (4, "d"), (5, "e"), (6, "f")');
-?>
\ No newline at end of file
+?>
index 75f133cdb44280104e50c60c1fdd9b1b24aa266f..ea85fc15566c8223b27d7b2deeb2895c51176d97 100755 (executable)
@@ -234,4 +234,3 @@ if test "$PHP_PDO_OCI" != "no"; then
 
   AC_DEFINE_UNQUOTED(PHP_PDO_OCI_CLIENT_VERSION, "$PDO_OCI_VERSION", [ ])
 fi
-
index ea511a55df6faa573d4eb07c1da85db47de90de4..6a94da7f7953f260be1812e31c7a16e2d84ee717 100755 (executable)
@@ -15,5 +15,3 @@ if (PHP_PDO_ODBC != "no") {
                PHP_PDO_ODBC = "no"
        }
 }
-
-
index 1af7ba870e912ca15532c331e6b81d4d34d870a1..6e5f26bf2c22c767ce06951fa073796bbedc0682 100644 (file)
@@ -52,4 +52,3 @@ ZEND_END_MODULE_GLOBALS(pdo_sqlite)
 #endif
 
 #endif /* PHP_PDO_SQLITE_H */
-
index 26f7aad02d4fa784356a451459a49121e73f4a7a..11f112dfc025fee3ca5ae781ff37c8d9fe627fe2 100644 (file)
@@ -232,4 +232,3 @@ bool pg_ping(resource db)
 
 Again, experimental functions are subject to be changed without
 notice.
-
index 953678a3762cfaaa9470f8a99b49036611d1521b..44860ee9937fa9ca562a9c3b8692da7319cc3f98 100644 (file)
@@ -105,5 +105,3 @@ if test "$PHP_PGSQL" != "no"; then
 
   PHP_NEW_EXTENSION(pgsql, pgsql.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
 fi
-
-
index 4cf7c09a513205f719f901ce937b3418dd873761..c121c62413fbff7dbae2a2687bf510f37087a9d2 100644 (file)
@@ -35,4 +35,3 @@ function nb_consume($db, $db_socket) {
 
     }
 };
-
index e1dda157238b6f09efaea93006d41b267499520e..b27a1017e9435fad26e41315415179591b050c59 100644 (file)
@@ -48,4 +48,3 @@ install-pharcmd: pharcmd
        @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
        @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
        @$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.phar.1
-
index 29906a3723f64ff951c0112e1b78763a2a70b35a..4b36116902946b0467310a8049fa9439dc391b9c 100644 (file)
@@ -1,5 +1,3 @@
-
 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
        cd $(PHP_SRC_DIR)
        $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
-
index d9d8b0483687697326c52c5bb8349dcf5773777e..e411d8be6e76fc0fa25b203ee12809d616244b52 100644 (file)
@@ -1164,4 +1164,3 @@ void phar_restore_orig_functions(void) /* {{{ */
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
-
index 14ff89c56be6119881f503f2f57ae87c5cb34d70..bd4150e3efb6aa1e4e072006b1c698fff17a8680 100644 (file)
@@ -119,4 +119,4 @@ document dump_entry
        dump_entry "pharname"|"pharalias" "filename" [1]
        display phar_entry_info for a file within a phar.  If the optional third param
        is passed in, displays the php_stream that is the file's fp
-end
\ No newline at end of file
+end
index 5a658ddabcef5c3d046a5497a45814f91a8a6961..34579678a778ee14339d7627f80ff5c6e85b5cb6 100644 (file)
@@ -31,4 +31,4 @@ class DirectoryGraphIterator extends DirectoryTreeIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 9ed2e1a1bf57db3522e675e0590e50f8e03068cc..2c681632fb74a205ac176341b8522f92896fcaa8 100644 (file)
@@ -51,4 +51,4 @@ class DirectoryTreeIterator extends RecursiveIteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index aec87e6ab14a0af612e7a62a77b11c5b0aa57e24..8f82f41f2aac19fa80f5567b20830291868a5906 100644 (file)
@@ -24,4 +24,4 @@ class InvertedRegexIterator extends RegexIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index c28de0aa7a69acfd83d87df83bc24567fef331f8..129a0c43bf8a46d71103d243eafeca0b07f61483 100644 (file)
@@ -77,4 +77,4 @@ class Phar extends PHP_Archive implements RecursiveIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index f6f26c23f28cd601011db09cb7154e704b9925f0..13538777a56b6f4bd9e80ed23b1928b5e250b1df 100755 (executable)
@@ -53,4 +53,4 @@ new PharCommand($argc, $argv);
 
 __HALT_COMPILER();
 
-?>
\ No newline at end of file
+?>
index 0bfef4685301160b8279528a91f8c02d0e0d65ff..df74c138805bed8c41faa59ce9030d55cc4bd80c 100644 (file)
@@ -11,4 +11,4 @@ $a['oof/hi.php'] = '<?php
 var_dump("hi");';
 $a->setStub('<?php
 Phar::webPhar();
-__HALT_COMPILER();');
\ No newline at end of file
+__HALT_COMPILER();');
index 36d5628762170a45b9e972824545d4de12897c63..35b0ddc5e2bbd3f87420cc4e8a990e0c467fb55d 100644 (file)
@@ -7,4 +7,4 @@ $p['web.php'] = '<?php echo "web\n";';
 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../d";';
 $p['d'] = "in d\n";
 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
-?>
\ No newline at end of file
+?>
index 9863e8da9379ec35a2360f23968fdd24865de20b..0691e4dc804bc19455fe496f5558c5cb7c9a4dc1 100644 (file)
@@ -46,4 +46,4 @@ EOF;
 $ftime = mktime(12, 0, 0, 3, 1, 2006);
 include 'phar_test.inc';
 
-?>
\ No newline at end of file
+?>
index f82471d13b4cbeba7379448547db4bd1f918c44d..b1bb6d0e3849246387b7cf5691a72396fbe6b6fb 100644 (file)
@@ -75,4 +75,4 @@ if (@$bz2) {
        fclose($fp);
 }
 
-?>
\ No newline at end of file
+?>
index 0bfef4685301160b8279528a91f8c02d0e0d65ff..df74c138805bed8c41faa59ce9030d55cc4bd80c 100644 (file)
@@ -11,4 +11,4 @@ $a['oof/hi.php'] = '<?php
 var_dump("hi");';
 $a->setStub('<?php
 Phar::webPhar();
-__HALT_COMPILER();');
\ No newline at end of file
+__HALT_COMPILER();');
index 36d5628762170a45b9e972824545d4de12897c63..35b0ddc5e2bbd3f87420cc4e8a990e0c467fb55d 100644 (file)
@@ -7,4 +7,4 @@ $p['web.php'] = '<?php echo "web\n";';
 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../d";';
 $p['d'] = "in d\n";
 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
-?>
\ No newline at end of file
+?>
index 45421568dee101fd9fd516f168b3898b8f800731..3883d494c15a5fa6fb8c5eacf5636f5a603b9a61 100644 (file)
@@ -47,4 +47,4 @@ EOF;
 $ftime = mktime(12, 0, 0, 3, 1, 2006);
 include 'phar_test.inc';
 
-?>
\ No newline at end of file
+?>
index 28ce8427f3495fcaa180263c01f095393aa02320..9d51a750dfef2bcf5f09526f9f1b839ec504cf84 100644 (file)
@@ -18,4 +18,4 @@ $phar->setStub('<?php
 ************************************************************************************************
 ************************************************************************************************
 *********************************************/
-__HALT_COMPILER();');
\ No newline at end of file
+__HALT_COMPILER();');
index b5222f58053b652ba4595b4e55de43e14ea3c7b3..4e30dca17470db87f02ef9d4711ee456b117f421 100644 (file)
@@ -174,4 +174,4 @@ class corrupt_tarmaker
         fwrite($this->tmp, pack('a1024', ''));
         fclose($this->tmp);
     }
-}
\ No newline at end of file
+}
index 52f5a235073ec00bf2e8f3eaf08c656b605db9b0..641dda56f595fa10bb30ae7d86ab920bbde00411 100644 (file)
@@ -167,4 +167,4 @@ class danger_tarmaker
         fwrite($this->tmp, pack('a1024', ''));
         fclose($this->tmp);
     }
-}
\ No newline at end of file
+}
index 413dd7bd1bdd576d9e2aaad537aa8934616dfda0..895977bf2fbc360957101918bd657090462696ed 100644 (file)
@@ -6,4 +6,4 @@ function close()
        fwrite($this->tmp, (binary)'oopsie');
        fclose($this->tmp);
 }
-}
\ No newline at end of file
+}
index 0df7ee99335ddf2264713c6f82c317062865f4a5..5860bf84d314fc4a8e0e7aa4532e3ad46498f079 100644 (file)
@@ -166,4 +166,4 @@ class tarmaker
         fwrite($this->tmp, pack('a1024', ''));
         fclose($this->tmp);
     }
-}
\ No newline at end of file
+}
index 79bade6aaeff5e03582e5caf87e4bffa25ebe501..15ae3a926f5b2fb465bc513208c8ae8654b85355 100644 (file)
@@ -328,4 +328,4 @@ class corrupt_zipmaker
                file_put_contents($zipfile, $write);
        }
 }
-?>
\ No newline at end of file
+?>
index cec8ef77939f0c545ccb5bb2ce2f3a92cb5c5c72..4f4758bbb64372e61b5ed38895b5b8d70e8340be 100644 (file)
@@ -9,4 +9,4 @@ function close()
        fwrite($fp, 'oopsie');
        fclose($fp);
 }
-}
\ No newline at end of file
+}
index ad16fda65928ab69763884b0c5f0c0f1b7e1b01c..c9eebad7edc149433457232167baef44cc87787b 100644 (file)
@@ -67,4 +67,4 @@ class zipmaker
     {
         $this->zip->close();
     }
-}
\ No newline at end of file
+}
index 58806289db49b56660708cbdd463fbe79a0df9b5..9fc884c65b0724acf8e23e2b964ce13b39c63b06 100644 (file)
@@ -48,4 +48,4 @@ pspell_add_to_personal() to add words to the wordlist and finally
 pspell_save_wordlist() to save it.
 
 Note that at this moment pspell_save_wordlist() will return TRUE, even if
-there was an error. This will be changed once pspell library is fixed.
\ No newline at end of file
+there was an error. This will be changed once pspell library is fixed.
index 8ea7fe763cf04f98537922f07ac9a8ff9823df20..d88ea1d30c52fa7a18c57ed0866046a4d3a5875b 100644 (file)
@@ -12,4 +12,3 @@ if (PHP_PSPELL != "no") {
                WARNING("pspell not enabled; libraries and headers not found");
        }
 }
-
index 1a524e1535608d59202ae9228b88b5ef9dfef341..4e9e89c964209f5364fa165d82e462848d9b834c 100644 (file)
@@ -12,4 +12,3 @@ if (PHP_READLINE != "no") {
                WARNING("readline not enabled; libraries and headers not found");
        }
 }
-
index eebd50b6e4018ccf6e6511e49efd87a6da286087..8d7e5511b12ddf7b461ee812052ee08be1ef1984 100644 (file)
@@ -39,4 +39,3 @@ extern zend_module_entry readline_module_entry;
 #endif /* HAVE_LIBREADLINE */
 
 #endif /* PHP_READLINE_H */
-
index 69bf12c3a3829c17fd844205ebab885709ea4e80..0448a8f3c87e92e9bc63ad2043cf65f517ad29e9 100644 (file)
@@ -37,5 +37,3 @@ extern PHP_MSHUTDOWN_FUNCTION(cli_readline);
 extern PHP_MINFO_FUNCTION(cli_readline);
 
 ZEND_EXTERN_MODULE_GLOBALS(cli_readline)
-
-
index 88947251cd4d2613a215ceb589e2664f0cc4a4a7..313fc5feca7797303103e035f64a255219172110 100644 (file)
@@ -6,4 +6,4 @@ function g() {
        echo __FILE__ . "\n";
        echo __LINE__ . "\n";
 }
-?>
\ No newline at end of file
+?>
index 15ad29029f6603aeb7d3e606798a881951b12154..56b3505284bb5db46997f53a3ffa0b5ddafeb1d2 100644 (file)
@@ -192,4 +192,3 @@ function feature() {
 }
 
 ?>
-
index cb7b502f92ac4c0c0d73ed710b10ea57894627e7..80f957a239194ab5344cd5d5e4110d4e70cba675 100644 (file)
@@ -65,5 +65,3 @@ int shmop_close(int shmid)
        shmid           - shmid which to close
 
        returns zero
-
-
index b0f2785463fd3fc139ff26af9263cd75f08b2017..86a22ba0fac96922430490b8a3e441ef92d7591e 100755 (executable)
@@ -13,4 +13,4 @@
   </elem2>Here is some more</elem1>
  <elem1 attr1='11' attr2='12'/>
  <elem11><elem111><elem1111/></elem111></elem11>
-</sxe>
\ No newline at end of file
+</sxe>
index d669f1df41861faee786ae75483c7cda562befba..2cb5106eea632bfbf723eed19953664d79d7d0fd 100644 (file)
@@ -73,4 +73,4 @@ xmlns="http://my.netscape.com/rdf/simple/0.9/">
 <link>http://slashdot.org/search.pl</link>
 </textinput>
 
-</rdf:RDF>
\ No newline at end of file
+</rdf:RDF>
index 413be72087d4e3348ffc5f2f1aef7bc215818ef2..0a730ae8094e1ed2c73e27e8434cfeffcebfa4c3 100755 (executable)
@@ -14,4 +14,4 @@
    </elem3>
   </elem2>
  </elem1>
-</sxe>
\ No newline at end of file
+</sxe>
index 413be72087d4e3348ffc5f2f1aef7bc215818ef2..0a730ae8094e1ed2c73e27e8434cfeffcebfa4c3 100644 (file)
@@ -14,4 +14,4 @@
    </elem3>
   </elem2>
  </elem1>
-</sxe>
\ No newline at end of file
+</sxe>
index 41592624965a20e8270c12ce16692350160fcd0c..ea5064b7e2e3dcb7c1c738139be3e1824ec772b0 100644 (file)
@@ -4,4 +4,4 @@ if (PHP_%EXTNAMECAPS% != 'no') {
        AC_DEFINE('HAVE_%EXTNAMECAPS%', 1, '%EXTNAME% support enabled');
 
        EXTENSION('%EXTNAME%', '%EXTNAME%.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
-}
\ No newline at end of file
+}
index 542bc915482c126213b6ea64adfa956d02593f3f..35e094d66113b57e37caf11b59390e63d8ba4eb6 100644 (file)
@@ -13,4 +13,4 @@ ZEND_TSRMLS_CACHE_EXTERN()
 # endif
 
 #endif /* PHP_%EXTNAMECAPS%_H */
-%FOOTER%
\ No newline at end of file
+%FOOTER%
index 04b07ecf29de0ce20170e29befc91203a9a443f6..a93fd57f537b90cc77f4a628866764f1264bb998 100644 (file)
@@ -100,4 +100,4 @@ ZEND_TSRMLS_CACHE_DEFINE()
 # endif
 ZEND_GET_MODULE(%EXTNAME%)
 #endif
-%FOOTER%
\ No newline at end of file
+%FOOTER%
index 449c762543bf74a9c505eaa0fecfa4bcf198386c..33c6ca2a7064c9034f5c01143528c5d5183c77d1 100644 (file)
@@ -16,4 +16,3 @@ if (PHP_SNMP != "no") {
                WARNING("snmp not enabled; libraries and headers not found");
        }
 }
-
index 72423251fdaf2638a69359d66865af28b45d3787..d8ee31d0c49533008cfc20bfb530e9e08779c172 100644 (file)
@@ -10,4 +10,3 @@ require_once (dirname(__FILE__).'/snmp_include.inc');
 
 if (snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout) === false)
        die('NO SNMPD on this host or community invalid');
-
index 5b1f699c9bef41cf8b43a3974f0ebfa34fde1588..e581772bbb59486b34e65e4c81795501ad5d1988 100644 (file)
@@ -140,4 +140,4 @@ function var_dump_str($var) {
   return $res;
 }
 
-?>
\ No newline at end of file
+?>
index 1c04a90568b1ac202acea7f2edfa23f207044726..2f0fd60f8917c4e7f538804ad6641d97ce57584e 100644 (file)
@@ -3660,4 +3660,3 @@ static void delete_document(zval *zv)
        xmlDocPtr doc = Z_PTR_P(zv);
        xmlFreeDoc(doc);
 }
-
index 48eaf40f89607d9f86fa35419b77f1e649c0328c..b5d6ced74c62880d292c84a325c69825cd0fdd20 100644 (file)
@@ -78,4 +78,4 @@ ini_set("soap.wsdl_cache_enabled",0);
 $server = new SoapServer(dirname(__FILE__)."/round2_base.wsdl");
 $server->setClass("SOAP_Interop_Base");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index a9da5653e371112a13a2959f3ec3c6824c51b56b..727def1ee6bcd13f83b52f58bc01538c5dbe1b7e 100644 (file)
@@ -25,4 +25,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclit.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index b65da2782c34d5c1bcd1110316f2f6acdc403857..8ecf366824bfb2c8a5d12be1e20c2c9cd8876d89 100644 (file)
@@ -26,4 +26,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index ee38a1213694fb1883dd645acc8cd1bf391241b2..0b97f8bac9df9eda410068eb0af8bbb48b595eb3 100644 (file)
@@ -11,4 +11,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_emptysa.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index ecde53e155965f4465445eea8843c4962dbf4c48..8981c0e6ba443fce641a87fd692d9d4d60862a86 100644 (file)
@@ -11,4 +11,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import1.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index 5957c374a1d08040d910911b71f2b082b0381a45..3eea780899c18d6e4926f20185f20a79801d659a 100644 (file)
@@ -11,4 +11,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import2.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index 3a3df9791bf9ce332a18faf5f0ec039a52a68d0d..c96dcbb6438ba0f3c30b9678495fbc155fff537d 100644 (file)
@@ -16,4 +16,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import3.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index e88df3312b96f74888dc9831dccccd217213e013..8b4804db1479e8bd19e75f7409deed134331523f 100644 (file)
@@ -25,4 +25,4 @@ class SOAP_Interop_GroupD {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl");
 $server->setClass("SOAP_Interop_GroupD");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index 19a769c001f530b8430ee8b97fc2d84c19a3e27e..7b918c0afbb8bcb6e1db32bb56c060bb009f6084 100644 (file)
@@ -14,4 +14,4 @@ $server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
 $server->setClass("SOAP_Interop_GroupE");
 $server->handle($HTTP_RAW_POST_DATA);
 var_dump($d);
-?>
\ No newline at end of file
+?>
index e90586efdb2023bd45e85242915c2ca5b35f26ab..d2af69e4be5f1d3af9ab61dff6f01cdb24996427 100644 (file)
@@ -11,4 +11,4 @@ class SOAP_Interop_GroupF {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
 $server->setClass("SOAP_Interop_GroupF");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index b7e67b0f5273da815df833be98c99544213123ea..0940d1c3995571814af386cb3bbd34fe31b77ae3 100644 (file)
@@ -19,4 +19,4 @@ class SOAP_Interop_GroupF {
 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
 $server->setClass("SOAP_Interop_GroupF");
 $server->handle($HTTP_RAW_POST_DATA);
-?>
\ No newline at end of file
+?>
index 6a1a2907edaa5225edc0f9b65c62bd690028666d..aeb419c4f06ab56dc7c53f81bd14e580d5792aa8 100644 (file)
@@ -13,4 +13,3 @@ if (PHP_SOCKETS != "no") {
                WARNING("sockets not enabled; libraries and headers not found");
        }
 }
-
index 6c843d733dc66bde1be88a9eb664d959f4d1207e..d0e51815daf08febd1716022527bf9a57900cd5a 100644 (file)
@@ -124,4 +124,3 @@ php_socket *socket_import_file_descriptor(PHP_SOCKET sock);
  * c-basic-offset: 4
  * End:
  */
-
index 104570a2412221ceccfe42566e9f2b946ea133e2..64b575956b8316f1d534d1ea9c1deb7d617ea125 100644 (file)
@@ -10,4 +10,3 @@ Full documentation here:
 [Using Libsodium in PHP Projects](https://paragonie.com/book/pecl-libsodium),
 a guide to using the libsodium PHP extension for modern, secure, and
 fast cryptography.
-
index 2ccd0d1be8bf2a92e12c7a037062f7d112e60a02..0dc423199e4717903fb7af23f8dc9262c44d88f2 100644 (file)
@@ -47,4 +47,4 @@ function __autoload($classname) {
        fprintf(STDERR, 'Class not found ('.$classname.")\n");
 }
 
-?>
\ No newline at end of file
+?>
index 4fa6b235c3173bedb45736e322e13fe4db84f240..f0e060a0a7a1655db2a8b1854ed46fc8638b2c39 100644 (file)
@@ -25,4 +25,4 @@ class CachingRecursiveIterator extends RecursiveCachingIterator
 {
 }
 
-?>
\ No newline at end of file
+?>
index 51757012ec85e1c9ab46dec09b19e0f3cccd2b7c..4d49a52807cd71d41967da766b5ba6e11d8f76a1 100644 (file)
@@ -119,4 +119,4 @@ class CallbackFilterIterator extends FilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index fc021d5c01c987dc28f5f46509f9411c4bb94f21..a5d2d7b1ca40eb2b821cf101ddfcdae8e641270b 100755 (executable)
@@ -110,4 +110,4 @@ foreach($it as $c=>$v)
        echo "$v\n";
 }
 
-?>
\ No newline at end of file
+?>
index f217c34546750937c11c1b701a75c3afb9f255d6..7930348f7c4e80a00f463ec3dce5b284fd3a4a20 100755 (executable)
@@ -49,4 +49,4 @@ catch (exception $err) {
        var_dump($err);
        exit(1);
 }
-?>
\ No newline at end of file
+?>
index 7ea8e762552b0950108c78d78f34e6d8f90b585b..4c080729b2da34c6eed6fac2cfcc53faa288a0fd 100755 (executable)
@@ -39,4 +39,4 @@ foreach($db as $key => $val) {
        echo "'$key' => '$val'\n";
 }
 
-?>
\ No newline at end of file
+?>
index 01de37e990c21277ea085b38f7d37f716f1fc9fa..095c5c29d5169e204c66b1bbf3bd5331fde8a067 100644 (file)
@@ -93,4 +93,4 @@ class DbaReader implements Iterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 3f0bb263e2ac114cfa98e715ae29451db924e163..65a4dd7a389c442015144c2f84cc6a42a750d27e 100644 (file)
@@ -31,4 +31,4 @@ class DirectoryGraphIterator extends DirectoryTreeIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 7bd9c2c597d6c2d8f5e1c620df876bf584eaaa1d..20a15c815fa4468f27bf38ddb6046a7f31c25167 100644 (file)
@@ -24,4 +24,4 @@ class DirectoryTree extends RecursiveIteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index dc26d6cc22e7fb8c4ce8693e2d027dcec6cec0be..38759837f5094adbd75245d02bdfb5f4346198c1 100755 (executable)
@@ -34,4 +34,4 @@ foreach(new LimitIterator(new DirectoryTreeIterator($argv[1]), @$argv[2], $lengt
        echo $file . "\n";
 }
 
-?>
\ No newline at end of file
+?>
index 8454d9e30564ce3358465493ca26dde40c5008f5..52a4e114ed3217a593ecf31eb118f158cedb83e6 100644 (file)
@@ -51,4 +51,4 @@ class DirectoryTreeIterator extends RecursiveIteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 02ab792433536197056863d41091d9fd58b07294..afafa8124dff01a6220668e46b7adbdf40b8f34b 100644 (file)
@@ -62,4 +62,4 @@ class FindFile extends FilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 60146cbffd0bf5bc47630504659aa36a20394d02..7a850feddb01517dabe7e466a829c7729aa231b1 100755 (executable)
@@ -30,4 +30,4 @@ EOF;
 if (!class_exists("FindFile", false)) require_once("findfile.inc");
 
 foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
-?>
\ No newline at end of file
+?>
index 288c0924b14f07f00b0ec90653640de863e45b68..284f985943baeeb5c2dbdaadb7fc65c4847a1714 100755 (executable)
@@ -33,4 +33,4 @@ foreach(new RegexFindFile($argv[1], $argv[2]) as $file)
        echo $file->getPathname()."\n";
 }
 
-?>
\ No newline at end of file
+?>
index 4c6c89bd70df64ea5967bcf86ae78ff647597531..540fc68c9cfd92769b75be2b7e43601c4cde4cab 100755 (executable)
@@ -38,4 +38,4 @@ foreach($it as $group) {
        echo "$group\n";
 }
 
-?>
\ No newline at end of file
+?>
index cb2bb04a57d0f08207a52cf0b479ba265bee76a3..d33f169c4b8752822a19e16b47b332d12d899a70 100644 (file)
@@ -51,4 +51,4 @@ class IniGroups extends KeyFilter
        }
 }
 
-?>
\ No newline at end of file
+?>
index abc925ec4323d9e8e1d1822d7057057557579f58..21bb79a2d1d300790b7968446dc250d74cba02d5 100644 (file)
@@ -61,4 +61,4 @@ class KeyFilter extends FilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 6993268945cbd9f3bd0302bd24f08813cc95535e..d8e4362ab60575701d440e607e271448ee06e316 100755 (executable)
@@ -52,4 +52,4 @@ foreach($it as $pathname => $file)
        echo $pathname."\n";
 }
 
-?>
\ No newline at end of file
+?>
index d75788e840ddc268ba7ecb6c7ac03a8db60f62fd..23fcfc977726e60684e778667fb6b6cb1591743f 100755 (executable)
@@ -47,4 +47,4 @@ foreach($dir as $file)
 
 $phar->commit();
 
-?>
\ No newline at end of file
+?>
index d5dd7225360c351325aac1b2498d022228aa1550..395624b8de9f8b3caa80c79064ecaef05f3f4ab8 100644 (file)
@@ -37,4 +37,4 @@ class RegexFindFile extends FindFile
        }
 }
 
-?>
\ No newline at end of file
+?>
index ff4963bc72c4a54123f71eef828c1ed12b500538..451ae08fd27c31149055e9f82f43f900d16ee4e6 100644 (file)
@@ -55,4 +55,4 @@ abstract class SearchIterator extends FilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index feeba7db243de475c508c13f9be6c2fa8f99c51e..75025146598ba53f54956fae0e96f2ffafa09b92 100644 (file)
@@ -20,4 +20,4 @@ foreach (new IncludeFiles(dirname(__FILE__). '/..', $classes) as $file)
        require_once($file);
 }
 
-?>
\ No newline at end of file
+?>
index ac80e795812393482df82b3352dad36c5cb320d6..c7a05717a6fb598769dd8c40c605104c9f1bd52b 100644 (file)
@@ -59,4 +59,4 @@ class EmptyIterator implements Iterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index e11e467a10e5e150ca6b64f30d51ae139256fd8c..27cb9c064f0086d4a5cae3c3c9b791adb0704d18 100644 (file)
@@ -124,4 +124,4 @@ abstract class FilterIterator implements OuterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 04d7827182797ba35ad730b6d895f836912cf23f..ffd728cf09de20c7cb27fd6dd669da915de32139 100644 (file)
@@ -45,4 +45,4 @@ class InfiniteIterator extends IteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 00c41228723740c5287ba14b75c1db71a44a7836..78c96d1049c8e07b40efdd0fece2be6763814276 100644 (file)
@@ -131,4 +131,4 @@ class LimitIterator implements OuterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 8747a6116ec4ae59412faed2854519a797eb6f6b..6b61dbba028012f3003f2f8c2f72c8e928a5e9ed 100644 (file)
@@ -25,4 +25,4 @@ class NoRewindIterator extends IteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index f26d29da56aca87d81746f432c466c8f50e434b6..c2684ae51c929c77644a1576f74e7a11bfbbd8ff 100644 (file)
@@ -22,4 +22,4 @@ interface OuterIterator extends Iterator
     function getInnerIterator();
 }
 
-?>
\ No newline at end of file
+?>
index 69a223444d9cf7b428f0ced08673cac0b065927e..e3c5605f832fa53a99702d3ed189f29687868bb1 100644 (file)
@@ -29,4 +29,4 @@ class ParentIterator extends RecursiveFilterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 2059b97c1c69de4fe048bb60393aaac58dc917d2..418fb0d9e13c7ea676e223c6a7b3883c71ba2dc3 100644 (file)
@@ -56,4 +56,4 @@ class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator
        private $ref;
 }
 
-?>
\ No newline at end of file
+?>
index 3ae127ad94b600b6408b46f9201864d54a69f821..fcbbda7042447994d91959ba9bf93e4de82abde5 100644 (file)
@@ -96,4 +96,4 @@ class RecursiveCachingIterator extends CachingIterator implements RecursiveItera
        }
 }
 
-?>
\ No newline at end of file
+?>
index 87d98da8852e3cf9946e55be5ef42d9144fef1b6..2c0d9ef998b4ec3aed3413633dcc21def646c9a1 100644 (file)
@@ -59,4 +59,4 @@ abstract class RecursiveFilterIterator extends FilterIterator implements Recursi
        private $ref;
 }
 
-?>
\ No newline at end of file
+?>
index 6e6c023486d948b363d761b46b1d5a4f46ce9e2e..a89fbd8577ef4309a49a6572887aebd3fb64f686 100644 (file)
@@ -27,4 +27,4 @@ interface RecursiveIterator extends Iterator
        function getChildren();
 }
 
-?>
\ No newline at end of file
+?>
index c22a92bf716d23fe6489dfe88545c70d5fadff0e..46110c9fb9e67b8819ae01b5d7621206bc2bb387 100644 (file)
@@ -234,4 +234,4 @@ class RecursiveIteratorIterator implements OuterIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 4223104398793e99e3dc9461e151a6e88fb4d492..51cf6c415fa0639f1e5217fff288309f03f841fa 100644 (file)
@@ -58,4 +58,4 @@ class RecursiveRegexIterator extends RegexIterator implements RecursiveIterator
        private $ref;
 }
 
-?>
\ No newline at end of file
+?>
index dfcdc059952c194f1576dd879342d4bfe8395438..a2312414eabf233fce8a8205abb53745f190c125 100644 (file)
@@ -129,4 +129,4 @@ class RecursiveTreeIterator extends RecursiveIteratorIterator
        }
 }
 
-?>
\ No newline at end of file
+?>
index 7728636981851688a528e2ed38c1c0d0661d7c51..83e5588c74bc361325e0daa2ea1735d08d245f0e 100644 (file)
@@ -45,4 +45,4 @@ interface SeekableIterator extends Iterator
        function seek($index);
 }
 
-?>
\ No newline at end of file
+?>
index 5751cf97cdf787f424bdd01aa597f39304fb4d84..4c170dd8d46c56cd3568376fe12f174c615fb788 100644 (file)
@@ -1245,4 +1245,3 @@ PHP_MINIT_FUNCTION(spl_heap) /* {{{ */
  * vim600: fdm=marker
  * vim: noet sw=4 ts=4
  */
-
index f5fe7411fac45392af241e569c51cc81c995dc21..c5d6034423cbdfa3b0ba8c09bb3ad75a1f273a70 100644 (file)
@@ -6,4 +6,4 @@ class TestClass
 {
 }
 
-?>
\ No newline at end of file
+?>
index ceb24c877cdc4e715c79f86de2c2505a663eda67..0684d2098da3b5594916c57261537d45423e6936 100644 (file)
@@ -2,4 +2,4 @@
 
 echo __FILE__ . "\n";
 
-?>
\ No newline at end of file
+?>
index ceb24c877cdc4e715c79f86de2c2505a663eda67..0684d2098da3b5594916c57261537d45423e6936 100644 (file)
@@ -2,4 +2,4 @@
 
 echo __FILE__ . "\n";
 
-?>
\ No newline at end of file
+?>
index 2cc75ca93f6a36baec3bcc1c3052463be8eccc18..16d8a202854260ee9221c12085da826f8c53035e 100644 (file)
@@ -1,4 +1,3 @@
-
 $(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
        @(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re)
 
index 15ad0789fd3ae7c74118542b9a19903fff3e3515..7815c7c97d035cfe3f888d0a683c5e1560004d9f 100644 (file)
@@ -1,4 +1,3 @@
-
 ext\standard\var_unserializer.c: ext\standard\var_unserializer.re
        cd $(PHP_SRC_DIR)
        $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
@@ -8,4 +7,3 @@ ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re
        $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
 
 $(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
-
index 893e2219ad2ba97832f2d998e90805963320edf1..005fda4b5647dae5e350f98e2ed7aa63767ae536 100644 (file)
@@ -387,4 +387,3 @@ PHP_FUNCTION(assert_options)
  * vim600: sw=4 ts=4 fdm=marker
  * vim<600: sw=4 ts=4
  */
-
index c3127d2f8710e285e20addb89d8f2c34b99352a7..a3b7b93cf3ab3b57d80a69d939af88348a88f60b 100644 (file)
@@ -22,6 +22,3 @@
 PHP_FUNCTION(convert_cyr_string);
 
 #endif /* CYR_CONVERT_H */
-
-
-
index 9edd5bef6cf898b613de6e3b598540156ddbea55..b4e564f1c3891457f82aad575de31a0bebf5fbf0 100644 (file)
@@ -142,4 +142,3 @@ extern PHPAPI php_file_globals file_globals;
 
 
 #endif /* FILE_H */
-
index eea60f5d237476c8a4c1a40a757f3141a2504818..04b237e075bf1b0c0c5dded2b9167f25b1d20420 100644 (file)
@@ -201,4 +201,3 @@ PHPAPI php_hrtime_t php_hrtime_current(void)
  * vim600: sw=4 ts=4 fdm=marker
  * vim<600: sw=4 ts=4
  */
-
index bd3ded9fdec7b04e28123be49b0b4d7a3a543d93..c0533b013409d9c0b6dac00fa9edf9a1790d9822 100644 (file)
@@ -250,4 +250,4 @@ Dagger 2021
 permil 2030
 lsaquo 2039
 rsaquo 203A
-euro 20AC
\ No newline at end of file
+euro 20AC
index 005bebbe200e994526874b6f9aa5caf1920245a3..18fcc02f9cbb33c3661f812adcc79bbc6b21e039 100644 (file)
@@ -2122,4 +2122,4 @@ zigrarr 021DD
 zopf 1D56B
 zscr 1D4CF
 zwj 0200D
-zwnj 0200C
\ No newline at end of file
+zwnj 0200C
index 81800bcd2dc61f10db7b2912b9909f14460c533f..90cebfd2745e9f901074f96a3d53041f2360a8ce 100644 (file)
@@ -250,4 +250,4 @@ loz 25CA
 spades 2660
 clubs 2663
 hearts 2665
-diams 2666
\ No newline at end of file
+diams 2666
index 293258b1aafc137c8fa65e626ad53e92e2705069..27ceafe0ae09da3b5efcd4902ce9f241d6ba52c3 100644 (file)
@@ -269,4 +269,3 @@ PHP_FUNCTION(http_build_query)
  * vim600: sw=4 ts=4 fdm=marker
  * vim<600: sw=4 ts=4
  */
-
index a810c97083a4179ba3969cd645d8fc6732240816..5b458bf84661cddf8d13dd67f5eb7e8cfa8c21c1 100644 (file)
@@ -83,4 +83,3 @@ void register_phpinfo_constants(INIT_FUNC_ARGS);
 END_EXTERN_C()
 
 #endif /* INFO_H */
-
index 814f602855ac018ccb61e72f215cd90a61ffbe3c..bf945b181fecfe17eaaa94eeb31bd5e18e9134e5 100644 (file)
@@ -367,4 +367,3 @@ PHP_MINIT_FUNCTION(mt_rand)
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
-
index d680393efb9ffb1d59c7e9d61a4a1bd4394733c8..7af5636c080a89dcfb9d5e17a371c68d44a97215 100644 (file)
@@ -424,4 +424,3 @@ char * php_md5_crypt_r(const char *pw, const char *salt, char *out)
 #undef MD5_MAGIC
 #undef MD5_MAGIC_LEN
 #endif
-
index c1cc0934332d805dd491e674511df847e1bf0cf2..f5d91ce61b466d1f8f04df1c2acd00c85fcd4e29 100644 (file)
@@ -41,4 +41,3 @@ PHP_FUNCTION(http_build_query);
  * vim600: sw=4 ts=4 fdm=marker
  * vim<600: sw=4 ts=4
  */
-
index 6dcfbdbaa552364851da9f08ca11a31026c8dfc4..04d8842638dbb3ced70ec81d319b6ff2b7414007 100644 (file)
@@ -40,4 +40,3 @@ PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max);
 PHP_MINIT_FUNCTION(mt_rand);
 
 #endif /* PHP_MT_RAND_H */
-
index 0d6a1351594ec30d8f582a43d28d938525fd4f63..63f8d9ec60dfb0a695099753e9109d02d4a1ec8c 100644 (file)
@@ -19,4 +19,3 @@
 
 /* Header moved to Zend. This file is retained for BC. */
 #include "zend_smart_string.h"
-
index 255fbd94a184883d86f8e3bfcb952ca3f73817cb..272b94851514fd913d0852b26445a628eab55e2d 100644 (file)
@@ -19,4 +19,3 @@
 
 /* Header moved to Zend. This file is retained for BC. */
 #include "zend_smart_string_public.h"
-
index 5963007567e21720a61e2c6377927fb1449baf84..f3f8961673995ab178ee7214543d853b37b1b739 100644 (file)
@@ -46,4 +46,3 @@ struct php_process_handle {
        int is_persistent;
        php_process_env_t env;
 };
-
index bbcd18f8153bd757d01ba7df222fa4d7a854a033..ef43220335afe30ea991da3be714625485f2c00a 100644 (file)
@@ -76,4 +76,3 @@ PHP_FUNCTION(stream_socket_pair);
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
-
index e5176802abb3b9df7d736a45b1d3014a202e15b6..4fa672e767542e528ec4ca93b40b5c75ba0e5933 100644 (file)
@@ -10,4 +10,4 @@ function compare_function($var1, $var2) {
   }
 }
 
-?>
\ No newline at end of file
+?>
index f1e5b1f58fc3914f4c6a6a02f4484b46c7e90b05..805d7f1f6f15180b110d664ba2b2b5d16fd4fd8b 100644 (file)
@@ -2,4 +2,4 @@
 
 Interface AutoInterface {}
 
-?>
\ No newline at end of file
+?>
index 52e6671ddc121e74930e41e6d7da2b3c3d761dff..2935b801e55b2fb117c6f06960f56b157a8ff2a2 100644 (file)
@@ -2,4 +2,4 @@
 
 class AutoLoaded {}
 
-?>
\ No newline at end of file
+?>
index a0c8244265e09f64828843673add678670e20de8..fb487fb0714663f694ae07b5e04dd36682af541a 100644 (file)
@@ -10,4 +10,4 @@ class autoTest {
 
 }
 
-?>
\ No newline at end of file
+?>
index 698e975ef71377019d275a7066522ae842302127..c371d592710b251e0ff173b6a7403313661f8761 100644 (file)
@@ -2,4 +2,4 @@
 
 trait AutoTrait {}
 
-?>
\ No newline at end of file
+?>
index 5bc9b6ce3b201b6795a1c59c008fa716924a3024..e33dae491566a20180c651880f1c2febef0fcbc5 100644 (file)
@@ -89,4 +89,4 @@ function teardown_relative_path() {
           rmdir($newdir);
        }
 }
-?>
\ No newline at end of file
+?>
index 98cec87dc63e74ee46e8b123ac0567144d97b6e3..de4072a1aaf14c6766744cb3aa7e6a669baa840a 100644 (file)
@@ -146,4 +146,3 @@ function create_data($id, $item = "", $cp = 65001, $utf8 = true)
 
        return $prefix;
 }
-
index 8d7009f91cc6e0f02aedbe46c8b6e8451724e7e7..e091564998496a52b78ff091c7a317b7635c68be 100644 (file)
@@ -92,4 +92,3 @@ echo \"hello there from the include\n\";";
 
        return $prefix;
 }
-
index 6d1a270c82e0c195d2aa84e9fb6a9b5be1502a1e..8636fbe17f412742e3830903205637745d82e25c 100644 (file)
@@ -34,4 +34,3 @@ function filter_errors_test($filter, $data) {
        stream_get_contents($stream);
 
 }
-
index 0d9894683a1c755458a112509c5892f3cffde532..576118ffd63cf16a0dcf42bb229412359d138389 100644 (file)
@@ -19,4 +19,3 @@ function unlink_sleep_script()
                unlink($fname);
        }
 }
-
index ecc77af06e837cbefcfd541e7f5f712a0ffdc47c..fac6473265adc9666847470fddde93ab9058f9e5 100644 (file)
@@ -1,4 +1,4 @@
 ; This file is named 0.ini so it should be the first line of
 ; any scanned ini output
 
-date.timezone = Antarctica/McMurdo
\ No newline at end of file
+date.timezone = Antarctica/McMurdo
index 71dbf9af4a560ca1eb56d884443b87177fe396f9..9ba754b58298e17383bd1a5f2c39ad13a95f872b 100644 (file)
@@ -15,4 +15,4 @@ function allowed_rounding_error ($number, $expected) {
                return false;
        }
 }
-?>
\ No newline at end of file
+?>
index 8f9116597786941576b722449ff770172f7e4c39..b5a7432e2d8f2ce6fb003b86049dd80ec967c3c8 100644 (file)
@@ -11015,4 +11015,3 @@ Comment="Default Browser"
 Browser="Default Browser"
 isMobileDevice="false"
 isTablet="false"
-
index e79a2fd6d6dd53add688944f7d86f833445b3157..dcdb1bcbaaa6941a9784cf71eea3e92958afd123 100644 (file)
@@ -11,4 +11,4 @@ if(!empty($_REQUEST["status"])) {
        http_response_code($_REQUEST["status"]);
 }
 
-echo "HELLO!\n";
\ No newline at end of file
+echo "HELLO!\n";
index 3a9a0d47df6bf6a57792ad179cf794dae802e6e4..80fb28ee61f436564cb678dbf8d9c39ae249370c 100644 (file)
@@ -5,4 +5,4 @@ ARG_ENABLE('sysvshm', 'SysV Shared Memory support', 'no');
 if (PHP_SYSVSHM != 'no') {
        AC_DEFINE('HAVE_SYSVSHM', 1);
        EXTENSION('sysvshm', 'sysvshm.c');
-}
\ No newline at end of file
+}
index bfb738264e0c271c025589f72f8770a83c5f2430..9b20441a1ab478f788ec584e322b38dff5317048 100644 (file)
@@ -26,4 +26,3 @@ if (PHP_TIDY != "no") {
                WARNING("tidy not enabled; libraries and headers not found");
        }
 }
-
index 41fadc62daed20f3dbdaf5877a029126cb69e207..ee98c0cc138a4b85cda3a4f9eb8d679587c622fe 100644 (file)
@@ -6,5 +6,3 @@ if (PHP_TOKENIZER == "yes") {
        EXTENSION("tokenizer", "tokenizer.c tokenizer_data.c");
        AC_DEFINE("HAVE_TOKENIZER", 1, "Tokenizer support");
 }
-
-
index 11ee044a59fb460c2f91d973e0358e6d4c36334c..3ffef8a55d759d2001548dfba88bb396b410230d 100644 (file)
@@ -304,4 +304,3 @@ char *get_token_type_name(int token_type)
        }
        return "UNKNOWN";
 }
-
index afa7279220ac8842c3fe673b41fb7f8ca76888d6..d5d4e80e5eed5aaa06283996a23dbe2c592eaaea 100644 (file)
@@ -21,5 +21,3 @@ if (PHP_WDDX == "yes" &&
        ADD_EXTENSION_DEP('wddx', 'xml')
        CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_WDDX", "ext/date/lib");
 }
-
-
index 2c41200fce05249e76266f5d85f0c7c8c45d188e..b9ab7dbe030ca6e92cba35f6f58e4f1dfeb0f0d9 100644 (file)
@@ -15,4 +15,3 @@ if (PHP_XMLREADER == "yes" &&
        ADD_EXTENSION_DEP('xmlreader', 'libxml');
        ADD_EXTENSION_DEP('xmlreader', 'dom');
 }
-
index 68ee25ddb88f3f9aa415f3ccca6c0c387b510a60..0f90a69cf02e1df37844a0e36c473e7b13face15 100644 (file)
@@ -4,4 +4,4 @@
 <record><aaa><bbbb><ccc><![CDATA[XXX Xxxxxxxxxxxx]]></ccc><ddd><![CDATA[XXX Xx]]></ddd></bbbb><eee><![CDATA[Xxxxx xxxxxxx: xxxx://xxx.xxx.xx.xx/xxxx?xxxxXx=0xx000x0-000x-0xx0-x000-x0000xx0xx00
 Xxxxxxxxxxxx xx Xxxxxxxxxxxx Xxxxxxxxx xx Xxxxxxxxx Xxxxxxxxxxxx Xxxxxxxxxxx Xxxxxxxxxxxx (XXX Xxxxxxxxxxxx), xxxxxxxxx xxxxxxx xx Xxx Xxxxxxxxxx Xxxxxxxxxx Xxx.]]></eee></aaa><fff><bbbb><ggg><![CDATA[Xxxxxxxxx Xxxxxxxxxxxxxxx Xxxxxxxxxx xx Xxxxxxxxxxxx]]></ggg><ccc><![CDATA[XXX Xxxxxxxxxxxx]]></ccc></bbbb><hhh><![CDATA[Xx xxxxx, xx xxxxxxxxxxx XXX Xxxxxxxxxxxx x xxxxxcé x’xxxxxxxx xxx x’Xxxxxxléx léxxxxxxxxx xx xx xxxxxxxx xx xx Xxxxxxxxxx Xxxxxxxxxx Xxx (xxx xxx xx xxxxxxxxxx xxxxxxxxx). Xxxxx xxx xréxxxx xxx xxxxxx xxx déxxxxxxxx XXX Xxxxxxxxxxxx xx xxxx xx’xxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxréxxxxxxtéx xx xxxxxxx xxx XX, xxx XXX xx xxx XXX xx xx xxxxxxxx xx xxxxx x’xxxxxxxx xx xxxxx xx xxxxxxxxx xxxxxxxxxxxxx xxréé (XXX). (Xxxxxxxxéx XXX - Xxx 0000)]]></hhh></fff></record>
 
-</records>
\ No newline at end of file
+</records>
index 9a59e0c9782a8c3c12dea540e57e76b8e8358ee2..7d8ef1fad32cf49867995a7e4e01067cc101864b 100644 (file)
@@ -4,4 +4,4 @@
 <record><aaa><bbbb><ddd><![CDATA[XXX Xx]]></ddd></bbbb><eee><![CDATA[Xxxxx xxxxxxx: xxxx://xxx.xxx.xx.xx/xxxx?xxxxXx=0xx000x0-000x-0xx0-x000-x0000xx0xx00
 Xxxxxxxxxxxx xx Xxxxxxxxxxxx Xxxxxxxxx xx Xxxxxxxxx Xxxxxxxxxxxx Xxxxxxxxxxx Xxxxxxxxxxxx (XXX Xxxxxxxxxxxx), xxxxxxxxx xxxxxxx xx Xxx Xxxxxxxxxx Xxxxxxxxxx Xxx.]]></eee></aaa><fff><bbbb><ggg><![CDATA[Xxxxxxxxx Xxxxxxxxxxxxxxx Xxxxxxxxxx xx Xxxxxxxxxxxx]]></ggg><ccc><![CDATA[XXX Xxxxxxxxxxxx]]></ccc></bbbb><hhh><![CDATA[Xx xxxxx, xx xxxxxxxxxxx XXX Xxxxxxxxxxxx x xxxxxcé x’xxxxxxxx xxx x’Xxxxxxléx léxxxxxxxxx xx xx xxxxxxxx xx xx Xxxxxxxxxx Xxxxxxxxxx Xxx (xxx xxx xx xxxxxxxxxx xxxxxxxxx). Xxxxx xxx xréxxxx xxx xxxxxx xxx déxxxxxxxx XXX Xxxxxxxxxxxx xx xxxx xx’xxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxréxxxxxxtéx xx xxxxxxx xxx XX, xxx XXX xx xxx XXX xx xx xxxxxxxx xx xxxxx x’xxxxxxxx xx xxxxx xx xxxxxxxxx xxxxxxxxxxxxx xxréé (XXX). (Xxxxxxxxéx XXX - Xxx 0000)]]></hhh></fff></record>
 
-</records>
\ No newline at end of file
+</records>
index 1d7d57cae458d20aab76c50f99444578979ed6c6..87f4412a92e11d05c2c73fe21dc082dfdb1f4db0 100644 (file)
@@ -18,4 +18,3 @@ if (PHP_XMLRPC != "no") {
                PHP_XMLRPC = "no";
        }
 }
-
index 323edfa67185b8c7b78a61a60e0def5765a8c362..4835cd68e9f8e2b79b413aba38158a3a53ab4efd 100644 (file)
@@ -10,8 +10,3 @@ The rules are:
 
 This allows us to have a nicely encapsulated C api with opaque data types and private functions
 that are nonetheless shared between source files without redundant extern declarations..
-
-
-
-
-
index 6a0c8ef6fc855b0850b303d8760917ac83026f58..f0272b43567401b5ff91c3f46e0a524e3adc61ac 100644 (file)
@@ -35,4 +35,3 @@ void _free_real(void *p, char *file, int line);
 #define malloc(s)      _malloc_real(s,__FILE__,__LINE__)
 #define free(p)                _free_real(p, __FILE__,__LINE__)
 #endif
-
index 77b5cc15a66f98397e50b30de3fa4cae2288ac53..fb75dbb9dc210a97ba10bffa2361789a2046cfdc 100644 (file)
@@ -110,4 +110,3 @@ char* utf8_decode(const char *s, int len, int *newlen, const char* encoding)
 {
    return convert(s, len, newlen, "UTF-8", encoding);
 }
-
index ff5e651fd0d817d57d9cda56856f3f54630d7ba2..31f4156a5d2f577bee698f2a4067a5f3a9dca8d3 100644 (file)
@@ -370,6 +370,3 @@ XMLRPC_VALUE xsm_system_get_capabilities_cb(XMLRPC_SERVER server, XMLRPC_REQUEST
 /*-***********************
 * End System Methods API *
 *************************/
-
-
-
index fa3fc279f2d84c3383deced658a1e76f90d3c5b6..bea8779da928375cdc974b5916d9f79e615602bf 100644 (file)
@@ -85,7 +85,3 @@ int xsm_is_system_method(XMLRPC_Callback cb);
 
 
 #endif /* __SYSTEM_METHODS_PRIVATE_H */
-
-
-
-
index 63cc52d6b7b48de5476f144140469bf70267b101..0a391b8444d44e21cdd04997e44cfdea222b0d78 100644 (file)
@@ -313,4 +313,3 @@ xml_element* DANDARPC_REQUEST_to_xml_element(XMLRPC_REQUEST request) {
    }
    return root;
 }
-
index 64a9a6eaa56b248b479cfa3f2191aeff9d1dd9d7..cd0933fcbc4fca5f062d76a02fa1f7d7c685bb69 100644 (file)
@@ -664,4 +664,3 @@ xml_element* SOAP_REQUEST_to_xml_element(XMLRPC_REQUEST request) {
 
        return root;
 }
-
index 309f0dce3d83b0a6b9081e9bea164e3290e7384d..860cba3e36c231d13272d22684c881672bbf2ed4 100644 (file)
@@ -407,4 +407,3 @@ xml_element* XMLRPC_REQUEST_to_xml_element(XMLRPC_REQUEST request) {
    }
    return wrapper;
 }
-
index 12b6c7a8ee40dcf1058732ac68ab9796394e2014..c3b30cbea8332c5a2b38106ed48a71e8ec1efd36 100644 (file)
@@ -450,6 +450,3 @@ const char*  XMLRPC_GetVersionString(void);
 #endif
 
 #endif /* not XMLRPC_ALREADY_INCLUDED */
-
-
-
index 41a31c6f515eb46c6f38112585e304d564f73b8a..2f90fc0e3c2db14dbc7434ec522a639d07fa9d7a 100644 (file)
@@ -96,6 +96,3 @@ int XMLRPC_ServerRegisterIntrospectionCallback(XMLRPC_SERVER server, XMLRPC_Intr
 
 
 #endif /* __XI_INTROSPECTION_H */
-
-
-
index 5b231fe34468b56dbcfefb430bbe1f52e7ec858b..1a5d9f79a97be3c3329c763239cc56bf85a6f609 100644 (file)
@@ -100,7 +100,3 @@ void xi_register_system_methods(XMLRPC_SERVER server);
 
 
 #endif /* __XI_INTROSPECTION_PRIVATE_H */
-
-
-
-
index e43f78ecfbf0c13913910c16bf85030c9e60f34a..7cda5c24be21e7a4eb45100283b89f53d623bfce 100644 (file)
@@ -175,4 +175,3 @@ const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
 
 
 #endif /* XMLRPC_PRIVATE_ALREADY_INCLUDED */
-
index 75c76ead88df91b76bfe6b6ad012832c174a72a9..1a787917bfd84c9b492b095582aabebc2e11d8be 100644 (file)
@@ -14,4 +14,3 @@ if (PHP_XMLWRITER == "yes" && PHP_LIBXML == "yes") {
                WARNING('Could not find xmlwriter.h');
        }
 }
-
index a3039cd1015f761dd8d3daf6bab8ea2316ae9b53..1c9dc175cd9a906c668946b59efddd2fbf288c52 100644 (file)
@@ -10,4 +10,4 @@
   <artist>Jimi Hendrix</artist>
   <year>1997</year>
  </cd>
-</collection>
\ No newline at end of file
+</collection>
index 76cea58511edc73c78c7f190278bc5d0c0be78e6..fbe3b202124b282b63eafcd86eddb558b8e6a32e 100644 (file)
@@ -7,6 +7,3 @@
   <AREA_NAME_ENG>m.&quot;Avtovo&quot;</AREA_NAME_ENG>
  </ROW>
 </AREA_NAME>
-
-
-
index 562e08e821618db84138cdda1ca8f4c0f17872aa..06110aabd492fbd7e8c51f62164eca4985b50e9e 100644 (file)
@@ -12,4 +12,3 @@
   <date date="2006-01-01"/>
   <date date="2007-12-31"/>
 </page>
-
index 9b1574ef4e40a00901b79c59c7004f95644aeea3..76a0f1ae5ba8e1f2c70fcfe377116078cf4c853e 100644 (file)
@@ -5,4 +5,3 @@ ARG_ENABLE("zend-test", "enable zend-test extension", "no");
 if (PHP_ZEND_TEST != "no") {
        EXTENSION("zend_test", "test.c", PHP_ZEND_TEST_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
 }
-
index da83a9fa1de704bc5521667957d7a975a8e88515..31455daab86875832ccc5eef2d30d6911cec547f 100644 (file)
@@ -274,4 +274,3 @@ ZEND_TSRMLS_CACHE_DEFINE()
 #endif
 ZEND_GET_MODULE(zend_test)
 #endif
-
index 790312b4d586a022d5663eefaa1984d407b08a44..3c432f0be5f269772fdd78ddec4df3933bb87b01 100644 (file)
@@ -11,4 +11,3 @@ $options = array(
 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
 var_dump($found);
 $z->close();
-
index a1a9b122914e54f27bd2c914d53b7b623b4ca034..41efaa5eb73a11fc18be6783479953ee3d30336d 100644 (file)
@@ -10,4 +10,3 @@ $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests',
 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
 var_dump($found);
 $z->close();
-
index 69888170a9b4fd24610b5a820efc8201bf006b02..9ef7dd84975b78b5d36eeea5a1fad577dbf1a7ba 100644 (file)
@@ -46,4 +46,3 @@ $ctx = stream_context_create(array(
 ));
 $text = file_get_contents("zip://$name#$file", false, $ctx);
 printf("Size = %d\n", strlen($text));
-
index 32357f3c08f6ea94393472a9f1c79eafdb2af231..80de5d052a4fe80c56c528d957c73ada8151a726 100644 (file)
@@ -31,5 +31,3 @@ while (!feof($fp)) {
 fclose($fp);
 file_put_contents('t',$contents);
 echo "done.\n";
-
-
index 5bd302e6da46a0d94a1f046f7f2deaf85e1b653f..bec4240246de5dea632860de4121bd3888cdd86d 100644 (file)
@@ -35,4 +35,3 @@ echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n";
 
 echo "Archive comment: " . $z->getArchiveComment() . "\n";
 echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
-
index e954576ad68ede76f2b35a2549bd4314a3a534f5..6a35e3124236032b32adef45514a9f8aaa82dcde 100644 (file)
@@ -8,4 +8,3 @@ $z->open(dirname(__FILE__) . '/test_im.zip');
 $im_string = $z->getFromName("pear_item.gif");
 $im = imagecreatefromstring($im_string);
 imagepng($im, 'b.png');
-
index a6f45e8294effb8cdd00641516c583c28106c1d4..b439939e64d250ef5d3e280dd53094a20c71e1ac 100644 (file)
@@ -13,4 +13,3 @@ class myZip extends ZipArchive {
 $z = new myZip;
 $z->testp = "foobar";
 var_dump($z);
-
index 985999f762f5d8ee447f716da1a96b709d7cdc3b..70bd1a74fab4f74b92b287d311a95a37bb0d88ca 100644 (file)
@@ -17,5 +17,3 @@ if (PHP_ZLIB == "yes") {
                PHP_ZLIB = "no"
        }
 }
-
-
index 441199ff08a726c1c2574af610456345b7b263ca..bee4e51d9ad694b36941a180e7f20704c229636c 100644 (file)
@@ -1,4 +1,3 @@
-
 <?php
 $data = <<<QUOTE
 To be or not to be, that is the question;
@@ -85,4 +84,4 @@ That summons thee to heaven or to hell.
 
 QUOTE;
 
-?>
\ No newline at end of file
+?>
index e431afedbf32ea7bed5ed49718671103eaa946d3..7556f81e6a5aa8e0cff6d4de89260164abb83efb 100644 (file)
@@ -16,4 +16,3 @@ function get_zlib_version()
 
        return $version;
 }
-
index 7d6723a815018be8ebf1f9de6d9304f10b62257b..add04f74de8470c7d74acf9d511ebe7fd77b3aa3 100644 (file)
@@ -89,4 +89,4 @@ function teardown_relative_path() {
           rmdir($newdir);
        }
 }
-?>
\ No newline at end of file
+?>
index ee71bb9c42356f7162c82560de0d4522596ffb5e..abe80bf69c1767462e71561586c6746d46429629 100644 (file)
@@ -24,4 +24,4 @@ foreach($newdirs as $newdir) {
 }
 mkdir($workingDir);
 chdir($workingDir);
-?>
\ No newline at end of file
+?>
index 89bdb29f1ebaace86aecae61ed4bc19749af75db..dffc32d9f13ca48cda45792c53a90708a3d72e25 100644 (file)
@@ -11,5 +11,3 @@ php_build is a directory at the same level as php7.
 
 Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build
 it.
-
-
diff --git a/footer b/footer
index 64d3768113fd7194dd83d41c47b9d9d2bba512fc..42a6cd7005eff092b208898b6c5e282b7455c0de 100644 (file)
--- a/footer
+++ b/footer
@@ -1,4 +1,3 @@
-
 /*
  * Local variables:
  * tab-width: 4
index 516b3316fb06aa8c65afc748ed8f8b2aaf24ec7a..a561c3d8f1c812bae8cc3fc56ab284ef9b1721a2 100755 (executable)
--- a/genfiles
+++ b/genfiles
@@ -26,4 +26,3 @@ for f in $CLEANUP_FILES; do
   cp $f $f.orig
   grep -v '#line ' $f.orig > $f
 done
-
index e0ffccec3843869d6bbf75d9203fd939570f70fa..addaf0ce7b1c68be31c83e6cc36f8cd3823b8b81 100644 (file)
@@ -65,4 +65,3 @@ void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, char *resul
 
 void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper);
 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption);
-
index e69db525dadf13f3e544aa05ff745d4f0e3a0a2c..37479a48e9e8b8d1f33bce69ac20ca58b1351e9e 100644 (file)
@@ -1558,5 +1558,3 @@ const php_stream_ops php_stream_userspace_dir_ops = {
        NULL, /* stat */
        NULL  /* set_option */
 };
-
-
index bbe8ec351356cec60e4634150ef904e161ea2fce..528683ba1b5b5b94392b21443ce472da180f1656 100644 (file)
@@ -34,4 +34,3 @@ install-pear:
        else \
                cat $(srcdir)/install-pear.txt; \
        fi
-
index 01d223392e48d54997dcb841e0a50db48ba16bd0..56767b62cb707673cc36dc8b92bee5d247ae16df 100644 (file)
@@ -72,5 +72,3 @@ if (is_resource($fp) && file_put_contents($argv[2], $fp)) {
 $err = error_get_last();
 echo "\nError..\n", $err["message"], "\n";
 exit(1);
-
-
index d624141c9f05b92a67c7236e5370e7d4ab2d7566..15ef022d24e43279c28cd4085a4f8f356e5f9c3e 100644 (file)
@@ -73,4 +73,3 @@ TODO
     PHP functions like apache_sub_req (see php_functions.c)
     Source Code Highlighting
     Protocol handlers
-
index 5166135b0a01a50cb3c98303c6170ee536a7e547..45d6353d28f61fa9f254e3f94169351a3fb82d4a 100644 (file)
@@ -54,4 +54,3 @@ if (PHP_APACHE2_4HANDLER != "no") {
                WARNING("Could not find apache 2.4 libraries/headers");
        }
 }
-
index 75c72bf8b7156f6804f7d8bb243ce20a39f16f85..79e2afec25455bc0e1655f65d8e1d5ff50c44840 100644 (file)
@@ -10,4 +10,3 @@ install-cgi: $(SAPI_CGI_PATH)
        @echo "Installing PHP CGI man page:      $(INSTALL_ROOT)$(mandir)/man1/"
        @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
        @$(INSTALL_DATA) sapi/cgi/php-cgi.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php-cgi$(program_suffix).1
-
index 8f4f400401c8151be87567c818d1633b2f872bc3..aa1d642b9cd6feed8754e552b2574614a8ee44f8 100644 (file)
@@ -10,4 +10,3 @@ install-cli: $(SAPI_CLI_PATH)
        @echo "Installing PHP CLI man page:      $(INSTALL_ROOT)$(mandir)/man1/"
        @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
        @$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php$(program_suffix).1
-
index ba55be22182a25ce6bb7a5a4d50c9da5a76e2227..155b2ce838fe8c438667da3f26c02c8b60d97340 100644 (file)
@@ -23,4 +23,3 @@ if (PHP_CLI_WIN32 == "yes") {
        SAPI('cli_win32', 'cli_win32.c php_cli_process_title.c ps_title.c', 'php-win.exe', '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
        ADD_FLAG("LDFLAGS_CLI_WIN32", "/stack:67108864");
 }
-
index 2a21ba35d068f074eb5942cebeed34cb39ef0d5d..ff4eef0e129f0d8727961c6319efd12919669404 100644 (file)
@@ -97,4 +97,3 @@ function php_cli_server_stop($handle) {
     return $success;
 }
 ?>
-
index d396a070e82b4f36e43a851fd8ea6335ef563624..78e2d15775dd15156206a5a066b19d0b50fa13ec 100644 (file)
@@ -28,4 +28,3 @@ if test "$PHP_EMBED" != "no"; then
 else
   AC_MSG_RESULT(no)
 fi
-
index 4febc2cf6bcd6405d3cd4ad4f9889a8da258fffc..30cb9da010bf14d65a2baeb9d3af677e51a2f396 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -121,4 +120,3 @@ run_child: /* only workers reach this point */
        return fpm_globals.listening_socket;
 }
 /* }}} */
-
index 8e3a472a41fc52e6977534be8efe66c9f902bed4..f0610ca46dc627bc457966a936f4e603af388cf7 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_H
index 13ace02916d8b2b6e9d203b415027bd02a902815..82c7cbc09e1e0da8a03cdb1766b03f9c66262b1e 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ARRAYS_H
index cd52d1561ae9635ea8590c450c4f9aa598ee4d4d..ec9e4f197d53c5bca512281d2f92133238460ab3 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ATOMIC_H
@@ -164,4 +163,3 @@ static inline int fpm_spinlock(atomic_t *lock, int try_once) /* {{{ */
 #define fpm_unlock(lock) lock = 0
 
 #endif
-
index ca2ff7dec344509f9b65a8eabe62e1c6623429d8..df848acf86d7900519f77e0a265acd283776ac89 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -481,4 +480,3 @@ int fpm_children_init_main() /* {{{ */
        return 0;
 }
 /* }}} */
-
index 04c857bec7338ceb839171a2a2884ae17e7894a0..9d9c1fa7cb31f363d55d53a027841697b0abc6c5 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CHILDREN_H
index ae5e66f41b98059d63a1f05216fdb3fdd90aa2c6..7c900974a9cfdd7b2c03226cdb8317ce0a4e7b2a 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -48,4 +47,3 @@ void fpm_cleanups_run(int type) /* {{{ */
        fpm_array_free(&cleanups);
 }
 /* }}} */
-
index 0985b484800dae75bbed1b79991e7b9b47c324bd..8583143fa20fc605e31edf970f9c21c4207dd80f 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CLEANUP_H
@@ -17,4 +16,3 @@ enum {
 };
 
 #endif
-
index ce4d9bac93a0f31c9bfeeb8202cb926b3bdb4c00..8568d7928f083aace2096c6aa5f728dbc2fc54f5 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 0c51709798f35f9da481fa423ba6ae47741a864f..cf92521dcc3b23ab152fcb7cade29c6104e6523d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CLOCK_H
index 5c9791436ac3faf8c5260aa996683224da937715..1389b802fcf2a32f24a61d46fdbee883e9ae7a56 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 8491888aa764f3d6886578b5641aebae4e38da45..44de1f3b032a485777b9457fa96e42b442172fe4 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CONF_H
@@ -121,4 +120,3 @@ int fpm_conf_write_pid();
 int fpm_conf_unlink_pid();
 
 #endif
-
index 954d1a52c0dffbcbf21a6b7f1f159709f0afaeb0..548202fe3a52203f83869f50a68afc22bdd666f1 100644 (file)
@@ -75,4 +75,3 @@
 #else
 # define HAVE_FPM_LQ 0
 #endif
-
index 99c7cc1ba10fa8514ba3b12da6169e1b5a6b7028..ef7c980efb274e97960304585489c7f0ddd25445 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -276,4 +275,3 @@ int fpm_env_init_main() /* {{{ */
        return 0;
 }
 /* }}} */
-
index d720307348f0d528a5c70c33e3863785e8e3bae2..d767608740e51685fe15783dcc64ce558430b715 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ENV_H
@@ -23,4 +22,3 @@ void clearenv();
 #endif
 
 #endif
-
index 818d7a7ac93c431d60ac3fcf787b58c7f79fe01e..1750fab103a2781021d69adeb24ad0971c29fed0 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -536,4 +535,3 @@ int fpm_event_del(struct fpm_event_s *ev) /* {{{ */
        return 0;
 }
 /* }}} */
-
index 9b241e7262db48ceb17829fb9b2e1d0ebb0d8f2f..e97ede082491f41628730285cf3bcd91667280fe 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_EVENTS_H
index 38574d3c6da9fc9a295806f3420374104b3b018c..a09e80a49067a9e438ec7266ef633840cf7f8cdd 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #include "php.h"
index 7a2b679060d0a44668532a83d662aac349ece91d..edad81de2162d54152e885282def1ab6ff658be6 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #ifndef FPM_LOG_H
index 72a23f717ce445217826bdbfb8f0ebd6cae3e2db..ab3c5af18e95ec3ab10abd925e64c0a83c859a3d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -285,4 +284,3 @@ char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */
        return NULL;
 }
 /* }}} */
-
index 72af62a7235fc46d809dc066d133731af5e20d5b..978f3209d53d6f13ec3b0696bb5fa1ce5222d869 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PHP_H
@@ -46,4 +45,3 @@ int fpm_php_limit_extensions(char *path);
 char* fpm_php_get_string_from_table(zend_string *table, char *key);
 
 #endif
-
index 20386e979ecbdbc330cbf80708e2705b0d964622..3174eef2fbe12338069f8cccd72ce90b2c600e51 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -231,4 +230,3 @@ done0:
 /* }}} */
 
 #endif
-
index 4fb1fb5e4e15af3982452571a5b5735aa516bd66..6a83cff127b71bdfe61eda6f0233a663b030cab2 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PHP_TRACE_H
@@ -9,4 +8,3 @@ struct fpm_child_s;
 void fpm_php_trace(struct fpm_child_s *);
 
 #endif
-
index 7deb3beef420511a289315413faa7a80f6839c80..771335551ee397a4a62a8c71c7d6421f25ea139c 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -535,4 +534,3 @@ void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /
        zlog(ZLOG_DEBUG, "[pool %s] got accept without idle child available .... I forked", wp->config->name);
 }
 /* }}} */
-
index eb1f237e88c97cb5cc9019e9b2dfa4bacfab8f5e..f39a489f6177a291de05c7fdd427f1e84770e698 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PROCESS_CTL_H
@@ -49,4 +48,3 @@ enum {
 };
 
 #endif
-
index 56d2a5244f687f06935addd0bd8ab6376d5ce6df..65f9c4ae441cee84e33fe220a50b60ce5499338a 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 #ifdef HAVE_TIMES
 #include <sys/times.h>
index bccf0dd8c3098fa1791ed1fc897151e1e953a16e..782d02dc21c81c91a97cb42a4c0d2af4aaeaec7f 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_REQUEST_H
index 4de910a67a7d6553fadf3cb7df4f88880fd64570..328f999f0c9b0326341773c6b8df2c64bad6c440 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #include "php.h"
@@ -335,4 +334,3 @@ float fpm_scoreboard_get_tick() /* {{{ */
 }
 /* }}} */
 #endif
-
index d71b7ad8573c1be9c88235799f2b5f03907fe27a..1fecde1d0feb1d03326723670162410f284cc74d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #ifndef FPM_SCOREBOARD_H
index b7b57707308b1711fbd053a207df45d52f242e53..52ae60ed28bdbc66ad1e8f22aea33a82cb7ad07b 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin, Jerome Loyet */
 
 #include <sys/mman.h>
index 249c0d68a608be88d0c942b103eaeb506db7f07b..4382aac29bf00796be8dcb9dc9a0fccb794e93e1 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_SHM_H
@@ -9,4 +8,3 @@ int fpm_shm_free(void *mem, size_t size);
 size_t fpm_shm_get_size_allocated();
 
 #endif
-
index a244eb173a8fa870394ba8207c4f86d4e6038302..1b97025ea7ea1775c1aaff7dbb05f7458701b384 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -251,4 +250,3 @@ int fpm_signals_get_fd() /* {{{ */
        return sp[0];
 }
 /* }}} */
-
index 768f0ae2a2a9b29e711fd2e3d9b8e824575b7e5b..720281621882de7a5a931e390f5f1d0aa8a6ca4c 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_SIGNALS_H
index a79c552b4f8d541dbb57e0a676644b0f78081ac1..aaa16cc89e88f8bb8545bb5bafbbd1ed01789f0f 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index f7fcba16d7dc875fa9e2b8df3e8a924d1a74a6e1..9d899c07576d88ea164dbfbae0d91e5bbe495457 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_MISC_H
index b104288ff4190776945ef1672545840ee6e98892..36d224063583001a234ebeeb0160e41cac60581c 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #include "php.h"
index 8d91b44a06c42eac2fbda00c69abf572524ed165..bc90c6a9df6813a57494dd0012f221df2219ce18 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2009 Jerome Loyet */
 
 #ifndef FPM_STATUS_H
index f5768cc5069291533a773bdc67c80e688f5ae33d..ba8f6d821300fab28328533d570c59d97b64b6bf 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -339,4 +338,3 @@ int fpm_stdio_open_error_log(int reopen) /* {{{ */
        return 0;
 }
 /* }}} */
-
index 1e16ec09568bb3b63ea7870681bd767f6741e3b4..7ebe80e66e73562944d53b1d78562e8a099a1bee 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_STDIO_H
@@ -17,4 +16,3 @@ int fpm_stdio_discard_pipes(struct fpm_child_s *child);
 int fpm_stdio_open_error_log(int reopen);
 
 #endif
-
index 4927b02644ca29f74f496d978f531d080651cdc8..efd05507c4d97daa0555bff3423921d3d10b127d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_STR_H
index 95d12c97f2f85d1cc8927d2de064742919ee0d0d..31b6a3d27ae653ed3c03bee1a9b94c460c2a385a 100644 (file)
@@ -110,4 +110,3 @@ int fpm_systemd_conf() /* {{{ */
        return 0;
 }
 /* }}} */
-
index 3ee62177170ef9823b175432e60b2b7be23b0efc..e978a7c7be48f3b1667afd5cd70e4e0811bf72d8 100644 (file)
@@ -10,4 +10,3 @@ void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
 int fpm_systemd_conf();
 
 #endif
-
index b76dc88022e8cb8211d0cb68cddc819d5a632923..3d0b9de98a0bbf6d0cc4b6f4a312f8434b738bfd 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -32,5 +31,3 @@ int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */
        }
 }
 /* }}} */
-
-
index 269278eb93b5d495d59f4e541b04c32b1da73323..4ee021229db6dc28ef21d17e712715a53dedfc1d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_TRACE_H
@@ -13,4 +12,3 @@ int fpm_trace_get_long(long addr, long *data);
 int fpm_trace_get_strz(char *buf, size_t sz, long addr);
 
 #endif
-
index 7a8a43482946d6b4125e115fcb8631856575bc53..1ecee23d261e94d5cd78a16973169cdfc5b814ef 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -94,5 +93,3 @@ int fpm_trace_get_long(long addr, long *data) /* {{{ */
        return 0;
 }
 /* }}} */
-
-
index e8e32e4719a8232ee55123d67fd5030db79ebce8..604882eff3ab3eafeccaeb10d1e2ebdb419de4bf 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #define _GNU_SOURCE
@@ -63,4 +62,3 @@ int fpm_trace_get_long(long addr, long *data) /* {{{ */
        return 0;
 }
 /* }}} */
-
index 875170f6de31a03a5d5924a87d1a0b03d34bcadc..a2a3d25e30ef32083f546cb1efd27833594c0755 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -78,4 +77,3 @@ int fpm_trace_get_long(long addr, long *data) /* {{{ */
        return 0;
 }
 /* }}} */
-
index ea5cdad6e2911e40753040cd03ab59e170e4fca8..6490a7b5baa31cbea02a5d74049df757d23f0e4a 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
@@ -578,4 +577,3 @@ int fpm_unix_init_main() /* {{{ */
        return 0;
 }
 /* }}} */
-
index cd7faf9d73777f453f3cb42b88f38a3ae1fc1607..c65791f7ed4928e9b90ee34be0988af664dc76f3 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_UNIX_H
@@ -16,4 +15,3 @@ int fpm_unix_init_main();
 extern size_t fpm_pagesize;
 
 #endif
-
index 472a684e935fba1d68b5e9364fad07f87cd88edd..e4ad73169d49118732e8682685980ec4ac9cd48d 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index b78afe65a5cf9d9876472ffae1ca41fdf9151ecd..37f4e5199499d310ff4acbe4a2554260db9cdb33 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_WORKER_POOL_H
@@ -54,4 +53,3 @@ int fpm_worker_pool_init_main();
 extern struct fpm_worker_pool_s *fpm_worker_all_pools;
 
 #endif
-
index c507e931e5260659a7845b2d8d518cb7691fb090..09193fd5ac85d9a1b14ecd2678d52352902a82c2 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2004-2007 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 4b9f732cdf6e5fad28c772443422793233558ecf..6e96048d09cdf121f2122f17daca2ad3d7e4e54c 100644 (file)
@@ -1,4 +1,3 @@
-
        /* (c) 2004-2007 Andrei Nigmatulin */
 
 #ifndef ZLOG_H
index a4d533c1972e28e717f39cbe2d3c168c153eccff..8a541c08655f9793d834e1013d8ae56511337ad5 100644 (file)
@@ -15,4 +15,3 @@ PrivateTmp=true
 
 [Install]
 WantedBy=multi-user.target
-
index 2ca9b1e5bc81b9162a3a006bbd2d6da30eb8b49f..54f85bcfb60623b20aa53c92e394e0551f216932 100644 (file)
@@ -278,4 +278,4 @@ class Response
 
         return false;
     }
-}
\ No newline at end of file
+}
index 25910a8e05e5634e0ebbbe1c88c680e0b68a33a2..eec65a41122c15740020caae83f360c6e98aaebd 100644 (file)
@@ -12,4 +12,4 @@ require_once "tester.inc";
 
 if (!FPM\Tester::findExecutable()) {
     die("skip php-fpm binary not found");
-}
\ No newline at end of file
+}
index 5965f130eb2378cbaaa69980f8c215821bdc2896..39005de568605c3cbe1a4b78da174ba195a3c70c 100644 (file)
@@ -196,4 +196,4 @@ class Status
             true
         );
     }
-}
\ No newline at end of file
+}
index c3b6c83e597ae6ad21b9082d30910eeb77b5293f..70c03ad70f1c52b545271d30dd115d346a23416f 100644 (file)
@@ -1180,4 +1180,4 @@ class Tester
             print file_get_contents($accessLog);
         }
     }
-}
\ No newline at end of file
+}
index e744030de741f1c47efdd0b28dde38471491d9df..3f5b7ad14f84663e468d48b02cc939d11bcc1bc0 100644 (file)
@@ -219,7 +219,3 @@ For support questions, please post to our free support forum, at:
 https://www.litespeedtech.com/support/forum/
 
 For bug report, please send bug report to bug [at] litespeedtech.com.
-
-
-
-
index 4db8ff562d976b6dfaef5a9c1bfe96838bdd5399..f6c0cb023122add78bd8b2591ee24dca16e787a0 100644 (file)
@@ -193,4 +193,3 @@ struct lsapi_resp_header
 
 
 #endif
-
index 685892e708149ff8675dd2b2f56cb35a9c92731e..a93cdc345d231076c1b20891d04a5ebfcc7047e0 100644 (file)
@@ -3962,5 +3962,3 @@ int LSAPI_Inc_Req_Processed(int cnt)
 {
     return __sync_add_and_fetch(s_global_counter, cnt);
 }
-
-
index 1fd3f56176a725398cc61d9f8e24d5fddd1c1dd4..ff27c9cd94309805b5a4bf32a9d1844f3206fe35 100644 (file)
@@ -418,10 +418,3 @@ void LSAPI_Log(int flag, const char * fmt, ...)
 
 
 #endif
-
-
-
-
-
-
-
index cc0186ef79f44e7df38a8a39a33144c982f1adf8..02fc9b880a1c5126d04f48729bb2d10412c2345f 100644 (file)
@@ -64,4 +64,4 @@ void LSCRIU_inc_req_procssed(void);
 }
 #endif
 
-#endif // LSCRIU_
\ No newline at end of file
+#endif // LSCRIU_
index 091b1e831c8bfb2dbf71268884d87a5c9b0acd09..65377e608a676ac305d2200ae8577203207b320c 100644 (file)
@@ -39,4 +39,3 @@ test-phpdbg:
        @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
 
 .PHONY: clean-phpdbg test-phpdbg
-
index e69ca455f79f9ccd9ca0251026afcfc72813a6fe..9aca03dff6a36a0e50aaf002cfe15f3933d37021 100644 (file)
@@ -31,4 +31,3 @@ if (PHP_PHPDBGS == "yes") {
        ADD_FLAG("LIBS_PHPDBGS", "ws2_32.lib user32.lib");
        ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H");
 }
-
index afc31a906ec96f9388fc209e8fe0cc63eb2b22a4..8d6ee8278eac55a3240691b4b6aa50c95798a1c8 100644 (file)
@@ -43,4 +43,3 @@ char *phpdbg_eol_rep(int id);
 void phpdbg_eol_convert(char **str, int *len);
 
 #endif /* PHPDBG_EOL_H */
-
index 150647aa7ebdbc625632dc8533ad4fdb8063e6f6..1f26f7983b4ad2230e5a1e7101c937a36ddee8af 100644 (file)
@@ -353,4 +353,3 @@ PHPDBG_API void phpdbg_close_socket(int sock) {
 #endif
        }
 }
-
index d0b69d9b41e714f9946988c49d63a908149dee6d..deda272da2f6c02a8670ac65311352aeebc1649e 100644 (file)
@@ -38,4 +38,3 @@ PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port);
 PHPDBG_API void phpdbg_close_socket(int sock);
 
 #endif /* PHPDBG_IO_H */
-
index b86ea05da2f579653794991462fb155071a8fb72..3ca0ad8d376f46343ebe031f74c123cf6c5a1652 100644 (file)
@@ -109,4 +109,3 @@ sigio_watcher_stop(void)
        PHPDBG_G(swd).fd = -1;
        PHPDBG_G(sigio_watcher_thread) = INVALID_HANDLE_VALUE;
 }
-
index 081d864c5c9a52ca16300ad609b3218d78f17f76..dab0d27d85e74eed1bb7ff152213032184e942e8 100644 (file)
@@ -56,4 +56,3 @@ void phpdbg_clear_sigsafe_mem(void) {
 zend_bool phpdbg_active_sigsafe_mem(void) {
        return !!PHPDBG_G(sigsafe_mem).mem;
 }
-
index 8a3580083016ebb475113aa7a8e991e7946479ef..05659d81bfc6a7035bcd58f236e34d12b60c2320 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # Build environment install
 #
index 24e49d092c4988a20039269cc721dd5c29a1a7f9..7331bd26c4f95811f1894858a650421393e7104e 100644 (file)
@@ -225,4 +225,3 @@ function map_token_value($x) {
 
 
 ?>
-
index ac6dc4434d2b00b5f1576fc840be5e4709a8d7e2..f326230e5d4c16be68b66437adace17d127cf5af 100755 (executable)
@@ -48,4 +48,3 @@ do
 done
 
 exit 0
-
index 645a5e8e98262353e0c32403bc9e80b119a29838..ca01ffe1cbf94360e990cd4b97f2902f8de47385 100755 (executable)
@@ -71,4 +71,4 @@ $conf = array(
 */
 );
 
-?>
\ No newline at end of file
+?>
index 71820809399a4900f2532e1d112f884e98895d36..3bd9eeaa708365a5144cb67eba27f2e3c7a92545 100644 (file)
@@ -8,4 +8,3 @@ function busy_wait($how_long)
 
        while ($until > microtime(TRUE));
 }
-
index 5e4a85ea2e2bf4aab858fea22f07fb7432b92f0e..760cbecc8bb22b94aad73feb6777b8519f573b3a 100644 (file)
@@ -4,4 +4,3 @@ function test($a, $x, $y){
   return;
 }
 test('test', 9223372036854775808, 'test');
-
index 70cb11568433f1fae24d661c32f7b6af2ad76593..ba60e74a5103b60fc4069e5303760f8f4dc52ab6 100644 (file)
@@ -72,4 +72,3 @@ foreach ($tests as $n=>$test)
        }
 }
 if ($success) echo "OK";
-
index d229f8497fd7f1958ca1ba05c16c5d02f94ef486..d30f2f83848861ea85d36d830f0e99a6595b554b 100644 (file)
@@ -136,4 +136,3 @@ function test_open_basedir($function) {
 }
 
 ?>
-
index 6f16f72cc258135bdfb3c31b99f63b99424f5ab7..5f3cf67f92153a050fb45ac6b281de89241c41aa 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-export PDO_PGSQL_TEST_DSN='pgsql:host=localhost port=5432 dbname=test user=postgres password='
\ No newline at end of file
+export PDO_PGSQL_TEST_DSN='pgsql:host=localhost port=5432 dbname=test user=postgres password='
index ef13733edc9d3dfc328bef188cb7d6b5f74cf02e..108f47db2505610c9aa37fbb166a11b500892763 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash
 echo '
 <?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
-psql -c 'create database test;' -U postgres
\ No newline at end of file
+psql -c 'create database test;' -U postgres
index 29ec59d9b6da1a15cbfa168457dde6f1290654e2..d52f3ef5b0d9c168ad1fc80c00e63297cf33d281 100644 (file)
@@ -265,4 +265,3 @@ really-install:
        @echo Registering event source with syslog (requires admin rights)
        @echo It's okay for this step to fail:
        -$(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL)
-
index 517db128bd10b668c22fd0faa5811ac7fc058637..37c449a059e3d6ed556231d6cb662227b7fbeec3 100644 (file)
@@ -57,4 +57,3 @@ _VC_MANIFEST_EMBED_DLL= if exist $@.manifest $(MT) -nologo -manifest $@.manifest
 !endif
 
 install: build-headers  build-bins
-
index ff8025362abf18b2a9be4a59c1056f985b30cd2d..e76aff000086573c5e460e6c70bf0c870accdec6 100644 (file)
@@ -259,4 +259,3 @@ C.Write(file_get_contents("win32/build/configure.tail"));
 
 B.WriteLine("@echo off");
 B.WriteLine("cscript /nologo configure.js %*");
-
index b49218b0f0c93a54f0353dfa3883997f89abbeb4..523b024c0648a3bc6c2dd4fd640bef7b2c192bcd 100644 (file)
@@ -351,4 +351,3 @@ ARG_ENABLE("native-intrinsics", "Comma separated list of intrinsic optimizations
        might not work properly, if the chosen instruction sets are not available on the target \
        processor.", "no");
 toolset_setup_intrinsic_cflags();
-
index ef72e6814daa512803fb76d54380bb399c092bd3..b641c39f5f61e8ae7db20a5ee8f4899a1199038b 100644 (file)
 #ifdef __clang__
 #define HAVE_FUNC_ATTRIBUTE_TARGET 1
 #endif
-
index 6acbfdfb865d5c015cc162a8410c544fad5de54a..72205fac34ec03364424dcb3289234341e2a2dc2 100644 (file)
@@ -135,4 +135,3 @@ ARG_ENABLE("native-intrinsics", "Comma separated list of intrinsic optimizations
        might not work properly, if the optimizations are not available on the target \
        processor.", "no");
 toolset_setup_intrinsic_cflags();
-
index c06b03d36201fedc61a3f0713a1cf2e6f4f47ad9..a836053444bd447c2f3dbb6cf3dfacbbfd66c6f1 100644 (file)
@@ -7,4 +7,3 @@ if (!MODE_PHPIZE && sapi_enabled.length < 1) {
 }
 
 generate_files();
-
index 0d64e68fa499214f66d88338415c424edf230dca..e85ed65642e4b58e53312df12221cfa915991068 100644 (file)
@@ -3680,4 +3680,3 @@ function setup_verbosity()
                CMD_MOD2 = "@";
        }
 }
-
index 794b9cb710607eaed728fb5cbe410f9e5e7b0385..a79885f00883eadd86e14674d5d53beb87378571 100644 (file)
@@ -8,4 +8,3 @@ IF NOT EXIST configure.bat (
        echo Now run 'configure --help'
 )
 SET PHP_BUILDCONF_PATH=
-
index 01d4d3a86bfde2845326e6e576eb70d0f19bbb71..f326abf7d975c4d9a6610ed1a978c64b0eeac9b7 100755 (executable)
@@ -25,4 +25,3 @@ SymbolicName=PHP_SYSLOG_ERROR_TYPE
 Language=English
 %1 %2
 .
-
index 2010e0ca4cbefe48c171df60f1e41920dcb0b26c..34861d148b377fefe7f07b5f3d06f5cdfbf995d9 100644 (file)
@@ -1,4 +1,3 @@
-
 #include <stdio.h>
 
 #include <windows.h>
index 1601a3cc16bb99916619b46978569ed526959adc..552323c5b1873d6460fb706a6495ea28358ce138 100644 (file)
@@ -1,4 +1,3 @@
-
 /*****************************************************************************
  *                                                                           *
  * sys/param.c                                                               *