#php
04 November 2007
Total 32 pages. You are browsing page 1/32.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
--- Log opened Sun Nov 04 00:00:13 2007
00:00 <****> mattmcc: You have a point there. I lust my IMAP though =)
00:00 <****> Yeah, I just set up Thunderbird to IMAP to Gmail yesterday.
00:01 <****> Ktron_: i got a faster one now
00:01 <****> I'm almost done mine
00:01 <****> mattmcc: Only my gmail spam acnt was IMAP last week, now all are as of today! WOOHOO!
00:01 <****> Oh, pardon, 'Icedove'
00:01 <****> but not much faster ;(
00:01 <****> mattmcc: IceDove?
00:01 <****> Jymmm: Debian's renamed Thunderbird.
00:01 <****> The trademark issue.
00:02 <****> 112k per 1 sec
00:02 <****> with strncmp()
00:02 <****> mattmcc: Ah, On M$, I use TB portable, Then just backup the whole folder to cd/dvd.
00:03 <****> mattmcc: Gotta install TB on a new computer and restore your email... copy the folder back, done with all setttings in tact.
00:05 <****> hey all.
00:05 <****> fredrik, let's see how this does
00:06 <****> I haven't look at optimizing the comparison yet
00:06 <****> just what comparisons it does
00:06 <****> if i use a input field that is password type will content show in address bar if i _get?
00:06 <****> fredrik, http://ktron.pastecode.com/43008
00:06 <****> ok
00:07 <****> if you pastebin the others and tell me better what the test is, I'll run it on this system too
00:07 <****> brandonc503b: Yeah
00:07 <****> Jymmm: Shame they never got roaming profiles worked out, so that hoop jumping wouldn't be necessary.
00:07 <****> brandonc503b: yes
00:07 <****> Ktron: Did iterations 75362 in 1.00000190735 seconds
00:08 <****> fredrik, worse than my first?
00:08 <****> hm
00:08 <****> nah
00:08 <****> same
00:08 <****> krap
00:08 <****> fredrik, alright, one more attempt for me
00:09 <****> mattmcc: Yeah. I've been considering writing an RFC, but I havne't worked out all the details. Still working thru the cavets of BIND so see how difficult some customization would be.
00:09 <****> right now i have the password and user name in the code... but i want to make it have to be entered but obviously dont want it to be show in address bar... what is easiest way to do that?
00:09 <****> Ktron: I lay back untill you get above 112k then I have to try to beat that ;P
00:09 <****> can you post the code for the test you're doing?
00:09 <****> sure
00:10 <****> it's not really perfect or antyhing, the test code but it's the same for all tests.
00:10 <****> http://pastebin.se/46814
00:10 <****> Jymmm: Well, before that, look at ACAP (RFCs 2244 and 2245)
00:10 <****> so ofc. the test itself slows the execution down, but the test is the same for all functions
00:10 <****> heh had two open
00:11 <****> Jymmm: One of those things where a possible solution to the problem was drafted 10 years ago, and never acted upon.
00:16 <****> Ktron: damn, we're about equal was an error in my function :P
00:16 <****> mine ticks in a t 75k also
00:16 <****> gah
00:16 <****> *back to the drawingboard*
00:16 <****> fredrik, heh
00:16 <****> hold on
00:16 <****> I think I know how to squeeze a little more
00:18 <****> hrmm -- I tab over to IRC, and what do I see "I think I know how to squeeze a little more"
00:18 <****> nice
00:19 <****> fredrik, what was wrong in your function?
00:19 <****> post it, it wants it
00:19 <****> Ktron: comparions was erronous
00:19 <****> did it backwards, so it matched not matching
00:19 <****> which made it faster ;P
00:20 <****> to tired, need to sleep
00:20 <****> fredrik, alright :)
00:23 <****> fredrik, your test is flawed too I think
00:24 <****> well, it's not really a good test no - but it's equal for all functions (i change it yes, the code i pasted to you compare two equal strings)
00:24 <****> but it didnt effect any of the results majorly
00:26 <****> how to get extension or mime-type of file on server ?
00:29 <****> im of to sleep now
00:29 <****> night guys
00:30 <****> night fredrik
00:30 <****> Warning: Channel validator warning: field "version" - versions less than 1.0.0 cannot be stable
00:30 <****> my first heavily beats my last
00:30 <****> when doing "pear package"
00:30 <****> is that a problem?
00:30 <****> fredrik, if you get bored
00:31 <****> fredrik, http://ktron.pastecode.com/43014
00:31 <****> fredrik, that test should be a bit more sound
00:31 <****> (for comparison)
00:32 <****> whats up my people?
00:32 <****> Hi, im pretty new to simpleXML. and im trying to create a new SimpleXMLElement() class. but all i want is an empty XML document. is there a way to do this without including file ?
00:33 <****> lafa: you want a blank text file named whatever.xml ?
00:34 <****> in /home/lafa/public_html/Projects/XMS/Application/extension/theme.ext.php on line 49
00:35 <****> I would just write a text file
00:35 <****> [[fields]], Ok, empty or with the <?XML tags at first line?
00:36 <****> lafa: if you want the xml tags on the first line, then do it
00:36 <****> lafa: use fwrite()
00:36 <****> you should be able to edit these xml files using SimpleXML
00:37 <****> ok il try :)
00:37 <****> why do you want a blank xml file anyway?
00:38 <****> You can't actually have a blank XML file.
00:38 <****> Hi, if i do a if($test == $ha) and want it to be case sensitive, what should i do then?
00:38 <****> it already is case sensitive
00:39 <****> to be case insensitive you'd do if(strtolower($test)==strtolower($ha))
00:39 <****> mattmcc, Do i need more than the first line? or i need to actualy add a root element to get it to work?
00:39 <****> lafa: A well-formed XML document has to have a root element.
00:40 <****> well "FOO" != "foo"
00:40 <****> and "Foo" != "foo"
00:40 <****> but "FOO" = "FOO"
00:41 <****> mattmcc, Well want i want to do is, when my class construct. it creates a new simpleXML object which is empty. after that i will use simpleXMLElement::addChild() to fill with data.
00:41 <****> its not casesensitive if i just do if("ha" == "HA")
00:41 <****> if("ha"=="HA") returns false
00:41 <****> question guys... phpmailing is not working not sure if it is Zend that couaed it or soemthign else.. where in php.ini would I make the change to get it working ?
00:41 <****> are you confused on the terminology of case sensitive vs. case insensitive?
Total 32 pages. You are browsing page 1/32.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
