Slashdot Mirror


User: g_dancer

g_dancer's activity in the archive.

Stories
0
Comments
18
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 18

  1. Re:Compatible? on PHP 5 Released; PHP Compiler, Too · · Score: 1

    SQLite is *not* the default session handler, although you may use SQLite to store your session data.

  2. Serendipity! on Bloggers Assail Movable Type's New Pricing Scheme · · Score: 1

    If you are looking for a standards compliant, feature rich, and open source weblog solution written in PHP have a look at Serendipity.

  3. Re:Longhorn == Cairo on Longhorn in 2006 · · Score: 1

    Cairo? ;-)

  4. ScummLinux LiveCD on ScummVM 0.5.0 Out, With Some Official Game Support · · Score: 3, Informative

    The ScummLinux project allows you to play your favorite ScummVM-supported games anywhere; just boot the CD, choose a game, and enjoy. It supports all the soundcards supported by the Linux kernel and TV-Out for some graphics cards, so you can even play on a television set.

  5. PHP and Friends @ LinuxTag on LinuxTag Show Report · · Score: 4, Informative

    Coverage of the "PHP and Friends @ LinuxTag" effort can be found here.

  6. Bielefeld. Not Brussels on The Beast of Brussels · · Score: 1

    It looks to me like this is another attempt by THEM to distract the public from Bielefeld, the German city that does not exist.

  7. Re:PHP Wishlist on International PHP Conference 2003 · · Score: 3, Informative

    With the upcoming major release (PHP 5) PHP will overcome its deficits when it comes to object-oriented language constructs. Have a look at this for a list of new features of the Zend Engine 2, the compiling and executing kernel of PHP 5. The Script Running Machine (SRM) completes PHP to an Application Server by providing a co-process to the web-server that runs persistent PHP objects.

  8. Re:Did fox even try? on Firefly Likely to be Cancelled · · Score: 1

    Just look at what Fox did with Millenium, Harsh Realm, The Lone Gunmen and Futurama. They don't seem to care about their good series. And maybe, just maybe, "good" does not sell because the focus group that likes good shows (we) is too small compared to the dumb masses.

  9. Re:Bringing it all together on PHP 4.3.0 w/ZEND 2 Alpha · · Score: 1

    The Zend Engine 2.0 will not be part of PHP 4.3.0. The mentioned Alpha Release of the Zend Engine 2.0 ships with the current development version of PHP, which is what PHP 4.3.0 will released from.

  10. GCC and Linux Kernel on GCC 3.1 Released · · Score: 1

    Does GCC 3.1 build the Linux kernel correctly now? I had problem with the GCC 3.0.x versions and some 2.4 kernel modules.

  11. phpOpenTracker on Statistical Analyzers for HTTP Logs? · · Score: 1

    phpOpenTracker does not rely on logfiles, but seems like addressing your needs.

  12. Re:"support" on PHP 4.2.0 RC3 - Works With Apache 2.0.35 · · Score: 1

    Daniel and Andreas from php4win.com provide for quite some time Apache 2.0.X binaries, as well as the matching PHP Apache2Filter SAPI Module.

  13. Re:WOOOHOOO! on PHP 4.2.0 RC3 - Works With Apache 2.0.35 · · Score: 1

    PHP 4.2.0, which is due to be release on my birthday (April 22nd, for those who don't me that well :-), will have a more or less stable Filter (the new term for 'module') for Apache 2.0.35+. Thanks to the effort of some of the Apache guys, most notably Aaron and Cliff, it is much more stable than some weeks ago, but still not 'perfect'.

  14. Re:PHP And other Modules on PHP 4.2.0 RC3 - Works With Apache 2.0.35 · · Score: 1

    Apache 2.0.1 was released a _long_ time ago :-) The first general release, which you're referring to, was Apache 2.0.35.

  15. PHP Interface to GoogleAPI on Google Releases an API for Their Database · · Score: 1

    You can find a PHP interface to the Google API here. It builds upon the PEAR SOAP implementation for PHP, which is currently under development and can be obtained by CVS.

  16. OPL, DocBook on Tackling Open-Source Book Projects? · · Score: 3, Informative

    I'm currently planning / writing an open source book (" Object Oriented Software Development with PHP ") myself, so I'm interested in other people's experiences, too. I use DocBook to write the book and CVS to manage the XML files. I chose the Open Publication License (OPL), because I think it fits my needs best. Although I just started last week, the first pages are already online, so that I can recieve feedback from readers even at this early stage of writing. This helps in finding topics I should focus on, because there's more interest in it by my prospect readers. HTH, Sebastian

  17. ntfs driver broken? on 2.4.9 Kernel Released · · Score: 1

    Hey there, I'm currently on the run to catch a train, so I have no time to search the web for the right place to reportbugs, compile errors and the like. So, please bear with me. Here we go: make[3]: Entering directory `/usr/src/linux/fs/ntfs' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DNTFS_VERSION=\"1.1.16\" -c -o unistr.o unistr.c unistr.c: In function `ntfs_collate_names': unistr.c:99: warning: implicit declaration of function `min' unistr.c:99: parse error before `unsigned' unistr.c:99: parse error before `)' unistr.c:97: warning: `c1' might be used uninitialized in this function unistr.c: At top level: unistr.c:118: parse error before `if' unistr.c:123: warning: type defaults to `int' in declaration of `c1' unistr.c:123: `name1' undeclared here (not in a function) unistr.c:123: warning: data definition has no type or storage class unistr.c:124: parse error before `if' make[3]: *** [unistr.o] Error 1 make[3]: Leaving directory `/usr/src/linux/fs/ntfs' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux/fs/ntfs' make[1]: *** [_subdir_ntfs] Error 2 make[1]: Leaving directory `/usr/src/linux/fs' make: *** [_dir_fs] Error 2 This is a vanilla 2.4.9 tree on a SuSE 7.1 system. Please forward this to whereever it belongs and drop me a note (either here or in private mail), so I'll know better for the future. Thanks, Sebastian

  18. Have a look at DocBook/XML on Version Control for Documentation? · · Score: 1

    Have a look at the DocBook/XML system. It is used by a lot of Open Source projects, including PHP and phpOpenTracker. A variety of XSL stylesheets exist, for transformation from XML to HTML, PDF or LaTeX for instance.