@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
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 25 26 27 28 29 30 31 32 33 34 35 36



Comments:

<0> red hat
<1> firefly: Gawd, you just dont' know when to shut up do ya???? What makes you think I'm a man????????????????????????????? huh? huh? huh? I am woman, hear me roar!
<2> I'm trying to upgrade to mysqli from mysql. I installed the mysqli extension (FreeBSD ports), verified everything (it's added as an extension and no errors were found), I restarted the Web server, BUT my test script fails. php -l test.php reports no syntax errors, and running it on the CL returns "/libexec/ld-elf.so.1: /usr/local/lib/php/20050922/mysqli.so: Undefined symbol "zend_object_std_init"". Running it in Web mode doesn't output anything, even
<2> with error reporting turned on via ini_set. Ideas? :/
<0> i just compiled
<3> sonasks: did you try yum or up2date or whatever?
<4> Jymmm, i don't want to hear you roar
<0> no no no i can`t do it like that - it`s on a production server
<4> maybe another time...
<5> $cn = mysql_query('SELECT cn FROM ldap WHERE uid="$_SERVER['REMOTE_HOST']"'); and then echo 'Name: ' . $cn; ?
<0> it have to be on a separate prefix
<5> is this right?
<0> i can`t find anything on php.net
<0> only binaries for win32
<0> and complete source code for linux
<2> What a surprise that nobody read that...



<3> sonasks: I'm sure you can find rpms somewhere
<0> i know
<3> Kartagis: no, that's way off... read the docs please
<0> but i would ratgher have it in some rar/tar/zip
<0> rpms may overwrite my existing php 4
<0> runnig right now on that server
<0> or
<3> can you install rpms into a user dir?
<0> is there a way to put --prefix to rpm ?
<2> :|
<2> Always these god damn errors...
<6> What
<6> 's the simplest way to grab a random string from a text file?
<6> Well.
<2> Did ANYONE even read my problem?
<3> sonasks: don't know, ask in #redhat?
<6> Erm.
<0> i compilde php5 with soap and newest libmxl
<0> and i get error:
<0> org.xml.sax.SAXException: SimpleDeserializer encountered a child
<0> > >>> element, which is NOT expected, in something it was trying to
<0> > >>> deserialize.
<0> ups :D
<7> php-bot: IF
<0> so i want to try precompiled binary to make sure this is a build fault
<3> sonasks: why not use a newer version of php?
<0> this is a mUST to have 5.1.0
<0> don`t ask me :D
<3> are you using the correct version numbers for the packages it needs to compile? etc
<3> I'm so used to gentoo compiling everything for me...
<8> morning...
<9> i'm storing account p***words encrypted in a database table. should i create a special function that will generate a special seed for each p***word, based on the p***word, or should i use the same seed for encrypting every p***word?
<3> I guess just salting it with the same thing should be fine
<8> litage: you're not using md5 to encrypt ?
<10> litage: from a security point it's not really going to matter either way because if they can read your script they can get the seed no matter what it is
<11> Is this valid? :) $redirect = $redirect_url ."?" .$vars;
<9> RvGaTe: nope, i'm not. md5 was broken a while ago
<12> Blah, why doesn't Cc: or Bcc: seem to work with mail for me...
<8> never seen md5 broke down :S
<13> The qeustion is: Should I use Symfony?
<10> lightbringer: how are you setting it ?
<9> RvGaTe: "broken" as in compromised. an md5 hash can now be reversed
<12> Rubberneck, http://rafb.net/paste/results/fVufjw50.html
<11> litage: in two steps, too - no?
<12> of course giving it a string for bcc
<8> litage: yes, but its harder to reverse a mysql_encode
<8> litage: md5 is harder then mysql_encode...
<12> I've even replaced the variable with the exact e-mail address I want (the string of bcc)
<12> (and of course removed the if)
<14> help me
<15> with
<14> im still incurious about php page
<14> ex: www.domain.com/index.php?s=something
<14> what is ?s= does actualy?
<14> sorry for bad english
<16> hi all
<14> please explain the fucntion..
<3> rud: that can be anything
<3> it is not a predefined function
<1> !9c to f
<3> read about php here: php.net



