[PHP] change server unix->win

2004-10-20 Thread Patrick Fehr
the strong feeling that this is much work coming. -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] compileproblem gd into php4.3.9 under gentoo

2004-10-21 Thread Patrick Fehr
thank you for your consideration and hope to having written it clearly enough(in a few words: gd doesn't get compiled into php, why?) and I'm thankful for every hint greets Patrick -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] compileproblem gd into php4.3.9 under gentoo[solved]

2004-10-23 Thread Patrick Fehr
It was php_mod that had to be emerged as well (with USEvar 'gd' enabled). Now it works thanks and cu -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] find duplicated values in array and count them

2004-11-11 Thread Patrick Fehr
=> Array ( [room] => Raum1 [teacher] => Peter [class] => Team1 [date_s] => 1100798160 [date_e] => 1100803500

[PHP] UPDATE: find duplicated values in array and count them

2004-11-11 Thread Patrick Fehr
Patrick Fehr wrote: > Hi all > > > I need to compare values of multiple arrays The obvious problem is, that I can't use array_count_values() because the values are in different arrays, and array_count_values() refuses to compare over different arrays :) greets to all patrick