You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Brought fixes from PEAR_Console_CommandLine 1.2.2, namely
2
+
- xmlschema.rng is looked for in more locations (though this package also includes a lookup first on Pyrus' folder layout, and also respects the PHP_PEAR_DATA_DIR environment variable's value, and fixes the error message when the file is not found in any location)
3
+
- Package dependencies include DOM (though this package includes it as an optional dependency, because it's only needed when getting definitions from an XML file; not when constructing them "manually; Also, the "xml" extension is not used, so it's not included here)
4
+
- Fixed comparrisons in PHP7
5
+
- Replaced static with private variables
6
+
* Made this package PSR-4 compatible, while preserving PSR-0 compatibility by moving MessageProvider_Default into it's own MessageProvider sub-namespace, and renaming the class itself to DefaultProvider to avoid it having a reserved word ("default") as its name.
<notes>* Added a composer.json, and this package to packagist.org.
49
-
* Fixed GitHub issue #2: columnWrap() in Default Renderer eats up lines with only a EOL.
50
-
* Fixed validation of XML definition files: The directory of the RNG schema was wrong.
51
-
* Fixed test suite errors, including namespace related ones and adding Travis-CI configuration.
52
-
* Removed PEAR2\Exception dependency - This package's exception directly inherits from the root Exception.
53
-
* CS fixes.
54
-
</notes>
48
+
<notes>* Brought fixes from PEAR_Console_CommandLine 1.2.2, namely
49
+
- xmlschema.rng is looked for in more locations (though this package also includes a lookup first on Pyrus' folder layout, and also respects the PHP_PEAR_DATA_DIR environment variable's value, and fixes the error message when the file is not found in any location)
50
+
- Package dependencies include DOM (though this package includes it as an optional dependency, because it's only needed when getting definitions from an XML file; not when constructing them "manually; Also, the "xml" extension is not used, so it's not included here)
51
+
- Fixed comparrisons in PHP7
52
+
- Replaced static with private variables
53
+
* Made this package PSR-4 compatible, while preserving PSR-0 compatibility by moving MessageProvider_Default into it's own MessageProvider sub-namespace, and renaming the class itself to DefaultProvider to avoid it having a reserved word ("default") as its name.
0 commit comments