Php Tag

Pages (1):  1

Facebook to pimp PHP

In: , and

Facebook has written a PHP to C++ converter called HipHop for PHP, revealing the details tonight. A speed increase of 5-10 times is promised, although "less used functions" might have been ignored/dropped....

Read More »

PHPMailer Connection refused (111)

In: , and

Der Hosting Provider 1und1.de hat offensichtlich eine PHP Konfiguration, die es nicht erlaubt, eine Socket-Verbindung herzustellen. Damit ist es unmöglich, die SMTP Funktionen des PHPMailer zu verwenden. Als Workaround bietet sich $phpmailer->IsSendmail(); an.

PHP Regular Expressions

In: and

PHP RegEx functions do not seem to like the \d annotation. Use [0-9] instead.

Pages (1):  1