I recently upgraded a production server to PHP 5.3.6 from a much earlier 5.2.x build and noticed that the process had killed all instances of phpThumb on the server due to the deprecation of the functions ‘eregi’, ‘ereg’, ‘split’ & ‘eregi_replace’. See:- http://php.net/manual/en/migration53.deprecated.php for a full list of functions...
Fixes & Tweaks, Web Development
|
Posted byOliveron 08 Aug 2011
|
7
I’ve spent a fair amount of time researching how to sign data in PHP with a .NET generated RSA Private key that has been exported in XML format. There...
How to's, Web Development
|
Posted byOliveron 02 Aug 2011
|
2
After much digging around on the net and of course Google I managed to cobble together a trouble shooting process to find out why I was getting the error message: Fatal error: Class ‘mysqli’ not found in E:\mysite\sql.php on line 17 PHP Warning: PHP Startup: Unable to load dynamic...
Fixes & Tweaks, Web Platforms
|
Posted byOliveron 31 Jul 2008
|
0
Just a quick note to try and stop other peoples misery while using the newer MySQL client (mySQLi) and executing multiple stored procedures. My ENVs: PHP5 / MySQL 5 / Window 2003 Server / mySQLi If you are failing to understand why you can’t execute a stored procedure twice,...
Fixes & Tweaks, Web Development
|
Posted byOliveron 14 Jul 2008
|
0
A simple function to replicate the funcationality of the depreciated mysql_list_fields() function. It returns a simple array with a numeric index of the column / field names. $database – String – The database you want to use $connect_string – String – Your connection string $table – String – The...
How to's, Web Development
|
Posted byOliveron 13 May 2008
|
0