<3> there might be a version in your local language
<14> rwc-: please help me
<14> rwc-: explain it with your easy words
<3> rud: I dont understand the question
<14> umm..
<15> rud: ?s= makes $s= something in the page
<12> Rubberneck, any ideas?
<1> !+forms
<17> Read this to learn more about html forms, including GET and POST methods http://www.cs.tut.fi/~jkorpela/forms/methods.html -and- http://php.net/variables.external -and- http://www.apptools.com/phptools/forms/forms3.php
<15> index.php?s=hello would make echo $s do "hello"
<14> page links are actualy writed in /page.html or /page.php
<15> .php
<1> !tell rud about forms
<14> hmm
<2> <:(
<2> OK. Any idea what "/libexec/ld-elf.so.1: /usr/local/lib/php/20050922/mysqli.so: Undefined symbol "zend_object_std_init"" means?
<10> lightbringer: sorry no
<12> Hrm.
<18> I want to put the contents of an array into a normal variable... how do I do that.. the array just has strings.
<10> lightbringer: i normaly use the http://pear.php.net/package/Mail_Mime when sending anything besides a simple mail because doing all of those headers is a pain :)
<19> hi
<3> jsoft: serialize
<12> Rubberneck, this is someone else's (fairly) pretty code, I'm just trying to make it work
<20> Hi, i have apache, mysql and php installed on my computer (comes with slackware) and everything is set up... I just don't know where to put .php files :)
<3> Infernal_Revange: try /var/www/htdocs or something
<10> lightbringer: stupid question but have you removed everyone execpt the to and from and bcc and a normal text message and see if that works
<10> lightbringer: or does it send the mail just with the bcc
<12> Maybe mean in that last sentence?
<12> It sends the message correctly in all aspects but the address specified in Bcc: doesn't appear to receive any mail.
<21> hi can some one name good ajax impltementation package for php
<21> i have worked with sajax
<21> its a bit bulky
<21> and chuky
<12> Rubberneck, I'm about to go to bed, any last comments?
<10> lightbringer: nothing that i can think of sorry
<12> thanks anyways
<12> later
<22> #excomponants
<21> !ajax
<20> rwc-, thanks!
<2> What does "/libexec/ld-elf.so.1: /usr/local/lib/php/20050922/mysqli.so: Undefined symbol "zend_object_std_init"" mean?
<2> It's the output of me trying to run a PHP script using "mysqli" functions on the CLI.
<3> google it?
<2> Google, as always, returns nothing.
<23> someway returned something undefined
<23> check your code again
<23> or check as well the librarie info
<2> It's a simple test script...
<2> Check the library info? What do you mean?
<23> maybe you need to intereact in some other way with the librarie
<2> It's added as an extension and the Web server is restarted.
<23> google the librarie, it will give you the info on what is used for and how to use it ( if possible ) in any script
<23> lol
<23> then i got no clue my friend
<7> guys i want to convert secounds number to 00:00:00 .. can someone point me to a function to do it ?
<24> in java, easily
<24> in php, I don't know
<25> date()?
<7> sproutworks: date can convert ? let me check
<22> it would be easy with something like http://aidanlister.com/repos/v/Duration.php
<24> hum
<24> If I remember well, I did it , recently. but don't remember where
<26> is there any way to clear a declaration. I want to load a library and then unload it, to load an other...unload because Call names couldbe the same. Any ideas ?
<24> SheriF_WorK > there is samples here : http://fr.php.net/date
<22> the link i posted is dead simple to use
<24> the one I posted too
<7> also a friend pointed me to this http://www.laughing-buddha.net/jon/php/sec2hms/
<24> :)
<27> xored: i dont think thats possible
<22> xored: look at php.net/runkit if you dare
<26> philip: on it,
<26> philip: this seems not to be a "standard" package find on normal hosters, or?
<22> you're correct
<22> you won't find anything standard for your desired task


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

fixmbr without windows
debian sonicwall mtu
#linux
#math
#perl
#lgp
linux ralink rt2500 wpk
#css
cubepanel debian
#debian



Home  |  disclaimer  |  contact  |  submit quotes