PHP Developer - December 20th, 2007
Rob Richards mentioned in a previous book review about some of the issues he was having getting the Oracle extension enabled on his Fedora 8 system. Well, he’s come back after doing some more testing/compiling and has found some resolution to his issues.
I really didn’t need to get it running, but the sheer fact that I tried it and it wouldn’t work, pissed me off enough to spend some time getting it resolved. Hopefully this helps anyone else having the same problem. I am currently using instant client 11.1, but I did try the 10.2 version with the same results.
He steps through the process he followed - tracking down the missing libaio files, correcting an issue with SELinux loading the Oracle libraries and his realization: he just needed to allow text relocation. Included in the post are the command line calls that’d need to be made to make it all happen.
Continue Reading ·
PHP Developer - December 20th, 2007
Want to try out the next major version of Delphi for PHP? Paul Gregg is looking for volunteers to be testers for the latest version of this CodeGear project.
CodeGear is looking for additional beta testers for the next major version of Delphi for PHP.
Those interested should check out this page and fill in the application to become a tester (just name, email address, experience using PHP tools and how much time you could devote to testing).
Continue Reading ·
PHP Developer - December 20th, 2007
Matthew Turland has posted some of his thoughts about a topic that’s being tossed around in the programming world these days - that PHP is “on its way out”.
I have to vehemently disagree with this, and not just because PHP is my language of preference.
He gives several reasons to back up the claim including the fact that large players use the language in high-profile sites as well as the recent upturn of popularity the language has seen (as people come back from the over-hyped other languages).
He mentions collaborations between PHP companies/divisions as well as components made to more efficiently run PHP applications on other web server types.
Continue Reading ·
PHP Developer - December 20th, 2007
Hasin Hayder has posted an announcement about the <a href=”release of his latest book from the Packt Publishing group - Object-oriented Programming with PHP5.
This book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.
Here’s the official press release from Packt on the book:
Learn Object-Oriented Programming with PHP5 with new book from Packt
Packt is pleased to announce the release of a new book titled Object-Oriented Programming with PHP5. Written by Hasin Hayder, this book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.
Object-oriented programming (OOP) is a programming paradigm that uses “objects” and their interactions to design applications and computer programs. It was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed.
PHP is one of the most popular languages for web application development, and PHP5 supports OOP very well. This book will help users to master core OOP features in PHP as well as advanced Topics like Design Patterns including Model-View-Controller (MVC), and Unit Testing.
Comprehensive documentation and working examples on the Standard PHP Library (SPL), which are hard to find elsewhere, are provided in this book. Users will find this book useful to leverage PHP’s OOP features to write manageable applications with ease.
Object-Oriented Programming with PHP5 is published and is available with Packt. For more information about this book, please visit www.PacktPub.com
Continue Reading ·