New release of nijdaele.nl

Submitted by admin on 08-01-2011 - 12:14

For the dental practive "nijdaele" dataground released a brand new drupal 7 based website.

http://nijdaele.nl/

Fixing zend_mm_heap corrupted on Centos 5.x

Submitted by admin on 07-28-2009 - 12:13

When you do a google search on 'zend_mm_heap corrupted' you will find it's been keeping sysadmins busy for some time. I had it on one of my new production boxes (Centos 5.2) after updating to php 5.2.9, and later after updating apache to 2.2.3. It is not a PHP problem!, it is related to the php extensions in use.

Extension: Memcached
If you use memcached in php as a session handler; first check
* Is memcached started
* Is the serverconfig (in /etc/php.ini or /etc/php.d/memcache.ini) correct?

Making Webservices with NuSoap

Submitted by admin on 06-13-2009 - 12:32

Php can make an excellent webservice. NuSoap is an excellent library to provide standards compilant web services to your audience.

It took me some time to find out recent versions of PHP (5.2+) do not populate
the $HTTP_RAW_POST_DATA properly.So in this case the server part will use
file_get_contents('php://input') to get its data.

Here is a working example.
Server Part:

Ever had the problem wanting to include a php file 1 from within php file 2 regardless where php file 2 is included from?

Using Arrays in PHP constants

Submitted by admin on 03-02-2009 - 01:00

Sooner or later you wil run into the following construction:

Syndicate content
Drupal theme by Kiwi Themes.