[PHP-DEV] Re: Debugging tool needed for Win32

2001-11-03 Thread Harald Radi
such a tool was available at http://www.sysinternals.com , but i don't remember the name and i don't know if it is still there. harald Sebastian Bergmann [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED]... I'm searching for a Win32 tool that shows which process wants to open

[PHP-DEV] Bug #13885 Updated: gmdate(r); adds timezone instead of 'GMT'.

2001-11-03 Thread jmoore
ID: 13885 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Date/time related Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: Fixed in CVS Previous Comments:

[PHP-DEV] »ú²»¿Éʧ--½ô¼±ÇÀ×¢.info

2001-11-03 Thread ʱ´´ÍøÂç
»ú²»¿Éʧ--½ô¼±ÇÀ×¢.info ×÷ΪÐÅϢʱ´ú×îÃ÷È·±êÖ¾,.INFOµÄ·¢Õ¹¿Õ¼äÎãÓ¹¶à˵£¬Ëü½«³ÉΪÍøÂçÐÅÏ¢·þÎñµÄÊ×Ñ¡ÓòÃû¡£ .INFOΪͨÓö¥¼¶ÓòÃû£¬.INFO´ú±íÒ»°ãµÄÐÅÏ¢·þÎñʹÓá£Ëü×î´óµÄÌصãÊÇÈ«ÇòͨÓÃ,Ò×ÓÚʹÓà £¬ºÜÇ¿µÄʶ±ðÐÔ£¬¿ÉÒÔÌæ´ú.COMµÄͨÓö¥¼¶ÓòÃû£¬·Ç³£ÊÊÓÃÓÚÌṩÐÅÏ¢·þÎñµÄÆóÒµ¡£ http://www.now.net.cn

[PHP-DEV] Bug #13914: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread ravenhead
From: [EMAIL PROTECTED] Operating system: Windows 2000 SP 2 PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip)); There are two examples in PHP MANUAL of ip2long() usage. The first one is based on echo

[PHP-DEV] Bug #13916: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread ravenhead
From: [EMAIL PROTECTED] Operating system: Windows 2000 SP 2 PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip)); There are two examples in PHP MANUAL of ip2long() usage. The first one is based on echo

[PHP-DEV] Bug #13915: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread ravenhead
From: [EMAIL PROTECTED] Operating system: Windows 2000 SP 2 PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip)); There are two examples in PHP MANUAL of ip2long() usage. The first one is based on echo

[PHP-DEV] Bug #13917: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread ravenhead
From: [EMAIL PROTECTED] Operating system: Windows 2000 SP 2 PHP version: 4.0.6 PHP Bug Type: Network related Bug description: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip)); There are two examples in PHP MANUAL of ip2long() usage. The first one is based on

[PHP-DEV] Bug #13915 Updated: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread derick
ID: 13915 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Windows 2000 SP 2 PHP Version: 4.0.6 New Comment: Multiple submissions = bogus Previous Comments:

[PHP-DEV] Bug #13916 Updated: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread derick
ID: 13916 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Windows 2000 SP 2 PHP Version: 4.0.6 New Comment: Multiple submissions = Bogus Previous Comments:

[PHP-DEV] Bug #13917 Updated: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread derick
ID: 13917 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Network related Operating System: Windows 2000 SP 2 PHP Version: 4.0.6 New Comment: Multiple submissions bogus Previous Comments:

