I have been using phpunit for a while, starting with 3.5.8, subsequently upgrading to 3.5.10 and now on 3.5.11
Yesterday I managed to install PEAR using SSH on one of my customers servers. Today I tried to install it on a similar Server but without SSH-access.
I used PEAR/Math/BigInteger.php PHP 5.2.5 (cli) ubuntu but $a = new Math_BigInteger(48); echo $a -> toString()// \'0\'
Here is my problem. I already asked that question in the XAMPP community forum but no reply. Maybe some of you can help.
I\'m using PEAR Mail package in many projects, sending mails via smtp method. But I found out there\'s a problem with IDN domains (like tüv.de). The PEAR package rejects mails containing german umlau
last week I have spend on creating a dynamic DB-to-OOP mapping engine in PHP. It works pretty well. You define your DB, make PHP classes with same names, call one method, it generates the SQL, fetches
I got one unsolvable bug at work. I got a logout timer at the bottom of the page set at 45 mins Every time a page request is made the session timeout gets updated and everything seems fine and it wor
HI. Since I m using shared hosting package, and im not able to use PECL Memcache, i would appreciate some tips about my own doubt between using my own little caching system or using PEAR Cache_Lite s
I\'m trying (with some problems) to install pear on my system, Mac osX 10.6.6 PHP works ok, as apache and mysql.
I am on a mac running Leopard. I installed pear successfully via macports variant. When I type in pear in the terminal I get a list of commands which is what you should get.