News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

PHP Security Blog:
Suhosin 0.9.15 comes with Transparent phpinfo() Protection
November 29, 2006 @ 10:43:00

According to this new post on the PHP Security Blog, there's a new META tag the Suhosin extension includes in the output of a phpinfo page to help resolve some of the issues with Google (and buddies) storing the contents of the page, giving a potential attacker information they could exploit.

[The] extra META TAG to the HTML output of phpinfo() that forbids indexing and archiving by robots. For fairness reasons following the embedded links is still allowed to robots, because a lot of projects [...] to get at least a few backlinks for their work, that might result in a better search engine positioning.

The patch can be downloaded from their site.

0 comments voice your opinion now!
suhosin extension transparent phpinfo protection suhosin extension transparent phpinfo protection



Guilherme Blanco's Blog:
Transparent PHP AOP
August 02, 2006 @ 06:27:49

Guilherme Blanco has submitted a note about a project he's been working on, especially pertinent due to some of the discussion flying around on the subject - his Transparent PHP AOP project.

My AOP package implements this magic with PHP code in a transparent way. This means that the original code does not need to be altered in a special way to add or remove the aspects. It is only necessary to add a comment line to define the location of the pointcuts.

This package is actually a smart caching compiler. It preprocesses the original code to locate the pointcuts. Then it generates a new version that may include the code that implements the aspects that I want to enable.

In his blog entry, there are links to the package downloads and the official manual to help get you started as well as more details on some of the functionality behind the magic.

0 comments voice your opinion now!
transparent aspect oriented transparent aspect oriented



Community Events









Don't see your event here?
Let us know!


release conference zendframework releases cakephp mysql framework security zend job PHP5 PEAR book developer example database code ajax application package

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework