[PHP-DEV] Bug #15229: unable to load dynamic module

2002-01-25 Thread dev

From: [EMAIL PROTECTED]
Operating system: win2000 
PHP version:  4.1.1
PHP Bug Type: COM related
Bug description:  unable to load dynamic module

Hi, 
   when I try to declare any .dll extension in php.ini on windows, PHP
give the message. 

Unable to load dynamic library 'c:\PHP/php_gd.dll' - The specified
procedure could not be found. in Unknown on line 0 

php_gd.dll is really in c:\PHP dir.
My php.ini is OK.

The same problems appears on 2 of my win2k machines.
Many others persons have the same problem without answers.
Maybe it's another destruction from the virus nimda.

Thanks

Jordi



-- 
Edit bug report at: http://bugs.php.net/?id=15229&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #15229 Updated: unable to load dynamic module

2002-01-25 Thread dev

ID: 15229
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: COM related
Operating System: win2000
PHP Version: 4.1.1
New Comment:

yes, because if no, PHP woul'nt give me this errors (Unable to load
dynamic library 'c:\PHP/php_gd.dll'). My rights permission in c:\PHP is
full access.


Previous Comments:


[2002-01-25 17:25:51] [EMAIL PROTECTED]

by saying "My php.ini is OK." you mean "Your extension_dir is set to
c:\PHP"?



[2002-01-25 17:23:24] [EMAIL PROTECTED]

Hi, 
   when I try to declare any .dll extension in php.ini on windows, PHP
give the message. 

Unable to load dynamic library 'c:\PHP/php_gd.dll' - The specified
procedure could not be found. in Unknown on line 0 

php_gd.dll is really in c:\PHP dir.
My php.ini is OK.

The same problems appears on 2 of my win2k machines.
Many others persons have the same problem without answers.
Maybe it's another destruction from the virus nimda.

Thanks

Jordi








Edit this bug report at http://bugs.php.net/?id=15229&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #15229 Updated: unable to load dynamic module

2002-01-26 Thread dev

ID: 15229
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: COM related
Operating System: win2000
PHP Version: 4.1.1
New Comment:

Yes, they are and not corrupt.

in my c:\winnt\php.ini:
extension_dir="c:\PHP";
extension="php_gd.dll";

php_gd.dll is in c:\PHP

I have read that the function dl() does'nt work on IIS, I use IIS. dl()
and the extensions declaration in php.ini seems to be almost the same,
that maybe the same problem.

Thanks for helps


Previous Comments:


[2002-01-26 05:37:59] [EMAIL PROTECTED]

Are you sure that the extensions are located in c:\php and not in
c:\php\extensions?



[2002-01-25 17:55:06] [EMAIL PROTECTED]

yes, because if no, PHP woul'nt give me this errors (Unable to load
dynamic library 'c:\PHP/php_gd.dll'). My rights permission in c:\PHP is
full access.



[2002-01-25 17:25:51] [EMAIL PROTECTED]

by saying "My php.ini is OK." you mean "Your extension_dir is set to
c:\PHP"?



[2002-01-25 17:23:24] [EMAIL PROTECTED]

Hi, 
   when I try to declare any .dll extension in php.ini on windows, PHP
give the message. 

Unable to load dynamic library 'c:\PHP/php_gd.dll' - The specified
procedure could not be found. in Unknown on line 0 

php_gd.dll is really in c:\PHP dir.
My php.ini is OK.

The same problems appears on 2 of my win2k machines.
Many others persons have the same problem without answers.
Maybe it's another destruction from the virus nimda.

Thanks

Jordi








Edit this bug report at http://bugs.php.net/?id=15229&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #15236: include() bug

2002-01-26 Thread dev

From: [EMAIL PROTECTED]
Operating system: win2000
PHP version:  4.1.1
PHP Bug Type: IIS related
Bug description:  include() bug

Hi,
   when I try to include an external include file with the line http://myesys.com/useronline.php?comp_id=12";); ?> under IIS PHP
returns me:

Warning: Failed opening 'http://66.34.147.253/useronline.php?comp_id=12'
for inclusion (include_path='.;..') 

on my Linux/Apache host the same same line work fine, but the file is on
the same server.

my php.ini lines for that problem are:
allow_url_fopen = on;
include_path=".;..";

We are suppose to be able to access external http or ftp file by enable
allow_url_fopen = on; or may be we cannot?

Jordi 
Thank for help


-- 
Edit bug report at: http://bugs.php.net/?id=15236&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #15236 Updated: include() bug

2002-01-26 Thread dev

ID: 15236
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: IIS related
Operating System: win2000
PHP Version: 4.1.1
New Comment:

Ok, I have resolve my problem myself. 
We cannot open extenal file on WINNT like they say at 
http://www.php.net/manual/en/features.remote-files.php

But I really need to open remote files on WINNT, it's a question of
compatibility between System (I create new kind of generic http
fonctions with include()) and for me it's really a bug from PHP. PHP
codes should work the same on NT or Unix. 

Thank you and please put this request on the list of thing to implement
on the next WINNT PHP version.


Previous Comments:


[2002-01-26 16:54:11] [EMAIL PROTECTED]

Hi,
   when I try to include an external include file with the line http://myesys.com/useronline.php?comp_id=12";); ?> under IIS
PHP returns me:

Warning: Failed opening
'http://66.34.147.253/useronline.php?comp_id=12' for inclusion
(include_path='.;..') 

on my Linux/Apache host the same same line work fine, but the file is
on the same server.

my php.ini lines for that problem are:
allow_url_fopen = on;
include_path=".;..";

We are suppose to be able to access external http or ftp file by enable
allow_url_fopen = on; or may be we cannot?

Jordi 
Thank for help







Edit this bug report at http://bugs.php.net/?id=15236&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #15397: include_once bombing on passed value by variable vs string

2002-02-05 Thread dev

From: [EMAIL PROTECTED]
Operating system: win2k
PHP version:  4.1.1
PHP Bug Type: Reproducible crash
Bug description:  include_once bombing on passed value by variable vs string

On win2k, interesting bit:
class barFly{
func IaintDrinkinNoMilkHanibal($somefile)
{
   include($somefile);  //works fine
   include_once($somefile); //blows
}
}

any ideas? I can verify that the "somefile" infact exist or doesnt exist,
either way I should get it included or get a warning, and with include() I
do, but with include_once() I get a fatal error which suxors...  

dank je well!
-- 
Edit bug report at http://bugs.php.net/?id=15397&edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=15397&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=15397&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=15397&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15397&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15397&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15397&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15397&r=notenoughinfo


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #13339: sscanf returns wrong result

2001-09-17 Thread dev

From: [EMAIL PROTECTED]
Operating system: Windows NT 4.0
PHP version:  4.0.6
PHP Bug Type: Variables related
Bug description:  sscanf returns wrong result

I've tried this:

list($x) = sscanf( 'ac10', '%x' );
printf("%x",$x);

And I got "7fff", weird.
-- 
Edit bug report at: http://bugs.php.net/?id=13339&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 3.0 Bug Summary Report

