php-general Digest 3 Nov 2012 09:32:47 -0000 Issue 8029

2012-11-03 Thread php-general-digest-help
php-general Digest 3 Nov 2012 09:32:47 - Issue 8029 Topics (messages 319650 through 319657): Re: Creating an Advanced Form 319650 by: Jay Blanchard 319651 by: Matt Graham 319655 by: tamouse mailing lists 319656 by: Robert Stone Differentiate Line breaks and

php-general Digest 3 Nov 2012 22:09:51 -0000 Issue 8030

2012-11-03 Thread php-general-digest-help
php-general Digest 3 Nov 2012 22:09:51 - Issue 8030 Topics (messages 319658 through 319661): Re: Creating an Advanced Form 319658 by: Matijn Woudt Re: Multithreading for OOP PHP 319659 by: Alex Nikitin 319660 by: Dotan Cohen Java guru? 319661 by: Tedd

Re: [PHP] Re: Multithreading for OOP PHP

2012-11-03 Thread Joe Watkins
On 31/10/2012 13:46, Alex Nikitin wrote: Hey guys (and/or gals), I have heard this question entirely too many times, I think at some point Rasmus just stopped responding to it. The real reason that PHP is not threaded has nothing to do with PHP internal or extension thread safety, the reason is

Re: [PHP] Creating an Advanced Form

2012-11-03 Thread Matijn Woudt
Op 3 nov. 2012 02:12 schreef tamouse mailing lists tamouse.li...@gmail.com het volgende: I'm sorry. This code just makes me weep. Let's just take a quick look at this line here: $rsSearch = mysql_query($sqlSearch); You have not supplied a database connection, so mysql_query will fail.

Re: [PHP] Re: Multithreading for OOP PHP

2012-11-03 Thread Alex Nikitin
Threading doesn't increase complexity? Spoken truly like somebody who has not had to actually write, test and debug proper, high performance threaded code. Please tell me how threading doesn't increase complexity of any data structure? I may agree if you talk about php running in cli, but then the

Re: [PHP] Re: Multithreading for OOP PHP

2012-11-03 Thread Dotan Cohen
As far as php side goes, it's a problem of design of the apps. Just because people decided to go through hoops to use the threaded model doesn't mean that it is any faster than writing to the same thing in event driven model, event driven way is sometimes much faster than threads. I'm on

[PHP] Java guru?

2012-11-03 Thread Tedd Sperling
Hi gang: Anyone here a Java guru? If so, please contact me privately -- I have a question. Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question

2012-11-03 Thread Marco Behnke
Am 03.11.12 01:30, schrieb Silvio Siefke: Hello, i have compile PHP 5.4.8 on my Debian System. I have before Version 5.4.7. I delete before all old Files from PHP and then run the commands: ./configure --sysconfdir=/usr/local/etc --with-pear --enable-bcmath --with-bz2=/usr