Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
PK ! RR R Archive_Tar.xmlnu [
Archive_Tarpear.php.netTar file management classThis class provides handling of tar files in PHP.
It supports creating, listing, extracting and adding to tar files.
Gzip support is available if PHP has the zlib extension built-in or
loaded. Bz2 compression is also supported with the bz2 extension loaded.
Also Lzma2 compressed archives are supported with xz extension.Vincent Blavetvblavetvincent@phpconcept.netnoGreg Beavercelloggreg@chiaraquartet.netnoMichiel Rookmrookmrook@php.netnoDrew Webbermcdruiddrew@mcdruid.co.ukyesStig Bakkenssbstig@php.netno2025-07-191.6.01.6.0stablestableNew BSD License
This release drops support for PHP 5.4 and 5.5.
* PR #51: big file support
* PR #53: Fix return value of _writeBlock
* PR #58: Remove gzopen/gztell/gzseek shim
PEARpear.php.net1.8.01.10.105.6.01.10.01.6.01.6.0stablestable2025-07-19New BSD License
This release drops support for PHP 5.4 and 5.5.
* PR #51: big file support
* PR #53: Fix return value of _writeBlock
* PR #58: Remove gzopen/gztell/gzseek shim
1.5.01.5.0stablestable2024-03-16New BSD License
* PR #42: fix @return true... to @return bool true... on some functions
* PR #46: use 775 default for mkdirs, to avoid world-write
1.4.141.4.0stablestable2021-02-16New BSD License
* Properly fix symbolic link path traversal (CVE-2021-32610)
1.4.131.4.0stablestable2021-02-16New BSD License
* Fix Bug #27010: Relative symlinks failing (out-of path file extraction) [mrook]
1.4.121.4.0stablestable2021-01-18New BSD License
* Fix Bug #27008: Symlink out-of-path write vulnerability (CVE-2020-36193) [mrook]
1.4.111.4.0stablestable2020-11-19New BSD License
* Fix Bug #27002: Filename manipulation vulnerabilities (CVE-2020-28948 / CVE-2020-28949) [mrook]
1.4.101.4.0stablestable2020-09-15New BSD License
* Fix block padding when the file buffer length is a multiple of 512 and smaller than Archive_Tar buffer length
* Don't try to copy username/groupname in chroot jail
1.4.91.4.0stablestable2019-12-04New BSD License
* Implement Feature #23861: Add option to disallow symlinks [mrook]
1.4.81.4.0stablestable2019-10-21New BSD License
* Fix Bug #23852: PHP 7.4 - Archive_Tar->_readHeader throws deprecation [mrook]
1.4.71.4.0stablestable2019-04-08New BSD License
* Improved performance by increasing read buffer size
1.4.61.4.0stablestable2019-02-01New BSD License
* Improve path traversal detection for forward and backward slashes
1.4.51.4.0stablestable2019-01-02New BSD License
* Fix Bug #23788: Relative symlinks are broken [mrook]
1.4.41.4.0stablestable2018-12-20New BSD License
* Fix Bug #21058: Long symlinks are not supported [mrook]
* Fix Bug #23782: Prevent phar:// files from being extracted [mrook]
1.4.31.4.0stablestable2017-06-11New BSD License
* Fix Bug #21218: Cannot use result of built-in function in write context in PHP
7.2.0alpha1 [mrook]
1.4.21.4.0stablestable2016-02-25New BSD License
* Fix reading of archives with files > 8GB
* Performance optimizations
* Do not try to call require_once on PEAR.php if it has already been loaded by the autoloader
1.4.11.4.0stablestable2015-08-05New BSD License
* Update composer.json to use pear-core-minimal 1.10.0alpha2
1.4.01.4.0stablestable2015-07-20New BSD License
* Add support for PHP 7
* Drop support for PHP 4
* Add visibility declarations to methods and properties
1.3.161.3.1stablestable2015-04-14New BSD License
* Fix Bug #20514: invalid package.xml; not installable with pyrus [mrook]
1.3.151.3.1stablestable2015-03-05New BSD License
* Fixes composer.json parse error
1.3.141.3.1stablestable2015-02-26New BSD License
* Fix Bug #18505: Possible incorrect handling of file names in TAR [mrook]
1.3.131.3.1stablestable2014-09-02New BSD
License
* Fix Bug #20382: gzopen fix [mrook]
1.3.121.3.1stablestable2014-08-04New BSD
License
* Fix Bug #19964: Memory leaking in Archive_Tar [mrook]
* Fix Bug #20246: Broken with php 5.5.9 [mrook]
* Fix Bug #20275: "pax_global_header" looks like a regular file
* [mrook]
* Implement Feature #19827: pass filename to _addFile function - downstream
* patch [mrook]
* Implement Feature #20132: Add custom mode/uid/gid to addString() [mrook]
1.3.111.3.1stablestable2013-02-09New BSD
License
* Fix Bug #19746: Broken with PHP 5.5 [mrook]
* Implement Feature #11258: Custom date/time in files added on-the-fly
* [mrook]
1.3.101.3.1stablestable2012-04-10New BSD
License
* Fix Bug #13361: Unable to add() some files (ex. mp3) [mrook]
* Fix Bug #19330: Class creates incorrect (non-readable) tar.gz file
* [mrook]
1.3.91.3.1stablestable2012-02-27New BSD License
* Fix Bug #16759: No error thrown from missing PHP zlib functions [mrook]
* Fix Bug #18877: Incorrect handling of backslashes in filenames on Linux [mrook]
* Fix Bug #19085: Error while packaging [mrook]
* Fix Bug #19289: Invalid tar file generated [mrook]
1.3.81.3.1stablestable2011-10-14New BSD License
* Fix Bug #17853: Test failure: dirtraversal.phpt [mrook]
* Fix Bug #18512: dead links are not saved in tar file [mrook]
* Fix Bug #18702: Unpacks incorrectly on long file names using header prefix [mrook]
* Implement Feature #10145: Patch to return a Pear Error Object on failure [mrook]
* Implement Feature #17491: Option to preserve permissions [mrook]
* Implement Feature #17813: Prevent PHP notice when extracting corrupted archive [mrook]
1.3.71.3.1stablestable2010-04-26New BSD License
PEAR compatibility update
1.3.61.3.1stablestable2010-03-09New BSD License
* Fix Bug #16963: extractList can't extract zipped files from big tar [mrook]
* Implement Feature #4013: Ignoring files and directories on creating an archive. [mrook]
1.3.51.3.1stablestable2009-12-31New BSD License
* Fix Bug #16958: Update 'compatible' tag in package.xml [mrook]
1.3.41.3.1stablestable2009-12-30New BSD License
* Fix Bug #11871: wrong result of ::listContent() if filename begins or ends with space [mrook]
* Fix Bug #12462: invalid tar magic [mrook]
* Fix Bug #13918: Long filenames may get up to 511 0x00 bytes appended on read [mrook]
* Fix Bug #16202: Bogus modification times [mrook]
* Implement Feature #16212: Die is not exception [mrook]
1.3.31.3.1stablestable2009-03-27New BSD License
Change the license to New BSD license
minor bugfix release
* fix Bug #9921 compression with bzip2 fails [cellog]
* fix Bug #11594 _readLongHeader leaves 0 bytes in filename [jamessas]
* fix Bug #11769 Incorrect symlink handing [fajar99]
1.3.21.3.1stablestable2007-01-03PHP License
Correct Bug #4016
Remove duplicate remove error display with '@'
Correct Bug #3909 : Check existence of OS_WINDOWS constant
Correct Bug #5452 fix for "lone zero block" when untarring packages
Change filemode (from pear-core/Archive/Tar.php v.1.21)
Correct Bug #6486 Can not extract symlinks
Correct Bug #6933 Archive_Tar (Tar file management class) Directory traversal
Correct Bug #8114 Files added on-the-fly not storing date
Correct Bug #9352 Bug on _dirCheck function over nfs path
1.3.11.3.1stablestable2005-03-17PHP License
Correct Bug #3855
1.3.01.3.0stablestable2005-03-06PHP License
Bugs correction (2475, 2488, 2135, 2176)
1.21.2stablestable2004-05-08PHP License
Add support for other separator than the space char and bug
correction
1.11.1stablestable2003-05-28PHP License
* Add support for BZ2 compression
* Add support for add and extract without using temporary files : methods addString() and extractInString()
1.01.0stablestable2003-01-24PHP License
Change status to stable
0.10-b10.10-b1betabeta2003-01-08PHP License
Add support for long filenames (greater than 99 characters)
0.90.9stablestable2002-05-27PHP License
Auto-detect gzip'ed files
0.40.4stablestable2002-05-20PHP License
Windows bugfix: use forward slashes inside archives
0.20.2stablestable2002-02-18PHP License
From initial commit to stable
0.30.3stablestable2002-04-13PHP License
Windows bugfix: used wrong directory separators
PK ! +8 PEAR.xmlnu [
PEARpear.php.netPEAR Base SystemThe PEAR package contains:
* the PEAR installer, for creating, distributing
and installing packages
* the PEAR_Exception PHP5 error handling mechanism
* the PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS
where PHP is running on
* the System class for quick handling of common operations
with files and directories
* the PEAR base class
Features in a nutshell:
* full support for channels
* pre-download dependency validation
* new package.xml 2.0 format allows tremendous flexibility while maintaining BC
* support for optional dependency groups and limited support for sub-packaging
* robust dependency support
* full dependency validation on uninstall
* remote install for hosts with only ftp access - no more problems with
restricted host installation
* full support for mirroring
* support for bundling several packages into a single tarball
* support for static dependencies on a url-based package
* support for custom file roles and installation tasksGreg Beavercellogcellog@php.netnoPierre-Alain Joyepajoyepierre@php.netnoStig Bakkenssbstig@php.netnoTomas V.V.Coxcoxcox@idecnet.comnoHelgi Thormardufuzdufuz@php.netnoChristian Weiskecweiskecweiske@php.netnoChuck Burgessashnazgashnazg@php.netyesTias Gunstiastias@php.netnoTim Jacksontimjtimj@php.netnoBertrand Guggertogggtoggg@php.netnoMartin Jansenmjmj@php.netno2026-01-251.10.181.10.1stablestableNew BSD License
* PR #164: don't use report_memleaks with 8.5+
5.4.01.10.1Archive_Tarpear.php.net1.4.91.4.4Structures_Graphpear.php.net1.1.01.1.1Console_Getoptpear.php.net1.4.11.4.3XML_Utilpear.php.net1.4.01.4.5xmlpcrePEAR_Frontend_Webpear.php.net0.5.1PEAR_Frontend_Gtkpear.php.net0.4.0PEAR_Frontend_Gtk2pear.php.netwindows1.8.0alpha11.8.0alphastable2009-03-09New BSD License
* Implement Request #10373: if pref_state=stable and installed package=beta, allow up to latest beta version [dufuz]
* Implement Request #10581: login / logout should map to channel-login / channel-logout [dufuz]
* Implement Request #10825: Only display the "invalid or missing package file"-error if it makes sense [dufuz]
* Implement Request #11170: script to generate Command/[command].xml [dufuz]
* Implement Request #11176: improve channel ... has updated its protocols message [dufuz]
* Implement Request #12706: pear list -a hard to read [dufuz]
* Implement Request #11353: upgrade-all and upgrade commands to upgrade within the same stability level [dufuz]
* Implement Request #13015: Add https discovery for channel.xml [dufuz / initial patch by Martin Roos]
* Implement Request #13927: install-pear.php should have option to set www_dir [timj]
* Implement Request #14324: Make the pear install command behave similar to apt-get [dufuz]
* Implement Request #14325: make pear upgrade with no params behave like pear upgrade-all [dufuz]
- upgrade-all can be considered deprecated in favor of calling upgrade with no parameters to replicate
better what other package managers are doing. upgrade-all will still work as intended.
* Implement Request #14504: add a channel parameter support to the upgrade function [dufuz]
- Options -c ezc and --channel=ezc got added to upgrade and upgrade-all to allow for
channel specific upgrades
* Implement Request #14556: install-pear-nozlib.phar should get download_dir config and other options [cweiske]
* Implement Request #15566: Add doc.php.net as a default channel [dufuz / saltybeagle]
* Fix PHP Bug #43857: --program-suffix not always reflected everywhere [cellog]
* Fix PHP Bug #47323: strotime warnings in make install [dufuz]
* Fix Bug #13908: pear info command and maintainers inactive not mentioned [dufuz]
* Fix Bug #13926: install-pear.php does not set cfg_dir if -d option set with no -c option [timj]
* Fix Bug #13943: tests fail when php.exe path contains spaces [dufuz / jorrit]
* Fix Bug #13953: config-set/config-show with channel alias fail [cellog]
* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
* Fix Bug #14041: Unpredictable unit test processing sequence [dufuz]
* Fix Bug #14140: Strict warning not suppressed in the shutdown function [dufuz]
* Fix Bug #14210: pear list -ia brings warnings [dufuz]
* Fix Bug #14274: PEAR packager mangles package.xml encoding, then complains about it [dufuz]
* Fix Bug #14287: cannot upgrade from stable to beta via -beta when config is set to stable [dufuz]
* Fix Bug #14300: Package files themselves can not be served over https [dufuz / initial patch by Martin Roos]
* Fix Bug #14437: openbasedir warning when loading config [dufuz]
* Fix Bug #14558: PackageFile.php creates tmp directory outside configured temp_dir [cweiske]
* Fix Bug #14947: downloadHttp() is missing Host part of the HTTP Request when using Proxy [ifeghali]
* Fix Bug #14977: PEAR/Frontend.php doesn't require_once PEAR.php [dufuz]
* Fix Bug #15750: Unreachable code in PEAR_Downloader [dufuz]
* Fix Bug #15979: Package files incorrectly removed when splitting a package into multiple pkgs [dufuz]
* Fix Bug #15914: pear upgrade installs different version if desired version not found [dufuz]
NOTE!
Functions that have been deprecated for 3+ years in PEAR_Common, please take a moment
to migrate over to one of the alternatives that have ben provided:
* PEAR_Common->downloadHttp (use PEAR_Downloader->downloadHttp instead)
* PEAR_Common->infoFromTgzFile (use PEAR_PackageFile->fromTgzFile instead)
* PEAR_Common->infoFromDescriptionFile (use PEAR_PackageFile->fromPackageFile instead)
* PEAR_Common->infoFromString (use PEAR_PackageFile->fromXmlstring instead)
* PEAR_Common->infoFromArray (use PEAR_PackageFile->fromAnyFile instead)
* PEAR_Common->xmlFromInfo (use a PEAR_PackageFile_v* object's generator instead)
* PEAR_Common->validatePackageInfo (use the validation of PEAR_PackageFile objects)
* PEAR_Common->analyzeSourceCode (use a PEAR_PackageFile_v* object instead)
* PEAR_Common->detectDependencies (use PEAR_Downloader_Package->detectDependencies instead)
* PEAR_Common->buildProvidesArray (use PEAR_PackageFile_v1->_buildProvidesArray or
PEAR_PackageFile_v2_Validator->_buildProvidesArray)
PHP 4.4 and 5.1.6 are now the minimum PHP requirements, for brave souls
pear upgrade -f PEAR will allow people with lower versions
to upgrade to this release but no guarantees will be made that it will work properly.
Support for XML RPC channels has been dropped - The only ones that used it
(pear.php.net and pecl.php.net) have used the REST interface for years now.
SOAP support also removed as it was only proof of concept.
Move codebase from the PHP License to New BSD 2 clause license
2009-03-271.8.0RC11.8.0betastableNew BSD License
* Fix Bug #14331: pear cvstag only works from inside the package directory [dufuz]
* Fix Bug #16045: E_Notice: Undefined index: channel in PEAR/DependencyDB.php [dufuz]
* Implemented Request #11230: better error message when mirror not in channel.xml file [dufuz]
* Implemented Request #13150: Add support for following HTTP 302 redirects [dufuz]
2009-04-101.8.01.8.0stablestableNew BSD License
Changes since RC1:
* Fix Bug #14792: Bad md5sum for files with replaced content [dufuz]
* Fix Bug #16057:-r is limited to 4 directories in depth [dufuz]
* Fix Bug #16077: PEAR5::getStaticProperty does not return a reference to the property [dufuz]
Remove custom XML_Util class in favor of using upstream XML_Util package as dependency
RC1 Release Notes:
* Fix Bug #14331: pear cvstag only works from inside the package directory [dufuz]
* Fix Bug #16045: E_Notice: Undefined index: channel in PEAR/DependencyDB.php [dufuz]
* Implemented Request #11230: better error message when mirror not in channel.xml file [dufuz]
* Implemented Request #13150: Add support for following HTTP 302 redirects [dufuz]
Alpha1 Release Notes:
* Implement Request #10373: if pref_state=stable and installed package=beta, allow up to latest beta version [dufuz]
* Implement Request #10581: login / logout should map to channel-login / channel-logout [dufuz]
* Implement Request #10825: Only display the "invalid or missing package file"-error if it makes sense [dufuz]
* Implement Request #11170: script to generate Command/[command].xml [dufuz]
* Implement Request #11176: improve channel ... has updated its protocols message [dufuz]
* Implement Request #12706: pear list -a hard to read [dufuz]
* Implement Request #11353: upgrade-all and upgrade commands to upgrade within the same stability level [dufuz]
* Implement Request #13015: Add https discovery for channel.xml [dufuz / initial patch by Martin Roos]
* Implement Request #13927: install-pear.php should have option to set www_dir [timj]
* Implement Request #14324: Make the pear install command behave similar to apt-get [dufuz]
* Implement Request #14325: make pear upgrade with no params behave like pear upgrade-all [dufuz]
- upgrade-all can be considered deprecated in favor of calling upgrade with no parameters to replicate
better what other package managers are doing. upgrade-all will still work as intended.
* Implement Request #14504: add a channel parameter support to the upgrade function [dufuz]
- Options -c ezc and --channel=ezc got added to upgrade and upgrade-all to allow for
channel specific upgrades
* Implement Request #14556: install-pear-nozlib.phar should get download_dir config and other options [cweiske]
* Implement Request #15566: Add doc.php.net as a default channel [dufuz / saltybeagle]
* Fix PHP Bug #43857: --program-suffix not always reflected everywhere [cellog]
* Fix PHP Bug #47323: strotime warnings in make install [dufuz]
* Fix Bug #13908: pear info command and maintainers inactive not mentioned [dufuz]
* Fix Bug #13926: install-pear.php does not set cfg_dir if -d option set with no -c option [timj]
* Fix Bug #13943: tests fail when php.exe path contains spaces [dufuz / jorrit]
* Fix Bug #13953: config-set/config-show with channel alias fail [cellog]
* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
* Fix Bug #14041: Unpredictable unit test processing sequence [dufuz]
* Fix Bug #14140: Strict warning not suppressed in the shutdown function [dufuz]
* Fix Bug #14210: pear list -ia brings warnings [dufuz]
* Fix Bug #14274: PEAR packager mangles package.xml encoding, then complains about it [dufuz]
* Fix Bug #14287: cannot upgrade from stable to beta via -beta when config is set to stable [dufuz]
* Fix Bug #14300: Package files themselves can not be served over https [dufuz / initial patch by Martin Roos]
* Fix Bug #14437: openbasedir warning when loading config [dufuz]
* Fix Bug #14558: PackageFile.php creates tmp directory outside configured temp_dir [cweiske]
* Fix Bug #14947: downloadHttp() is missing Host part of the HTTP Request when using Proxy [ifeghali]
* Fix Bug #14977: PEAR/Frontend.php doesn't require_once PEAR.php [dufuz]
* Fix Bug #15750: Unreachable code in PEAR_Downloader [dufuz]
* Fix Bug #15979: Package files incorrectly removed when splitting a package into multiple pkgs [dufuz]
* Fix Bug #15914: pear upgrade installs different version if desired version not found [dufuz]
NOTE!
Functions that have been deprecated for 3+ years in PEAR_Common, please take a moment
to migrate over to one of the alternatives that have ben provided:
* PEAR_Common->downloadHttp (use PEAR_Downloader->downloadHttp instead)
* PEAR_Common->infoFromTgzFile (use PEAR_PackageFile->fromTgzFile instead)
* PEAR_Common->infoFromDescriptionFile (use PEAR_PackageFile->fromPackageFile instead)
* PEAR_Common->infoFromString (use PEAR_PackageFile->fromXmlstring instead)
* PEAR_Common->infoFromArray (use PEAR_PackageFile->fromAnyFile instead)
* PEAR_Common->xmlFromInfo (use a PEAR_PackageFile_v* object's generator instead)
* PEAR_Common->validatePackageInfo (use the validation of PEAR_PackageFile objects)
* PEAR_Common->analyzeSourceCode (use a PEAR_PackageFile_v* object instead)
* PEAR_Common->detectDependencies (use PEAR_Downloader_Package->detectDependencies instead)
* PEAR_Common->buildProvidesArray (use PEAR_PackageFile_v1->_buildProvidesArray or
PEAR_PackageFile_v2_Validator->_buildProvidesArray)
PHP 4.4 and 5.1.6 are now the minimum PHP requirements, for brave souls
pear upgrade -f PEAR will allow people with lower versions
to upgrade to this release but no guarantees will be made that it will work properly.
Support for XML RPC channels has been dropped - The only ones that used it
(pear.php.net and pecl.php.net) have used the REST interface for years now.
SOAP support also removed as it was only proof of concept.
Move codebase from the PHP License to New BSD 2 clause license
2009-04-151.8.11.8.1stablestableNew BSD License
* Fix Bug #16099 PEAR crash on PHP4 (parse error) [dufuz]
2009-08-181.9.0RC11.9.0RC1betastableNew BSD License
* Implement Request #16213: add alias to list-channels output [dufuz]
* Implement Request #16378: pear svntag [dufuz]
* Implement Request #16386: PEAR_Config::remove() does not support specifying a channel [timj]
* Implement Request #16396: package-dependencies should allow package names [dufuz]
* Fix Bug #11181: pear requests channel.xml from main server instead from mirror [dufuz]
* Fix Bug #14493: pear install --offline doesn't print out errors [dufuz]
* Fix Bug #11348: pear package-dependencies isn't well explained [dufuz]
* Fix Bug #16108: PEAR_PackageFile_Generator_v2 PHP4 parse error when running upgrade-all [dufuz]
* Fix Bug #16113: Installing certain packages fails due incorrect encoding handling [dufuz]
* Fix Bug #16122: PEAR RunTest failed to run as expected [dufuz]
* Fix Bug #16366: compiling 5.2.10 leads to non-functioning pear [dufuz]
* Fix Bug #16387: channel-logout does not support logging out from a non-default channel [timj]
* Fix Bug #16444: Setting preferred mirror fails [dufuz]
* Fix the shutdown functions where a index might not exist and thus raise a notice [derick]
2009-08-201.9.0RC21.9.0RC2betastableNew BSD License
* REST 1.4 file was occasionally being included but REST 1.4 is not intended for this release cycle [dufuz]
2009-08-211.9.0RC31.9.0RC3betastableNew BSD License
* Improved svntag support to handle packages like PEAR it self [dufuz]
2009-08-231.9.0RC41.9.0RC4betastableNew BSD License
* Fixed a problem where the original channel could not be set as a preferred_mirror again [dufuz]
* Make sure channel aliases can't be made to start with - [dufuz]
* Output issues with pear search [dufuz]
* Fixed couple of stray notices [dufuz]
2009-09-031.9.01.9.0stablestableNew BSD License
* Fix Bug #16547: The phar for PEAR installer uses ereg() which is deprecated [dufuz]
2010-05-261.9.11.9.1stablestableNew BSD License
* svntag improvements, tag package files passed into the command and better directory checks [dufuz]
* rely on Structures_Graph minimum version instead of recommended version [saltybeagle]
* Fix Bug #12613: running go-pear.phar from C:\ fails [dufuz]
* Fix Bug #14841: Installing pear into directory with space fails [dufuz]
* Fix Bug #16644: pear.bat returns syntax error when parenthesis are in install path. [dufuz] [patch by bwaters (Bryan Waters)]
* Fix Bug #16767: Use of Depreciated HTML Attributes in the Exception class [dufuz] [patch by fuhrysteve (Stephen J. Fuhry)]
* Fix Bug #16864: "pear list-upgrades -i" issues E_WARNINGS [dufuz] [patch by rquadling (Richard Quadling)]
* Fix Bug #17220: command `pear help` outputs to stderr instead of stdout [dufuz]
* Fix Bug #17234: channel-discover adds port to HTTP Host header [dufuz]
* Fix Bug #17292: Code Coverage in PEAR_RunTest does not work with namespaces [sebastian]
* Fix Bug #17359: loadExtension() fails over missing dl() when used in multithread env [dufuz]
* Fix Bug #17378: pear info $package fails if directory with that name exists [dufuz]
2011-02-281.9.21.9.2stablestableNew BSD License
Important! This is a security fix release. The advisory can be found at
http://pear.php.net/advisory-20110228.txt
Bugs:
* Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
* Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
* Fixed Bug #17781: invalid argument warning on foreach due to an empty optional dependencie [dufuz]
* Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by David Jean Louis (izi)]
* Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
* Fixed Bug #17986: PEAR Installer cannot handle files moved between packages [dufuz]
* Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
* Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
* Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
* Fixed Bug #18218: "pear package" does not allow the use of late static binding [dufuz and Christer Edvartsen]
* Fixed Bug #18238: Wrong return code from "pear help" [till]
* Fixed Bug #18308: Broken error message about missing channel validator [yunosh]
This feature is implemented as a result of #18056
* Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
2011-06-041.9.31.9.2stablestableNew BSD License
* Fixed Bug #17744: Empty changelog causes fatal error in setChangelogentry [dufuz]
* Fixed Bug #18340: raiseErro typo [doconnor]
* Fixed Bug #18349: package.xml version not recognized when single quoted [dufuz]
* Fixed Bug #18364: date.timezone errors for sh/bat files when TZ is not set in php.ini [dufuz]
* Fixed Bug #18388: Parentheses error in REST.php line 232 [dufuz]
* Fixed Bug #18428: invalid preg_match patterns [glen]
* Fixed Bug #18486: REST/10.php does not check error condition [dufuz]
* Fixed a problem in RunTest and code coverage. Correctly register the
code coverage shutdown function in case we are inside a namespace. [sebastian]
* Fixed a bug with extensions not providing their config.m4 and co in the root directory of
their pecl package but rather in a sub directory, such as xhprof. [dufuz]
2011-07-061.9.41.9.4stablestableNew BSD License
Bug Fixes:
* Bug #17350: "pear install --force" doesn't uninstall files from previous pkg versions [dufuz]
* Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality [dufuz]
* Bug #18440: bad tmp folder path on install : Unable to create path for C:/Program/tmp [dufuz]
* Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz]
* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
Features
* All System (the class) functions can now take in spaced paths as long as they are surrounded in quotes.
Prior to this it was possible to do that by passing all values in as an array (by product of #18362, #18440) [dufuz]
2014-06-271.9.5dev11.9.5develdevelNew BSD License
Bug fixes:
* Fix bug #18343: Entities in file names decoded during packaging [cweiske]
* Fix bug #18665: pecl extensions not enabled in empty php.ini files [Louis Opter]
* Fix bug #18834: Do not truncate cache file if it is a symlink [avb]
* Fix bug #18892: Parse error in Installer.php [ashnazg]
* Fix bug #19482: fix pearcmd for include paths with trailing backslash [cweiske]
* Fix bug #19793: PHP Notice about ob_end_clean() [cweiske]
* Fix bug #20086: Invalid regexp in PEAR_Builder::build() [avb]
* Fix bug #20203: split content-type and get real mime type [Samu Voutilainen]
* Fix bug #20283: use full path for "zend_extension=..." [cweiske]
* Fix bug #20284: Reset interpreter before running --CLEAN-- section php-cgi run [Mats Lindh]
* Fix bug #20285: fix spelling mistakes [Veres Lajos]
* Fix bug #20286: Support access of static variables on objects in validator [cweiske]
* Fix bug #20321: Correctly detect name of current user during installation [cweiske]
* Fix bug: let pear run-tests fail when there are failed tests [cweiske]
* Prepare a test for bug #18056 / bug #18834 [avb]
2014-07-121.9.51.9.5stablestableNew BSD License
No changes since 1.9.5.dev1.
Bug fixes in 1.9.5.dev1:
* Fix bug #18343: Entities in file names decoded during packaging [cweiske]
* Fix bug #18665: pecl extensions not enabled in empty php.ini files [Louis Opter]
* Fix bug #18834: Do not truncate cache file if it is a symlink [avb]
* Fix bug #18892: Parse error in Installer.php [ashnazg]
* Fix bug #19482: fix pearcmd for include paths with trailing backslash [cweiske]
* Fix bug #19793: PHP Notice about ob_end_clean() [cweiske]
* Fix bug #20086: Invalid regexp in PEAR_Builder::build() [avb]
* Fix bug #20203: split content-type and get real mime type [Samu Voutilainen]
* Fix bug #20283: use full path for "zend_extension=..." [cweiske]
* Fix bug #20284: Reset interpreter before running --CLEAN-- section php-cgi run [Mats Lindh]
* Fix bug #20285: fix spelling mistakes [Veres Lajos]
* Fix bug #20286: Support access of static variables on objects in validator [cweiske]
* Fix bug #20321: Correctly detect name of current user during installation [cweiske]
* Fix bug: let pear run-tests fail when there are failed tests [cweiske]
* Prepare a test for bug #18056 / bug #18834 [avb]
2015-07-251.10.0dev11.10.0develdevelNew BSD License
* Implement #20488: Add support for PHP 7 [cweiske]
* Drop support for PHP 4 and 5.0 - 5.3 [cweiske]
* Remove deprecated methods [cweiske]
* Fix static warnings [cweiske]
* Fix #17045: avoid overwriting include path [glen]
* Fix #17399: "pear help" doesn't mention the "version" command [kguest]
* Add --showdiff to "pear run-tests" to print diff for failed tests [tyrael]
* Fix channel.xml downloading from https if it did not change [cweiske]
2015-07-311.10.0dev21.10.0develdevelNew BSD License
* Fix #18638 and #18405: Make PEAR::loadExtension static [cweiske]
* Fix #20319: allow pear to work when cache_dir is not writable [remicollet]
* Implement #20333: New role=man for man pages [bjori]
* Implement #20334: add "metadata_dir" configuration option [remicollet]
* Add long option names to install-pear.php [remicollet]
2015-09-281.10.0dev31.10.0develdevelNew BSD License
* Fix #20507: pear list-upgrades does not take PHP version into account [cweiske]
* Fix #20927: Use correct php-config [cweiske]
* Fix #20946: PEAR_Builder::log() declaration [remicollet]
* Remove PEAR/ErrorStack5.php [cweiske]
2015-10-071.10.01.10.0stablestableNew BSD License
No changes since version 1.10.0dev3.
Changes since version 1.9.5:
* Implement #20488: Add support for PHP 7 [cweiske]
* Drop support for PHP 4 and 5.0 - 5.3 [cweiske]
* Remove deprecated methods [cweiske]
* Add --showdiff to "pear run-tests" to print diff for failed tests [tyrael]
* Implement #20333: New role=man for man pages [bjori]
* Implement #20334: add "metadata_dir" configuration option [remicollet]
* Add long option names to install-pear.php [remicollet]
* Remove PEAR/ErrorStack5.php [cweiske]
* Fix #17045: avoid overwriting include path [glen]
* Fix #17399: "pear help" doesn't mention the "version" command [kguest]
* Fix #18638 and #18405: Make PEAR::loadExtension static [cweiske]
* Fix #20319: allow pear to work when cache_dir is not writable [remicollet]
* Fix #20507: pear list-upgrades does not take PHP version into account [cweiske]
* Fix #20927: Use correct php-config [cweiske]
* Fix #20946: PEAR_Builder::log() declaration [remicollet]
* Fix channel.xml downloading from https if it did not change [cweiske]
* Fix static warnings [cweiske]
2015-10-171.10.11.10.1stablestableNew BSD License
* Fix bug #20959: Crash on channel discovery with channel.xml redirect [cweiske]
* Fix bug #20968: Incorrect call to __construct() from PEAR() [edlman]
* Add legacy constructor for PEAR_Error for backwards compatibility [cweiske]
2017-02-281.10.21.10.1stablestableNew BSD License
* Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna]
* Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest]
* Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest]
* Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc]
* Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu]
* Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0]
* Pull Request #58: Make method signatures compatible. [yunosh]
2017-02-281.10.31.10.1stablestableNew BSD License
* Bug #21188: Class 'PEAR_Proxy' not found
2017-04-251.10.41.10.1stablestableNew BSD License
* Bug #18102: pear install does not fail on error
2017-06-271.10.51.10.1stablestableNew BSD License
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
2018-08-221.10.61.10.1stablestableNew BSD License
* PR #70: Fix notice undefined variable metadata_dir
* PR #71: fix Warning: count(): Parameter must be an array or an object
* PR #74: Bug #23744 Remove is_executable check
* Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
* PR #75: Migrate old while(list() = each()) constructs to foreach
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
* PR #77: proxy server auth
* PR #72: Correctly authenticate at proxy server
* PR #78: array or Countable error in 7.2
2018-12-051.10.71.10.1stablestableNew BSD License
* PR #79: Prevent Unable to find the wrapper "channel" Warning
* PR #80: fix Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
* PR #81: Add flags to PECL shell script for shared extensions
2019-02-071.10.81.10.1stablestableNew BSD License
* PR #83: Drop track_errors from options
* PR #84: Fix PHP 8 compatibility issues
2019-03-131.10.91.10.1stablestableNew BSD License
* PR #85: Fixes static calls for PHP 8
* PR #86: Adjust silencing check for PHP 8
* PR #87: Comparison fixes
* PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug #75852)
2019-11-191.10.101.10.1stablestableNew BSD License
* PR #89: Fix scripts/* include paths
* PR #90: Non-interactive configureoption answers
* PR #91: Added missing preg quote
* PR #92: handle "lib64" case for glibc detection
* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4
* PR #94: Updated logic in useLocalCache to reuse getCacheId
* PR #95: Fix manpage warning
* PR #96: Implement the SOURCE_DATE_EPOCH specification
* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #98: Fix use of null/false as array
* PR #99: Fix Travis builds on PHP 5.4 and 5.5
* PR #100: Honor PHP temp directory config
* PR #101: Fix documentation: the `--force` is required
2020-04-101.10.111.10.1stablestableNew BSD License
* PR #102: Fix logging error for urls not in cache
* PR #103: Fix undefined constant name
* PR #105: Sort list of packages
* PR #106: Update REST.php
* PR #107: Update .travis.yml to include PHP 7.4
* PR #108: Remove unneeded code
2020-04-191.10.121.10.1stablestableNew BSD License
* adjust dependencies based on new releases
2021-08-101.10.131.10.1stablestableNew BSD License
* PR #114: unsupported protocol - use --force to continue
* PR #117: Add $this operator to _determineIfPowerpc calls
2023-11-261.10.141.10.1stablestableNew BSD License
* PR #112: Put glue and pieces parameters to implode in correct order for PHP 7.4+
* PR #121: Fix PHP bug 81653: Typo in install-pear-nozlib.phar
* PR #122: add %S EXPECTF capability
* PR #124: Fix: Creation of dynamic property PEAR_Error::$callback is deprecated
* PR #125: Fixed extension loaded check for pecl binaries
* PR #126: Remove -n option from pecl.bat for shared extensions
* PR #127: fix Using ${var} in strings is deprecated
* PR #128: fix lingering license references to PHP license
* PR #129: Exclude tests from composer classmap
* PR #131: fix private lastError name
2024-03-091.10.151.10.1stablestableNew BSD License
* PR #132: cleanup uneeded test
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
2024-11-241.10.161.10.1stablestableNew BSD License
* PR #141: Fix bug #27796: "Array to string" conversion warnings on installs/other actions
* PR #145: Never reference E_STRICT on PHP 8.4+
* PR #147: Fix tests 8.1+
2025-12-141.10.171.10.1stablestableNew BSD License
* PR #152: Fix HTTP chunked encoding handling
* PR #153: fix composer.json: typo in replace for pear_exception package
* PR #154: switch to https by default
* PR #156: Throw new Error instead of E_USER_ERROR on PHP 7.0+
* PR #159: update tests for https-first behavior
2026-01-251.10.181.10.1stablestableNew BSD License
* PR #164: don't use report_memleaks with 8.5+
PK ! #yb b Structures_Graph.xmlnu [
Structures_Graphpear.php.netGraph datastructure manipulation libraryStructures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed
and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing
as well as for characteristic extraction from the graph topology.Sérgio Carvalhosergiosgcsergio.carvalho@portugalmail.comyesBrett Biebersaltybeaglebrett.bieber@gmail.comyes2024-06-021.2.01.2.0stablestableLGPL-3.0+
* update composer info (adds PHP/PEAR deps)
* update phpunit tests
* composer shows wrong license
PEARpear.php.net1.5.0RC31.9.15.3.01.4.31.0.21.0.0stablestable2007-01-07LGPL
- Bug #9682 only variables can be returned by reference
- fix Bug #9661 notice in Structures_Graph_Manipulator_Topological::sort()
1.0.31.0.3stablestable2009-10-11LGPL License
Bugfix Release:
Version 1.0.3 is functionally equivalent to 1.0.2 but with an updated package.xml file.
* Correct invalid md5 sum preventing installation with pyrus [saltybeagle]
* Add compatible tag for PEAR 1.5.0RC3-1.9.0 [saltybeagle]
* Update package.xml
1.0.41.0.3stablestable2010-10-25LGPL License
Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]
1.1.01.1.0stablestable2015-02-26LGPL-3.0+
* Set minimum PHP version to 5.3
* Fix bug #19367: Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+
1.1.11.1.0stablestable2015-07-20LGPL-3.0+
* Fix deprecated constructor warning on PHP 7 [cweiske]
1.2.01.2.0stablestable2024-06-02LGPL-3.0+
* update composer info (adds PHP/PEAR deps)
* update phpunit tests
* composer shows wrong license
PK ! 7pK K XML_Util.xmlnu [
XML_Utilpear.php.netXML utility classSelection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.Chuck Burgessashnazgashnazg@php.netyesStephan Schmidtschstschst@php-tools.netnoDavey Shafikdaveydavey@php.netno2020-04-191.4.51.4.0stablestableBSD License
* PR #12: fix Trying to access array offset on value of type int
5.4.01.9.0pcre0.10.1stablestable2003-08-01PHP License
inital release
0.1.10.1.1stablestable2003-08-02PHP License
bugfix: removed bug in createTagFromArray
0.20.2stablestable2003-08-12PHP License
added XML_Util::getDocTypeDeclaration()
0.2.10.2.1stablestable2003-09-05PHP License
fixed bug with zero as tag content in createTagFromArray and createTag
0.30.3stablestable2003-09-12PHP License
added createStartElement() and createEndElement()
0.40.4stablestable2003-09-21PHP License
added createCDataSection(),
added support for CData sections in createTag* methods,
fixed bug #23,
fixed bug in splitQualifiedName()
0.50.5stablestable2003-09-23PHP License
added support for multiline attributes in attributesToString(), createTag*() and createStartElement (requested by Yavor Shahpasov for XML_Serializer),
added createComment
0.5.10.5.1stablestable2003-09-26PHP License
added default namespace parameter (optional) in splitQualifiedName() (requested by Sebastian Bergmann)
0.5.20.5.2stablestable2003-11-22PHP License
now creates XHTML compliant empty tags (Davey),
minor whitespace fixes (Davey)
0.6.0beta10.6.0beta1betabeta2004-05-24PHP License
- Fixed bug 1438 (namespaces not accepted for isValidName()) (thanks to davey)
- added optional parameter to replaceEntities() to define the set of entities to replace
- added optional parameter to attributesToString() to define, whether entities should be replaced (requested by Sebastian Bergmann)
- allowed second parameter to XML_Util::attributesToString() to be an array containing options (easier to use, if you only need to set the last parameter)
- introduced XML_Util::raiseError() to avoid the necessity of including PEAR.php, will only be included on error
0.6.00.6.0stablestable2004-06-07PHP License
- Fixed bug 1438 (namespaces not accepted for isValidName()) (thanks to davey)
- added optional parameter to replaceEntities() to define the set of entities to replace
- added optional parameter to attributesToString() to define, whether entities should be replaced (requested by Sebastian Bergmann)
- allowed second parameter to XML_Util::attributesToString() to be an array containing options (easier to use, if you only need to set the last parameter)
- introduced XML_Util::raiseError() to avoid the necessity of including PEAR.php, will only be included on error
0.6.10.6.1stablestable2004-10-28PHP License
- Added check for tag name (either as local part or qualified name) in createTagFromArray() (bug #1083)
1.0.01.0.0stablestable2004-10-28PHP License
- Added reverseEntities() (request #2639)
1.1.01.1.0stablestable2004-11-19PHP License
- Added collapseEmptyTags (patch by Sebastian Bergmann and Thomas Duffey)
1.1.11.1.1stablestable2004-12-23PHP License
- fixed bug in replaceEntities() and reverseEntities() in conjunction with XML_UTIL_ENTITIES_HTML
- createTag() and createTagFromArray() now accept XML_UTIL_ENTITIES_XML, XML_UTIL_ENTITIES_XML_REQUIRED, XML_UTIL_ENTITIES_HTML, XML_UTIL_ENTITIES_NONE and XML_UTIL_CDATA_SECTION as $replaceEntities parameter
1.1.21.1.2stablestable2006-12-01PHP License
- fixed bug #5419: isValidName() now checks for character classes
- implemented request #8196: added optional parameter to influence array sorting to createTag() createTagFromArray() and createStartElement()
1.1.41.1.4stablestable2006-12-16PHP License
- Fixed bug #9561: Not allowing underscores in middle of tags
1.2.0a11.2.0alphaalpha2008-05-04BSD License
Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|ja.doma]
1.2.0a21.2.0alphaalpha2008-05-22BSD License
Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)
1.2.0RC11.2.0betabeta2008-07-12BSD License
Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)
1.2.01.2.0stablestable2008-07-26BSD License
Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)
1.2.11.2.0stablestable2011-12-31BSD License
Fixed Bug #14760: Bug in getDocTypeDeclaration() [ashnazg|fpospisil]
1.2.21.2.0stablestable2014-06-07BSD License
QA release
Bug #18343 Entities in file names decoded during packaging
Bug #19174 upgrade PHPUnit require statements & other fixes (for PEAR QA Team)
Request #19750 examples/example.php encoding
1.2.31.2.0stablestable2014-06-07BSD License
Bug #20293 Broken installation for 1.2.2
1.3.01.3.0stablestable2015-02-27BSD License
* Set minimum PHP version to 5.3.0
* Mark static methods with static keyword
1.4.01.4.0stablestable2017-02-03BSD License
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
* Adds a new XML_UTIL_COLLAPSE_NONE option
for preventing empty tag collapsing.
* Request #15467 CDATA sections and blank nodes
1.4.11.4.0stablestable2017-02-07BSD License
* Bug #21177 XML_Util::collapseEmptyTags() can return NULL
1.4.21.4.0stablestable2017-02-22BSD License
* Bug #21184 Collapse issue
1.4.31.4.0stablestable2017-06-28BSD License
* Decrease minimum PEAR version to 1.9.0 to allow PEAR upgrades
1.4.41.4.0stablestable2019-12-05BSD License
* PR #11: fix phplint warning
1.4.51.4.0stablestable2020-04-19BSD License
* PR #12: fix Trying to access array offset on value of type int
PK ! W^ Console_Getopt.xmlnu [
Console_Getoptpear.php.netCommand-line option parserThis is a PHP implementation of "getopt" supporting both
short and long options.Andrei Zmievskiandreiandrei@php.netnoStig Bakkenssbstig@php.netnoGreg Beavercellogcellog@php.netno2019-11-201.4.31.4.0stablestableBSD-2-Clause
* PR #4: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #5: fix phplint warnings
PEARpear.php.net1.4.01.999.9995.4.01.8.02019-11-201.4.31.4.0stablestableBSD-2-Clause
* PR #4: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #5: fix phplint warnings
2019-02-061.4.21.4.0stablestableBSD-2-Clause
* Remove use of each(), which is removed in PHP 8
2015-07-201.4.11.4.0stablestableBSD-2-Clause
* Fix unit test on PHP 7 [cweiske]
2015-02-221.4.01.4.0stablestableBSD-2-Clause
* Change license to BSD-2-Clause
* Set minimum PHP version to 5.4.0
* Mark static methods with "static" keyword
2011-03-071.3.11.3.0stablestablePHP License
* Change the minimum PEAR installer dep to be lower
2010-12-111.3.01.3.0stablestablePHP License
* Implement Request #13140: [PATCH] to skip unknown parameters. [patch by rquadling, improved on by dufuz]
2007-06-121.2.31.2.1stablestablePHP License
* fix Bug #11068: No way to read plain "-" option [cardoe]
1.2.21.2.1stablestable2007-02-17PHP License
* fix Bug #4475: An ambiguous error occurred when specifying similar longoption name.
* fix Bug #10055: Not failing properly on short options missing required values
1.2.11.2.1stablestable2006-12-08PHP License
Fixed bugs #4448 (Long parameter values truncated with longoption parameter) and #7444 (Trailing spaces after php closing tag)
1.21.2stablestable2003-12-11PHP License
Fix to preserve BC with 1.0 and allow correct behaviour for new users
1.01.0stablestable2002-09-13PHP License
Stable release
0.110.11betabeta2002-05-26PHP License
POSIX getopt compatibility fix: treat first element of args
array as command name
0.100.10betabeta2002-05-12PHP License
Packaging fix
0.90.9betabeta2002-05-12PHP License
Initial release
PK ! a
alt-php80-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2022-09-160.18.00.18.0betabetaBSD style
- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
7.0.01.4.0b1vld
PK ! a
alt-php84-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2022-09-160.18.00.18.0betabetaBSD style
- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
7.0.01.4.0b1vld
PK ! a
alt-php83-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2022-09-160.18.00.18.0betabetaBSD style
- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
7.0.01.4.0b1vld
PK ! a
alt-php82-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2022-09-160.18.00.18.0betabetaBSD style
- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
7.0.01.4.0b1vld
PK ! J?jf
f
alt-php73-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2021-01-110.17.10.17.1betabetaBSD style
- Added support for PHP 8.0.
7.0.01.4.0b1vld
PK ! J?jf
f
alt-php74-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2021-01-110.17.10.17.1betabetaBSD style
- Added support for PHP 8.0.
7.0.01.4.0b1vld
PK ! a
alt-php85-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2022-09-160.18.00.18.0betabetaBSD style
- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
7.0.01.4.0b1vld
PK ! J?jf
f
alt-php71-vld.xmlnu [
vldpecl.php.netProvides functionality to dump the internal representation of PHP scriptsThe Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.Derick Rethansderickderick@xdebug.orgyes2021-01-110.17.10.17.1betabetaBSD style
- Added support for PHP 8.0.
7.0.01.4.0b1vld
PK ! RR R Archive_Tar.xmlnu [ PK ! +8 1S PEAR.xmlnu [ PK ! #yb b H Structures_Graph.xmlnu [ PK ! 7pK K ^ XML_Util.xmlnu [ PK ! W^ Console_Getopt.xmlnu [ PK ! a
r alt-php80-vld.xmlnu [ PK ! a
f alt-php84-vld.xmlnu [ PK ! a
Z alt-php83-vld.xmlnu [ PK ! a
N alt-php82-vld.xmlnu [ PK ! J?jf
f
B alt-php73-vld.xmlnu [ PK ! J?jf
f
alt-php74-vld.xmlnu [ PK ! a
alt-php85-vld.xmlnu [ PK ! J?jf
f
alt-php71-vld.xmlnu [ PK
+