2001-05-05 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (534 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recievin

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-05 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1387 total including feature requests)
===[*Configuration Issues]
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Suspended  Extra #! at top of web output.
9773 Open   Configure hangs
10241 Open   php_flag dosn't work in httpd.conf, but it works in .htaccess files
10316 Open   error in connecting to MS access database
10478 Feedback   --with-mcrypt leads to "configure: error: Sorry"
10479 Open   Failure to recognize libsybdb.so
===[*Database Functions]==
8706 Feedback   Database handle corruption?
===[*Directory/Filesystem functions]
8580 Duplicate  Fileupload and Database mysql access
9697 Open   filename ends with £
9912 Open   exec calls run programs in the document root: different than PHP3
9993 Open   Wrong File Created Date and Wrong Filesize
10152 Feedback   Success Warning with readfile("http://...";);
10388 Open   File to file I/O problems
10439 Open   relative chdir from root doesn´t work
===[*Encryption and hash functions]
8834 Open   crypt() starts from not random salt
9177 Open   crypt problems with openssl
===[*Function Specific]===
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8563 Feedback   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
10120 Open   implode(), if empty elements exist
10323 Open   4.05-dev : non-html escaped strings on phpinfo
10564 Open   feof bug isn't fixed in windows versions.
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
5236 Open   dlerror - conflicting declerations
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7685 Open   File Upload Fails with Headers in Unexpected Order
9757 Open   Php.exe Process doesnt kill itself
9868 Feedback   Missing  .dll.
10026 Open   For loop always execute
10135 Open   Problem(?) with environment variables when running as module
10198 Feedback   Register functions doesn't work while starting up of apache
10288 Open   weird intval() and settype('integer') behaviour: loosing bits?
10319 Open   multipart/form-data does not work with Opera browser
10364 Open   Exec and system always return -1
10467 Open   static array doesn't evaluate defined keys
10547 Duplicate  PHP Crashes
===[*Graphics related]
9666 Feedback   Can't display image/pjpeg and image/gif in one sanme page
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Duplicate  global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8862 Suspended  libtool does not code runpath into libphp4.so
8918 Open   Fails when linking
9063 Open   Configure gives errors regarding Payflow Pro
9078 Open   php] make install
9085 Feedback   tar file is corrupted in your web site
9179 Open   refresh error
9239 Open   configure tests incorrectly for IPv6
9287 Open   Stronghold only start one process  when using DSO PHP4 with OCI8 
support
9448 Open   It does not works / -c   Look for php.ini file in this 
directory
9711 Open   Fatal Error while trying to install
9856 Open   Missing run path in shared object library
10178 Open   Configuration of extensions
10239 Open   file MSVCIRT.DLL connected to missing export MSVCRT.DLL: ??_U@YAPAXI@Z
10339 Open   PHP with OCI8 crashes apache
10370 Open   ceil/fabs/getmntest undefined symbol
10391 Feedback   regardless of having pdflib 3.03, pdflib extension requires at least 
pdflib 3.x
10407 Open   incorrect call of apxs from Apache 2
10414 Open   mysql+charset gb2312
10424 Open   apache crash with segmentation fault at end of phpinfo() function 
call.
10554 Assigned   IISConfig - MSCOMCTL.OCX is not correctly registered.
10598 Open   Windows Protocol & ini file placement
===[*Languages/Translation]===
9392 Open   htmlspecial chars &

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-05-12 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (536 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recievin

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-12 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1348 total including feature requests)
===[*Database Functions]==
8706 Feedback   Database handle corruption?
===[*Directory/Filesystem functions]
9697 Open   filename ends with £
9912 Open   exec calls run programs in the document root: different than PHP3
9993 Open   Wrong File Created Date and Wrong Filesize
10388 Open   File to file I/O problems
10439 Open   relative chdir from root doesn´t work
===[*Encryption and hash functions]
10822 Open   CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available
===[*Function Specific]===
8202 Feedback   exec("java -cp classpath classname inputArgument"); has no effect
8563 Feedback   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
10120 Open   implode(), if empty elements exist
10564 Open   feof bug isn't fixed in windows versions.
10702 Open   levenshtein doesn't handle odd arguments well
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
5236 Open   dlerror - conflicting declerations
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7685 Open   File Upload Fails with Headers in Unexpected Order
9757 Open   Php.exe Process doesnt kill itself
9827 Open   Floating point exception when starting apache
10026 Open   For loop always execute
10076 Feedback   NULL entry calling
10135 Open   Problem(?) with environment variables when running as module
10288 Open   weird intval() and settype('integer') behaviour: loosing bits?
10319 Open   multipart/form-data does not work with Opera browser
10364 Open   Exec and system always return -1
10467 Open   static array doesn't evaluate defined keys
===[*Install and Config]==
6614 Feedback   configure does not recognize sys/socket.h
7280 Duplicate  global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8862 Suspended  libtool does not code runpath into libphp4.so
8918 Open   Fails when linking
9063 Open   Configure gives errors regarding Payflow Pro
9078 Open   php] make install
9085 Feedback   tar file is corrupted in your web site
9179 Open   refresh error
9239 Open   configure tests incorrectly for IPv6
9287 Open   Stronghold only start one process  when using DSO PHP4 with OCI8 
support
9448 Open   It does not works / -c   Look for php.ini file in this 
directory
9711 Open   Fatal Error while trying to install
9773 Open   Configure hangs
9856 Open   Missing run path in shared object library
10178 Open   Configuration of extensions
10239 Open   file MSVCIRT.DLL connected to missing export MSVCRT.DLL: ??_U@YAPAXI@Z
10339 Open   PHP with OCI8 crashes apache
10370 Open   ceil/fabs/getmntest undefined symbol
10391 Feedback   regardless of having pdflib 3.03, pdflib extension requires at least 
pdflib 3.x
10407 Open   incorrect call of apxs from Apache 2
10414 Open   mysql+charset gb2312
10424 Open   apache crash with segmentation fault at end of phpinfo() function 
call.
10554 Assigned   IISConfig - MSCOMCTL.OCX is not correctly registered.
10589 Critical   buildconf not compatible with Gnu Libtool 1.4
10598 Open   Windows Protocol & ini file placement
10696 Feedback   missing dll
10799 Open   fails to compile with mysql's libraries
10811 Feedback   
10826 Open   
===[*Languages/Translation]===
9392 Open   htmlspecial chars & htmlentities do not handle double byte 
charactersets
9524 Open   htmlentities do not translate corretly
===[*Programming Data Structures]=
10633 Open   settype(.., "double") not work as expected(or documented)
10752 Open   infinite loops prevents pages from loading
===[*Regular Expressions]=
6680 Open   regexps (ereg*) ignores locale settings
7231 Open   REG_ECOLLATE bug?
9919 Open   problem with umlauts, the modifier "i" and \b
10111 Open   e modifier alters string extraction in preg_replace
10154 Open   Function ereg array results
10314 Open   split() function is'nt stable
===[*Session related]=
3793 Analyzed   session.gc_maxlifetime does not work
61

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-05-19 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (536 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recievin

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-19 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1382 total including feature requests)
10881 Open   unknown segfaults
===[*Directory/Filesystem functions]
9697 Open   filename ends with £
9912 Open   exec calls run programs in the document root: different than PHP3
9993 Open   Wrong File Created Date and Wrong Filesize
10388 Open   File to file I/O problems
10439 Open   relative chdir from root doesn´t work
===[*Encryption and hash functions]
10822 Open   CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available
===[*Function Specific]===
8202 Feedback   exec("java -cp classpath classname inputArgument"); has no effect
8563 Feedback   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
10120 Open   implode(), if empty elements exist
10564 Open   feof bug isn't fixed in windows versions.
10702 Open   levenshtein doesn't handle odd arguments well
10837 Feedback   The "rand" function doesn't work
10934 Open   set_error_handler () is not catching all errors
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
5236 Open   dlerror - conflicting declerations
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7685 Open   File Upload Fails with Headers in Unexpected Order
9067 Feedback   Parser hangs/crashes on die(); or exit;
9757 Open   Php.exe Process doesnt kill itself
9827 Open   Floating point exception when starting apache
10026 Open   For loop always execute
10076 Feedback   NULL entry calling
10135 Open   Problem(?) with environment variables when running as module
10288 Open   weird intval() and settype('integer') behaviour: loosing bits?
10319 Open   multipart/form-data does not work with Opera browser
10364 Open   Exec and system always return -1
10434 Feedback   Can not read memory
10459 Feedback   can't find function then crush
10467 Open   static array doesn't evaluate defined keys
10500 Feedback   Misbehaving function
10919 Open   Magicquotes...
===[*Install and Config]==
7280 Duplicate  global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8862 Suspended  libtool does not code runpath into libphp4.so
8918 Open   Fails when linking
9063 Open   Configure gives errors regarding Payflow Pro
9078 Open   php] make install
9085 Feedback   tar file is corrupted in your web site
9179 Open   refresh error
9239 Open   configure tests incorrectly for IPv6
9287 Open   Stronghold only start one process  when using DSO PHP4 with OCI8 
support
9448 Open   It does not works / -c   Look for php.ini file in this 
directory
9711 Open   Fatal Error while trying to install
9773 Open   Configure hangs
9856 Open   Missing run path in shared object library
10178 Open   Configuration of extensions
10239 Open   file MSVCIRT.DLL connected to missing export MSVCRT.DLL: ??_U@YAPAXI@Z
10370 Open   ceil/fabs/getmntest undefined symbol
10407 Open   incorrect call of apxs from Apache 2
10414 Open   mysql+charset gb2312
10424 Duplicate  apache crash with segmentation fault at end of phpinfo() function 
call.
10479 Open   Failure to recognize libsybdb.so
10554 Assigned   IISConfig - MSCOMCTL.OCX is not correctly registered.
10589 Critical   buildconf not compatible with Gnu Libtool 1.4
10598 Open   Windows Protocol & ini file placement
10696 Feedback   missing dll
10799 Open   fails to compile with mysql's libraries
10811 Open   
10888 Open   upload_max_filesize, post_max_size ignored in php.ini
10894 Open   Problem with C include file
10958 Open   ltconfig in infinite loop looking for echo
===[*Languages/Translation]===
9392 Open   htmlspecial chars & htmlentities do not handle double byte 
charactersets
9524 Open   htmlentities do not translate corretly
===[*Programming Data Structures]=
10633 Open   settype(.., "double") not work as expected(or documented)
10752 Open   infinite loops prevents pages from loading
===[*Regular Expressions]=
6680 Open   regexps (ereg*) ignores locale settings
7231 Open   REG_ECOLLATE bug?
9919 Open   problem with umlauts, the modifier "i" and \b
10111 Open   e modifier alters string extractio

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-06-19 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
11412 Open   apache DSO start fails
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-06-23 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (542 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email messag

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-06-30 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (542 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email messag

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-07-07 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email messag

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-02-24 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (521 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
===[Installation problem]=
1388 Open   IMAP and SNMP problem
1669 Open   

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-02-24 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1366 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Open   Extra #! at top of web output.
9243 Open   configure emerges with bad LIBS '-l-L/usr/local/lib'
9406 Open   if you don't have PHPRC set, php will try to load /php.ini
===[*Database Functions]==
8706 Open   Database handle corruption?
9267 Open   vars are set to "" instead of NULL
===[*Directory/Filesystem functions]
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
9043 Open   popen returns a 'Resource id #' (non null) when process cannot be 
created.
9145 Open   File Uploads > 9MB are broken. Upload stops with: Can't find server.
9206 Open   unable to load file to the disk
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Feedback   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
9107 Open   Function with mysql_close($conn) closes top level scripts $conn
9366 Feedback   bin2hex() outputs non-hex digits
9378 Open   Exit() in a Funtion never break the process, PHP module still running
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4283 Open   include_path error with PHP4 RC1 Roxen module
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
9036 Bogus  Non installation of libphp.so
9148 Bogus  PHP got space to every of my variables
9381 Bogus  PHP doesn't work.
9395 Bogus  Its's taking file only form one directory. ie home/httpd
9413 Bogus  can't run test programs
9418 Open   Upload image file is broken
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Re

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-03 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (521 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
===[Installation problem]=
1388 Open   IMAP and SNMP problem
1669 Open   

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-03-03 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1422 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Suspended  Extra #! at top of web output.
9243 Open   configure emerges with bad LIBS '-l-L/usr/local/lib'
9406 Open   if you don't have PHPRC set, php will try to load /php.ini
9446 Open   CGI version echos first line
9473 Bogus  Blank screen.  Scripting engine does not run
===[*Database Functions]==
8706 Open   Database handle corruption?
===[*Directory/Filesystem functions]
8564 Feedback   fread generating false errors
8580 Duplicate  Fileupload and Database mysql access
9043 Open   popen returns a 'Resource id #' (non null) when process cannot be 
created.
9145 Bogus  File Uploads > 9MB are broken. Upload stops with: Can't find server.
9206 Open   unable to load file to the disk
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Feedback   get metatags
8202 Feedback   exec("java -cp classpath classname inputArgument"); has no effect
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
9366 Feedback   bin2hex() outputs non-hex digits
9378 Open   Exit() in a Funtion never break the process, PHP module still running
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4283 Open   include_path error with PHP4 RC1 Roxen module
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
9036 Bogus  Non installation of libphp.so
9148 Bogus  PHP got space to every of my variables
9381 Bogus  PHP doesn't work.
9395 Bogus  Its's taking file only form one directory. ie home/httpd
9413 Bogus  can't run test programs
9418 Open   Upload image file is broken
9522 Bogus  xcdgfdgf
9523 Bogus  fgmfjglkfglfdj
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Reference
8485 Feedback   while loading libphp4.so -> undefined symbol: 
SSL_CTX_set_tmp_rsa_callback
8551 Feedback   mssql70.dll problem
8837 Feedback   Compilation gives error after successfull configure with gw, t1
8840 Feedback   configure php w/FdfTk.hith --with-fdftk option
8843

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-10 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (525 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
===[Inst

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-17 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (526 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
===[Inst

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-24 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (528 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
=

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-31 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (531 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
=

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-07 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (532 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-14 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (532 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-21 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (532 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-28 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (534 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recievin

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-01 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1385 total including feature requests)
===[*Configuration Issues]
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Suspended  Extra #! at top of web output.
9773 Open   Configure hangs
10106 Feedback   Garbage files created when trying to load an extension which doesn't 
exist(?)
10241 Open   php_flag dosn't work in httpd.conf, but it works in .htaccess files
10316 Open   error in connecting to MS access database
10478 Feedback   --with-mcrypt leads to "configure: error: Sorry"
10479 Open   Failure to recognize libsybdb.so
10555 Open   .htaccess config setting cause sudden loss of PHP-include path or 
apache crash
===[*Database Functions]==
8706 Feedback   Database handle corruption?
===[*Directory/Filesystem functions]
8580 Duplicate  Fileupload and Database mysql access
9697 Open   filename ends with £
9912 Open   exec calls run programs in the document root: different than PHP3
9993 Open   Wrong File Created Date and Wrong Filesize
10152 Feedback   Success Warning with readfile("http://...";);
10388 Open   File to file I/O problems
10439 Feedback   relative chdir from root doesn´t work
===[*Encryption and hash functions]
8834 Open   crypt() starts from not random salt
9177 Open   crypt problems with openssl
===[*Function Specific]===
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8563 Feedback   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
10120 Open   implode(), if empty elements exist
10323 Open   4.05-dev : non-html escaped strings on phpinfo
10564 Open   feof bug isn't fixed in windows versions.
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
5236 Open   dlerror - conflicting declerations
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7685 Open   File Upload Fails with Headers in Unexpected Order
9757 Open   Php.exe Process doesnt kill itself
9868 Feedback   Missing  .dll.
9930 Open   only small psubset of rfc1867 accepted
10026 Open   For loop always execute
10135 Open   Problem(?) with environment variables when running as module
10198 Feedback   Register functions doesn't work while starting up of apache
10288 Open   weird intval() and settype('integer') behaviour: loosing bits?
10319 Open   multipart/form-data does not work with Opera browser
10364 Open   Exec and system always return -1
10467 Open   static array doesn't evaluate defined keys
10547 Duplicate  PHP Crashes
10567 Open   Your PHP 4.05 Zip file is missing 88 bytes!
===[*Graphics related]
9666 Feedback   Can't display image/pjpeg and image/gif in one sanme page
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Duplicate  global iniline not supported in SGI Compiler
7731 Open   compilation with deprecated abi (no -n32)
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8862 Suspended  libtool does not code runpath into libphp4.so
8918 Open   Fails when linking
9063 Open   Configure gives errors regarding Payflow Pro
9078 Open   php] make install
9085 Feedback   tar file is corrupted in your web site
9179 Open   refresh error
9239 Open   configure tests incorrectly for IPv6
9287 Open   Stronghold only start one process  when using DSO PHP4 with OCI8 
support
9711 Open   Fatal Error while trying to install
9856 Open   Missing run path in shared object library
10178 Open   Configuration of extensions
10239 Open   file MSVCIRT.DLL connected to missing export MSVCRT.DLL: ??_U@YAPAXI@Z
10339 Open   PHP with OCI8 crashes apache
10370 Open   ceil/fabs/getmntest undefined symbol
10391 Feedback   regardless of having pdflib 3.03, pdflib extension requires at least 
pdflib 3.x
10407 Open   incorrect call of apxs from Apache 2
10414 Open   mysql+charset gb2312
10424 Open   apache crash with segmentation fault at end of phpinfo() function 
call.
10554 Assigned   IISConfig - MSCOMCTL.OCX is not correctly register

[PHP-DEV] Bug #15306: odbc_fetch_row does not always return all rows

2002-01-30 Thread dev+php

From: [EMAIL PROTECTED]
Operating system: MacOSX 10.1.2
PHP version:  4.1.1
PHP Bug Type: ODBC related
Bug description:  odbc_fetch_row does not always return all rows

odbc_fetch_row( $cur) called repeatedly without passing the 
row argument should retrieve all the rows in a rowset 
sequentially. Instead, in my setup, if the query, to which 
$cur relates, is a SELECT * FROM ... ORDER BY..., a number 
or rows will be dropped (it seems rows for which some 
column is not unique in the rowset).

My setup is:

MacOSX 10.1.2 (what a pain to compile php4.1.1 on it!)
DB: OpenLink Virtuoso Lite 2.5
iodbc + Openlink Virtuoso Driver 02.50.2139

php built using:
./configure  --prefix=/usr  --sysconfdir=/etc  --
localstatedir=/var  --mandir=/usr/share/man --with-zlib --
with-xml  --with-iodbc=/usr/local/odbcsdk  --with-apxs < /
dev/null
(note that I had to use the libtool generated under 4.0.6 
in order to compile 4.1.1)

and this is the sample script (it includes the workaround, 
that is to always pass the $row argument to odbc_fetch_row)

";

}

//disconnect from database

odbc_close( $conn);
?>
-- 
Edit bug report at: http://bugs.php.net/?id=15306&edit=1


-- 
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 administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 3.0 Bug Summary Report

2001-10-20 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-10-27 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-11-10 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-11-17 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-01 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-08 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-15 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  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-12-15 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1582 total including feature requests)
===[*Configuration Issues]
13561 Suspended  --without-pear prevent install of php-config,phpize,...
14048 Open   Configure issues
14120 Open   libtool needs help.
14230 Open   configure fail cross-compiler check with gcc 3.0.1
14401 Open   Wrong include_path from Apache  config
14452 Open   libphp4.so is not linking with *.la files
===[*Database Functions]==
12384 Open   Can't connect to Ingres II
===[*Directory/Filesystem functions]
12004 Analyzed   problem with fopen over ftp and a related fgets
12783 Open   xmlDocFile needs absolute path
13764 Open   No error in filename.phtml
14049 Open   Inconsistent return in realpath
14076 Open   fopen() and touch() fail to create file under safe mode
14100 Open   Unicode Filenames
===[*General Issues]==
8506 Duplicate  CGI PHP doesn't erase the #!/path/to/php
8782 Duplicate  scripts run from CGI output "#!/usr/local/bin/php" line
8898 Duplicate  #!/path/php at top of CGI script appears in output (Netscape 
Enterprise Server)
9041 Analyzed   Extra #! at top of web output.
9096 Duplicate  #! line in a script is outputed in script
10062 Duplicate  CGI version displays '#!/usr/local/bin/php' line
11471 Duplicate  #!/usr/local/bin/php on top of all PHP pages
11503 Duplicate  display #!/usr/local/bin/php on first line with boa webserver
13729 Duplicate  PHP Outputs #! line
13737 Duplicate  #!/usr/local/bin/php shell script line is shown first at the result 
page
13818 Open   safe mode wrong uid -1
14170 Duplicate  #!/path/to/php shows up on every php script
14200 Open   remote navigation problem
===[*Graphics related]
13508 Open   read exif data not working on large thumbnails
14026 Open   read_exif_data cannot read "Ricoh" DC jpg
===[*Languages/Translation]===
11244 Open   Reversed '[]{}<>' in hebrev, hebrevc
11975 Open   mix of hebrew & english
13014 Open   hebrevc ()
14235 Open   serialize and setlocale: inconsistent behavior
===[*Mail Related]
14292 Open   Bare LF Issue - This time with DETAIL!
===[*Web Server problem]==
7641 Open   cgi binary with "enable-discard-path" fails with empty doc_root value
===[*XML functions]===
14521 Open   XMLRPC extension: wrong results?
===[Apache related]===
8865 Open   App launching with hotkeys delayed
8866 Open   Frozen applications with apache module running
9280 Open   HTTP/1.1 Expect: header not honoured
9422 Open   Apache hangs when Win goes to standby
10060 Open   startup error msg format
10075 Open   Exta path information beyond the PHP script won't work with CGI
11690 Duplicate  apxs does not support -S
11716 Open   Segmentation fault(coredump) in Apache(DSO-enabled) startup
12210 Open   DirectoryMatch/php_value/.htaccess
12683 Open   Safe mode (apache with mod_perl) uses incorrect uid
12992 Open   php ignores Accept: text/vnd.wap.wml
13035 Open   404 on a .php results in SERVER ERROR when using php as a cgi
13178 Duplicate  make install fails on cobalt RAQIII.
13420 Open   open_basedir breaks Apache SSI xbithack
13421 Open   Problematic MIME-Type "application/x-httpd-php"
13925 Analyzed   SCRIPT_NAME in Apache 1.3.22 wrong (or at least different)
13956 Open   improve robustness against bad signal(2) et al. calls from third 
party libs
13961 Assigned   some characters in incomonig variable names are silently changed
13964 Open   core dump on AIX 4.3.2
13982 Open   set_time_limit (ref #13711) and ignore_user_abort affects later 
requests
14222 Open   PHP Crashes with weird output often
14229 Open   function "virtual"
14245 Assigned   make install fails on apxs
14265 Open   Make does not create php4lib.so. Apxs fails to copy it to apache dir
14333 Feedback   Apache processes consume all CPU
14348 Open   Major PHP memory corruption? (with testcase)
14351 Open   problems installing PHP as a DSO
14358 Open   crash with large numbers of ouput blocks
14370 Open   PHP_AUTH_PW being improperly set
14409 Open   request for nonexistent file does not return 404 error
14489 Open   DSO PHP module compiling with gettext support is blocking Apache start
14504 Feedback   core dump in session handling
14515 Open   child pid XXX exit signal Segmentation fault (11)
14534 Open   Variables $PHP_AUTH_* is set, when u

[PHP-DEV] PHP 4 Bug Summary Report

2002-06-08 Thread php-dev

 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1564 total including feature requests)
===[*Configuration Issues]
13561 Suspended  --without-pear prevent install of php-config,phpize,...
15182 Open   php.ini seems to have no affect
15264 Feedback   unable to include self when loaded as module
15453 Feedback   PhP fails to find mcrypt API
16184 Feedback   Crashes during ./configure script
16311 Feedback   php.ini-dist and php.ini-recommended missing extensions
16758 Assigned   Configure "Libraries have been installed in" and where they really are
16920 Analyzed   File permissions security problem
17320 Feedback   invalid php_config.h for solaris 2.7 platform
===[*Directory/Filesystem functions]
12004 Assigned   problem with fopen over ftp and a related fgets
12783 Open   xmlDocFile needs absolute path
14076 Open   fopen() and touch() fail to create file under safe mode
14100 Open   Unicode Filenames
14657 Critical   Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); 
rmdir("test1");
16630 Open   getlastmod() returns file access time, not modification time
17229 Feedback   Permissions set incorrectly on newly created directories.
17471 Open   Problem with Novell Netware map drive
===[*Extensibility Functions]=
15125 Feedback   pnctl_signal does not handle class's as callbacks - patch included
===[*General Issues]==
15926 Feedback   sum error
16094 Feedback   Unable to view .php file in the browser
17287 Open   safe mode is not full safe.
17353 Open   Finish glob() support for all OS (hint: flags and portability)
17543 Feedback   non-printable characters are converted to spaces when printing
17648 Open   syslog inserts random characters into log files
===[*Graphics related]
15662 Open   iptcembed FotoWare
===[*Languages/Translation]===
11975 Assigned   mix of hebrew & english
===[*Network Functions]===
15639 Open   detecting end of UDP packets
15988 Open   Pending established tcp connections
16735 Open   checkdnsrr claims not to be implemented
===[*PDF functions]===
16911 Feedback   Activate extention and PHP hangs
===[*Programming Data Structures]=
16304 Feedback   Missing Error Messages
===[*Regular Expressions]=
17570 Open   Memory leak
===[Apache related]===
8866 Feedback   Frozen applications with apache module running
9280 Open   HTTP/1.1 Expect: header not honoured
9422 Open   Apache hangs when Win goes to standby
10060 Open   startup error msg format
11716 Open   Segmentation fault(coredump) in Apache(DSO-enabled) startup
12992 Open   php ignores Accept: text/vnd.wap.wml
13035 Open   404 on a .php results in SERVER ERROR when using php as a cgi
13420 Open   open_basedir breaks Apache SSI xbithack
13421 Open   Problematic MIME-Type "application/x-httpd-php"
13925 Analyzed   SCRIPT_NAME in Apache 1.3.22 wrong (or at least different)
13956 Open   improve robustness against bad signal(2) et al. calls from third 
party libs
13961 Assigned   some characters in incomonig variable names are silently changed
13964 Open   core dump on AIX 4.3.2
13982 Open   set_time_limit (ref #13711) and ignore_user_abort affects later 
requests
14222 Open   PHP Crashes with weird output often
14229 Open   function "virtual"
14245 Open   make install fails on apxs
14265 Open   Make does not create php4lib.so. Apxs fails to copy it to apache dir
14370 Open   PHP_AUTH_PW being improperly set
14401 Open   Wrong include_path from Apache  config
14409 Open   request for nonexistent file does not return 404 error
14534 Open   Variables $PHP_AUTH_* is set, when use a traditional external auth 
mechanism
14662 Open   Apache segvs on SIGHUP
14689 Open   apache fails to load php due to mmap failure
14865 Feedback   php4apache.dll - phpinfo error - winXP - Apache
14956 Open   --with-imap-ssl hand apache start with libssl.so
15038 Open   replace parameter of Header() function doesn't work in Apache module
15275 Open   Apache 1.3.20 won't start with newly compiled PHP 4.1.1
15529 Open   ap_cleanup_for_exec not used when creating
15579 Open   Segmenation fault
15588 Open   Segmentaion fault
15747 Open   Undefined symbol "_mail_string"
15935 Open   phpinfo routine mixing SCRIPT_URI and SCRIPT_URL
15954 Open   problem on shutdown/oleaut32.dll
15968 Open   make error when 

[PHP-DEV] PHP 4 Bug Summary Report

2002-06-15 Thread php-dev

 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1520 total including feature requests)
===[*Configuration Issues]
13561 Suspended  --without-pear prevent install of php-config,phpize,...
15264 Feedback   unable to include self when loaded as module
16184 Feedback   Crashes during ./configure script
16311 Feedback   php.ini-dist and php.ini-recommended missing extensions
16758 Assigned   Configure "Libraries have been installed in" and where they really are
16920 Analyzed   File permissions security problem
17320 Feedback   invalid php_config.h for solaris 2.7 platform
===[*Directory/Filesystem functions]
12004 Assigned   problem with fopen over ftp and a related fgets
12783 Open   xmlDocFile needs absolute path
14076 Open   fopen() and touch() fail to create file under safe mode
14100 Open   Unicode Filenames
14657 Critical   Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); 
rmdir("test1");
16630 Open   getlastmod() returns file access time, not modification time
17229 Feedback   Permissions set incorrectly on newly created directories.
17471 Open   Problem with Novell Netware map drive
===[*Extensibility Functions]=
15125 Feedback   pnctl_signal does not handle class's as callbacks - patch included
===[*General Issues]==
15926 Feedback   sum error
16094 Feedback   Unable to view .php file in the browser
17287 Open   safe mode is not full safe.
17353 Open   Finish glob() support for all OS (hint: flags and portability)
17543 Feedback   non-printable characters are converted to spaces when printing
17648 Open   syslog inserts random characters into log files
17677 Open   openlog warning and text edrror
===[*Graphics related]
15662 Open   iptcembed FotoWare
===[*Languages/Translation]===
11975 Analyzed   mix of hebrew & english
===[*Network Functions]===
15639 Open   detecting end of UDP packets
15988 Open   Pending established tcp connections
16735 Open   checkdnsrr claims not to be implemented
===[*PDF functions]===
16911 Feedback   Activate extention and PHP hangs
===[*Programming Data Structures]=
16304 Feedback   Missing Error Messages
===[*Regular Expressions]=
17570 Open   Memory leak
===[Apache related]===
8866 Feedback   Frozen applications with apache module running
9280 Open   HTTP/1.1 Expect: header not honoured
9422 Open   Apache hangs when Win goes to standby
10060 Open   startup error msg format
11716 Open   Segmentation fault(coredump) in Apache(DSO-enabled) startup
12992 Open   php ignores Accept: text/vnd.wap.wml
13420 Open   open_basedir breaks Apache SSI xbithack
13421 Open   Problematic MIME-Type "application/x-httpd-php"
13925 Analyzed   SCRIPT_NAME in Apache 1.3.22 wrong (or at least different)
13956 Open   improve robustness against bad signal(2) et al. calls from third 
party libs
13961 Assigned   some characters in incomonig variable names are silently changed
13964 Open   core dump on AIX 4.3.2
14222 Open   PHP Crashes with weird output often
14229 Open   function "virtual"
14245 Open   make install fails on apxs
14265 Open   Make does not create php4lib.so. Apxs fails to copy it to apache dir
14401 Open   Wrong include_path from Apache  config
14409 Open   request for nonexistent file does not return 404 error
14662 Open   Apache segvs on SIGHUP
14865 Feedback   php4apache.dll - phpinfo error - winXP - Apache
15038 Open   replace parameter of Header() function doesn't work in Apache module
15529 Open   ap_cleanup_for_exec not used when creating
15954 Open   problem on shutdown/oleaut32.dll
15968 Open   make error when making apache
15970 Open   fpassthru problem on Apache 1.3.23 (module)
16052 Open   Some predefined variables allow GET overwrite
16233 Feedback   Apache crashes on header()
16416 Feedback   Unable to load Dynamic Libraries when mod_ssl enabled
16453 Open   include_path in httpd.conf dosn't take effect when php installed 
Static
16515 Open   Files with execute-bit are always php-parsed - I cannot disable this!
16725 Feedback   "test.php.dat" also can be parsed
16801 Assigned   httpd segementation fault at statup
16831 Open   Apache/PHP proxy error?
17273 Feedback   symbol not found
17283 Open   register_tick_function();
17424 Open   Apache sends HTTP 500, but still sends PHP HTML without error
17469 Feedback  

[PHP-DEV] PHP 4 Bug Summary Report

2002-06-22 Thread php-dev

 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1452 total including feature requests)
===[*Compile Issues]==
17423 Open   COMPILE_DL_MODULENAME different in configure and config.h.in
===[*Configuration Issues]
13561 Suspended  --without-pear prevent install of php-config,phpize,...
15264 Feedback   unable to include self when loaded as module
15789 Feedback   php_value error_reporting in apache virtualhosts
16184 Feedback   Crashes during ./configure script
16311 Feedback   php.ini-dist and php.ini-recommended missing extensions
16758 Assigned   Configure "Libraries have been installed in" and where they really are
16920 Analyzed   File permissions security problem
===[*Directory/Filesystem functions]
12004 Assigned   problem with fopen over ftp and a related fgets
12783 Open   xmlDocFile needs absolute path
14076 Open   fopen() and touch() fail to create file under safe mode
14100 Open   Unicode Filenames
14657 Critical   Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); 
rmdir("test1");
17229 Feedback   Permissions set incorrectly on newly created directories.
17471 Open   Problem with Novell Netware map drive
===[*Extensibility Functions]=
15125 Feedback   pnctl_signal does not handle class's as callbacks - patch included
===[*General Issues]==
17287 Open   safe mode is not full safe.
17353 Open   Finish glob() support for all OS (hint: flags and portability)
17543 Feedback   non-printable characters are converted to spaces when printing
17648 Open   syslog inserts random characters into log files
17677 Open   openlog warning and text edrror
===[*Languages/Translation]===
11975 Analyzed   mix of hebrew & english
===[*Network Functions]===
15639 Open   detecting end of UDP packets
15988 Open   Pending established tcp connections
16735 Open   checkdnsrr claims not to be implemented
===[*PDF functions]===
16911 Feedback   Activate extention and PHP hangs
===[*Programming Data Structures]=
16304 Feedback   Missing Error Messages
===[Apache related]===
8866 Feedback   Frozen applications with apache module running
9280 Open   HTTP/1.1 Expect: header not honoured
9422 Suspended  Apache hangs when Win goes to standby
10060 Open   startup error msg format
11716 Open   Segmentation fault(coredump) in Apache(DSO-enabled) startup
12992 Open   php ignores Accept: text/vnd.wap.wml
13420 Open   open_basedir breaks Apache SSI xbithack
13421 Open   Problematic MIME-Type "application/x-httpd-php"
13925 Analyzed   SCRIPT_NAME in Apache 1.3.22 wrong (or at least different)
13956 Open   improve robustness against bad signal(2) et al. calls from third 
party libs
13961 Assigned   some characters in incomonig variable names are silently changed
13964 Open   core dump on AIX 4.3.2
14229 Open   function "virtual"
14245 Open   make install fails on apxs
14265 Open   Make does not create php4lib.so. Apxs fails to copy it to apache dir
14401 Open   Wrong include_path from Apache  config
14409 Open   request for nonexistent file does not return 404 error
14662 Open   Apache segvs on SIGHUP
14865 Feedback   php4apache.dll - phpinfo error - winXP - Apache
15038 Open   replace parameter of Header() function doesn't work in Apache module
15529 Open   ap_cleanup_for_exec not used when creating
15954 Open   problem on shutdown/oleaut32.dll
15968 Open   make error when making apache
16052 Open   Some predefined variables allow GET overwrite
16233 Feedback   Apache crashes on header()
16416 Feedback   Unable to load Dynamic Libraries when mod_ssl enabled
16453 Open   include_path in httpd.conf dosn't take effect when php installed 
Static
16515 Open   Files with execute-bit are always php-parsed - I cannot disable this!
16630 Open   getlastmod() returns file access time, not modification time
16725 Feedback   "test.php.dat" also can be parsed
16801 Assigned   httpd segementation fault at statup
16831 Feedback   Apache/PHP proxy error?
17273 Feedback   symbol not found
17283 Open   register_tick_function();
17424 Open   Apache sends HTTP 500, but still sends PHP HTML without error
17469 Feedback   After memory size exhaustion, Apache dies on next SIGUSR1
17812 Feedback   Installation problem on Win98
17837 Open   PHP 'handles' permission problems rather than letting Apache do it
===[Apache2 related]===

[PHP-DEV] PHP 4 Bug Summary Report

2002-07-06 Thread php-dev

 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1350 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
15789 Feedback   php_value error_reporting in apache virtualhosts
16758 Assigned   Configure "Libraries have been installed in" and where they really are
16920 Analyzed   File permissions security problem
18001 Feedback   Errors during install as an Apache Module
===[*Directory/Filesystem functions]
12004 Assigned   problem with fopen over ftp and a related fgets
12783 Open   xmlDocFile needs absolute path
14076 Open   fopen() and touch() fail to create file under safe mode
14100 Open   Unicode Filenames
14657 Critical   Sometimes mkdir("test1", "0777"); $d=dir("test1"); $d->close(); 
rmdir("test1");
17229 Feedback   Permissions set incorrectly on newly created directories.
17471 Open   Problem with Novell Netware map drive
===[*Extensibility Functions]=
15125 Feedback   pnctl_signal does not handle class's as callbacks - patch included
===[*General Issues]==
17287 Open   safe mode is not full safe.
17353 Open   Finish glob() support for all OS (hint: flags and portability)
17648 Open   syslog inserts random characters into log files
17677 Open   openlog warning and text edrror
===[*Languages/Translation]===
11975 Analyzed   mix of hebrew & english
===[*Network Functions]===
15639 Open   detecting end of UDP packets
15988 Open   Pending established tcp connections
16735 Open   checkdnsrr claims not to be implemented
===[Apache related]===
9280 Open   HTTP/1.1 Expect: header not honoured
10060 Open   startup error msg format
11716 Open   Segmentation fault(coredump) in Apache(DSO-enabled) startup
12992 Open   php ignores Accept: text/vnd.wap.wml
13420 Open   open_basedir breaks Apache SSI xbithack
13421 Open   Problematic MIME-Type "application/x-httpd-php"
13925 Analyzed   SCRIPT_NAME in Apache 1.3.22 wrong (or at least different)
13956 Open   improve robustness against bad signal(2) et al. calls from third 
party libs
13961 Assigned   some characters in incomonig variable names are silently changed
13964 Open   core dump on AIX 4.3.2
14229 Open   function "virtual"
14245 Open   make install fails on apxs
14265 Open   Make does not create php4lib.so. Apxs fails to copy it to apache dir
14401 Open   Wrong include_path from Apache  config
14409 Open   request for nonexistent file does not return 404 error
14865 Feedback   php4apache.dll - phpinfo error - winXP - Apache
15038 Open   replace parameter of Header() function doesn't work in Apache module
15529 Open   ap_cleanup_for_exec not used when creating
15954 Open   problem on shutdown/oleaut32.dll
15968 Open   make error when making apache
16052 Open   Some predefined variables allow GET overwrite
16416 Feedback   Unable to load Dynamic Libraries when mod_ssl enabled
16453 Open   include_path in httpd.conf dosn't take effect when php installed 
Static
16515 Open   Files with execute-bit are always php-parsed - I cannot disable this!
16630 Open   getlastmod() returns file access time, not modification time
16725 Feedback   "test.php.dat" also can be parsed
16831 Feedback   Apache/PHP proxy error?
17273 Feedback   symbol not found
17424 Open   Apache sends HTTP 500, but still sends PHP HTML without error
17469 Open   After memory size exhaustion, Apache dies on next SIGUSR1
17812 Feedback   Installation problem on Win98
17837 Open   PHP 'handles' permission problems rather than letting Apache do it
17930 Open   problem when apache serving a php page that reside on the network
18155 Open   Apache Failed during startup
18160 Open   setlocale() affect apache bad behavior
===[Apache2 related]==
16596 Open   Rlative directory problems in XSL files (xslt extension with 
Sablotron)
16641 Open   PHP does not like Norwegian letters
16690 Open   Java support in PHP with Apache2 multithreaded server doesn´t work
16692 Open   Cannot find or read import file:
 /usr/local/apache2/bin/httpd.exp
17004 Open   Extensions are loaded in phpinfo() but when trying to use them gives 
Error 500
17098 Open   apache sending 304 - not modified header
17142 Open   Unresolved symbol: _regcomp
17234 Open   setting short_open_tag in .htaccess does nothing
17351 Feedback   Posted data from textareas gets garbled
17414 Open   Segfaults on restart, iff a request is made during the restart 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-01-13 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (680 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
8083 Open   3.0.17 causes segm. faults with --enable-versioning
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2629 Feedback   ldap.c fails to compile with PHP3.0.12 and PHP4b2
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2771 Open   bison.exe and the -S option not supported
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
2941 Suspended  compile fails with imap and sybase-ct (other function than reported 
before)
3033 Open   Fatal compile error on functions/ldap.c
3140 Feedback   Compile-Problems with snmp and pdflib
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3611 Open   switch() limitation and gcc invoked instead of cc
3677 Open   files not found
3717 Feedback   multiple definition of  gdImageColorResolve
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
7882 Bogus  upload file
===[Compile Warning]==
1638 Open   SPARCworks cc warnings (cosmetic)
2935 Open   adition bug id:2900
3151 Open   php.exe compile warnings because of arpa/inet.h
6602 Open   Failure to warn of duplicate class methods
6942 Open   php sockets unusable with irix-OS
6947 Open   all compiler warnings
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
3447 Open   error on dbase_open function, it isn't open on write only or 
read-write mode.
3777 Open   Dbase_create fails to recognize array of arrays
3824 Open   dbase file cannot open by foxpro2
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Open   DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
2464 Open   install-windows95-nt.html does not agree with inf file
3257 Open   missing file
3279 Open   Reboot
3674 Open   Backreferences need 2 backslashes to work in preg_* functions
4399 Open   With no php3.ini, magic_quotes_gpc is 'Off'.  With one, it's default 
is 'On'.
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extensio

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-01-13 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1073 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8066 Feedback   php.ini file not accessible via symbolic link
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
===[*Database Functions]==
8560 Bogus  Warning: MS SQL message: Login failed for user 'tom'. Reason: Not 
associated wi
===[*Directory/Filesystem functions]
7919 Bogus  PHP doesn't understand UNC-links leading from assigned net disk
7999 Bogus  Access Violation at 77F81B4D
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Analyzed   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4761 Assigned   exec, system all give an error on a fork...
4907 Bogus  relocation error: symbol opinit not found
4930 Bogus  system(), passthu() etc. do not output anything!
5071 Bogus  dynamic linker relocation error: symbol not found: pow
5534 Bogus  conflicting types for dlerror
6029 Bogus  Fatal error: Unable to open D:\Jana\html in Unknown on line 0
6059 Bogus  Processes not dying
6060 Bogus  Processes not dying
6062 Bogus  Processes not dying
6161 Bogus  Global variable acts strangely
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6430 Bogus  MAKE ERROR
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6544 Bogus  exec() and system() cannot fork in php4isapi.dll
6607 Bogus  Please ignore (php-qat test)
6617 Feedback   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6848 Bogus  Password verification
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6915 Bogus  install script says there's no install.sh
6982 Open   disable_functions option don't works in Apache config
7063 Bogus  IGNORE (test)
7064 Bogus  IGNORE (yet another test)
7065 Bogus  IGNORE (test, last one..)
7066 Bogus  IGNORE (test, _really_ the last one..)
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7633 Bogus  NULL-bytes cause fundamental problems in string processing
7685 Open   File Upload Fails with Headers in Unexpected Order
7771 Bogus  test, please ignore
7865 Duplicate  exec command
7942 Bogus  IE5.0 cache refresh problem
8281 Bogus  still problem with for()
8415 Bogus  - if - returns an error!
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
===[*Graphics related]
8620 Open   Function ImageJPEG can't open temporary file if image filename is not 
specified
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7318 Feedback   libgen.so problems
7382 Feedback   Install error on Configuring libtool
7731 Open   compilation with deprecated abi (no -n32)
7803 Bogus

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-01-20 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (681 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
8083 Open   3.0.17 causes segm. faults with --enable-versioning
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2629 Feedback   ldap.c fails to compile with PHP3.0.12 and PHP4b2
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2771 Open   bison.exe and the -S option not supported
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
2941 Suspended  compile fails with imap and sybase-ct (other function than reported 
before)
3033 Open   Fatal compile error on functions/ldap.c
3140 Feedback   Compile-Problems with snmp and pdflib
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3611 Open   switch() limitation and gcc invoked instead of cc
3677 Open   files not found
3717 Feedback   multiple definition of  gdImageColorResolve
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
7882 Bogus  upload file
===[Compile Warning]==
1638 Open   SPARCworks cc warnings (cosmetic)
2935 Open   adition bug id:2900
3151 Open   php.exe compile warnings because of arpa/inet.h
6602 Open   Failure to warn of duplicate class methods
6942 Open   php sockets unusable with irix-OS
6947 Open   all compiler warnings
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
3447 Open   error on dbase_open function, it isn't open on write only or 
read-write mode.
3777 Open   Dbase_create fails to recognize array of arrays
3824 Open   dbase file cannot open by foxpro2
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Open   DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
2464 Open   install-windows95-nt.html does not agree with inf file
3257 Open   missing file
3279 Open   Reboot
3674 Open   Backreferences need 2 backslashes to work in preg_* functions
4399 Open   With no php3.ini, magic_quotes_gpc is 'Off'.  With one, it's default 
is 'On'.
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extensio

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-01-20 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1138 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8066 Feedback   php.ini file not accessible via symbolic link
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8760 Open   Troubles enabling extension php_curl.php
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
===[*Database Functions]==
8560 Bogus  Warning: MS SQL message: Login failed for user 'tom'. Reason: Not 
associated wi
8706 Open   Database handle corruption?
===[*Directory/Filesystem functions]
7919 Bogus  PHP doesn't understand UNC-links leading from assigned net disk
7999 Bogus  Access Violation at 77F81B4D
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
8736 Bogus  Return value of umask() not an octal number
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Analyzed   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4761 Assigned   exec, system all give an error on a fork...
4907 Bogus  relocation error: symbol opinit not found
4930 Bogus  system(), passthu() etc. do not output anything!
5071 Bogus  dynamic linker relocation error: symbol not found: pow
5534 Bogus  conflicting types for dlerror
6029 Bogus  Fatal error: Unable to open D:\Jana\html in Unknown on line 0
6059 Bogus  Processes not dying
6060 Bogus  Processes not dying
6062 Bogus  Processes not dying
6161 Bogus  Global variable acts strangely
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6430 Bogus  MAKE ERROR
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6544 Bogus  exec() and system() cannot fork in php4isapi.dll
6607 Bogus  Please ignore (php-qat test)
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6848 Bogus  Password verification
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6915 Bogus  install script says there's no install.sh
6982 Open   disable_functions option don't works in Apache config
7063 Bogus  IGNORE (test)
7064 Bogus  IGNORE (yet another test)
7065 Bogus  IGNORE (test, last one..)
7066 Bogus  IGNORE (test, _really_ the last one..)
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7633 Bogus  NULL-bytes cause fundamental problems in string processing
7685 Open   File Upload Fails with Headers in Unexpected Order
7771 Bogus  test, please ignore
7865 Duplicate  exec command
7942 Bogus  IE5.0 cache refresh problem
8281 Bogus  still problem with for()
8415 Bogus  - if - returns an error!
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
8710 Bogus  Cannot add header information - headers information already sent ...
8800 Bogus  Unexpected string comparison behaviour
==

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-01-27 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (681 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
8083 Open   3.0.17 causes segm. faults with --enable-versioning
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2629 Feedback   ldap.c fails to compile with PHP3.0.12 and PHP4b2
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2771 Open   bison.exe and the -S option not supported
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
2941 Suspended  compile fails with imap and sybase-ct (other function than reported 
before)
3033 Open   Fatal compile error on functions/ldap.c
3140 Feedback   Compile-Problems with snmp and pdflib
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3611 Open   switch() limitation and gcc invoked instead of cc
3677 Open   files not found
3717 Feedback   multiple definition of  gdImageColorResolve
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
1638 Open   SPARCworks cc warnings (cosmetic)
2935 Open   adition bug id:2900
3151 Open   php.exe compile warnings because of arpa/inet.h
6602 Open   Failure to warn of duplicate class methods
6942 Open   php sockets unusable with irix-OS
6947 Open   all compiler warnings
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
3447 Open   error on dbase_open function, it isn't open on write only or 
read-write mode.
3777 Open   Dbase_create fails to recognize array of arrays
3824 Open   dbase file cannot open by foxpro2
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Open   DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
2464 Open   install-windows95-nt.html does not agree with inf file
3257 Open   missing file
3279 Open   Reboot
3674 Open   Backreferences need 2 backslashes to work in preg_* functions
4399 Open   With no php3.ini, magic_quotes_gpc is 'Off'.  With one, it's default 
is 'On'.
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   n

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-01-27 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1084 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8066 Feedback   php.ini file not accessible via symbolic link
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
===[*Database Functions]==
8706 Open   Database handle corruption?
===[*Directory/Filesystem functions]
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Analyzed   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7318 Feedback   libgen.so problems
7382 Feedback   Install error on Configuring libtool
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Reference
8485 Feedback   while loading libphp4.so -> undefined symbol: 
SSL_CTX_set_tmp_rsa_callback
8551 Feedback   mssql70.dll problem
8651 Open   Linking with bundled Solaris libldap not supported
8837 Feedback   Compilation gives error after successfull configure with gw, t1
8840 Feedback   configure php w/FdfTk.hith --with-fdftk option
8843 Bogus  aclocal: configure.in: 54: macro `AM_INIT_AUTOMAKE' not found in 
library
8862 Suspended  libtool does not code runpath into libphp4.so
8905 Open   libcore 4 library not found
8918 Open   Fails when linking
8946 Open   configure could not find libxml library
===[*Mail Related]
8360 Feedback   Malloc Error
8734 Open

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-02-03 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (681 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
8083 Open   3.0.17 causes segm. faults with --enable-versioning
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2629 Feedback   ldap.c fails to compile with PHP3.0.12 and PHP4b2
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2771 Open   bison.exe and the -S option not supported
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
2941 Suspended  compile fails with imap and sybase-ct (other function than reported 
before)
3033 Open   Fatal compile error on functions/ldap.c
3140 Feedback   Compile-Problems with snmp and pdflib
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3611 Open   switch() limitation and gcc invoked instead of cc
3677 Open   files not found
3717 Feedback   multiple definition of  gdImageColorResolve
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
1638 Open   SPARCworks cc warnings (cosmetic)
2935 Open   adition bug id:2900
3151 Open   php.exe compile warnings because of arpa/inet.h
6602 Open   Failure to warn of duplicate class methods
6942 Open   php sockets unusable with irix-OS
6947 Open   all compiler warnings
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
3447 Open   error on dbase_open function, it isn't open on write only or 
read-write mode.
3777 Open   Dbase_create fails to recognize array of arrays
3824 Open   dbase file cannot open by foxpro2
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Open   DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
2464 Open   install-windows95-nt.html does not agree with inf file
3257 Open   missing file
3279 Open   Reboot
3674 Open   Backreferences need 2 backslashes to work in preg_* functions
4399 Open   With no php3.ini, magic_quotes_gpc is 'Off'.  With one, it's default 
is 'On'.
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   n

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-02-03 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1144 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9000 Open   echo `cat /etc/passwd` -- bypasses open_basedir .
9041 Open   Extra #! at top of web output.
===[*Database Functions]==
8706 Open   Database handle corruption?
===[*Directory/Filesystem functions]
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
9043 Open   popen returns a 'Resource id #' (non null) when process cannot be 
created.
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Analyzed   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
9036 Bogus  Non installation of libphp.so
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7318 Feedback   libgen.so problems
7382 Feedback   Install error on Configuring libtool
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Reference
8485 Feedback   while loading libphp4.so -> undefined symbol: 
SSL_CTX_set_tmp_rsa_callback
8551 Feedback   mssql70.dll problem
8837 Feedback   Compilation gives error after successfull configure with gw, t1
8840 Feedback   configure php w/FdfTk.hith --with-fdftk option
8843 Bogus  aclocal: configure.in: 54: macro `AM_INIT_AUTOMAKE' not found in 
library
8862 Suspended  libtool does not code runpath into libphp4.so
8905 Open   libcore 4 library not found
8918 Open   Fails when linking
8977 Bogus  Cannot load /usr/lib/apache/libphp4

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-02-10 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (684 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
8083 Open   3.0.17 causes segm. faults with --enable-versioning
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2629 Feedback   ldap.c fails to compile with PHP3.0.12 and PHP4b2
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2771 Open   bison.exe and the -S option not supported
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
2941 Suspended  compile fails with imap and sybase-ct (other function than reported 
before)
3033 Open   Fatal compile error on functions/ldap.c
3140 Feedback   Compile-Problems with snmp and pdflib
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3611 Open   switch() limitation and gcc invoked instead of cc
3677 Open   files not found
3717 Feedback   multiple definition of  gdImageColorResolve
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
1638 Open   SPARCworks cc warnings (cosmetic)
2935 Open   adition bug id:2900
3151 Open   php.exe compile warnings because of arpa/inet.h
6602 Open   Failure to warn of duplicate class methods
6942 Open   php sockets unusable with irix-OS
6947 Open   all compiler warnings
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
3447 Open   error on dbase_open function, it isn't open on write only or 
read-write mode.
3777 Open   Dbase_create fails to recognize array of arrays
3824 Open   dbase file cannot open by foxpro2
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Open   DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
2464 Open   install-windows95-nt.html does not agree with inf file
3257 Open   missing file
3279 Open   Reboot
3674 Open   Backreferences need 2 backslashes to work in preg_* functions
4399 Open   With no php3.ini, magic_quotes_gpc is 'Off'.  With one, it's default 
is 'On'.
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   n

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-02-10 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1233 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Open   Extra #! at top of web output.
===[*Database Functions]==
8706 Open   Database handle corruption?
===[*Directory/Filesystem functions]
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
9043 Open   popen returns a 'Resource id #' (non null) when process cannot be 
created.
9145 Open   File Uploads > 9MB are broken. Upload stops with: Can't find server.
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Analyzed   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
9107 Open   Function with mysql_close($conn) closes top level scripts $conn
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
9036 Bogus  Non installation of libphp.so
9148 Bogus  PHP got space to every of my variables
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7318 Feedback   libgen.so problems
7382 Feedback   Install error on Configuring libtool
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Reference
8485 Feedback   while loading libphp4.so -> undefined symbol: 
SSL_CTX_set_tmp_rsa_callback
8551 Feedback   mssql70.dll problem
8837 Feedback   Compilation gives error after successfull configure with gw, t1
8840 Feedback   configure php w/FdfTk.hith --with-fdftk option
8843 Bogus  aclocal: configure.in: 54: macro `AM_INIT_AUTOMAKE' not found in 
library
8862 Suspended  libtool does not code 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-02-17 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (520 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email message bodies show as mime type application/octet-stream/plain
3843 Open   seg fault when recieving headers
6882 Open   imap_fetch_overview does no return anything even thought there is mail
===[Installation problem]=
1388 Open   IMAP and SNMP problem
1669 Open   

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-02-17 Thread php-dev

 PHP 4.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (1350 total including feature requests)
===[*Configuration Issues]
7666 Feedback   PHP4 doesn't read php.ini with NT4/IIS
7695 Feedback   Error while accessing php script
7774 Open   PHP_AUTH_USER and PHP_AUTH_PW are set when using external 
authentication.
8238 Feedback   crypt() fails
8295 Open   absolute path in extension= directive in php.ini not recognized
8316 Feedback   cannot set short_open_tags to off
8670 Open   Incorect interpretation session.gc_maxlifetime parameter
8762 Open   No warning when entered nonexistent dll.
8815 Open   allow_fopen_url = On & include("URL") don't work
8848 Open   "open_basedir = /dir/incl" validates "/dir/include" and so on
9041 Open   Extra #! at top of web output.
9243 Open   configure emerges with bad LIBS '-l-L/usr/local/lib'
===[*Database Functions]==
8706 Open   Database handle corruption?
9267 Open   vars are set to "" instead of NULL
===[*Directory/Filesystem functions]
8564 Open   fread generating false errors
8580 Feedback   Fileupload and Database mysql access
8698 Open   freediskspace returns zero when used on a windows 2000 'spanned' 
dynamic drive.
9043 Open   popen returns a 'Resource id #' (non null) when process cannot be 
created.
9145 Open   File Uploads > 9MB are broken. Upload stops with: Can't find server.
9206 Open   unable to load file to the disk
===[*Function Specific]===
6652 Feedback   include() require() add trailing CRLF
6708 Duplicate  Treatment of ' in htmlspecialchars() function
6839 Feedback   get metatags
7220 Open   Error Report on Function Arguments
8202 Open   exec("java -cp classpath classname inputArgument"); has no effect
8270 Feedback   problem when including phpinfo() command with session
8297 Feedback   see test program below
8489 Feedback   Function empty() does not work
8563 Open   hebrevc() problems...
8857 Open   microtime() doesn't work after setlocale(LC_NUMERIC,"pl")
8869 Open   phpinfo() returns incorrect Configuration File Path
9107 Open   Function with mysql_close($conn) closes top level scripts $conn
===[*General Issues]==
3076 Analyzed   system and popen are ok in safe_mode, not backquotes
4283 Open   include_path error with PHP4 RC1 Roxen module
4761 Assigned   exec, system all give an error on a fork...
6303 Duplicate  make install said libphp4.sl is not a DSO
6338 Feedback   script engine
6426 Duplicate  system() or exec(): unable to fork
6435 Duplicate  can't close session(by session_destroy()) - it write warning
6445 Feedback   problem with opendir
6499 Analyzed   $upload_type[] has wrong size with empty multiple-file uploads
6520 Duplicate  session_destroy() does not work
6542 Duplicate  exec() and system() cannot fork
6617 Open   JVM starts only on 3 requests per httpd
6624 Open   error_log() in registered shutdown function
6644 Duplicate  Test
6685 Analyzed   %20 mis-converted in GET mechanism
6875 Duplicate  upload_tmp_dir in php.ini doesn't work in safe_mode
6982 Open   disable_functions option don't works in Apache config
7134 Duplicate  misbehavior of print and sprintf AGAIN
7136 Duplicate  The binary version of php4.0.2 doesn't support the bindtextdomain 
function.
7243 Duplicate  upload_tmp_dir does not work in safe_mode
7444 Duplicate  General reference problems
7455 Duplicate  Problems with $this in constructor
7525 Duplicate  exec() does not work
7626 Feedback   session saving and loading seem to use different locales
7685 Open   File Upload Fails with Headers in Unexpected Order
7865 Duplicate  exec command
8446 Open   PHP/apache process is in infinite loop or appears to suck CPU
8618 Open   httpd process hangs
8671 Open   Random "Warning: Failed opening..."
9036 Bogus  Non installation of libphp.so
9148 Bogus  PHP got space to every of my variables
===[*Install and Config]==
6614 Duplicate  configure does not recognize sys/socket.h
7280 Open   global iniline not supported in SGI Compiler
7318 Feedback   libgen.so problems
7382 Feedback   Install error on Configuring libtool
7731 Open   compilation with deprecated abi (no -n32)
7933 Open   install sets dangerous user.group's
7959 Open   ld: 0711-317 ERROR: Undefined symbol: .alloca
8158 Feedback   unable to find math.h when doing a make
8327 Feedback   Son of Defect 4155: X-Powered-By and Content-Type bogus headers 
resurfacing
8375 Feedback   Undefined Reference
8485 Feedback   while loading libphp4.so -> undefined symbol: 
SSL_CTX_set_tmp_rsa_callback
8551 Feedback   mssql70.dll problem
8837 Feedback   Compilation gives error a

[PHP-DEV] PHP 4 Bug Summary Report

2002-11-28 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (983 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Open   enable versioning not supported on OSX
===[*General Issues]==
20195 Open   make install doesnt set permissions
20577 Open   security vulnerability
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
20468 Feedback   strcoll doesn't work
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*PDF functions]===
20225 Feedback   a pdflib bug
===[Apache related]===
14401 Open   Wrong include_path from Apache  config
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
18523 Open   httpd Memory consumption with new PHP
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
19378 Open   Parse error in PHP executable as Apache CGI
20053 Open   apache&suexec&php-cgi&ignore_user_abort -> problem with cancelled 
connections
20104 Open   unhandled exception with multiple requests
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20476 Open   Apache cannot load libphp4.so into server. Undefined symbol IS_SLASH_P
===[Apache2 related]==
17098 Analyzed   apache sending 304 - not modified header
17414 Open   Segfaults on restart
17566 Open   phpinfo() causes load of 2+
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18371 Open   --enable-discard-path breaks php-cgi
18957 Won't fix   multiple definitions
19452 Open   Apache2 with php4 freeze on HP-UX 11.00
19739 Open   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20568 Feedback   Apache2/PHP 4.2.3 File Upload Corruption
20569 Open   Apache fails when restarting
===[Arrays related]===
8353 Open   foreach modify array pointer
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
20495 Open   BC Math is not Thread Safe, but is in Win32 TS distribution
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20065 Open   References to object members seem to be backwards
20520 Open   Nonsymetric data syncronization with references
20531 Open   Object property association broken
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
19150 Open   Overloaded COM Property Set Leaks Memory
20100 Open   Com Performance/Memory issues
20282 Open   COM memory leak
===[Compile Failure]==
1298 Verified   need to use -taso with Netscape LDAP libs
7643 Open   APXS compile fails with "not a DSO"
10108 Open   cc 1501:218 file XXX contains an incorrect file suffix
14245 Verified   make install fails on apxs
15587 Open   basic_functions.c and dns.c fail to compile due to incompatible 
parameters
17820 Won't fix  php.ini-dist not copied
18358 Won't fix  Recode doesn't compile with apache2
19555 Open   GNU pthreads issue?
19973 Open   compile zlib and pcre as shared fails
20336 Feedback   won't compile with gcc 3.2
20385 Feedback   After a previous compile error, a new one when installing 
php4-STABLE-latest.ta
20395 Feedback   A handful of #ifdef's to compile under AIX using xlC
20429 Feedback   ./configure gettext error
20444 Won\'t fix  Various compile warnings and one error.
204

[PHP-DEV] PHP 4 Bug Summary Report

2002-11-30 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1012 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Open   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
===[*General Issues]==
20195 Open   make install doesnt set permissions
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
20468 Feedback   strcoll doesn't work
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
18523 Feedback   httpd Memory consumption with new PHP
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
19378 Open   Parse error in PHP executable as Apache CGI
20053 Open   apache&suexec&php-cgi&ignore_user_abort -> problem with cancelled 
connections
20104 Open   unhandled exception with multiple requests
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20476 Feedback   Apache cannot load libphp4.so into server. Undefined symbol IS_SLASH_P
20643 Open   long POST fields get truncated
20657 Feedback   Rundom Apache/PHP Bug
20665 Feedback   Memory leaks and allocation problems
===[Apache2 related]==
17098 Analyzed   apache sending 304 - not modified header
17414 Open   Segfaults on restart
17566 Open   phpinfo() causes load of 2+
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18371 Open   --enable-discard-path breaks php-cgi
18957 Won't fix   multiple definitions
19452 Feedback   Apache2 with php4 freeze on HP-UX 11.00
19739 Open   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20568 Feedback   Apache2/PHP 4.2.3 File Upload Corruption
20569 Open   Apache fails when restarting
20701 Open   ld: can't locate file for: -laprutiland after
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
20495 Open   BC Math is not Thread Safe, but is in Win32 TS distribution
===[Bzip2 Related]
20598 Feedback   bzip2 doesn't create new files
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20065 Open   References to object members seem to be backwards
20520 Open   Nonsymetric data syncronization with references
20531 Open   Object property association broken
20709 Feedback   Session variable getting mysteriously set
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
19150 Open   Overloaded COM Property Set Leaks Memory
20100 Open   Com Performance/Memory issues
20282 Open   COM memory leak
===[Compile Failure]==
1298 Verified   need to use -taso with Netscape LDAP libs
7643 Open   APXS compile fails with "not a DSO"
10108 Open   cc 1501:218 file XXX contains an incorrect file suffix
14245 Verified   make install fails on apxs
15587 Feedback   basic_functions.c and dns.c fail to compile due to incompatible 
parameters
17820 Won't fix  php.ini-dist not copied
18358 Won't fix  Recode doesn't compile with apache2
19555 Open   GNU pthreads issue?
19973 Open   compile zlib and pcre as shared fails
20336 Feedback   won't compile with gcc 3.2
20395 Feedback   A handful of #ifdef's to compile 

[PHP-DEV] PHP 4 Bug Summary Report

2002-12-07 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1009 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
===[*General Issues]==
20195 Open   make install doesnt set permissions
20604 Feedback   PHP CLI exists always with Segmantation Fault
20806 Feedback   display of rows in browse incorrect due to field names
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20053 Open   apache&suexec&php-cgi&ignore_user_abort -> problem with cancelled 
connections
20104 Open   unhandled exception with multiple requests
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20643 Open   long POST fields get truncated
20665 Feedback   Memory leaks on SIGHUP
===[Apache2 related]==
17098 Analyzed   apache sending 304 - not modified header
17414 Open   Segfaults on restart
17566 Open   phpinfo() causes load of 2+
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18648 Open   Single entry form POST gives incorrect variable content
18957 Won't fix   multiple definitions
19739 Open   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20569 Open   Apache fails when restarting
20701 Feedback   ld: can't locate file for: -laprutiland after
20823 Open   form post results in duplicitous $_REQUEST
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20520 Open   Nonsymetric data syncronization with references
20531 Open   Object property association broken
20709 Feedback   Session variable getting mysteriously set
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
19150 Open   Overloaded COM Property Set Leaks Memory
20100 Open   Com Performance/Memory issues
20282 Open   COM memory leak
===[Compile Failure]==
1298 Verified   need to use -taso with Netscape LDAP libs
7643 Open   APXS compile fails with "not a DSO"
10108 Open   cc 1501:218 file XXX contains an incorrect file suffix
14245 Verified   make install fails on apxs
17820 Won't fix  php.ini-dist not copied
18358 Won't fix  Recode doesn't compile with apache2
19555 Feedback   GNU pthreads issue?
19973 Open   compile zlib and pcre as shared fails
20444 Won\'t fix  Various compile warnings and one error.
20546 Feedback   compile with gcc 3.2 fails due to parser errors
20626 Feedback   Fails to build Apache shared module (not mkstemp)
20747 Feedback   Comile of flock_compat.c fauks
20752 Analyzed   Seems like it has something to do with ZEND_API(?).
20768 Won\'t fix  MySql temp file error
20827 Open   stat macro
===[Compile Warning]==
20563 Won\'t fix  GCC 2.96 warning
20762 Open   Warning compiling with mailparse
===[cURL related]=
20263 Suspended  feof doesn't work w

[PHP-DEV] PHP 4 Bug Summary Report

2002-12-14 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1031 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
===[*General Issues]==
20195 Open   make install doesnt set permissions
20604 Feedback   PHP CLI exists always with Segmantation Fault
20775 Open   Silent install (/s) does not work
20806 Feedback   display of rows in browse incorrect due to field names
20849 Feedback   POST data submitted by UNIX Netscape 4+ (Mozilla 1+) won't fill 
*_POST array
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Graphics related]
21010 Open   typo in tag name and some identifiers
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*URL Functions]===
20989 Feedback   URL variable without = affects other URL variable
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19113 Feedback   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20104 Feedback   unhandled exception with multiple requests
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20643 Feedback   long POST fields get truncated
20665 Feedback   Memory leaks on SIGHUP
20986 Open   PHP causes Apache to leak semaphores
===[Apache2 related]==
17098 Analyzed   apache sending 304 - not modified header
17414 Open   Segfaults on restart
17566 Feedback   phpinfo() causes load of 2+
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18648 Feedback   Single entry form POST gives incorrect variable content
18957 Won't fix   multiple definitions
19739 Feedback   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20569 Feedback   Apache fails when restarting
20910 Open   Default for AcceptPathInfo "changed"
20929 Open   Problem in handling big5 characters from HTML form
20954 Feedback   Serious problem , unknown reason
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20520 Feedback   Nonsymetric data syncronization with references
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
19150 Open   Overloaded COM Property Set Leaks Memory
20100 Open   Com Performance/Memory issues
20282 Open   COM memory leak
===[Compile Failure]==
1298 Verified   need to use -taso with Netscape LDAP libs
7643 Open   APXS compile fails with "not a DSO"
10108 Open   cc 1501:218 file XXX contains an incorrect file suffix
14245 Verified   make install fails on apxs
17820 Won't fix  php.ini-dist not copied
18358 Won't fix  Recode doesn't compile with apache2
19555 Feedback   GNU pthreads issue?
19973 Open   compile zlib and pcre as shared fails
20444 Won\'t fix  Various compile warnings and one e

[PHP-DEV] PHP 4 Bug Summary Report

2002-12-21 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1068 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
===[*Directory/Filesystem functions]
21097 Feedback   tsrm_virtual_cwd.c/virtual_file_ex handles ".." incorrectly for UNC 
paths
21102 Open   stat, lstat fail if filesize larger than 2 GB
21131 Open   fopen with "a+" and the a rewind does'nt work anymore
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20806 Feedback   display of rows in browse incorrect due to field names
20849 Feedback   POST data submitted by UNIX Netscape 4+ (Mozilla 1+) won't fill 
*_POST array
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21038 Feedback   require & require_once probs
21051 Feedback   problem with with force-cgi-redirect for apache server
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Mail Related]
21036 Open   messages doubled with Bcc: header
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
21020 Feedback   function fsockopen() is slowly
===[*Programming Data Structures]=
21062 Won\'t fix  Recursive calls may SEGV
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19113 Feedback   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20104 Feedback   unhandled exception with multiple requests
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20441 Critical   PHP_AUTH_USER isn't set
20551 Open   Output compression causes segfaults (ob_gzhandler)
20643 Feedback   long POST fields get truncated
20665 Feedback   Memory leaks on SIGHUP
20986 Open   PHP causes Apache to leak semaphores
21056 Open   PHP messes with virtual hosts
===[Apache2 related]==
17098 Analyzed   apache sending 304 - not modified header
17414 Open   Segfaults on restart
17566 Feedback   phpinfo() causes load of 2+
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18648 Feedback   Single entry form POST gives incorrect variable content
18957 Won't fix   multiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19739 Feedback   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20569 Feedback   Apache fails when restarting
20910 Open   Default for AcceptPathInfo "changed"
20929 Open   Problem in handling big5 characters from HTML form
20954 Feedback   Serious problem , unknown reason
21040 Open   max_execution_time ignored
21045 Verified   %{mod_php_memory_usage}n not present
21063 Open   unable to load php with -imap and imap-ssl
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20520 Feedback   Nonsymetric data syncronization with references
20531 Open   Object property association broken
20676 Verified   Reinitialization 

[PHP-DEV] PHP 4 Bug Summary Report

2002-12-28 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1063 total including feature requests)
===[*Compression related]=
21228 Open   output handler 'ob_gzhandler' cannot be used twice
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Won\'t fix  phpize passes --no-verify to ltconfig without specifying host
===[*Directory/Filesystem functions]
21097 Feedback   tsrm_virtual_cwd.c/virtual_file_ex handles ".." incorrectly for UNC 
paths
21102 Feedback   stat, lstat fail if filesize larger than 2 GB
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20806 Feedback   display of rows in browse incorrect due to field names
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21038 Feedback   require & require_once probs
21051 Feedback   problem with with force-cgi-redirect for apache server
21239 Open   Wrong version from phpversion()
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Mail Related]
21036 Open   messages doubled with Bcc: header
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
21020 Feedback   function fsockopen() is slowly
===[*Programming Data Structures]=
21062 Won\'t fix  Recursive calls may SEGV
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20643 Feedback   long POST fields get truncated
20665 Feedback   Memory leaks on SIGHUP
20986 Feedback   PHP causes Apache to leak semaphores
21056 Open   PHP messes with virtual hosts
21163 Feedback   $_SESSION=NULL causes "an illegal operation performed by apache"
===[Apache2 related]==
17414 Open   Segfaults on restart
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Won't fix   multiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19739 Feedback   php-4.2.3 fails to Install with Apache 2.0.42 on AIX 5.1 ML2
19787 Won\'t fix  Can not load module
19918 Open   no libphp4.so produced
20910 Open   Default for AcceptPathInfo "changed"
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21045 Verified   %{mod_php_memory_usage}n not present
21063 Feedback   unable to load php with -imap and imap-ssl
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21190 Feedback   SAPI php4apache2.dll won't load
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Open   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20520 Feedback   Nonsymetric data syncronization with references
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
===[COM related]==
15771 Suspended  ca

[PHP-DEV] PHP 4 Bug Summary Report

2003-01-04 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1054 total including feature requests)
===[*Compile Issues]==
21375 Open   Changes in configure.in do not allow the creation of a sane configure
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Won\'t fix  phpize passes --no-verify to ltconfig without specifying host
21249 Open   ./configure fails when searching for ircg-config script
21284 Open   don't configure on AIX 4.3.3
21387 Open   Some configuration directives in php.ini are ignored
===[*Directory/Filesystem functions]
21102 Feedback   stat, lstat fail if filesize larger than 2 GB
21310 Open   no such file (paths)
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21254 Won\'t fix  Suggestion for the site
21281 Feedback   False Line output
21297 Open   CGI/CLI '#!php' handler doesn't skip LF if CR present
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Won\'t fix  Recursive calls may SEGV
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Won\'t fix  Memory leaks on SIGHUP
20986 Feedback   PHP causes Apache to leak semaphores
21056 Open   PHP messes with virtual hosts
21163 Feedback   $_SESSION=NULL causes "an illegal operation performed by apache"
===[Apache2 related]==
17414 Open   Segfaults on restart
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Won't fix   multiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Won\'t fix  Can not load module
20910 Open   Default for AcceptPathInfo "changed"
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21063 Feedback   unable to load php with -imap and imap-ssl
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21190 Feedback   SAPI php4apache2.dll won't load
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21323 Open   Session not initialised or not destroyed
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
===[BC math related]==
13551 Assigned   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
21380 Open   Ability to assign to $this in constructor of class
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
19150 Ope

[PHP-DEV] PHP 4 Bug Summary Report

2003-01-11 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1083 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Won't fix  Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Won\'t fix  php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Won\'t fix  phpize passes --no-verify to ltconfig without specifying host
21249 Open   ./configure fails when searching for ircg-config script
21284 Open   don't configure on AIX 4.3.3
===[*Database Functions]==
21549 Feedback   problem with INGRES II permanent connexions
===[*Directory/Filesystem functions]
21310 Open   no such file (paths)
21532 Open   incorrect warning
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21254 Won\'t fix  Suggestion for the site
21281 Feedback   False Line output
21559 Feedback   Fatal error: Nesting level too deep - recursive dependency? in 
Unknown on line
21575 Open   4.2x to 4.3 Compatibility issue
===[*Languages/Translation]===
11975 Won't fix  mix of hebrew & english
13014 Won't fix  hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Won\'t fix  Recursive calls may SEGV
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Won't fix  PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Won\'t fix  Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
21568 Feedback   The memory could not be "read".
===[Apache2 related]==
17414 Open   Segfaults on restart
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18648 Open   Single entry form POST gives incorrect variable content
18957 Won't fix   multiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Won\'t fix  Can not load module
20910 Open   Default for AcceptPathInfo "changed"
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21323 Feedback   Session not initialised or not destroyed
21452 Open   Apache dumps core inside php code
21471 Feedback   empty variables with apache 2
===[Arrays related]===
18829 Won\'t fix  array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Won\'t fix  Can't assign values to array in loop.
21444 Open   Asort output not fully sorted in mixed type array with BOOLEANs
===[BC math related]==
13551 Assigned   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Won\'t fix  ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
21380 Open   Ability to assign to $this in constructor of class
===[COM related]

[PHP-DEV] PHP 4 Bug Summary Report

2003-01-18 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1102 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21249 Open   ./configure fails when searching for ircg-config script
21284 Open   don't configure on AIX 4.3.3
===[*Database Functions]==
21549 Feedback   problem with INGRES II permanent connexions
===[*Directory/Filesystem functions]
21310 Open   no such file (paths)
21532 Open   incorrect warning
21597 Open   Glob doesn't seem to work as expected
21629 Feedback   very strange bug happens only once in a while
21713 Open   include (URL) doesn't remove temporary files
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21254 Wont fix   Suggestion for the site
21281 Feedback   False Line output
21559 Feedback   Fatal error: Nesting level too deep - recursive dependency? in 
Unknown on line
21647 Feedback   make test gives loop error
21696 Feedback   Checkbox is strange in POST event
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
21628 Feedback   decimal numbers without decimal places
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[*URL Functions]===
21674 Open   Warning: main(lang.php) [function.main]: failed to create stream: No 
such file
===[*Web Server problem]==
21716 Open   4.3.0 don't pass PATH_INFO env.variable to script (php in CGI mode)
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Feedback   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
21568 Feedback   The memory could not be "read".
21675 Open   Relative includes and Apache Alias problem
===[Apache2 related]==
17414 Open   Segfaults on restart
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18648 Open   Single entry form POST gives incorrect variable content
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21323 Feedback   Session not initialised or not destroyed
21452 Open   Apache dumps core inside php code
21471 Feedback   empty variables with apache 2
21683 Feedback   Creation of libphp4.so not possible
21698 Feedback   httpd.conf not modified when creating dso module
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
21444 Open   Asort output not fully sorted in mixed type array with BOOLEANs

[PHP-DEV] PHP 4 Bug Summary Report

2003-01-25 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1096 total including feature requests)
===[*Configuration Issues]
13561 Assigned   --without-pear prevent install of php-config,phpize,...
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
===[*Database Functions]==
21549 Feedback   problem with INGRES II permanent connexions
===[*Directory/Filesystem functions]
21310 Open   no such file (paths)
21532 Open   incorrect warning
21597 Feedback   Glob doesn't seem to work as expected
21629 Feedback   very strange bug happens only once in a while
21713 Assigned   include (URL) doesn't remove temporary files
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21254 Wont fix   Suggestion for the site
21281 Feedback   False Line output
21559 Feedback   Fatal error: Nesting level too deep - recursive dependency? in 
Unknown on line
21647 Feedback   make test gives loop error
21696 Feedback   Checkbox is strange in POST event
21749 Feedback   webmail ( squirrelmail 1.2.10
21861 Feedback   set_time_limit does not Limit the maximum execution time with 
safe_mode off
21870 Open   Core Predefinded with wrong paths
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Feedback   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
21628 Feedback   decimal numbers without decimal places
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[*URL Functions]===
21674 Feedback   Warning: main(lang.php) [function.main]: failed to create stream: No 
such file
===[Apache related]===
14409 Open   request for nonexistent file does not return 404 error
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Feedback   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
21568 Feedback   The memory could not be "read".
21675 Open   Relative includes and Apache Alias problem
21864 Feedback   Apache 1.3.27 core dumps when PHP 4.3.0 is activated via LoadModule
===[Apache2 related]==
17414 Open   Segfaults on restart
17868 Verified   Doesn't work two and more  directives of PHP code on 
different OS
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18648 Open   Single entry form POST gives incorrect variable content
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21452 Feedback   Apache dumps core inside php code
21683 Open   Creation of libphp4.so not possible
21819 Open   Corrupted uploaded binary files
21858 Feedback   apache uses %100 prosessor
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
21788 Open   array_multisort() changes array keys unexpectedly given numeric 
strings as keys
===[BC math related]==

[PHP-DEV] PHP 4 Bug Summary Report

2003-02-01 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1087 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21161 Open   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap...
21991 Feedback   CLI only gets compiled with --with-apxs
===[*Database Functions]==
21549 Feedback   problem with INGRES II permanent connexions
===[*Directory/Filesystem functions]
21310 Open   no such file (paths)
21532 Open   incorrect warning
21629 Feedback   very strange bug happens only once in a while
21713 Assigned   include (URL) doesn't remove temporary files
21902 Assigned   PHPxx in /tmp
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
21254 Wont fix   Suggestion for the site
21749 Feedback   webmail ( squirrelmail 1.2.10
21861 Feedback   set_time_limit does not Limit the maximum execution time with 
safe_mode off
21870 Open   Core Predefinded with wrong paths
21908 Open   File upload problems beginning in 4.3.0
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
===[*Mail Related]
21978 Open   bbc: send twice
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[*URL Functions]===
21674 Feedback   Warning: main(lang.php) [function.main]: failed to create stream: No 
such file
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
21675 Feedback   Relative includes and Apache Alias problem
21884 Open   enable-force-cgi-redirect doesnot work
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21084 Open   Undefined symbol "___guard" in libphp4.so
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21452 Feedback   Apache dumps core inside php code
21683 Open   Creation of libphp4.so not possible
21819 Open   Corrupted uploaded binary files
21858 Feedback   apache uses %100 prosessor
21900 Feedback   php upload malformed
21952 Open   php kills apache by inclusion
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
21788 Open   array_multisort() changes array keys unexpectedly given numeric 
strings as keys
21918 Verified   strange behaviour of mixed type in array-keys
===[BC math related]==
13551 Assigned   BC functions apply decimal places argument also on arguments
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[Class/Object relat

[PHP-DEV] PHP 4 Bug Summary Report

2003-02-15 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1052 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21161 Feedback   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Open   incorrect warning
21713 Assigned   include (URL) doesn't remove temporary files
21902 Feedback   PHPxx in /tmp
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
21254 Wont fix   Suggestion for the site
21885 Verified   move_uploaded_file error with open_basedir
21993 Feedback   Frameset/PHP conflict
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22094 Feedback   include_path
22096 Feedback   return inside a while loop isn't breaking the loop and returning a 
value
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
22112 Open   When Php compiled with support for openssl it broke the SIHUP of 
apache
22154 Feedback   fpassthru() fails with files larger than a few hundered KB
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22138 Feedback   File upload can't exceed 500k
22161 Feedback   Parse error:
22194 Feedback   php_* not valid in httpd.conf, .htaccess
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
22104 Feedback   problem with adding value to multiplie dimensional arrays
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
21711 Open   Class owners
21886 Open   parameters sometimes not submitted
22004 Open   Overload extension and _call() breaks classes.
22211 Open   Parameters not passed to class methods.
22

[PHP-DEV] PHP 4 Bug Summary Report

2003-02-22 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1058 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Open   incorrect warning
21902 Feedback   PHPxx in /tmp
22309 Feedback   open_basedir: strange problems
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
21254 Wont fix   Suggestion for the site
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22372 Critical   Don't forget to bump the PHP API number for 4.3.2 release
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Mail Related]
22364 Open   Cc: mail header problem
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Feedback   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
22112 Open   When Php compiled with support for openssl it broke the SIHUP of 
apache
22233 Verified   "mod_gzip_on yes" makes force-cgi-redirect disabled and incorrect 
PHP_SELF
22272 Open   Segmentation Fault (11)
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22273 Open   Cannot load libphp4.so into server: Unresolved external
22297 Open   Timeout when reading file from URL
22321 Open   Execute Bit and XBitHack seems to breaks PHP
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[CGI related]==
20896 Verified   php -w hangs indefinitely at 100% CPU
21862 Feedback   CGI SAPI header("HTTP/1.1 CODE Response") not passed
22127 Open   bogus http response when force-cgi-redirect safety mechanism triggered
22270 Assigned   cgi binary parses itself when called directly
22291 Assigned   iisfunc extension crashes on shutdown
22292 Open   PHP.EXE never ends
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in cl

[PHP-DEV] PHP 4 Bug Summary Report

2003-03-01 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1051 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Feedback   incorrect warning
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
21254 Wont fix   Suggestion for the site
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22357 Feedback   exit signal Segmentation fault (11)
22472 Open   set_error_handler
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Feedback   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Feedback   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Feedback   PHP messes with virtual hosts
22154 Open   fpassthru() fails with files larger than a few hundered KB
22442 Open   auto_prepend_file not consistant
22480 Open   mod_php randomly displays source instead of script output
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Feedback   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22273 Open   Cannot load libphp4.so into server: Unresolved external
22297 Feedback   Timeout when reading file from URL
22321 Open   Execute Bit and XBitHack seems to breaks PHP
22380 Feedback   Uploaded files automatically being deflated.
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
22463 Verified   array_reduce segmentation fault
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[CGI related]==
20896 Verified   php -w hangs indefinitely at 100% CPU
22127 Open   bogus http response when force-cgi-redirect safety mechanism triggered
22233 Assigned   "mod_gzip_on yes" makes force-cgi-redirect disabled and incorrect 
PHP_SELF
22270 Assigned   cgi binary parses itself when called directly
22291 Assigned   iisfunc extension crashes on shutdown
22440 Open   Bug with cookie in CGI not in ISAPI
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20676 Verified   Reinitialization of a reference
22004 Open   Overload extension and _call() breaks classes.
22211 Feedback   Parameters not passed t

[PHP-DEV] PHP 4 Bug Summary Report

2003-03-08 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1080 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
22604 Open   Egrep/'grep -E' usage not working
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Assigned   incorrect warning
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
21254 Wont fix   Suggestion for the site
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22357 Feedback   exit signal Segmentation fault (11)
22478 Feedback   register_shutdown_function() renders trigger_error() useless
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Feedback   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Feedback   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Feedback   PHP messes with virtual hosts
21756 Open   Accessing $_SERVER['PATH_INFO '] causes intermittent segfault in 
Apache
22442 Feedback   auto_prepend_file not consistant
22480 Feedback   mod_php randomly displays source instead of script output
22599 Open   apxs requires -bE parameter on AIX
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Feedback   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22273 Open   Cannot load libphp4.so into server: Unresolved external
22321 Open   Execute Bit and XBitHack seems to breaks PHP
22380 Feedback   Uploaded files automatically being deflated.
22394 Open   No libphp4.so module for Apache 2.0.43
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
22463 Verified   array_reduce segmentation fault
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[CGI related]==
20896 Verified   php -w hangs indefinitely at 100% CPU
22127 Open   bogus http response when force-cgi-redirect safety mechanism triggered
22233 Assigned   "mod_gzip_on yes" makes force-cgi-redirect disabled and incorrect 
PHP_SELF
22270 Assigned   cgi binary parses itself when called directly
22291 Assigned   iisfunc extension crashes on shutdown
22440 Open   Bug with cookie in CGI not in ISAPI
22563 Feedback   The specified CGI application misbehaved by not returning a complete 
set of HTT
22564 Feedback   header Location problem
22583 Feedback   CGI-Version of PHP has

[PHP-DEV] PHP 4 Bug Summary Report

2003-03-15 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1030 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Assigned   incorrect warning
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
21254 Wont fix   Suggestion for the site
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22666 Feedback   POST only passing a limited number of form variables
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20665 Wont fix   Memory leaks on SIGHUP
21756 Open   Accessing $_SERVER['PATH_INFO '] causes intermittent segfault in 
Apache
22699 Open   URL's like http://subdomain.site.com/script.php/test/this won't work
===[Apache2 related]==
17414 Open   Segfaults on restart
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22273 Open   Cannot load libphp4.so into server: Unresolved external
22394 Feedback   No libphp4.so module for Apache 2.0.43
22497 Openphp writes on wrong position in file after new lines
22603 Feedback   Can't set content-length
22672 Assigned   User not logged under Apache2
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
22463 Verified   array_reduce segmentation fault
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[CGI related]==
20896 Verified   php -w hangs indefinitely at 100% CPU
22127 Open   bogus http response when force-cgi-redirect safety mechanism triggered
22233 Assigned   "mod_gzip_on yes" makes force-cgi-redirect disabled and incorrect 
PHP_SELF
22270 Assigned   cgi binary parses itself when called directly
22291 Assigned   iisfunc extension crashes on shutdown
22440 Open   Bug with cookie in CGI not in ISAPI
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20676 Verified   Reinitialization of a reference
22004 Open   Overload extension and _call() breaks classes.
22361 Wont fix   Endless loop causes windows to reboot
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
===[Compile Failure]==
17820 Wont fix   php.ini-dist not copied
18358 Wont fix   Recode doesn't compile with apache2
18640 Open   Compilation with Oracle fails...
20444 Wont fix   Various compile warnings and one error.
20768 Wont f

[PHP-DEV] PHP 4 Bug Summary Report

2003-03-22 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (904 total including feature requests)
===[*Configuration Issues]
20490 Analyzed   enable versioning not supported on OSX
21195 Verified   Configure warnings/errors
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21532 Feedback   incorrect warning
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
21756 Open   Accessing $_SERVER['PATH_INFO '] causes intermittent segfault in 
Apache
22755 Feedback   PHP Source partially displayed
22780 Assigned   DSO load warnings + crash behaviour
===[Apache2 related]==
17414 Open   Segfaults on restart
19618 Suspended  Cannot load libphp4.so - Win32 error 5
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22273 Open   Cannot load libphp4.so into server: Unresolved external
22394 Feedback   No libphp4.so module for Apache 2.0.43
22497 Openphp writes on wrong position in file after new lines
22603 Feedback   Can't set content-length
22758 Open   performance problem with apache2 handler
22784 Feedback   Memory forbiden writes
22805 Assigned   Long input fields get truncated when posted (to about 1kb)
22811 Feedback   Apache2 start failure
22815 Open   Apache doesn't start
===[Arrays related]===
22463 Verified   array_reduce segmentation fault
===[CGI related]==
20896 Verified   php -w hangs indefinitely at 100% CPU
22127 Open   bogus http response when force-cgi-redirect safety mechanism triggered
22233 Assigned   "mod_gzip_on yes" makes force-cgi-redirect disabled and incorrect 
PHP_SELF
22270 Assigned   cgi binary parses itself when called directly
22291 Assigned   iisfunc extension crashes on shutdown
22440 Open   Bug with cookie in CGI not in ISAPI
22789 Feedback   echo/print/flush doesn't work while socket open
22796 Open   Error messages go to stdout; lost with -r option
22798 Feedback   The specified CGI application misbehaved by not returning a complete 
set of HTT
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20676 Verified   Reinitialization of a reference
22004 Open   Overload extension and _call() breaks classes.
===[COM related]==
15771 Suspended  cannot pass value to image field by ado
16375 Suspended  Feature: Support for VARIANT multi dimensional arrays
===[Compile Failure]==
18640 Open   Compilation with Oracle fails...
22197 Assigned   "inline" functions cannot use "static" identifier
22574 Feedback   unsatisfied symbols freeaddrinfo and getaddrinfo
22821 Feedback   [php] make install breaks with core dump
===[Compile Warning]==
22823 Open   Two warnings during make
===[cURL related]=
20263 Open   feof doesn't work with --with-curlwrappers
22213 Open   Apache mod_ssl + PHP + cURL SSL segfault
===[Date/time related]
13142 Verified   strtotime() returns -1 for "M d H:i:s Y" format
18101 Assigned   strtotime() can't handle certain timestamp format
18289 Suspended  strftime totally buggy!!
18670 Assigned   strtotime() bug
20382 Verified   strtotime ("Monday", $date) can produce incorrect output
21984 Verified   in 4.3.0 strtotime says next monday is Feb 10th 2003, thats wrong 
(4.2.3 works)
22135 Open   PHP confused by America/Los Angeles timezone
22453 Open   Incorrect display of date when locale set to Greek
22814 Assigned   strtotime error
=

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-07-14 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email messag

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-07-21 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[IMAP related]=
2816 Open   Imap_open error when user_id length=3 char
2847 Open   imap_search - dates don't work
3040 Duplicate  imap_open
3236 Open   Email messag

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-07-28 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open   Imap_open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-08-04 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Open   
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open   Imap_open 

[PHP-DEV] Bug #12608: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

2001-08-06 Thread havardda-dev

From: [EMAIL PROTECTED]
Operating system: Debian \"potato\" GNU/Linux
PHP version:  4.0.5
PHP Bug Type: Variables related
Bug description:  $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

The summary field really says it all:
Upon writing a customized 404 script, I stumbled upon the fact that the
$HTTP_SERVER_VARS["REDIRECT_QUERY_STRING"] didn't break up into
$HTTP_GET_VARS, even though one would expect it to. 
Is there a reason to this? I tried going through the bug database and the
email archives, but I didn't seem to find anything similar. My apologies if
this still is a second bug report, or if there's some perfectly valid
explanation given somewhere.

Thanks for a great tool, by the way.
-- 
Edit bug report at: http://bugs.php.net/?id=12608&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12608 Updated: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

2001-08-07 Thread havardda-dev

ID: 12608
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Variables related
Operating System: Debian potato GNU/Linux
PHP Version: 4.0.5
New Comment:

Thanks for the reply.

Sorry that the first post was confusing, I'll try explaining my situation more 
thoroughly:
I have a site that generates dynamic content. I don't want long, not-user-friendly 
urls of the form "http://../project/read.php?objectid=33255§ion=2355";, so I've 
written a custom 404 script that lets me do a 
"http://.../project/sectionname/objectname"; in true Jakob Nielsen spirit.

So far so good, but say I want to append "?lang=en" (or any get variable) to the url? 
If I do, the 404 script doesn't see $HTTP_GET_VARS(it is empty), so I have to look at 
$RQS ($REDIRECT_QUERY_STRING), as per the original note.
This isn't really a problem, I use parse_str() to break up $RQS, and all is well.

So why all the hassle, if all is well? Well, because contrary to what you say, I think 
(but I may ofcoursly be wrong on this, it wouldn't be the first time :) that breaking 
up the query string into HTTP_GET_VARS would be a right thing. If I understand the 
whole 404 process correctly, there will never be a $QUERY_STRING (which normally is 
what ends up in HTTP_GET_VARS and $argv, I presume) in a 404 script, but instead a 
$REDIRECT_QUERY_STRING. If this is correct, using $REDIRECT_QUERY_STRING in the same 
manner as $QUERY_STRING is ok, because both cannot be set at the same time.

Please correct me if I'm wrong.


Previous Comments:


[2001-08-07 08:40:42] [EMAIL PROTECTED]

I don't know if I read this right, because it was a bit confusing,
but I'll take a shot.

$HTTP_GET_VARS parses the query string for the current page...
I can't think of a good example right now, but it could mess things
up if REDIRECT_QUERY_STRING broke up into HTTP_GET_VARS.

If you wanted to do something like that try a script like the following...
[not tested]
http://bugs.php.net/?id=12608&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12608 Updated: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

2001-08-07 Thread havardda-dev

ID: 12608
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Variables related
Operating System: Debian potato GNU/Linux
PHP Version: 4.0.5
New Comment:

Thanks for the reply.

Sorry that the first post was confusing, I'll try explaining my situation more 
thoroughly:
I have a site that generates dynamic content. I don't want long, not-user-friendly 
urls of the form "http://../project/read.php?objectid=33255§ion=2355";, so I've 
written a custom 404 script that lets me do a 
"http://.../project/sectionname/objectname"; in true Jakob Nielsen spirit.

So far so good, but say I want to append "?lang=en" (or any get variable) to the url? 
If I do, the 404 script doesn't see $HTTP_GET_VARS(it is empty), so I have to look at 
$RQS ($REDIRECT_QUERY_STRING), as per the original note.
This isn't really a problem, I use parse_str() to break up $RQS, and all is well.

So why all the hassle, if all is well? Well, because contrary to what you say, I think 
(but I may ofcoursly be wrong on this, it wouldn't be the first time :) that breaking 
up the query string into HTTP_GET_VARS would be a right thing. If I understand the 
whole 404 process correctly, there will never be a $QUERY_STRING (which normally is 
what ends up in HTTP_GET_VARS and $argv, I presume) in a 404 script, but instead a 
$REDIRECT_QUERY_STRING. If this is correct, using $REDIRECT_QUERY_STRING in the same 
manner as $QUERY_STRING is ok, because both cannot be set at the same time.

Please correct me if I'm wrong.


Previous Comments:


[2001-08-07 09:38:53] [EMAIL PROTECTED]

Thanks for the reply.

Sorry that the first post was confusing, I'll try explaining my situation more 
thoroughly:
I have a site that generates dynamic content. I don't want long, not-user-friendly 
urls of the form "http://../project/read.php?objectid=33255§ion=2355";, so I've 
written a custom 404 script that lets me do a 
"http://.../project/sectionname/objectname"; in true Jakob Nielsen spirit.

So far so good, but say I want to append "?lang=en" (or any get variable) to the url? 
If I do, the 404 script doesn't see $HTTP_GET_VARS(it is empty), so I have to look at 
$RQS ($REDIRECT_QUERY_STRING), as per the original note.
This isn't really a problem, I use parse_str() to break up $RQS, and all is well.

So why all the hassle, if all is well? Well, because contrary to what you say, I think 
(but I may ofcoursly be wrong on this, it wouldn't be the first time :) that breaking 
up the query string into HTTP_GET_VARS would be a right thing. If I understand the 
whole 404 process correctly, there will never be a $QUERY_STRING (which normally is 
what ends up in HTTP_GET_VARS and $argv, I presume) in a 404 script, but instead a 
$REDIRECT_QUERY_STRING. If this is correct, using $REDIRECT_QUERY_STRING in the same 
manner as $QUERY_STRING is ok, because both cannot be set at the same time.

Please correct me if I'm wrong.




[2001-08-07 08:40:42] [EMAIL PROTECTED]

I don't know if I read this right, because it was a bit confusing,
but I'll take a shot.

$HTTP_GET_VARS parses the query string for the current page...
I can't think of a good example right now, but it could mess things
up if REDIRECT_QUERY_STRING broke up into HTTP_GET_VARS.

If you wanted to do something like that try a script like the following...
[not tested]
http://bugs.php.net/?id=12608&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 3.0 Bug Summary Report

2001-08-18 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-08-25 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-01 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-08 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (543 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-15 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (540 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-09-22 Thread php-dev

 PHP 3.0 Bug Database summary - http://bugs.php.net

 Num Status Summary (540 total including feature requests)
===[*General Issues]==
4180 Open   is_link returns false when target doesnt exist (should return true)
9610 Bogus  Dead link
9820 Open   File upload with any input tag
10101 Bogus  apache + mysqld + php3   == libphp3.so incorrect symbol...
10457 Bogus  ALKHOBAR
===[*Install and Config]==
7386 Feedback   referenced symbol not found when starting Apache
===[Compile Failure]==
1145 Open   Ypu cannot compile with --with-ldap using the Solaris7 bundled 
ldap-libs/header
1298 Open   need to use -taso with Netscape LDAP libs
1461 Open   won't compile with Stronghold 2.2 or 2.3
1933 Open   Unable to compile PHP3 with Oracle8 support
1997 Open   Compilation Problems
2225 Open   Compile error in ldap.c
2282 Open   Compile failure with Stronghold 2.4.1
2490 Open   Perl regular expression functions not available in windows binary
2585 Open   Error linking Oracle 7.3.2 libraries on SCO OpenServer 5.0.4
2658 Open   error while compiling PHP as apache module
2729 Open   Fatal error: Unable to open ???  in - on line 0
2751 Open   Storage size of "buf isn't known
2823 Open   undefined symbol: SQLParamData
2824 Open   Inconsistent parameter list declaration for...
2903 Open   fails to compile ifx.ec, report a syntax-error
3033 Open   Fatal compile error on functions/ldap.c
3185 Open   Undefined symbol
3217 Open   ld error when compiling as Apache DSO and --with-mysql
3218 Open   Can't compile php_ftp.dll
3426 Open   make with iodbc failed and I've found the problem
3501 Open   Compiling errors with Oracle-Funktions
3528 Open   Can't compile php 3.0.14 with Oracle support
3677 Open   files not found
3766 Open   configure doesn't allow for the Oracle N32 client SDK to be used
3776 Open   functions/db.c:107: parse error before '*'
4028 Open   wrong directories included for oracle 8.1.6
4217 Open   IBM DB2 will not compile.
4233 Open   The Interbase module won't compile.
4266 Open   Undeclared variables in function/imap.c starting ar line 435
4392 Open   Compile failure with GD 1.7, possibly others
4412 Open   xml failure
4417 Open   Informix specific parse error in functions/ifx.ec
4544 Open   Incompatiblility with latest (3.0) version of PDFlib
4899 Open   PHP Core Dumps With Apache 1.3.12
7734 Open   missing php3_ifx.h
===[Compile Warning]==
3151 Open   php.exe compile warnings because of arpa/inet.h
6942 Open   php sockets unusable with irix-OS
===[dBase related]
3091 Open   dbase_replace_record miscounts number of fields
3429 Open   Warning: Unable to open database...
4802 Open   php.exe crashes while trying to execute the get_record function
===[DBM/DBA related]==
2890 Open   DBM extension on win32 does not valid database identifier error
3371 Open   dbmfetch reurns an empty string
3423 Open   dbmopen() not thread-safe
3809 Duplicate  DBM extension for Win32 PHP3 is malfunctioning and/or has a flaw
3862 Open   dbmReplace & dbmDelete return inverse value
6720 Open   persistent "Warning: driver initialization failed" on db_open db2 2.7.7
===[Documentation problem]
11155 Bogus  bogus report
===[Dynamic loading related]==
1188 Open   Configuration not work
1586 Open   In the compiled Win32 package, the php3_ldap doesn't load.
1993 Open   Startup failure of liphp3.so
2027 Open   Can't dynamicly load any extension dll file
2250 Open   nt-service problem
2414 Open   php3_vmailmgr.so refuses to load
2862 Open   LDAP in Win32 Bin dist is linked to MSVCRTD.DLL
3168 Open   cannot start apache 1.3.9 if mysql is compiled in, but can RESTART 
successfully
3292 Open   MySQL module causes DSO to fail.
3321 Open   Apache Complaining about undefined symbol: dlst_first
3659 Open   mod_php + apache w/mod_so hangs in sched_yield
3680 Open   Apache won't start after install php3
3752 Open   Apache configtest dumps core with DSO & versioning
3781 Open   Cannot load /libexec/libphp3.so
3861 Open   php as a dyn. mod. & configured with IBM db2 support prevents svr 
startup
9565 Open   php3_ldap.dll is compiled as DEBUG
===[Feature/Change Request]===
2393 Open   Can't use parse_url for url validation
===[IMAP related]=
2816 Open 

[PHP-DEV] php-dev, conoce BUSCAPERSONAS? El soft que revoluciona a Argentina -::- 2187155

2001-11-13 Thread BP p/ php-dev@lists.php.net









 El software que revoluciona el manejo de personas en Argentina

















 ¿ php-dev, Cuantas veces se
preguntó ?: 




Donde vive esta persona? 
Los datos que me dio serán validos? 
En que otros domicilios puedo encontrarlo?  Quienes seran sus familiares? 
Que otras personas viven en el mismo domicilio?



o bien:




Necesito averiguar sus antecedentes, pero solo tengo su nombre, como podria obtener su dni sin tener que solicitarselo?
Su domicilio registrado es muy viejo, hace años que no realiza un cambio de domicilio, como podria averiguar cual es el actual?



 




Todas
las respuestas a estas y a muchas otras preguntas estan solamente en
nuestro novedoso producto
BUSCAPERSONAS










 



El
primer software desarrollado integramente en el país que se instala
en su computadora y que le permitira acceder en forma clara y rápida
a información sobre:



 



DOCUMENTOS

- NOMBRE Y APELLIDO - DOMICILIOS - RELACIONES
FAMILIARES - RELACIONES POR DOMICILIO - Y OTROS
POSIBLES DOMICILIOS



 


Buscapersonas
es la unica solución que se instala en su PC, no requiere de conexión
a ningún tipo de servidores (no le generara costos adicionales), ni
requiere abonos mensuales ni gastos fijos.
Lo instala y
listo!!


 



Y lo
mejor de todo!!  su precio   $140
(impuestos incluidos por única vez).










 


Deje de
navegar por sistemas complicados o de comprar bases de datos
imposibles de normalizar o integrar, generalmente caras y
desactualizadas.
Indispensable para
cualquier tipo de relación comercial o profesional donde se trabaje
con personas.
Muy Importante: no
confunda este productos con los basados en la guia telefonica.
Nosotros ofrecemos datos sobre practicamente TODOS los habitantes
del pais , superando actualmente los treinta millones, ( leyo bien
30.000.000 ), no solamente sobre los que poseen un telefono, y
ademas nuestra informacion esta basada en el numero de documento, no
en el nombre y apellido que por supuesto, como ud. podra saber si
utilizo alguno de estos productos, no es un dato exacto ni unico.


 



Si
desea una DESCRIPCIÓN  amplia sobre el funcionamiento del
sistema o quiere probar con un EJEMPLO practico , llame al
numero que aparece al pie de este email.
PARA COMPRAR el producto y recibirlo en su casa contrareembolso envie un email
haciendo
click aqui y complete en el mismo sus datos.








  
 


Importante: No estamos ofreciendole una copia ilegal, ni un crack, ni nada similar, somos los creadores y unicos distribuidores del sistema, Ud. esta adquiri
endo software
legal. Junto con el producto le enviaremos la factura
correspondiente.


  


Si desea obtener mas informacion
sobre BuscaPersonas u otro de los productos que comercializamos llamenos al

(0341)-4471116/4451518 ( de 9 a
20hs )
o si tiene ICQ contactenos al  73689734


 



  






Bajo
el decreto S.1618 titulo 3ro. Aprobado por el 105 congreso base de las
normativas internacionales sobre SPAM, este E-mail no podra ser
considerado SPAM mientras incluya una forma de ser removido.Si no desea
recibir nuestras ofertas, por favor envie un E-mail vacio a: [EMAIL PROTECTED]
y sera automáticamente removido de nuestra base de datos. (este
procedimiento es automatico)





-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



[PHP-DEV] µ´¹ï«K©yªº¾¥¤ô§X Epson ³Ì§C190[¼s§i«H]

2001-12-02 Thread php-dev-return-72272-archive=jab . org






-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]