Re: [PHP-DEV] Bug #13917 Updated: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread Markus Fischer
Wtf, I thought this has been fixed ? :) - Markus ps: not the bug but multiple submission causes by pressing reload -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-11-03 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (539 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus

[PHP-DEV] Bug #13918: PHP can't find mysql.sock

2001-11-03 Thread john
From: [EMAIL PROTECTED] Operating system: OS-X PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: PHP can't find mysql.sock Hi, OS-X stores this in /Private/tmp/mysql.sock - the configure script just needs to search that dir too. Any php script comes up with

[PHP-DEV] Bug #13131 Updated: Bad results with fbsql_num_rows

2001-11-03 Thread mj
ID: 13131 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: FrontBase related Operating System: Sun OS PHP Version: 4.0.6 New Comment: Please try the latest version of PHP from CVS or the latest snapshot from http://snaps.php.net/. There was a patch

[PHP-DEV] [PATCH] pgsql async query functions

2001-11-03 Thread Yasuo Ohgaki
I really need async query functions for pgsql, so I wrote it. All functions are *simple* libpq wrapper. This patch is safe to apply. Async query can be very useful to improve performance, since pg_sendquery() returns immediately, then user can use pg_getresult() to get result later. (Especially

[PHP-DEV] Bug #11259 Updated: please add move file in filesystem functions

2001-11-03 Thread mj
ID: 11259 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: windows PHP Version: 4.0.5 New Comment: There is already the function rename(), that does exactly what you want. Previous Comments:

[PHP-DEV] Bug #8301 Updated: Mail doesn't support -f

2001-11-03 Thread mj
ID: 8301 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux Redhat 6.2 PHP Version: 4.0.3pl1 New Comment: Since PHP 4.0.5 you can use the following syntax: mail([EMAIL PROTECTED], Subject, Hello

[PHP-DEV] Bug #6406 Updated: request: fork() function

2001-11-03 Thread mj
ID: 6406 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: Redhat 6.1 (linux 2.2.12) PHP Version: 4.0.1pl2 New Comment: Did you have a look at the pcntl extension, that has been commited to PHP about 4 months ago?

[PHP-DEV] Bug #13914 Updated: echo ip2long($ip) differs from printf (%u\n, ip2long ($ip));

2001-11-03 Thread derick
ID: 13914 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: Windows 2000 SP 2 PHP Version: 4.0.6 New Comment: This is actually not a bug. PHP only has signed integers (32 bit), that means that an IP address doesn't fit

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread cnewbill
ID: 13918 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: MySQL related Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: ehh so where's the bug? -Feature Request Previous Comments:

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread derick
ID: 13918 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: Fixed in CVS. Will be in 4.2.0. Derick Previous Comments:

[PHP-DEV] Bug #13690 Updated: using com object to assign into a char property but got php_OLECHAR_to_char()

2001-11-03 Thread phanto
ID: 13690 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: COM related Operating System: win2000 PHP Version: 4.0.6 New Comment: no feedback, no failure description Previous Comments:

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread sander
ID: 13918 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: Why not in 4.1.0? You can consider this a bug: PHP doesn't work well without this fix. Although it's not a bug in PHP, it is a bug

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread john
ID: 13918 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: Hi, I agree - OS-X users can't use it otherwise as there's no means of manually setting that directory within

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread derick
ID: 13918 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: Ok, it will be in 4.1.0 too Derick Previous Comments:

[PHP-DEV] Re: [PATCH] pgsql async query functions

2001-11-03 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: I really need async query functions for pgsql, so I wrote it. All functions are *simple* libpq wrapper. This patch is safe to apply. Async query can be very useful to improve performance, since pg_sendquery() returns immediately, then user can use pg_getresult() to get

Re: [PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread Jani Taskinen
FYI: php.ini has this directive to set mysql.sock path: mysql.default_socket=/Private/tmp/mysql.sock ie. you don't set it in configure but in php.ini. And the fix committed now only affects the builtin mysql libs. If you're using external libs, they should know about the location. --Jani On

[PHP-DEV] Bug #12001 Updated: Apache 1.3.6 + RedHat 6

2001-11-03 Thread sniper
ID: 12001 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Linux PHP Version: 4.0.6 New Comment: 1. Update your Apache 2. Fixed in next release of PHP (4.1.0) --Jani Previous Comments:

[PHP-DEV] Bug #12399 Updated: Linking against OS X port of libdl causes problems

2001-11-03 Thread sniper
ID: 12399 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: MacOSX PHP Version: 4.0.6 New Comment: Please check this instructions: http://www.entropy.ch/software/macosx/php/#build Previous Comments:

[PHP-DEV] Bug #12673 Updated: virtual function

2001-11-03 Thread sniper
ID: 12673 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: freebsd 4.3-stable PHP Version: 4.0.6 New Comment: For the called script or for the calling script? Can you add some example here? Previous Comments:

[PHP-DEV] Bug #12691 Updated: Apache 2: Server variables don't get set

2001-11-03 Thread sniper
ID: 12691 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Summary: Server variables don't get set Status: Open Bug Type: Apache related Operating System: SuSE7.1 PHP Version: 4.0CVS-2001-08-10 New Comment: updated short desc. Previous Comments:

[PHP-DEV] Bug #12989 Updated: php sets the wrong default header (use not mimetypes)

2001-11-03 Thread sniper
ID: 12989 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: PHP Version: 4.0.6 New Comment: You can use this php.ini directive to set the mimetype: default_mimetype = text/vnd.wap.wml This can also be set within

[PHP-DEV] Bug #12991 Updated: Wrong content type while parsing .wml files which are parsed by php

2001-11-03 Thread sniper
ID: 12991 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Linux with Apache 1.3.20 PHP Version: 4.0.6 New Comment: You can use this php.ini directive to set the mimetype: default_mimetype = text/vnd.wap.wml This

[PHP-DEV] Bug #6406 Updated: request: fork() function

2001-11-03 Thread danbeck
ID: 6406 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Feature/Change Request Operating System: Redhat 6.1 (linux 2.2.12) PHP Version: 4.0.1pl2 New Comment: Actually, I'm writing the docs for the pcntl extension. I'll close this request.

[PHP-DEV] Bug #13178 Updated: make install fails on cobalt RAQIII.

2001-11-03 Thread sniper
ID: 13178 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Apache related Operating System: Linux www.affcu.com 2.2.16C27_II PHP Version: 4.0.6 New Comment: Duplicate of: #11647 Previous Comments:

[PHP-DEV] Bug #10060 Updated: startup error msg format

2001-11-03 Thread sniper
ID: 10060 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: NT 5 SP 1 PHP Version: 4.0 Latest CVS (29/03/2001) New Comment: If I understood correctly the sources, the error logging is set to the apache logger when the sapi module is

[PHP-DEV] Bug #12091 Updated: zlib uncompress buffer error/ inflate failed

2001-11-03 Thread sniper
ID: 12091 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Status: Open Bug Type: Zlib Related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-07-12 New Comment: missing status Previous Comments:

Re: [PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread Yasuo Ohgaki
Jani Taskinen wrote: FYI: php.ini has this directive to set mysql.sock path: mysql.default_socket=/Private/tmp/mysql.sock ie. you don't set it in configure but in php.ini. And the fix committed now only affects the builtin mysql libs. If you're using external libs, they should know