Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace PHP_EOL with "\n" in certificate processing #574

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Commits on Jun 16, 2024

  1. Replace PHP_EOL with "\n" in certificate processing

    The PHP_EOL constant used in certificate processing has been replaced with "\n". This change impacts multiple files including KeyConverter.php, ECKey.php, and X5UFactory.php. The commit ensures consistent use of line breaks across various operating systems.
    Spomky committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0656bd0 View commit details
    Browse the repository at this point in the history
  2. Replace PHP_EOL with "\n" in certificate processing

    The PHP_EOL constant used in certificate processing has been replaced with "\n". This change impacts multiple files including KeyConverter.php, ECKey.php, and X5UFactory.php. The commit ensures consistent use of line breaks across various operating systems.
    Spomky committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a9d9ef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Replace PHP_EOL with "\n" in certificate processing

    The PHP_EOL constant used in certificate processing has been replaced with "\n". This change impacts multiple files including KeyConverter.php, ECKey.php, and X5UFactory.php. The commit ensures consistent use of line breaks across various operating systems.
    Spomky committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb4e610 View commit details
    Browse the repository at this point in the history
  2. Replace PHP_EOL with "\n" in certificate processing

    The PHP_EOL constant used in certificate processing has been replaced with "\n". This change impacts multiple files including KeyConverter.php, ECKey.php, and X5UFactory.php. The commit ensures consistent use of line breaks across various operating systems.
    Spomky committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    824a2c4 View commit details
    Browse the repository at this point in the history