mgauthier
deleted branch fix_semicolon_in_details_problem from evolix/evomaintenance
2024-11-15 15:24:37 +01:00
87e21dccec
Merge pull request 'Fix the problem with semicolon in the details' (#20) from fix_semicolon_in_details_problem into master
026ac502cf
Double quotes to single quotes and then wrap the whole message string in double quotes
d3178787d8
Fix problem with semicolon in the details using double quotes
Fix the problem with semicolon in the details
Fix the problem with semicolon in the details
@jlecour J'ai testé ceci, mais ça produit le même résultat s'il y a un "
dans les détails :
#API_DETAILS=$(echo "${MESSAGE}"
For compatibility with the ldap_*() functions of PHP 8.1+
532e3d054a
Merge pull request 'For compatibility with the ldap_*() functions of PHP 8.1+' (#18) from fix_issue15_error_500_on_log_in into master
65cb8e243e
For compatibility with the ldap_*() functions of PHP 8.1+
For compatibility with the ldap_*() functions of PHP 8.1+
Note: the fix was successfully tested with PHP 8.2 and 7.4
WIP: For compatibility with the ldap_*() functions of PHP 8.1+
mgauthier
created branch fix_issue15_error_500_on_log_in in evolix/evoadmin-mail
2024-10-29 17:01:12 +01:00
mgauthier
pushed to fix_issue15_error_500_on_log_in at evolix/evoadmin-mail
2024-10-29 17:01:12 +01:00
65cb8e243e
For compatibility with the ldap_*() functions of PHP 8.1+
fix_semicolon_in_details_problem
mgauthier
pushed to fix_semicolon_in_details_problem at evolix/evomaintenance
2024-10-29 16:35:53 +01:00
026ac502cf
Double quotes to single quotes and then wrap the whole message string in double quotes
mgauthier
created branch fix_semicolon_in_details_problem in evolix/evomaintenance
2024-10-29 16:08:14 +01:00
mgauthier
pushed to fix_semicolon_in_details_problem at evolix/evomaintenance
2024-10-29 16:08:14 +01:00
d3178787d8
Fix problem with semicolon in the details using double quotes
Error 500 on Log in
@gcolpart This seems to fix the issue:
diff --git a/htdocs/lib/LdapServer.php b/htdocs/lib/LdapServer.php
index 7bef328..004637d 100644
--- a/htdocs/lib/LdapServer.php
+++ b/htdocs/lib/L…