Day: July 4, 2003

  • 2.6 Is Coming

    CNet:

    “I’m planning on starting the so-called ‘pre-2.6’ series in early July, and that is kind of a beta series,” Torvalds said Wednesday in an interview. He and Andrew Morton, the programmer who will maintain the 2.6 version, “are talking about starting a pre-2.6 series next week,” Torvalds said.

  • O’Reilly PHP SOAP Tutorial

    O’Reilly has an excellent tutorial on using the PEAR SOAP module in PHP:

    Web services allow you to exchange information over HTTP using XML. When you want to find out the weather forecast for New York City, the current stock price of IBM, or the best-selling DVD according to Amazon.com, you can write a short script to gather that data in a format you can easily manipulate. From a developer’s perspective, it’s as if you’re calling a local function that returns a value.