War es wirklich?

  • login
  • kontakt
Startseite

PHP

PHP auf Britisch

http://www.addedbytes.com/blog/if-php-were-british/

  • PHP
  • Spaß und Satire
  • Deutsch
  • cs's blog
  • Neuen Kommentar schreiben

Cheat sheet for regular expressions (PCRE)

http://www.phpguru.org/downloads/PCRE%20Cheat%20Sheet/PHP%20PCRE%20Cheat...

  • PHP
  • Regexp
  • Englisch
  • cs's blog
  • Neuen Kommentar schreiben

KDevelop + PHP + Xdebug

http://nikosams.blogspot.com/2010/02/kdevelop-xdebug-php-debugger.html

  • KDevelop
  • PHP
  • Software-Entwicklung
  • Xdebug
  • Englisch
  • cs's blog
  • Neuen Kommentar schreiben

Nicht alle mögen PHP

Nicht alle mögen PHP: http://tnx.nl/php.html und http://tnx.nl/php5.html

Nun, ich auch nicht. Oder doch?

Egal: "It's a poor worksman who blames his tools."

PS: Perl mag ich auch nicht.

  • Perl
  • PHP
  • Programmiersprache
  • Deutsch
  • cs's blog
  • Neuen Kommentar schreiben

PHP debugging and profiling with xdebug

On Debian:

apt-get install php5-xdebug kcachegrind

Having the xdebug module around will already provide better debugging output in case of fatal errors and uncaught exceptions. The output can still be tweaked though:

In /etc/php5/conf.d/xdebug.ini, below the zend_extension line, add the following:
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = 2048
xdebug.var_display_max_depth = 10

For profiling, add:
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /my/desired/outputdir

  • Debugging
  • PHP
  • Tipps und Tricks
  • Xdebug
  • Englisch
  • cs's blog
  • Neuen Kommentar schreiben
  • Weiterlesen

PHP-Funktionen rund um Ähnlichkeit von Strings

Für ähnliche (englische) Aussprache:
Soundex
Metaphone

Für ähnliche Schreibweise:
Levenshtein-Distanz
similar_text

  • Ähnlichkeit
  • PHP
  • Suchtechnologie
  • Deutsch
  • cs's blog
  • Neuen Kommentar schreiben

PHP Documentation Link List

Some deep links into the PHP docs:

  • Regular expression reference
  • php.ini parameters
  • Type comparison tables
  • Dokumentation
  • PHP
  • Englisch
  • cs's blog
  • Neuen Kommentar schreiben

What's new in PHP 5.3

IBM developerWorks has some articles about what's new in PHP 5.3:

  • Changes to the object interface
  • Closures and lambda functions
  • Namespaces

And even more on the prior changes with PHP 5.2:

  • Objektorientierung
  • PHP
  • Software-Entwicklung
  • Englisch
  • cs's blog
  • Neuen Kommentar schreiben
  • Weiterlesen

PHP-Kode debuggen

Kris Köhntopp über das Debuggen von PHP-Kode: http://blog.koehntopp.de/archives/1978-PHP-5-Debuggen-mit-Xdebug-und-vim...

  • PHP
  • Software-Entwicklung
  • Tipps und Tricks
  • Xdebug
  • Deutsch
  • cs's blog
  • Neuen Kommentar schreiben

PHP-Sicherheitseinstellungen und Webhoster

Heise hat einen Artikel zu den diversen Sicherheitseinstellungen von PHP und dazu, wie die großen Webhoster damit umgehen. Siehe auch diese Tabelle mit einem direkten Vergleich. Auffällig: Sie sind alle noch auf PHP4.

  • IT-Sicherheit
  • PHP
  • Deutsch
  • cs's blog
  • Neuen Kommentar schreiben
  • 1
  • 2
  • nächste Seite ›
  • letzte Seite »
Inhalt abgleichen

Suchen

Themenwolke

Biologie Dokumentation Drupal Gesellschaft Git Ich will das nie wieder suchen müssen Internet IT IT-Sicherheit JavaScript jobpilot KDE Kryptographie Linux Mensch Monster MySQL Netzwerkzeug Open-Source-Software PHP Politik Psychologie Software Software-Entwicklung Spaß und Satire Tipps und Tricks Versionskontrolle Web-Entwicklung WTF Überwachung
Weitere Themen

OpenSource-Scores

Ohloh

Ohloh profile for cspitzlay

Drupal: Certified to rock

Yes I am
  • login
  • kontakt