]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
[CORE] Fixed some small issues with PEAR
authorDiogo Cordeiro <diogo@fc.up.pt>
Mon, 15 Jul 2019 00:40:09 +0000 (01:40 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Sat, 3 Aug 2019 16:47:28 +0000 (17:47 +0100)
commit7d262ad50b399b55e3a25636456de8a3034de009
tree4ba64c07cfeb994e536b489132ab9a0d6228a013
parentd9e7862cea8b79a6a6267abac781b26ff1aea6d3
[CORE] Fixed some small issues with PEAR
77 files changed:
Makefile
composer.json
composer.lock
extlib/Console/Getopt.php [deleted file]
extlib/Date.php [deleted file]
extlib/Date/Calc.php [deleted file]
extlib/Date/Human.php [deleted file]
extlib/Date/Span.php [deleted file]
extlib/Date/TimeZone.php [deleted file]
extlib/Date/docs/LICENSE [deleted file]
extlib/Date/docs/TODO [deleted file]
extlib/Date/docs/examples/example.php [deleted file]
extlib/Date/tests/DateSpanTest.php [deleted file]
extlib/Date/tests/DateTest.php [deleted file]
extlib/Date/tests/bugs/bug-11313.phpt [deleted file]
extlib/Date/tests/bugs/bug-13376.phpt [deleted file]
extlib/Date/tests/bugs/bug-13545.phpt [deleted file]
extlib/Date/tests/bugs/bug-19568.phpt [deleted file]
extlib/Date/tests/bugs/bug-2378-1.phpt [deleted file]
extlib/Date/tests/bugs/bug-2378.phpt [deleted file]
extlib/Date/tests/bugs/bug-445.phpt [deleted file]
extlib/Date/tests/bugs/bug-6246.phpt [deleted file]
extlib/Date/tests/bugs/bug-674.phpt [deleted file]
extlib/Date/tests/bugs/bug-727-1.phpt [deleted file]
extlib/Date/tests/bugs/bug-727-2.phpt [deleted file]
extlib/Date/tests/bugs/bug-727-3.phpt [deleted file]
extlib/Date/tests/bugs/bug-727-4.phpt [deleted file]
extlib/Date/tests/bugs/bug-8518.phpt [deleted file]
extlib/Date/tests/bugs/bug-8912.phpt [deleted file]
extlib/Date/tests/bugs/bug-9213.phpt [deleted file]
extlib/Date/tests/bugs/bug-9414.phpt [deleted file]
extlib/Date/tests/bugs/bug-9568.phpt [deleted file]
extlib/Date/tests/bugs/bug-967.phpt [deleted file]
extlib/Date/tests/bugs/bug-9801.phpt [deleted file]
extlib/Date/tests/calc.php [deleted file]
extlib/Date/tests/test_addseconds.php [deleted file]
extlib/Date/tests/test_addseconds_Calcutta.php [deleted file]
extlib/Date/tests/test_addseconds_Paris.php [deleted file]
extlib/Date/tests/test_calc.php [deleted file]
extlib/Date/tests/test_date_methods_span.php [deleted file]
extlib/Date/tests/test_format.php [deleted file]
extlib/Date/tests/test_julianday.php [deleted file]
extlib/Date/tests/test_round_trunc.php [deleted file]
extlib/Date/tests/test_weeknumbers_0.php [deleted file]
extlib/Date/tests/test_weeknumbers_1.php [deleted file]
extlib/Date/tests/test_weeknumbers_2.php [deleted file]
extlib/Date/tests/test_weeknumbers_3.php [deleted file]
extlib/Date/tests/test_weeknumbers_4.php [deleted file]
extlib/Date/tests/test_weeknumbers_5.php [deleted file]
extlib/Date/tests/test_weeknumbers_6.php [deleted file]
extlib/Date/tests/test_weeknumbers_ISO.php [deleted file]
extlib/PEAR.php
extlib/PEAR/ErrorStack.php
extlib/PEAR/Exception.php
extlib/PEAR_LICENSE [new file with mode: 0644]
extlib/System.php
extlib/Validate.php
extlib/Validate_LICENSE [new file with mode: 0644]
scripts/command.php
scripts/commandline.inc
scripts/docgen.php
vendor/composer/autoload_classmap.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_static.php
vendor/composer/include_paths.php
vendor/composer/installed.json
vendor/pear/console_getopt/.gitignore [new file with mode: 0644]
vendor/pear/console_getopt/.travis.yml [new file with mode: 0644]
vendor/pear/console_getopt/Console/Getopt.php [new file with mode: 0644]
vendor/pear/console_getopt/LICENSE [new file with mode: 0644]
vendor/pear/console_getopt/README.rst [new file with mode: 0644]
vendor/pear/console_getopt/composer.json [new file with mode: 0644]
vendor/pear/console_getopt/package.xml [new file with mode: 0644]
vendor/pear/console_getopt/tests/001-getopt.phpt [new file with mode: 0644]
vendor/pear/console_getopt/tests/bug10557.phpt [new file with mode: 0644]
vendor/pear/console_getopt/tests/bug11068.phpt [new file with mode: 0644]
vendor/pear/console_getopt/tests/bug13140.phpt [new file with mode: 0644]