Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17802
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Arno Welzel <usenet@arnowelzel.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC |
| Date | Mon, 10 Sep 2018 10:04:57 +0200 |
| Lines | 32 |
| Message-ID | <fvmmt9F3ihpU1@mid.individual.net> (permalink) |
| References | <f6e88bc0-e17c-4045-80b4-b15bcd00825d@googlegroups.com> <p47blf$vl4$1@jstuckle.eternal-september.org> <fv9fe0Fca6oU4@mid.individual.net> <pmoaj7$3ff$1@softins.softins.co.uk> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net V8Zd1E2VVqn0Or1e4C+r0gtiDJRw2LswHSujhfFTkU7uaUuLfG |
| Cancel-Lock | sha1:7GUjEuX+D00JgtYkZz+Io5cT/O4= |
| In-Reply-To | <pmoaj7$3ff$1@softins.softins.co.uk> |
| Xref | csiph.com comp.lang.php:17802 |
Show key headers only | View raw
Tony Mountifield: > In article <fv9fe0Fca6oU4@mid.individual.net>, > Arno Welzel <usenet@arnowelzel.de> wrote: >> Jerry Stuckle: >> >> [...] >>> When you have problems like this, it's often handy to echo the >>> appropriate values to the screen for debugging. Of course you only do >>> this on your development system, which is not accessible from the internet. >> >> Even better is to use a debugger. > > What debuggers are available for PHP running on a LAMP stack? Visual Studio Code and XDebug: <https://code.visualstudio.com> <https://xdebug.org> Yes, Visual Studio Code is by Microsoft - but it's Open Source and based on Electron and can therefore be used with Windows, macOS and Linux. There are also extensions for PHP debugging: <https://code.visualstudio.com/docs/languages/php> -- Arno Welzel https://arnowelzel.de https://de-rec-fahrrad.de http://fahrradzukunft.de
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Timothy Steele <steeletimothy2000@gmail.com> - 2018-01-23 01:26 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-23 08:01 -0500
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-01-23 18:59 +0100
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Arno Welzel <usenet@arnowelzel.de> - 2018-09-05 09:37 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC tony@mountifield.org (Tony Mountifield) - 2018-09-05 10:19 +0000
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-09-05 12:41 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-05 07:34 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-09-05 14:15 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-07 14:09 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-09-05 11:26 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-08 06:50 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Arno Welzel <usenet@arnowelzel.de> - 2018-09-10 10:04 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Härra Ramob <hrramob@gmail.com> - 2022-01-02 03:47 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-01-23 18:58 +0100
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC nandini1.besant@gmail.com - 2018-01-25 04:11 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-25 15:33 -0500
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC careenjoseph36@gmail.com - 2018-03-01 03:20 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-03-01 20:35 +0100
csiph-web