Notices tagged with php, page 8
-
Rasmus Lerdorf (http://twitter.com/rasmus)'s status on Monday, 23-Jan-2012 17:59:39 CET Rasmus Lerdorf Sorry folks, we had a slight glitch in the svn->git migration which took down parts of http://t.co/QWkCHPpE - it will be back soon. #php -
Thomas Schedler (http://twitter.com/chirimoya)'s status on Sunday, 22-Jan-2012 11:26:46 CET Thomas Schedler every #php dev should read the blog-series "Create your own framework... on top of #Symfony2 Components" by @fabpot … http://t.co/yctIGX8j -
Etsy Engineering (http://twitter.com/codeascraft)'s status on Wednesday, 18-Jan-2012 22:17:45 CET Etsy Engineering First talk of 2012 announced: an evening with @s_bergmann talking #php. RSVP here: http://t.co/MpH8mTx9 -
Lukas Kahwe Smith (http://twitter.com/lsmith)'s status on Monday, 19-Dec-2011 21:23:37 CET Lukas Kahwe Smith btw if this isnt clear yet: there is zero excuse not to test your library against latest #PHP 5.4 RC's thx to @travisci http://t.co/MZW5uXi0 -
Joe Devon ® (http://twitter.com/joedevon)'s status on Monday, 19-Dec-2011 17:18:11 CET Joe Devon ® Blog post: http://t.co/9ONGiDXb You thought SQL injection was bad? Schema injection coming to a NoSQL site near you. #php #mongodb -
Lukas Kahwe Smith (http://twitter.com/lsmith)'s status on Monday, 19-Dec-2011 09:25:21 CET Lukas Kahwe Smith so now you can get textual code coverage reports with colors and all for #PHP projects on @travisci http://t.co/exNY1T78 -
PierreJoye (http://twitter.com/PierreJoye)'s status on Sunday, 04-Dec-2011 11:46:54 CET PierreJoye Patch for new and better getter/setter has been posted! Check it out, feedback welcome! http://t.co/TBjGDBuQ http://t.co/GnxB5Vcl #php -
William DURAND (http://twitter.com/couac)'s status on Monday, 07-Nov-2011 23:12:01 CET William DURAND Introducing #Geocoder: http://t.co/U04jDGm4, the almost missing Geocoder #PHP 5.3 library. -
Felix Ostrowski (http://twitter.com/literarymachine)'s status on Tuesday, 01-Nov-2011 16:29:57 CET Felix Ostrowski My try at a linked data editor, implemented (a bit clumsy) in #PHP: http://t.co/8vJs7ggp -
Matt Farina (http://twitter.com/mattfarina)'s status on Friday, 28-Oct-2011 17:49:57 CEST Matt Farina Dependency Injection is something every #php dev should know. http://t.co/EYUZzN0R -
Evan Prodromou (evan@evan.status.net)'s status on Thursday, 06-Oct-2011 17:17:45 CEST
Evan Prodromou
Ils sont de retour! Adoptez un éléphant PHP. | La Communauté PHP Québec
-
Daniel Kinzler (brightbyte@identi.ca)'s status on Wednesday, 21-Sep-2011 00:09:16 CEST Daniel Kinzler #wtf #php? substr('X', 1) returns false, not ''. #why? -
Daniel Kinzler (brightbyte@identi.ca)'s status on Friday, 16-Sep-2011 17:39:06 CEST Daniel Kinzler when installing stuff from #pear, it never makes the files readable. i have to fix that by hand. what am i doing wrong? #php -
Threatpost (http://twitter.com/threatpost)'s status on Wednesday, 24-Aug-2011 16:02:36 CEST Threatpost #Tpost -- After warning users of a serious bug in #PHP 5.3.7 & advising not to upgrade, they have released the remedy: http://ow.ly/6bvD1 -
Matt Farina (http://twitter.com/mattfarina)'s status on Wednesday, 24-Aug-2011 14:09:57 CEST Matt Farina #php 5.2 is now no longer supported. http://t.co/XRm12H5 -
mongolito404 (http://twitter.com/mongolito404)'s status on Tuesday, 23-Aug-2011 16:01:52 CEST mongolito404 @Crell's Code Stinks presentation is not restricted to #Drupal or #PHP, any developer should be aware of all that was said #drupalcon -
Threatpost (http://twitter.com/threatpost)'s status on Monday, 22-Aug-2011 16:02:26 CEST Threatpost #Tpost - Serious #crypto problem in the latest release of #PHP; users are advised not to upgrade to 5.3.7 until resolved. http://ow.ly/69l3A -
Lukas Kahwe Smith (http://twitter.com/lsmith)'s status on Thursday, 04-Aug-2011 10:26:58 CEST Lukas Kahwe Smith all #PHP #CMS devs should join #PHPCR users mailinglist http://bit.ly/otYSVz #typo3 #midgard #drupal #joomla #nooku #wordpress #ezpublish .. -
Henri Bergius (http://twitter.com/bergie)'s status on Thursday, 28-Jul-2011 17:43:41 CEST Henri Bergius #Symfony2 was released today, and it can already run Midgard MVC components: http://t.co/HtoQELN #PHP #Ecosystem #Collaboration -
Daniel Kinzler (brightbyte@identi.ca)'s status on Wednesday, 27-Jul-2011 16:27:56 CEST Daniel Kinzler yet another #php #fail: $GLOBALS can't be accessed by reference. $a =& $GLOBALS fails silently.