PDA

View Full Version : Php 4.3.0


StarGate
01-04-03, 09:02 AM
So how is it? Does it give Programmers any new advantages?

Matt Wade
01-04-03, 06:42 PM
The largest advantage in my opinion is the new streams API. With it, you can use normal file functions to open a https connection. Used to be that you had to use something like curl to accomplish this....

interactive
01-05-03, 06:03 PM
Originally posted by StarGate
So how is it? Does it give Programmers any new advantages?

Like the other person said the API changes. I probably won't start using it for a while. Just cause of bugs.