Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: perevoznyk/php4delphi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: devlephant/php4delphi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.

Commits on Mar 4, 2019

  1. PHP 5.6 Update

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    7e44338 View commit details
  2. Compatibility update

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    3dd739f View commit details
  3. Small fixes

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    57f4d63 View commit details
  4. Packages listing

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    d955ac1 View commit details
  5. Moved to 'Packages' dir

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    c49448b View commit details
  6. Moved source to separated folder

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    d3d38b9 View commit details
  7. Moved

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    59885e2 View commit details
  8. Converted help file

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    fa02134 View commit details
  9. Some updates

    Andrew Zenin committed Mar 4, 2019
    Copy the full SHA
    0d54796 View commit details

Commits on Mar 5, 2019

  1. Update readme.txt

    Andrew Zenin authored Mar 5, 2019
    Copy the full SHA
    0b7e66d View commit details
  2. Some php7 migration

    PHP7 is coming!
    Andrew Zenin committed Mar 5, 2019
    Copy the full SHA
    0fdbc50 View commit details
  3. Update readme.txt

    Andrew Zenin authored Mar 5, 2019
    Copy the full SHA
    00bfbe2 View commit details
  4. PHP4D 7.4

    Andrew Zenin committed Mar 5, 2019
    Copy the full SHA
    db0f4c0 View commit details
  5. small changes

    Andrew Zenin committed Mar 5, 2019
    Copy the full SHA
    d50a36f View commit details

Commits on Mar 6, 2019

  1. Restored credits

    Andrew Zenin committed Mar 6, 2019
    Copy the full SHA
    31aa1d5 View commit details
  2. Update php4delphi.pas

    Andrew Zenin committed Mar 6, 2019
    Copy the full SHA
    1d10085 View commit details

Commits on Mar 7, 2019

  1. #4

    Added Unicode Support, yep, now it's full compatible with UTF-8
    Andrew Zenin committed Mar 7, 2019
    Copy the full SHA
    64f8eda View commit details
  2. Final strokes

    Andrew Zenin committed Mar 7, 2019
    Copy the full SHA
    b992e36 View commit details
  3. Update readme.txt

    Andrew Zenin authored Mar 7, 2019
    Copy the full SHA
    82287ad View commit details
  4. Small changes

    Andrew Zenin committed Mar 7, 2019
    Copy the full SHA
    44ab99f View commit details
  5. Copy the full SHA
    23176b3 View commit details

Commits on Mar 9, 2019

  1. some small changes

    Andrew Zenin committed Mar 9, 2019
    Copy the full SHA
    28036a7 View commit details

Commits on Mar 13, 2019

  1. Some L/D changes

    Andrew Zenin committed Mar 13, 2019
    Copy the full SHA
    1d7313c View commit details

Commits on Mar 17, 2019

  1. Update PHP.INC

    Andrew Zenin committed Mar 17, 2019
    Copy the full SHA
    7fc2d87 View commit details
  2. Update ZendTypes.pas

    Andrew Zenin committed Mar 17, 2019
    Copy the full SHA
    a94056c View commit details

Commits on May 21, 2019

  1. Small changes

    Andrew Zenin committed May 21, 2019
    Copy the full SHA
    007b970 View commit details

Commits on May 26, 2019

  1. Some php7+ compat steps

    Andrew Zenin committed May 26, 2019
    Copy the full SHA
    9814ac6 View commit details

Commits on Jul 23, 2019

  1. First steps to php7 support

    Andrew Zenin committed Jul 23, 2019
    Copy the full SHA
    2c9ba90 View commit details

Commits on Jul 26, 2019

  1. Update ZENDAPI.pas

    Andrew Zenin committed Jul 26, 2019
    Copy the full SHA
    4c7cc09 View commit details
  2. Added custom embedded extensions support

    Andrew Zenin committed Jul 26, 2019
    Copy the full SHA
    618d3b6 View commit details

Commits on Aug 4, 2019

  1. Update ZENDAPI.pas

    Andrew Zenin committed Aug 4, 2019
    Copy the full SHA
    b85018e View commit details
  2. zval routines

    Andrew Zenin committed Aug 4, 2019
    Copy the full SHA
    fcd7e70 View commit details
  3. Update ZENDAPI.pas

    Andrew Zenin committed Aug 4, 2019
    Copy the full SHA
    e74fff9 View commit details

Commits on Aug 5, 2019

  1. Update ZENDAPI.pas

    Andrew Zenin committed Aug 5, 2019
    Copy the full SHA
    0514dbb View commit details
  2. Fixed critical bug

    Andrew Zenin committed Aug 5, 2019
    Copy the full SHA
    83db7ac View commit details

Commits on Feb 11, 2020

  1. Update

    Unified ZVAL functions and some routines
    Removed PHP4 from support list as it's gone a long time ago already
    Fixed some AVs and uncorrect functions
    Added pointer checking
    Removed legacy code
    Lev Zenin authored and Lev Zenin committed Feb 11, 2020
    Copy the full SHA
    8c1d555 View commit details
  2. intpr

    Lev Zenin authored and Lev Zenin committed Feb 11, 2020
    Copy the full SHA
    c2bdc6e View commit details

Commits on Feb 12, 2020

  1. Closed #4 , #2

    Still facing encoding problems with RunCode() function
    Lev Zenin authored and Lev Zenin committed Feb 12, 2020
    Copy the full SHA
    09f6b48 View commit details
  2. Fixes

    Lev Zenin authored and Lev Zenin committed Feb 12, 2020
    Copy the full SHA
    fd245b2 View commit details
  3. Fixes #2

    Lev Zenin authored and Lev Zenin committed Feb 12, 2020
    Copy the full SHA
    93920a6 View commit details
  4. zend_ustr

    Lev Zenin authored and Lev Zenin committed Feb 12, 2020
    Copy the full SHA
    a5a7b69 View commit details
  5. Some small fixes

    One more step #7 to remove assembler
    Lev Zenin authored and Lev Zenin committed Feb 12, 2020
    Copy the full SHA
    978b112 View commit details

Commits on Feb 15, 2020

  1. Update ZENDAPI.pas

    Lev Zenin authored and Lev Zenin committed Feb 15, 2020
    Copy the full SHA
    75337d1 View commit details
  2. actualized calls

    Lev Zenin authored and Lev Zenin committed Feb 15, 2020
    Copy the full SHA
    14d9e47 View commit details

Commits on Feb 18, 2020

  1. some changes

    Lev Zenin authored and Lev Zenin committed Feb 18, 2020
    Copy the full SHA
    d30902d View commit details

Commits on Feb 20, 2020

  1. Updated structs

    Lev Zenin authored and Lev Zenin committed Feb 20, 2020
    Copy the full SHA
    362b72b View commit details

Commits on Jul 18, 2020

  1. Update readme.txt

    lion authored Jul 18, 2020
    Copy the full SHA
    6374a68 View commit details
  2. Copy the full SHA
    d5a2f2a View commit details
  3. returned D2010 support

    resistancelion committed Jul 18, 2020
    Copy the full SHA
    67658bd View commit details
  4. Copy the full SHA
    e6cb7b4 View commit details
Showing 829 changed files with 73,276 additions and 29,077 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__history/
__recovery/
*.dcu
*.local
*.exe
*.identcache
*.stat
*.res
*.~pas
*.~dcu
Loading