Notices tagged with php5
-
Roland Häder (roland)'s status on Tuesday, 09-Aug-2016 20:20:52 CEST Roland Häder
I never do #session-handling on my own (code), I let #PHP5 do the job for me and all went fine ... :-( -
Roland Häder (roland)'s status on Friday, 05-Aug-2016 11:03:35 CEST Roland Häder
!security #php5 my improved #ctracker version does now also log and block (mostly) unwanted request methods such as CONNECT. This one for example can be (ab-)used for sending bulk mails out and wasting your bandwidth for their spam. -
Roland Häder (roland)'s status on Thursday, 18-Feb-2016 21:06:26 CET Roland Häder
@morgenland bei mir zuerst #WindowsNe (upps), bzw. #SuSE ;-) Dann nur noch #Debian, zwischenzeitlich auf einem Laptop, meinem #Thinkpad, #Gentoo, aber das ist nun runter. Zum Glueck "musste" ich wegen Arbeit nicht wieder #Windows installieren, da ich #PHP5 und #Java schreibe. :-) Ja, C++ ist auch relativ "plattformuebergreifend", wird aber nun OT. -
Roland Häder (roland)'s status on Tuesday, 09-Feb-2016 14:37:59 CET Roland Häder
@sebasfc wenn es nur beim reinen bewerben bliebe ... Bei #Hartz4 gibt es einen #Bewerbungszwang. Das heisst, du musst dich auf Stellen bewerben, wo dich irgentwann die Firmen gar nicht haben wollen (z.B. auf #ASP.net, obwohl ich "nur" #PHP5 und #JavaEE kann (nicht alles versteht sich). Das macht keinen Sinn und nervt auch die Firmen: "Ah, wieder so einer, der sich bewerben muss ..." Und schon ist meine Bewerbung fuer die Katz. :-( -
Roland Häder (roland)'s status on Wednesday, 27-Jan-2016 20:13:31 CET Roland Häder
Wah, jobs for application developers with #JavaEE and #PHP5 is really hard to find ... You wonder why? Well, the simple reason is that there are so many specializations, like #JavaServerFaces but with #Oracle (I know in #MySQL) or these tons of frameworks (not just PHP, but also #AJAX). How should I learn that all? -
Roland Häder (roland)'s status on Sunday, 24-Jan-2016 14:55:34 CET Roland Häder
Garr, Thema #Bewerben. Versuche das mal wenn es wie folgt heisst: "sehr gute #Kenntnisse von #Drupal und dessen Konzept" man aber "nur" Kenntnisse in #PHP5, #OOP, #JavaEE, #JavaScript, #CSS und #HTML5 hat. :-( Keine Chance, weil es zu stark ausspezialisiert ist. :-( !hartziv zwingt mich aber bald dazu ... -
Roland Häder (roland)'s status on Sunday, 17-Jan-2016 15:13:50 CET Roland Häder
I'm currently rewriting my #PHP5 #framework called #core to have socket-handling encapsulated into an own class (or 2, depends on). Currently, I try to wrap socket_select() and socket_accept() to be more OOP-ed. -
Roland Häder (roland)'s status on Tuesday, 22-Dec-2015 21:50:35 CET Roland Häder
Gah, non-blocking I/O can be a bit of pain. :-( Well, for my !hub code ( #PHP5 ) I need it, else the PHP process will "hang" until a peer connects and this is not what I want. Fortunately I don't need to check on non-blocking I/O as 99.9999% of all my connections are IPv4-based (yes no IPv6 is currently supported). So I just need to clear the "error" "operation in progress" in PHP's socket facility and treat it as okay, too. :-( Cost me some time to figure that out ... -
Roland Häder (roland)'s status on Wednesday, 18-Nov-2015 20:21:59 CET Roland Häder
@mcscx @dragnucs no, that backslash is required for name spaces in #PHP. They are existing relatively long in #PHP5:
PHP
Namespaces were introduced into PHP from version 5.3 onwards. Naming collision of classes, functions and variables can be avoided. In PHP, a namespace is defined with a namespace block. #Wikipedia : https://en.wikipedia.org/wiki/Namespace#Use_in_common_languages -
Roland Häder (roland)'s status on Saturday, 12-Sep-2015 21:52:40 CEST Roland Häder
@mmn yes, I know. :-) The #wheezy #Debian edition needs to update their #PHP5 packages very soon. -
Roland Häder (roland)'s status on Friday, 03-Jul-2015 18:40:01 CEST Roland Häder
Wha, very warm now here in #Krefeld. But don't we always complain about weather? ;-) Btw. I have continued a little with my #PHP5 projects #core, #city and #hub. -
Perro Greato (perro)'s status on Monday, 08-Jun-2015 15:12:45 CEST Perro Greato
Did some security updates on #Debian becaues of #PHP5 https://security-tracker.debian.org/tracker/DSA-3280-1 -
Stephen Vanderwarker (scuba323)'s status on Thursday, 26-Mar-2015 03:14:44 CET Stephen Vanderwarker
So, I made quite the epic logout page for Squirrel mail. Redirect, checks headers and makes sure the referrer is from S-M. If not it blocks. Then you can opt in or out to have crypto scrambled IP address sent to MySQL to show how many times you use the service ;)
#linux #ftw #php5 #mysql -
Stephen Vanderwarker (scuba323)'s status on Thursday, 26-Mar-2015 03:14:44 CET Stephen Vanderwarker
So, I made quite the epic logout page for Squirrel mail. Redirect, checks headers and makes sure the referrer is from S-M. If not it blocks. Then you can opt in or out to have crypto scrambled IP address sent to MySQL to show how many times you use the service ;)
#linux #ftw #php5 #mysql -
Roland Häder (roland)'s status on Sunday, 22-Feb-2015 23:00:00 CET Roland Häder
New #public group !hub available which is mostly a support group for my #PHP5 project called "Generic Object Sharing Hub" or short #hub. cc !fedgroups -
Roland Häder (roland)'s status on Wednesday, 18-Feb-2015 19:10:05 CET Roland Häder
Why do I get nothing for #get_loaded_extensions, but testing on one does work? #php5 #gentoo
<?php
print 'Extensions:' . PHP_EOL;
print_r(get_loaded_extensions(), true);
print 'pdo_mysql=' . intval(extension_loaded('pdo_mysql')) . PHP_EOL;
?> -
Roland Häder (roland)'s status on Saturday, 31-Jan-2015 00:26:56 CET Roland Häder
#PHP7 nimmt auf #PEAR Ruecksicht? Das Ding wurde doch nur #PHP5 kompatibel gemacht, nie aber wirklich komplett ueberarbeitet. Wann macht man mal PEAR neu? Daher kam es fuer mich nicht in Betracht, als ich mir mein Framework am aussuchen war. Mein eigenes #core -Projekt hingegen ist komplett #OOP und wird mit vermutlich wenig Anpassungen auch unter PHP 7 laufen. Ich will nicht sagen, dass es ultimativ sei, aber schaut selbst: https://git.mxchange.org/?p=core.git;a=summary -
Roland Häder (roland)'s status on Saturday, 31-Jan-2015 00:26:56 CET Roland Häder
#PHP7 nimmt auf #PEAR Ruecksicht? Das Ding wurde doch nur #PHP5 kompatibel gemacht, nie aber wirklich komplett ueberarbeitet. Wann macht man mal PEAR neu? Daher kam es fuer mich nicht in Betracht, als ich mir mein Framework am aussuchen war. Mein eigenes #core -Projekt hingegen ist komplett #OOP und wird mit vermutlich wenig Anpassungen auch unter PHP 7 laufen. Ich will nicht sagen, dass es ultimativ sei, aber schaut selbst: https://git.mxchange.org/?p=core.git;a=summary -
lnxw48 (Linux Walt) (lnxw48)'s status on Sunday, 18-Jan-2015 18:23:04 CET lnxw48 (Linux Walt)
@roland That instance may be on “shared hosting” ... in which case, #OpenSSL / #libssl / #php5 versions are chosen and installed by the hosting company, not by those who pay for hosting.
-
Roland Häder (roland)'s status on Sunday, 18-Jan-2015 18:14:40 CET Roland Häder
@erkanyilmaz runs @question on his instance. Which is a good chat bot. Well, I hope he can update his server, not sure which package, at least #OpenSSL and #libssl packages + maybe #php5.