PHP 5.1 released
Die Final-Version von PHP 5.1 wurde am 24.11.2005 veröffentlicht. Der ausführliche Changelog findet sich hier.
Neben diversen Bugfixes und Performanceverbesserungen dürfte der Datenbankzugriff via PDO zur grössten Neuerung gehören.
Die Final-Version von PHP 5.1 wurde am 24.11.2005 veröffentlicht. Der ausführliche Changelog findet sich hier.
Neben diversen Bugfixes und Performanceverbesserungen dürfte der Datenbankzugriff via PDO zur grössten Neuerung gehören.
„A simple HTML ‚parser‘ that will ‚read‘ through an HTML file and call functions on data and tags etc.
Useful if you need to implement a straightforward parser that just extracts information from the file *or* modifies tags etc.
Shouldn’t choke on bad HTML.“
Der Powerbook-Blogger veröffentlicht auf eine Mail von mir bezüglich seiner Aktion „666 Tage“, eine Liste seiner meistgenutzten Software auf seinem Powerbook.
Sehr schön – da ist einiges dabei was ich noch nicht getestet habe 🙂
Danke sehr!
Still und heimlich wurde am 20.11. die Version 0.9.4 Release Candidate 1 vom eAccelerator veröffentlicht.
Kommtar zu dem Release
Das ist ein Bugfix-Release, welche die Stabilität des eAccelerator’s erhöhen soll. Wir rufen dazu auf, damit zu spielen.
Weitere Infos und Download gibt’s bei http://eaccelerator.net
„Of all magic in PHP I probably like the __autoload() hook the most. It saves a good deal of tedious script inclusion calls and may drastically speed up your application by saving the parser from doing unnecessary work. Allthough it has been around since the release of PHP5, I haven’t found any convincing applications for it yet. Most of them follow the same scheme: Whenever an undefined class is being instantiated, a little __autoload() function tries to include a PHP file, which has to be named after it’s class:“
„Every administrator has a set of software tools that he just can’t live without. These are the utilities that you install as soon as you log into a new machine, to help make day-to-day tasks a little easier. Here are my top 10 tools. “
„Das SANS-Institut hat heute seine Liste der 20 am meisten ausgenutzten Sicherheitslücken des Jahres 2005 veröffentlicht. Überraschungskandidaten sind Antivirensoftware, Cisco-Produkte – und Mac OS X. Die tradierten Kategorien Windows und Unix reichen inzwischen nicht mehr aus, neu hinzugekommen sind die teils umfangreichen Kategorien Cross-Platform-Anwendungen sowie Netzwerkprodukte.“
Falls man mal in die Verlegenheit kommt, das Passwort eines Benutzers bzw. einer Role in PostgreSQL zurücksetzen zu müssen, hier eine kleine Anleitung:
Sollte man das Passwort des Root-Users noch wissen, kann man natürlich gleich mit ALTER ROLE das Passwort des betroffenen Users ändern.
„Ajax is one of the biggest ‚discoveries‘ in the past year, and it has become a real buzzword, just like Web 2.0. Admittedly, Ajax can be used for a lot of things, and it really does speed up web applications. Already Ajax is used by many highly popular websites, most notably GMail, but other’s like Ta-da List or Flickr also use it. Heck, even Microsoft has gotten wind of the Ajax buzz, and is actually moving towards web-based applications as well.
But there is one problem with most of the current implementations of Ajax: it has one dependency, and that is the XmlHttpRequest object. Most modern browser, like Firefox, have inbuilt support for this object, but older browsers, like Internet Explorer 6, don’t have native support for this object. Luckily, IE 6 does support it, but it’s built in as an ActiveX control, which means your visitors get an ugly warning message about the possible danger of an ActiveX control, or in some cases it just doesn’t work at all.
In this tutorial, I will show you how to use Ajax without even having to use the XmlHttpRequest object.“
PHPit – Totally PHP & Ajax – PHP without using the XmlHttpRequest Object
PHPit – Totally PHP & Ajax – PHP without using the XmlHttpRequest Object
„Ajax is one of the biggest ‚discoveries‘ in the past year, and it has become a real buzzword, just like Web 2.0. Admittedly, Ajax can be used for a lot of things, and it really does speed up web applications. Already Ajax is used by many highly popular websites, most notably GMail, but other’s like Ta-da List or Flickr also use it. Heck, even Microsoft has gotten wind of the Ajax buzz, and is actually moving towards web-based applications as well.
But there is one problem with most of the current implementations of Ajax: it has one dependency, and that is the XmlHttpRequest object. Most modern browser, like Firefox, have inbuilt support for this object, but older browsers, like Internet Explorer 6, don’t have native support for this object. Luckily, IE 6 does support it, but it’s built in as an ActiveX control, which means your visitors get an ugly warning message about the possible danger of an ActiveX control, or in some cases it just doesn’t work at all.
In this tutorial, I will show you how to use Ajax without even having to use the XmlHttpRequest object.“