Eros

  • I has a thought. Be afraid.
  • Posts: 56
Re: A PHP fork?
« Reply #15, on June 16th, 2011, 09:27 PM »
Ya $_Request is something to be avoided. Its unnecessary and evil.
18+ Roleplay Forum <- hopefully running Wedge when it is ready.

Yaoi RP Forum <- hopefully running Wedge when it is ready.

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: A PHP fork?
« Reply #16, on June 16th, 2011, 09:56 PM »
I use $_REQUEST all the time :P.

Its nice PHP fork with a few nifty feature but I don't see myself switching it or giving it a shot honestly.
The way it's meant to be

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: A PHP fork?
« Reply #17, on June 16th, 2011, 10:00 PM »
No, neither do I but it's certainly interesting. It is mostly about whether this emerges into a more serious fork, and also whether any of this gets merged into 5.4/5.5/6.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

DoctorMalboro

  • I like rounded borders.
  • Posts: 316
Re: A PHP fork?
« Reply #18, on June 17th, 2011, 12:52 AM »
What happened to PHP6? It was so promising :(

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: A PHP fork?
« Reply #19, on June 17th, 2011, 01:35 AM »
Professional Hippies People?

* live627 runs away
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Eros

  • I has a thought. Be afraid.
  • Posts: 56

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: A PHP fork?
« Reply #21, on June 17th, 2011, 08:45 AM »
@Pete> In any case, it'll be years before we could safely use some of his improvements...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: A PHP fork?
« Reply #22, on June 17th, 2011, 08:50 AM »
Oh, I'm well aware it'll be a long time before anything here goes mainstream. I'm just intrigued that he actually forked it - because it's about pointing out how slow core PHP dev is, and more importantly how reluctant they are to look in new directions.

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: A PHP fork?
« Reply #23, on June 17th, 2011, 10:00 AM »
It's a conspiracy! Or not. :P Sounds awfully familiar, eheh. SM, anybody?

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: A PHP fork?
« Reply #24, on June 17th, 2011, 11:42 AM »
;) I made that point in the first post :P

CJ Jackson

  • I got myself a new iPad, a different world to the iPhone!
  • Posts: 241
Re: A PHP fork?
« Reply #25, on June 17th, 2011, 05:04 PM »
Quote from Arantor on June 16th, 2011, 05:48 PM
And you're explicitly distrusting the original contents in favour of something more reliable. ;)
I wasn't too sure about jQuery.getJSON(), does it rely on HTTP POST or GET?  (I notice postJSON() doesn't exist.)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: A PHP fork?
« Reply #26, on June 17th, 2011, 05:12 PM »
I don't know which off the top of my head, but if it works how I think it works, it'll be GET - because what it can do is inject a <script> tag into the DOM for the browser to fetch the contents dynamically - and it'll be JSON when it comes in, presumably.

Eros

  • I has a thought. Be afraid.
  • Posts: 56
Re: A PHP fork?
« Reply #27, on June 17th, 2011, 05:21 PM »
Quote from CJ Jackson on June 17th, 2011, 05:04 PM
Quote from Arantor on June 16th, 2011, 05:48 PM
And you're explicitly distrusting the original contents in favour of something more reliable. ;)
I wasn't too sure about jQuery.getJSON(), does it rely on HTTP POST or GET?  (I notice postJSON() doesn't exist.)
http://api.jquery.com/jQuery.getJSON/
Quote
As of jQuery 1.5, the success callback function receives a "jqXHR" object (in jQuery 1.4, it received the XMLHttpRequest object). However, since JSONP and cross-domain GET requests ...
The API says its a GET request. I has faith in jQuery's documentation. xD

hadesflames

  • Posts: 137
Re: A PHP fork?
« Reply #28, on June 17th, 2011, 07:23 PM »
I wouldn't even bother touching it until a proper IDE is created for it =P

Assuming they went on with the fork of course.

Eros

  • I has a thought. Be afraid.
  • Posts: 56
Re: A PHP fork?
« Reply #29, on June 18th, 2011, 02:37 AM »
Quote from hadesflames on June 17th, 2011, 07:23 PM
I wouldn't even bother touching it until a proper IDE is created for it =P

Assuming they went on with the fork of course.
....I wouldn't call the POS IDEs for PHP proper IDE's either. Then again, the only thing I think Microsoft ever did right was Visual Studio so....:/