Skip to Content

You are here

PHP

Drupal PHP Code review and beautification made easy

Hola,

It has been long time I invested time for automated code reviews. In Drupal 7 and previous versions there were few useful debug tools and modules such as coder module for same purpose. Coder with Krumo was very useful debug tool and could give you overview of issues present under the module you just custom developed. It used Drupal version's coding standards for showing minor, major errors in your code.

fatal error: pcre.h: No such file or directory APC installation error

Hi Guys,

I was trying to install APC on my latest ubuntu 11.10.

I received following error while downlaoding and manual install :

fatal error: pcre.h: No such file or directory

Well I had to waste 3 Hrs on the same and after googling it I got the solution.

Tags: 

UnsatisfiedLinkError no swt-win32-3236 in java.library.path easy eclipse

Well all PHP folks who use any IDE must have came across very handy and useful IDE called easy eclipse.
But on Windows 7 I found an error while starting easy eclipse.
An unexpected error occurred please check log file
C:\Users\[windows username]\workspace\.metadata\.log

When I checked log file there was huge error stack of which only 1 line was useful :P

java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path

SOAP and WSDL in PHP Best tutorial on zend framework

Hi Guys,

We have very rare documentation provided with about the SOAP.
I would like to provide some more useful links which are awesome to follow for starting point.
I was stuck badly from almost 3 days and it helped me alot for understanding of SOAP with WSDL.
For understanding WSDL and SOAP.
http://www.packtpub.com/article/soap-and-php-5

Pages

Subscribe to RSS - PHP