PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1992 - 1983   ...   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   272 - 263   262 - 253   252 - 243   ...   2 - 1  

281. Are You Ready for MySQL extension Removal from PHP - Lately in PHP podcast episode 59

Updated on: 2015-05-18

Posted on:

When PHP 7 will be released it will have the mysql extension removed from the core distribution. PHP 5.4 will stop being updated. Many PHP developers will have to move to PHP version 5.5 or higher, on which the mysql extension is deprecated. Many shared hosting providers already use PHP 5.5 without the mysql extension.

Alternative solutions to deal with legacy code that relies on the old mysql extension was one the topics commented by Manuel Lemos and Arturs Sosins in the episode 59 of the Lately in PHP podcast.

They also commented on proposals for future PHP versions like fixing the division by zero issue, adding static constructors to classes, the PHP RFC Watch site to keep up with new PHP proposals and voting.

They also explained the new initiative to promote reviews of books of authors that have written books of interest for PHP developers, as well writing great PHP tutorial articles for the PHP Classes blog and being compensated for that. The latest tutorial articles were also reviewed here.

Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

280. PHP and JavaScript Innovation Award Report May 2015 Edition - February 2015 nominees

Updated on: 2015-06-10

Posted on:

This is the May edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of February 2015.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

279. 3 Ways to Access Application Common Data in PHP

Updated on: 2015-05-12

Posted on:

Every PHP application needs to use throughout its code, the same kinds of common data or functions, like for instance configuration values.

Read this article to learn about the Gateway pattern, an additional way to access common application data besides better known ways that use global and static variables.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

278. Have Your PHP Book Reviewed

Updated on: 2015-05-06

Posted on:

The PHP Classes site is reviving its sections for book reviews and tutorial articles. This is an initiative to give more exposure to the work of those that can teach the PHP developers sharing their knowledge about important subjects.

The PHP Classes site book reviews and blog articles are notified by email to over 400,000 PHP developers. This initiative is a great opportunity for authors to expose their work to the PHP community at large.

Article authors and book reviewers may also receive be rewarded either monetarily or by getting free review book copies provided by their publishers.

Read this article to learn how you can have your PHP book reviewed, or you can publish interesting blog articles and be compensated for sharing useful knowledge with the PHP community.

If you are a book publisher you should also read the article to learn how you can reach out to have reviewed in PHP Classes site books of the interest of the PHP community.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

277. Fix the AJAX Requests that Make PHP Take Too Long to Respond

Updated on: 2015-05-04

Posted on:

Nowadays we develop applications that depend a lot on AJAX requests, in some cases close to 100% of the pages. Sometimes we notice that when a Web page sends two or more AJAX requests, PHP takes too much time to respond and then the responses are returned almost at the same time.

Chances are that the problem may be caused by the way you handle PHP sessions. Read this article to understand this problem and what you can do to avoid it.


Blog More ...   Post a comment Post a comment   See comments See comments (26)   Trackbacks (0)

276. PHP IPC with Daemon Service using Message Queues, Shared Memory and Semaphores

Updated on: 2015-04-23

Posted on:

In a previous article, we learned how to create a simple daemon service in PHP to monitor and process an important activity on a machine in the background.

Now we move with a more advanced topic which is how daemon processes can communicate with other programs, or with other instances of the same daemon process.

Read this article to learn how to perform IPC, Inter-Process communication in PHP to send and receive data using message queues, as well as to transmit large volumes of data using shared memory, an using semaphores to prevent problems caused by simultaneous accesses.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

275. Readying PHP 7 for its Release - Lately in PHP podcast episode 58

Updated on: 2015-04-23

Posted on:

According to the proposed PHP 7.0 timeline, on March 16 started a period on which there will be only finalization and testing of the implementation of proposed features.

This was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 58 of the Lately in PHP podcast.

They also commented on important approved features like the scalar type hinting, exceptions in the engine, anonymous classes, and the proposal to have consistent function names.

They also talked about interesting articles like one about urgent maintenance tasks site owners need to perform, improving MongoDB applications with Symfony listeners and creating PHP daemon services.

Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

274. PHP and JavaScript Innovation Award Report April 2015 Edition - January 2015 nominees

Updated on: 2015-04-20

Posted on:

This is the April edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of January 2015.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

273. 5 Urgent Maintenance Tasks You May Need to Perform on Your Site Now

Updated on: 2015-04-17

Posted on:

The recent times have been crazy for developers and Webmasters that strive to keep their sites running without disruptions.

What happens is that several important external sites and services are changing their APIs or introducing new rules that may break the code of your sites.

Read this article to learn about some important sites and APIs that are changing, so you can check if you need to perform urgent maintenance tasks to keep your sites working without troubles.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

272. Team Communication Starts with HipChat

Updated on: 2015-03-31

Posted on:

HipChat combines every communication method you’d ever need—IM, group chat, screen sharing, file sharing, link sharing, video and voice calling—into a single solution.

Working remotely, working across time zones, and working with the person right next to you becomes infinitely simpler and more efficient. Find out more.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1992 - 1983   ...   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   272 - 263   262 - 253   252 - 243   ...   2 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article