Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,213,907 members, 8,020,180 topics. Date: Wednesday, 04 December 2024 at 03:33 AM |
Nairaland Forum / Science/Technology / Webmasters / The Plot To Kill Php Mysql Extension (1433 Views)
Facebook Is Trying To Kill Facekobo.com - A Nigerian Website / Google To Kill Google Reader / Php/mysql Pin And Serial Number Generation Script (2) (3) (4)
The Plot To Kill Php Mysql Extension by Nobody: 11:38am On Jul 16, 2011 |
PHP core developers are planning to kill the PHP original MySQL extension. If you are using MySQL in your PHP applications for a long time, this may seriously affect you. The Plot http://marc.info/?l=php-internals&m=131031747409271&w=2 |
Re: The Plot To Kill Php Mysql Extension by yawatide(f): 12:32pm On Jul 16, 2011 |
Whatever happened to good old fashioned freedom of choice? And to think I actually thought that African leaders were the tyrannical ones. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 2:10pm On Jul 16, 2011 |
Well, this is a very great shocker. Especially when they force everyone to upgrade. I remember then, the old way of uploading files in php4 does not work like that in php5. Immagine having to relearn how to do simple uploads all over again. |
Re: The Plot To Kill Php Mysql Extension by yawatide(f): 2:48pm On Jul 16, 2011 |
Na so o, my broda. My concern is that I have been basically reusing the same code for the past 6 years. It cuts down my coding time by at least 60-70% |
Re: The Plot To Kill Php Mysql Extension by Nobody: 3:07pm On Jul 16, 2011 |
Those of us that stick to wrappers have more luck because it is the wrappers that need to change. db_query(); rather than mysql_query(); My framework too uses a similar pattern. |
Re: The Plot To Kill Php Mysql Extension by DualCore1: 6:04pm On Jul 16, 2011 |
I may have to start looking at other languages to make my "home" lang, that allow some more consistency and open decision making. Most of us don't like change, most of us just include files we wrote ages ago. It works, why fix what isn't broken. This is like RIPE stripping of all IPV4 IPs cuz we will soon run out of them to replace them with IPV6, they wont do that cuz its stupid. |
Re: The Plot To Kill Php Mysql Extension by lojik(m): 11:16pm On Jul 16, 2011 |
Well, thank God i created my own wrappers with foresight. Even if they remove mysql and impose postgre, most OOP apps may just need a little tweak, I use $myobject->dbquery() instead of mysql_query(). Won't have much effect on me, just gotta make modifications to my db object. But this is gonna bring a whole lot of trouble with lot of solutions already posted on forums and blogs. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 12:48am On Jul 17, 2011 |
This is one great advantage of coding in OOP again with moi moi wrappers and stuffs. Just patch the wrappers and you are like done. |
Re: The Plot To Kill Php Mysql Extension by DualCore1: 6:53am On Jul 17, 2011 |
Tomorrow one madman will wake up and say they are changing OOP to POOP |
Re: The Plot To Kill Php Mysql Extension by Nobody: 8:47am On Jul 17, 2011 |
well, i think its the right move,but why bother anyway since mysql has always been old,it should be deprecated after all Mysqli is the better version or users can use the pdo_mysql,if you are using CakePHP,Zend and Igniter, i don't think you have any reason to fear cuz i know Zend uses mysqli which is far better,its the curse of being a developer you have to upgrade. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:16am On Jul 17, 2011 |
Dual Core:or to PDP Well, @pc guru, most of us did not start POOP programming overnite you know. Some of my very old projects still use the direct scripting thingggy. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:21am On Jul 17, 2011 |
besides i don't think any server will make the quick jump to php 5.4 most still run 5.2 |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:25am On Jul 17, 2011 |
Eventually they will move. When i moved from ASP to PHP then, PHP5 was already out. I downloaded the PHP5 manual and mastered it. Then i made my first php website and had lots of problems. Once of the problems then being that - i used stripos - and some other codes which do not downgrade to PHP4 which most servers were using then. Funny, i still never downloaded and PHP4 manual since then, i just lookup the code and make sure it is compatible with PHP4 before use. I just had to wait patiently for PHP5 to come into full support. I noticed that those that learnt the php4 method of uploading files had problems when they got to PHP5. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:34am On Jul 17, 2011 |
its quite true,that will be depressing,imagine rewriting the whole codes again,but i think the only diff is you'll just put "i" after every "mysql" function because they are basically the same codes. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:39am On Jul 17, 2011 |
The thinggy is that, immagine people that have built like so many websites - like those that ehm build like 1,000 websites in one year. Even if na framework or anything, so far as you are not loading all your resources from a central server, you have to make those changes on so many websites - it will be quite time and resource consuming. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 9:47am On Jul 17, 2011 |
Quite true,mehn am at work bored,thinking of what to write on for my blog.any ideas? besides the framework u dey try,most frameworks are written by a team,but in nigeria trust is another issue. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 10:00am On Jul 17, 2011 |
Yeah, i know that. In fact, in PHP they said that every single line of code was written by the cakephp team. But this is Nigeria mehn, i gotta do most of it myself anyway. I am almost done with the core. It is done in such a way that developers can write their plugins and stuffs. The way templates are written is 95% like drupal. The modules in this framework in fact can do everything a drupal module can do - generate content, generate blocks, act is plugin with the hooks and stuffs. The structure of the modules is ehm 95% like drupal modules as well. The only thing is that, i have not yet defined all the events of the framework - as development progresses. However, this is a framework and not a CMS. But still, all the cms and frameworks have some basic functionalities which is what i am trying to achieve here first - before what makes it dhtmlframework comes into play. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 10:05am On Jul 17, 2011 |
i understand,that's quite awesome, because its rare for Nigerian developers to go deep into PHP like this,as for the Events no p,am sure something will come to you,you can look at Wordpress and Joomla Events Callback system. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 10:07am On Jul 17, 2011 |
Being Nigeria, some people will naturally be pessimistic that it will not work. I remember the other guy then on webmasters that started one framework like that - which some of us like me downloaded for testing. I was going to give him a lot of ideas about stuffs i feel he should add to the framework, but he just left the project to die (or so i presumed). pc guru:I already know all the necessary events, i am just saying that as objects are introduced, events will come into play. For instance, i am still building the form api. Rather like file:///E:/wamp/www/dhtmlframework.com/workspace/formapi/drupal%20form%20api%206.htm Once the form api is complete and integrated, then form api events can come in. The framework already support events. Then when user api is integrated, user-generated events come into place. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 10:10am On Jul 17, 2011 |
But of course, i am opened to suggestions. I have done a lot of research, and i have studied the documentation and functionalities of so many frameworks and cmses over the years. This was not a project i started this year - i have been starting and stopping over time. |
Re: The Plot To Kill Php Mysql Extension by binkabir(m): 9:19am On Jul 18, 2011 |
*dhtml:very interested i think you should open in new dhtmlframework, i will be willing to be a contributor in writing API's |
Re: The Plot To Kill Php Mysql Extension by binkabir(m): 9:22am On Jul 18, 2011 |
by the way the plot is to kill mysql extension in the core php and move it to PECL repository. to me is not too too bad idea because using PDO is much more better concept of advanced programming and memory utilization than mysql extension. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 1:06pm On Jul 18, 2011 |
binkabir:I have almost finished writing the forms api. It works like the drupal form api where everything is in arrays. . . . . . I have opened the website - www.dhtmlframework.com for it - i will load it by tomorow evening - the site is still empty though. |
Re: The Plot To Kill Php Mysql Extension by binkabir(m): 1:57pm On Jul 18, 2011 |
*dhtml:because it's still in development stage i think you host it in SVN or CSV or gitHub so that contributor can do something meanful, putting in a website i not a good idea. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 4:43pm On Jul 18, 2011 |
I will do the SVN thinggy later. But it is ok to have a website for your product. We can link the git, svn and stuffs from them. It is past developmental stage, it is now in testing stage actually. I have finished with the form api, works really fine. It is similar to the drupal form api, but there are some bugs that drupal have refused to fix (maybe they fixed it in drupal 7 sha) - but i got them working fine here. All the extension types are working fine: templates, content modules, block modules, plugin modules. I am working on the users API now. Once i am done with the users API, i am ready for people to start downloading and testing them out. |
Re: The Plot To Kill Php Mysql Extension by lojik(m): 1:28am On Jul 19, 2011 |
@dhtml I like you because of the things you attempt. I remember when you coded a c++ thingy for xampp to simulate mail sending for php mail function. I wish i had much more time, i have a lot of things i'd like to perfect and then open-source before i quit programming soon but i have my hands dipped into so many projects already. Keep it up dhtml, we need gurus like you in Nigeria. You've been an inspiration to so many. |
Re: The Plot To Kill Php Mysql Extension by Nobody: 10:44am On Jul 19, 2011 |
Gracias amigo. You have been a source of encouragement to me too. The said framework page should be out later today. |
(1) (Reply)
Web Hosts That Has E-library Php Suite On The C-panel / Does The UBA Visa Debit Card Work Online? / Help Mee Create A Banner For Nairaland For 200 Naira Credit
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 56 |