Projects STRLCPY hiphp Commits fe74af6a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG
     1 +## 0.2.22 [20-08-2022]
     2 + - Update some info on pypi.
     3 + - Fix "setup.py" windows os.
     4 + - Bug fixes & performance improvements.
     5 +
    1 6  ## 0.2.21 [18-08-2022]
    2 7   - Add "--update" command.
    3 8   - Add "--phpinfo" command.
    skipped 103 lines
  • ■ ■ ■ ■ ■
    README.md
    skipped 244 lines
    245 245  <h2>Changelog History:</h2>
    246 246   
    247 247  ```
     248 +## 0.2.22 [20-08-2022]
     249 + - Update some info on pypi.
     250 + - Fix "setup.py" windows os.
     251 + - Bug fixes & performance improvements.
     252 + 
    248 253  ## 0.2.21 [18-08-2022]
    249 254   - Add "--update" command.
    250 255   - Add "--phpinfo" command.
    skipped 117 lines
  • ■ ■ ■ ■
    hiphp/hiphpversion.py
    skipped 11 lines
    12 12  # | |
    13 13   
    14 14  #START{
    15  -__version__="0.2.21"
     15 +__version__="0.2.22"
    16 16  #}END.
  • install/hiphp.png
  • ■ ■ ■ ■ ■
    requirements.txt
    1 1  ashar
     2 +requests
     3 +#readline
    2 4  hexor
    3 5  asciitext
    4 6  biglibrary
    5  -requests
  • screenshot/screenshot0.png
  • screenshot/screenshot2.png
  • scripts/hiphp_desktop/screenshot/screenshot.png
  • scripts/hiphp_desktop/screenshot/screenshot1.png
  • scripts/hiphp_desktop/src/hiphp_logo.png
  • scripts/hiphp_ftp/screenshot/screenshot.png
  • ■ ■ ■ ■ ■
    tests/examples.py
    skipped 39 lines
    40 40  # Command line interface:
    41 41  p1.cli()
    42 42  #}END.
    43  - 
  • ■ ■ ■ ■ ■
    tests/phpinfo.php
    skipped 13 lines
    14 14   phpinfo();
    15 15   #}END.
    16 16  ?>
    17  - 
  • ■ ■ ■ ■ ■
    version.txt
    1  -0.2.21
    2  - 
     1 +0.2.22
Please wait...
Page is in error, reload to recover