| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Comments:
<0> you need what? <1> I'd have thought having $data being an input array would have been easier somehow :D <1> Still I've always been crazy :D <2> dammm it takes so long to compile gcc on a 200mhz box :( <3> should i set $_SESSION before or after ob_start(). i.e. which is the recommended way around to do it? <4> it's a good reason not to use a 200Mhz box <2> caffinated, it uses 12 volts <1> I still have an Amiga one, that must be babout 15 :D <2> and its very tiny <2> so its a perfect home server <0> itrebal: 55MHz? ARM proc? <2> just not for compiling <4> I can't think of much better things to be home servers than something so far outdated you can buy them at garage sales. <5> Stormchaser: http://makezine.com/controller/ <6> hey
<5> 32 bit :) <4> on the other hand, I also wouldn't build anything on it. find pre-compiled binaries. <0> itrebal: A simple "yes" would do :) <4> something that slow shouldn't even have GCC <0> caffinated: Maybe old.... VERY old versions of it... <5> hehe <4> Stormchaser: if it's 200Mhz (and i386) there are binaries that will work on it. <5> caffinated: are you kidding? he should use gentoo to **** every drop of proc. power out of it! <2> caffinated, hmmm i wil soon compile linux on it :) <2> will* <4> Silliman: then you're a fool. <0> itrebal: :) <5> :) <2> caffinated, why how long do you think its gonna take? a week? <0> Compile linux on 200 megs box? Are you MAD?!? <0> more <2> hmm <1> I used to run photoshop on a 366mhz one, I was mad back then :D <1> And that was about Photoshop 6.0. <1> I was so bored. <4> Zule|BBL: right, but photoshop is precompiled. this is different. <2> Stormchaser, i got all the time in the world <0> Zule: you're still mad :) <1> It was equally resource ****ing :( <2> all the time before screen dies <5> Stormchaser: i'm going to run Gentoo on this beast! <3> Silliman: I know how long it takes :( I've been there done that <4> it's going to take him longer just based on the fact that when something fails to compile (and it just might) then you're going to be doing the whole thing over again. <2> Narusegawa, how long then? <3> Compiled Gentoo on a P2 200mhz with 64mb ram once. A Stage 1 install too. <0> Silliman: I said nothing about time... Just that you're mad to even *think* of doing that... <7> why do firefox and IE need to read in pixel width/heights differently <4> Narusegawa: that sounds like a colossal waste of time <8> how do i remove on key/val from an ***oc array? <8> on/one <4> mandric: unset() <5> unset/array_pop... <3> caffinated: had to make the boss thing i was really busy ;) <8> itrebal: unset .. ah yes <3> Silliman: I had to leave an SSH session open for more than 2 days for a stage 1 install <8> thx <6> hey itrebal <5> hey surf <2> Narusegawa, 2 days isent that bad <2> its a vortex86 so its only gonna take 1,3 days :) <0> what the heck is vortex86? <2> Stormchaser, http://vortex86.com/ <4> I'll never understand the die-hard linux user. they're so bent on compiling things that they don't actually accomplish much, because they're too busy screwing around with their setups. <3> Silliman: Atleast 2 days, I can't remember the full length. Boss wouldn't give me a good intranet server to use, so I did a Stage 1 and made him look like a cheap skate for not buying a better server <2> Stormchaser, it runs perfectly for everything other then compiling <0> caffinated: I'm die-hard linux user, and I started to hate compiling... ****s too much time :/ <4> I'm probably going to ditch linux all together here soon <2> deb's and rpm's for the win! <4> it's a waste of time <2> caffinated, sounds like you havent found the right dist for you <4> I'm at the point where actually getting things done trumps my need to tinker with something cute <0> caffinated: heh... <4> Silliman: I've been using it for a long time now, I've probably used distros you haven't. <0> I even used rocklinux!!! :)
<0> (that REALLY ****ed) <3> Silliman/Stormchaser: Putting into SESSION and back again works. Thanks for that guys. <2> Narusegawa, np <3> Don't ya just hate taking over a broken project to then have to fix bugs to even get it to work initially <4> Narusegawa: I don't mind it so much, provided my predecessor was fired for it. <9> figured ou sftp in php. I must say the documentation on php.net has many errors in it <8> how do i return true if all values in an array are true and false otherwise? <0> caffinated: Did you needed to reweite the code from scratch or you were supposed to fic the code provided? <0> *fix <4> Stormchaser: yes. <0> caffinated: "yes" to which one? <5> Stormchaser: probably both <0> heh <8> is there a difference btw $foo[] and $foo[ ]? <0> no <5> i've been supposed to fix code, and i just rewrote it <8> err, $foo[] = 1; //and $foo[ ] = 1 ... <8> ie. space between brackets <1> lol <4> Stormchaser: while I was rewriting one, I had to fix the one in production. <4> Stormchaser: so basicly, maintainance on something because it was quick to get it running, and a replacemnt because the current system was not going to work for the long run <0> caffinated: That's probably the most sane way to do it :) <4> Stormchaser: no, it was the only way to do it. they couldn't afford the revenue hit. <0> caffinated: oh, okay <10> Question: I've got a php script on an apache server on linux. Is there a way to somehow check what user/group the script is being run as? <0> Ahroun: getgid() and getuid() <10> Stormchaser: Thanks. <10> well, close. getmyuid() and getmygid(). ;) <0> Ahroun: That's why the search is there :) <10> Crap, I was afraid of that. <10> My server isn't changing uid properly. <1> I get the feeling the whole lack of releases for php4.x means I'll have to update :( <0> you're still running as root? <1> Are phpflags mentioned anywhere in the manual? Or have I gotten the name mixed up? <11> anyone here know of a good tut on how to import xml to sql tables? <1> Those things you can use in .htaccess files to change settings :D <0> Zule|BBL: PHP4 will be alive for like a year or so... Don't count on more... <0> JakeM3tz: Google knows. <10> Stormchaser: Naw, running as Apache, but I'm trying to get it configured to run as another user for one of my vhosts. <1> They haven't released anything for it since Jan, and there has been a few security updates for php5 not back ported I believe <0> Ahroun: wolfpaws is your server? <11> lol, ive asked google and google tells me that im either not asking him the right question or he doesnt know, thats why i asked in here <1> I feel like a sad panda. <0> I feel like a wolf :) <10> Stormchaser: Ayup. <11> so anyone know of a good tut on how to export xml to mysql? <0> JakeM3tz: #mysql <11> hmm, well i wanna do it in php. thats why i asked in here <0> Ahroun: pm for a bit? <10> Stormchaser: Sure <1> I'm getting confused. Has anyone used php_flag stuff? I don't understand what this 'PHP_INI_PERDIR' means. That it has to be set by directory so subdirectories won't inheret anything you set, or it can be set per directory? <1> or it can be set in one directory and the rest will inheret* even. <1> I said the same thing twice, I am pretty dumb :) <0> Zule: We *know* that :) <1> Any help on the question? :D <12> What is the most popular PHP Editor? Zend? <13> The_Fed vim <12> What is the best editor? <13> vim <1> I so knew that was coming :D <0> vim!?! Vim is for losers... /dev/urandom <1> I'm with Stormchaser :D <14> :P Stormchaser - I use vim <10> Chuck Norris doesn't write programs, /dev/urandom spews out the desired source code so that Chuck Norris won't go kungfu on it. <13> I don't like vim :) <0> lig: ...now, as I was saying... <0> Ahroun++ <4> lig: i'm sorry. <0> lol
Return to
#php or Go to some related
logs:
#asm #perl #perl perl why doesnt chomp work BLOB/TEXT column 'filename' used in key specification without a key length web based irc client quakenet
| |