Bug #17304 Updated: Cannot get gettext working

2002-05-18 Thread mfischer
ID: 17304 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.0 Previous Comments: ---

Bug #17304 Updated: Cannot get gettext working

2002-05-18 Thread mfischer
ID: 17304 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback -Bug Type: Gettext related +Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.0 New Comment: Good idea. Previous Comment

Bug #17304 Updated: Cannot get gettext working

2002-05-18 Thread jsakalos
ID: 17304 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Gettext related Operating System: Linux PHP Version: 4.2.0 New Comment: Thanks, when I use setlocale instead of putenv it works fine. The d

Bug #17308: Connexion problem

2002-05-18 Thread vince . h
From: [EMAIL PROTECTED] Operating system: RedHat 7.3 PHP version: 4.2.1 PHP Bug Type: IMAP related Bug description: Connexion problem I have upgrade my server, redhat 7.2 to 7.3 and i have yet some new package for php. I cant make a correct connexion to my imap server: Could

Bug #17307 Updated: sorting using usort() does not produce correct result anymore

2002-05-18 Thread derick
ID: 17307 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Arrays related Operating System: Linux PHP Version: 4.2.1 New Comment: Please prive a short self containing script (whi

Bug #16888 Updated: domXML causes Segfault, when you create to many Nodes

2002-05-18 Thread chregu
ID: 16888 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: DOM XML related Operating System: Windows XP PHP Version: 4.2.0 New Comment: There is a stable snapshot available wit

Bug #17307: sorting using usort() does not produce correct result anymore

2002-05-18 Thread fcartegnie
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.1 PHP Bug Type: Arrays related Bug description: sorting using usort() does not produce correct result anymore I used to make sorts with usort and calling the function below. This was working on the last versio

Bug #17306: PHP output does not validate as HTML

2002-05-18 Thread admin
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.2.1 PHP Bug Type: Feature/Change Request Bug description: PHP output does not validate as HTML The current arg_separator.output is set to & by default. But & must be encoded to & to validate as HTML. Consequently

Bug #17242 Updated: Update documentation for mail() about latest w32/sendmail changes

2002-05-18 Thread mfischer
ID: 17242 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: 4.0CVS-2002-05-15 Assigned To: mfischer New Comment: This

Bug #17304 Updated: Cannot get gettext working

2002-05-18 Thread mfischer
ID: 17304 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Gettext related Operating System: Linux PHP Version: 4.2.0 New Comment: Have you tried php.net/setlocale ? Previous C

Bug #17304: Cannot get gettext working

2002-05-18 Thread jsakalos
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.0 PHP Bug Type: Gettext related Bug description: Cannot get gettext working I use SuSE Linux 7.3 distribution but I compiled PHP 4.2.0 from source as an apache module --with-apxs and --with-gettext=/usr

Bug #17056 Updated: phpmyadmin not reporting databases properly

2002-05-18 Thread mail
ID: 17056 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache2 related Operating System: win 2000 server PHP Version: 4.2.0 New Comment: I've got the same Problems. The database will be changed, but

Bug #17303 Updated: Error in array_merge

2002-05-18 Thread mfischer
ID: 17303 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Mandrake 8.2 PHP Version: 4.2.0 New Comment: This bug has been fixed in CVS. You

Bug #17303 Updated: Error in array_merge

2002-05-18 Thread mfischer
ID: 17303 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: Arrays related +Bug Type: Documentation problem Operating System: Mandrake 8.2 PHP Version: 4.2.0 New Comment: Expected, but probably not w

Bug #17303: Error in array_merge

2002-05-18 Thread hardword
From: [EMAIL PROTECTED] Operating system: Mandrake 8.2 PHP version: 4.2.0 PHP Bug Type: Arrays related Bug description: Error in array_merge $array1=(); $array2=(1=>"data"); print_r(array_merge($array1,$array2)); /* this will print out array ( 0 => "data" )