[PHP-DEV] PHP 4.0 Bug #9072 Updated: unexpected behavior in strip_tags

2001-02-02 Thread rasmus
ID: 9072 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: Fixed in CVS Previous Comments: --- [2001-02-02 08:08:13] [EMAIL PROTECTED

[PHP-DEV] PHP 4.0 Bug #9073 Updated: Using pspell .12 will not compile correctly

2001-02-02 Thread rasmus
ID: 9073 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Applied - thanks Previous Comments: --- [2001-02-02 09:49:14] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9096 Updated: #! line in a script is outputed in script

2001-02-04 Thread rasmus
ID: 9096 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Unknown/Other Function Assigned To: Comments: Hrm.. I am unable to reproduce this. I am on Linux and I used your exact ./configure line. Are you completely sure you are seeing what you say

[PHP-DEV] PHP 4.0 Bug #9214 Updated: Apache dumps core on startup

2001-02-11 Thread rasmus
ID: 9214 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: Sounds like the normal glibc-2.1.x + libpthreads bug. If you recompile your Apache server and add -lpthreads to the LIBS line I bet this will go away. Previous

[PHP-DEV] PHP 4.0 Bug #9217 Updated: Variable Variables not "setting" as expected

2001-02-11 Thread rasmus
ID: 9217 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Variables related Assigned To: Comments: Looks like you are confused about how variable variables work. $a = "hello"; $$a = "world"; At this point $hello would be

[PHP-DEV] Bug #14734 Updated: default HTTP vars and PHP_SELF not available

2001-12-28 Thread rasmus
ID: 14734 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Then don't turn register_globals off. Turning off register_globals gets rid of all the globals. If you

[PHP-DEV] Bug #6982 Updated: disable_functions option don't works in Apache config

2002-01-11 Thread rasmus
ID: 6982 Updated by: rasmus Old Summary: disable_functions option don't works in Apache config Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.2.16 PHP Version: 4.0.2 New Comment: Due to the current internal architecture it would

[PHP-DEV] Bug #15003 Updated: problem with range() function

2002-01-11 Thread rasmus
ID: 15003 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4 PHP Version: 4.1.1 New Comment: Not a bug. settype() returns true/false. In your case it returned true in both cases so your range was

[PHP-DEV] Bug #15008 Updated: Apache Crash

2002-01-12 Thread rasmus
ID: 15008 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2.4.5 PHP Version: 4.1.1 New Comment: Hrm, but there is no sign of anything PHP in that backtrace. You are saying PHP sent something that caused mod_layout to crash

[PHP-DEV] Bug #15017 Updated: Repeat

2002-01-13 Thread rasmus
ID: 15017 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.1 New Comment: Nothing, but that wasn't what he was asking for. Previous Com

[PHP-DEV] Bug #15018 Updated: readdir() not affected by safe_mode

2002-01-13 Thread rasmus
ID: 15018 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Debian Linux PHP Version: 4.1.0 New Comment: Like I mentioned on the mailing list, opendir() is the function that would be relevant here. It is analogous

[PHP-DEV] Bug #12074 Updated: Enhance sybase_ct with sybasel_unbuffered_query(),

2002-01-13 Thread rasmus
ID: 12074 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux & HP-UX PHP Version: 4.0.6 New Comment: In order for this function to be implementation there must be support for it in the underlying library.

[PHP-DEV] Bug #15023 Updated: Apache thread segfaults in optimizer using php-4.1.1 and Zend Optimizer

2002-01-13 Thread rasmus
ID: 15023 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux-2.2.20 PHP Version: 4.1.1 New Comment: It's not, go to somewhere on www.zend.com Previous Com

[PHP-DEV] Bug #15072 Updated: Loading libphp4.so crashes Apache 1.3.11 at startup

2002-01-16 Thread rasmus
ID: 15072 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Solaris 2.6.1 PHP Version: 4.0.6 New Comment: Build with debug symbols please so we can have a real backtrace. You are also way behind with your Apache version. Current version

[PHP-DEV] Bug #15074 Updated: unset does not work on an array

2002-01-16 Thread rasmus
ID: 15074 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Sun Solaris 8 PHP Version: 4.1.0 New Comment: lose the []'s unset works fine on arrays. Previous Com

[PHP-DEV] Bug #15072 Updated: Loading libphp4.so crashes Apache 1.3.11 at startup

2002-01-16 Thread rasmus
ID: 15072 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Operating System: Solaris 2.6.1 PHP Version: 4.0.6 New Comment: Well, since the crash is in Apache, it is Apache you need to build with debug symbols, not PHP. Previous Comments

[PHP-DEV] Bug #15133 Updated: SSI

2002-01-20 Thread rasmus
ID: 15133 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.1 New Comment: Adding -q is sufficient. No PHP changes needed here. Previous Comments

[PHP-DEV] Bug #15133 Updated: SSI

2002-01-20 Thread rasmus
ID: 15133 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.1 New Comment: "php.exe -q" doesn't work on Windows? Pr

[PHP-DEV] Bug #15187 Updated: PHP parses untrusted documents (or something like that ;P)

2002-01-23 Thread rasmus
ID: 15187 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux 2.4 PHP Version: 4.1.1 New Comment: We can't stop developers from shooting themselves in the foot. If you want to include a remote file without parsing it lo

[PHP-DEV] Bug #15185 Updated: Exploring the server recources witch php

2002-01-23 Thread rasmus
ID: 15185 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Slackware PHP Version: 4.0.6 New Comment: Daniel, please stop saying readdir() here. readdir() should not have any safe-mode checks anymore than fgets() should

[PHP-DEV] Bug #15417 Updated: occasioanlly no result returned

2002-02-06 Thread rasmus
ID: 15417 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Debian Linux 2.4.10 PHP Version: 4.1.1 New Comment: I don't see any real reason for these failures, but I do see sp

[PHP-DEV] Bug #10945 Updated: Apache core dumps when PHP4.0.5 is activated via LoadModule

2001-05-17 Thread rasmus
ID: 10945 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: On systems that use glibc-2.1.x there is a bug in glibc that prevents a binary not linked against pthreads to

[PHP-DEV] Bug #10701 Updated: readfile usage on large files

2001-05-17 Thread rasmus
ID: 10701 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: What's to claim. This is a support question that belongs on one of the mailing lists and not i

[PHP-DEV] Bug #10945 Updated: Apache core dumps when PHP4.0.5 is activated via LoadModule

2001-05-17 Thread rasmus
ID: 10945 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: There is no "supported list". But, obviously operating systems that are more common end up getting more attention and mo

Re: [PHP-DEV] Latest commit -- depreciation of call_user_method()

2001-05-18 Thread rasmus
> Andrei Zmievski wrote: > > They hardly bump Zend API version with every point release. > > not with every release, somehow they missed 4.0.3 on this ;) No bump in 4.0.6 either, and it doesn't look like there will be one for 4.0.7 either. About 5 months since the last bump

[PHP-DEV] Bug #10957 Updated: define_syslog_variables

2001-05-18 Thread rasmus
ID: 10957 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS Previous Comments

[PHP-DEV] Bug #10970 Updated: Life of environment variable set by putenv() not documented well

2001-05-19 Thread rasmus
ID: 10970 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Note added to docs cvs. A putenv() is only active for the duration of the request in which the env var was

[PHP-DEV] Bug #9526 Updated: Copy function is not affected by the security settings

2001-05-19 Thread rasmus
ID: 9526 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS Previous Comments

[PHP-DEV] Bug #10983 Updated: php can't select database in mysql, so mysql is not working at all.

2001-05-20 Thread rasmus
ID: 10983 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: You need to check for errors on your mysql_db_query(). Your "or die(mysql_error()) belongs there. And since you have already d

[PHP-DEV] Bug #11001 Updated: ini_set() of 'magic_quotes_sybase' has no effect

2001-05-21 Thread rasmus
ID: 11001 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug. magic quotes are done before your script is executed, so you can't change these settings in

[PHP-DEV] Bug #11001 Updated: ini_set() of 'magic_quotes_sybase' has no effect

2001-05-21 Thread rasmus
ID: 11001 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: I suppose to some extent it is. The chart on php.net/ini_set just specifies where values can be changed. It doesn't sp

Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-21 Thread rasmus
> On Mon, 21 May 2001, Rasmus Lerdorf wrote: > > Looks like this code in session.c is the culprit: > > > > int php_get_session_var(char *name, size_t namelen, zval ***state_var PLS_DC >PSLS_DC ELS_DC) > > { > > HashTable *ht = &EG(symbol_table);

Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-21 Thread rasmus
_SESSION_VARS into the global symbol table. Somewhat magical, but what else can we do here? I really don't think we can live with the current situation. -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[PHP-DEV] Bug #11052 Updated: cookie problem

2001-05-22 Thread rasmus
ID: 11052 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Perhaps because the clock on that server you are uploading to is off, or maybe your clock is off. And you are right

[PHP-DEV] Bug #11518 Updated: two dimensional array in POST doesn't work

2001-06-19 Thread rasmus
ID: 11518 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Arrays related Operating system: PHP Version: 3.0.14 Assigned To: Comments: Upgrade to PHP 4 where this is supported. Previous Comments

[PHP-DEV] Bug #11567 Updated: True Dynamic Binding and Public/Private

2001-06-20 Thread rasmus
ID: 11567 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: I completely disagree with the concept of dynamic binding. Calling different functions based on the number

[PHP-DEV] Bug #11570 Updated: Security Hole on ChDir()

2001-06-20 Thread rasmus
ID: 11570 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS Previous Comments

[PHP-DEV] Bug #11578 Updated: http header order not respected and messages not transmitted

2001-06-20 Thread rasmus
ID: 11578 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you using the Apache module version of PHP on Windows or the standalone CGI binary version? And what do you mean the headers are

[PHP-DEV] Bug #11586 Updated: php needs coldfusion like tags

2001-06-20 Thread rasmus
ID: 11586 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: I don't see this ever happening. Cold Fusion users who want to use PHP will just have to lear

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-21 Thread rasmus
ID: 11590 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: Crashes with current cvs for me too - needs to be fixed Previous Comments

[PHP-DEV] Bug #11592 Updated: need for an a SIGALRM based timeout mecanism

2001-06-21 Thread rasmus
ID: 11592 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: The problem is that at least with Apache we cannot use SIGALRM as Apache has taken that. When PHP is

[PHP-DEV] Bug #11578 Updated: http header order not respected and messages not transmitted

2001-06-21 Thread rasmus
ID: 11578 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: By default PHP's header() function will replace the value of an http header with the value you give it. If you don't want it

[PHP-DEV] Bug #11600 Updated: .h files missing for oracle.h dependencies

2001-06-21 Thread rasmus
ID: 11600 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: These header files come with Oracle along with the client library. We could not possibly distribute these

[PHP-DEV] Bug #11646 Updated: Cant get php for linux

2001-06-24 Thread rasmus
ID: 11646 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Operating system: PHP Version: 4.0.6 Assigned To: Comments: What in heaven's name are you talking about? There is no difference between accessing the site with Window

[PHP-DEV] Bug #11657 Updated: Why is port 8000 used on your webserver for downloads

2001-06-25 Thread rasmus
ID: 11657 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating system: PHP Version: 4.0.6 Assigned To: Comments: You should be using a mirror anyway. Looks like you are in Sweden, so go to http://se.php.net Previous Comments

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread rasmus
ID: 11811 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Did you remove the config.cache file? Previous Comments: --- [2001

[PHP-DEV] Bug #11877 Updated: Apache cannot load phplib4.so

2001-07-04 Thread rasmus
ID: 11877 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Operating system: PHP Version: 4.0.6 Assigned To: Comments: You need to use --with-kerberos because the version of the imap libs you are trying to link against have been linked

[PHP-DEV] Bug #11826 Updated: Custom sessions handler using Metabase calls crashes Apache

2001-07-09 Thread rasmus
ID: 11826 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: WinMe, Linux PHP Version: 4.0.4 New Comment: Your test handler doesn't crash PHP for me with the latest CVS version on Linux. Previous Com

[PHP-DEV] Bug #11983 Updated: GLOBAL vars HTTP_RAW_POST_DATA and HTTP_FDF_DATA do not exist

2001-07-09 Thread rasmus
ID: 11983 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: FDF related Operating System: PHP Version: 4.0.5 New Comment: $HTTP_RAW_POST_DATA only exists when the mime type of the POST is unrecognized, so in the case of an FDF post it is normal that the raw post data

[PHP-DEV] Bug #12013 Updated: RUSAGE_SELF not declared

2001-07-10 Thread rasmus
ID: 12013 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Linux 2.4.3 PHP Version: 4.0.6 New Comment: This is a FAQ. See http://www.php.net/FAQ.php#6.12 Previous Comments

Re: [PHP-DEV] CVS Account Request

2001-07-10 Thread rasmus
Andrei, so are you coordinating with Brad on how to integrate his extensions? I assume you will create his php-gtk cvs account since I assume this should go hand in hand with php-gtk? -Rasmus On Tue, 10 Jul 2001, Andrei Zmievski wrote: > Hey, you got there first. I was planning an Ope

Re: [PHP-DEV] CVS Account Request

2001-07-10 Thread rasmus
hat I planned to work on my version later on. Ok, so what is your suggestion? A separate cvs tree for php-opengl? Or how do you want to handle it? It seems to me it is very related to php-gtk if not technically, then at least functionally. -Rasmus -- PHP Development Mailing List <http

Re: [PHP-DEV] CVS Account Request

2001-07-10 Thread rasmus
g as we have a lot of cool extensions that don't belong in the main php tree sitting around waiting for a home. -Rasmus -- 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]

Re: [PHP-DEV] CVS Account Request

2001-07-10 Thread rasmus
today. Give us a couple of days to sort it out please. -Rasmus -- 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] Bug #12111 Updated: gdImageCreateFromPng dos not work

2001-07-12 Thread rasmus
ID: 12111 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Status: Analyzed Bug Type: *Compile Issues Operating System: Linux PHP Version: 4.0.6 New Comment: What is your ./configure line? Make sure you specify where your libpng library and header files can be found under. eg

[PHP-DEV] Bug #12064 Updated: Truetype functions can't locate fonts

2001-07-12 Thread rasmus
ID: 12064 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Summary: Truetype functions can't locate fonts Old Status: Open Status: Analyzed Bug Type: GD related Operating System: Windows 2000 SP1 PHP Version: 4.0.6 New Comment: No idea about the Windows version, but on UNIX the ne

[PHP-DEV] Bug #12115 Updated: Broken configure: --with-mysql=/opt/mysql

2001-07-12 Thread rasmus
ID: 12115 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Status: Open Bug Type: *Configuration Issues Operating System: solaris 2.6 PHP Version: 4.0.6 New Comment: Well, where is your mysql client library? Previous Comments

[PHP-DEV] Bug #12081 Updated: A successfull snmpset() always returns "false"

2001-07-12 Thread rasmus
ID: 12081 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Summary: A successfull snmpset() always returns "false" Status: Open Bug Type: SNMP related Operating System: Slackware-7.1, kernel.2.4.6 PHP Version: 4.0.6 New Comment: >From looking at the code it would appear that sn

[PHP-DEV] Bug #10397 Updated: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1

2001-07-12 Thread rasmus
ID: 10397 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Operating System: W2000 PHP Version: 4.0.4 New Comment: Start your OID with a . ie. snmpget("myhost","public",".1.3.6.1.2.3.1191

[PHP-DEV] Bug #9401 Updated: Unable to set remote SNMP port

2001-07-12 Thread rasmus
ID: 9401 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: SNMP related Operating System: Linux PHP Version: 4.0.2 New Comment: Looks ok, implemented. Previous Comments: [2001-02

[PHP-DEV] Bug #12081 Updated: A successfull snmpset() always returns "false"

2001-07-12 Thread rasmus
ID: 12081 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Summary: A successfull snmpset() always returns "false" Old Status: Open Status: Closed Bug Type: SNMP related Operating System: Slackware-7.1, kernel.2.4.6 PHP Version: 4.0.6 New Comment: Fixed in CVS Previou

[PHP-DEV] Bug #10397 Updated: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1

2001-07-12 Thread rasmus
ID: 10397 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: SNMP related Operating System: W2000 PHP Version: 4.0.4 New Comment: By the way, this has nothing to do with PHP. This happens in the snmp library. So there is nothing to fix here. Just use

[PHP-DEV] Bug #9059 Updated: SNMP compile issue

2001-07-12 Thread rasmus
ID: 9059 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Operating System: Tru64 4.0f PHP Version: 4.0.4pl1 New Comment: Is this still happening with the latest versions of PHP? Previous Comments

[PHP-DEV] Bug #12128 Updated: library name inconsistencies

2001-07-12 Thread rasmus
ID: 12128 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: Mandrake 6.5 PHP Version: 4.0.6 New Comment: No, you need to tell your system when you install new shared libraries by adding the directory to /etc

[PHP-DEV] Bug #12127 Updated: Function fgetcsv() lost some letters

2001-07-12 Thread rasmus
ID: 12127 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: When running your script from the command-line version of PHP I get: 5 fields in line 1

[PHP-DEV] Bug #11941 Updated: Not checking allow_persistent

2001-07-13 Thread rasmus
ID: 11941 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Status: Closed Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.6 New Comment: Fixed in CVS, thanks. Previous Comments: [2001

[PHP-DEV] Bug #12153 Updated: Failure to find libraries

2001-07-13 Thread rasmus
ID: 12153 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: SuSE Linux 7.1 PHP Version: 4.0.6 New Comment: --with-gd=/usr as per the example in the INSTALL file Previous Comments

[PHP-DEV] Bug #12153 Updated: Failure to find libraries

2001-07-13 Thread rasmus
ID: 12153 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Status: Closed Bug Type: Compile Failure Operating System: SuSE Linux 7.1 PHP Version: 4.0.6 New Comment: --with-xpm-dir=/usr/X11R6 --with-gd=/usr --with-jpeg-dir=/usr --with-zlib-dir=/usr --with-png-dir=/usr --with

[PHP-DEV] Bug #12159 Updated: Make fails, both 4.0.5 and 4.0.6 during microtime...

2001-07-13 Thread rasmus
ID: 12159 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Compile Issues Operating System: Linux kernel 2.4.4 PHP Version: 4.0.6 New Comment: This is a FAQ. You upgraded to the Linux 2.4 kernel without upgrading your kernel headers and libc

[PHP-DEV] Bug #11632 Updated: Bad Request on most Sites

2001-07-14 Thread rasmus
ID: 11632 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Status: Closed Bug Type: HTTP related Operating System: Red Hat Linux 7.0 Standard PHP Version: 4.0.6 New Comment: Fixed in CVS Previous Comments

[PHP-DEV] Bug #12182 Updated: include of an include is not reloaded

2001-07-15 Thread rasmus
ID: 12182 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: PHP Version: 4.0.4 New Comment: Impossible - unless you are using some sort of cache system in which case the bug is there. Previous Comments

[PHP-DEV] Bug #12208 Updated: $HTTP_RAW_POST_DATA should always be set

2001-07-17 Thread rasmus
ID: 12208 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: NA PHP Version: 4.0.6 New Comment: 4.0.7 will have a config directive to turn this on. If you need it right now, grab the current CVS version of PHP

[PHP-DEV] Bug #10520 Updated: Access $HTTP_RAW_POST_DATA

2001-07-17 Thread rasmus
ID: 10520 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: N/A PHP Version: 4.0.4pl1 New Comment: 4.0.7 will have a config directive to turn this on. Previous Comments

[PHP-DEV] Bug #5503 Updated: Please allow access to the raw HTTP POST data (not just parsed form variables)

2001-07-17 Thread rasmus
ID: 5503 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.0 New Comment: PHP 4.0.7 will have a config option to turn this on. Previous Comments

[PHP-DEV] Bug #12222 Updated: Unresolved symbol _umoddi3

2001-07-18 Thread rasmus
ID: 1 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Web Server problem Operating System: HPUX 10.20 PHP Version: 4.0.6 New Comment: This happens on systems where you have some libraries linked by a native compiler/linker and others linked by

[PHP-DEV] Bug #12268 Updated: Security bug in php 4.0.5+

2001-07-19 Thread rasmus
ID: 12268 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Mail Related Operating System: Any PHP Version: 4.0.5 New Comment: Fixed a while ago in CVS Previous Comments: [2001

Re: [PHP-DEV] bug database report/search

2001-07-20 Thread rasmus
> On Fri, 20 Jul 2001, Rasmus Lerdorf wrote: > > Done. http://bugs.php.net now has an OS field which does a > > case-insensitive substr search. I also added an 'All' option to the > > entries/page dropdown so it is now possible to generate a single report &

[PHP-DEV] Bug #12289 Updated: Not fully reproducable include-errors

2001-07-20 Thread rasmus
ID: 12289 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: This is what the include_once function is for. Use that instead and see if that fixes things for you. Previous Comments

[PHP-DEV] Bug #12240 Updated: microtime.x

2001-07-20 Thread rasmus
ID: 12240 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Any Operating System: Slackware 7.0 PHP Version: 4.0.6 New Comment: This is a FAQ - http://www.php.net/FAQ.php#6.12 Basically you probably upgraded a Linux 2.2 box to the 2.4 kernel, right

[PHP-DEV] Bug #12293 Updated: setcookie() called with only one arg causes crash

2001-07-20 Thread rasmus
ID: 12293 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Linux PHP Version: 4.0.6 New Comment: Fixed in CVS Previous Comments: [2001-07-20

[PHP-DEV] Bug #12354 Updated: getImageSize() fails for some JPEGs

2001-07-24 Thread rasmus
ID: 12354 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GetImageSize related Operating System: linux PHP Version: 4.0.6 New Comment: Are you absolutely sure you are using PHP 4.0.6? This was a bug in 4.0.5. Previous Comments

[PHP-DEV] Bug #12354 Updated: getImageSize() fails for some JPEGs

2001-07-24 Thread rasmus
ID: 12354 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GetImageSize related Operating System: linux PHP Version: 4.0.6 New Comment: ... and checking the image you posted, it works fine for me with the current getimagesize() in CVS. And I don't think it has ch

[PHP-DEV] Bug #12325 Updated: Query_string not defined

2001-07-24 Thread rasmus
ID: 12325 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Unknown/Other Function Operating System: Win 2k PHP Version: 4.0.6 New Comment: No bug here. The default php.ini file has error_reporting set to E_ALL & ~E_NOTICE. You have it se

[PHP-DEV] Bug #12409 Updated: Form variables are unexpectedly being escaped

2001-07-26 Thread rasmus
ID: 12409 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Variables related Operating System: Solaris PHP Version: 4.0.6 New Comment: It always did Previous Comments: [2001-07

[PHP-DEV] PHP 4.0 Bug #10084 Updated: Release Quality

2001-03-30 Thread rasmus
ID: 10084 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: And I assume you will be pitching in and helping out on each front? We don't set out to have a buggy release. There is a QA team and

[PHP-DEV] PHP 4.0 Bug #10138 Updated: mysql_insert_id() returns incorrect value

2001-04-03 Thread rasmus
ID: 10138 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Assigned To: Comments: I tested on 2 boxes using your exact script. Works perfectly. If this was broken thousands of scripts out there wouldn't work. Check that

[PHP-DEV] PHP 4.0 Bug #10222 Updated: php linking against wrong mysqlclient lib and causing crash on startup

2001-04-07 Thread rasmus
ID: 10222 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: A -L/your/path is added, but yes, then -lmysqlclient comesafter that and if a mysqlclient library appears on your default link path it will be used

[PHP-DEV] Bug #10315 Updated: PHPINFO() Reports wrong info

2001-04-12 Thread rasmus
ID: 10315 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: It is reporting the version of the MySQL client API that PHP was compiled against. The version of the MySQL server you have

[PHP-DEV] Bug #10481 Updated: httpd -l gives mod_php4.c not compatible w/ 1.3.19

2001-04-24 Thread rasmus
ID: 10481 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: You compiled PHP against an older version of Apache and you are now trying to load it into a newer one. Recompile your PHP against

[PHP-DEV] Bug #10487 Updated: Uploaded files get prepended with 'Content-Type: ...' string

2001-04-25 Thread rasmus
ID: 10487 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related PHP Version: 4.0.4pl1 Assigned To: Comments: This has been fixed in CVS and will be part of 4.0.5 See bug #9298 Previous Comments

[PHP-DEV] Bug #10487 Updated: Uploaded files get prepended with 'Content-Type: ...' string

2001-04-25 Thread rasmus
ID: 10487 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: HTTP related PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS - will be in 4.0.5 Previous Comments: --- [2001-04-25 12:26:10

[PHP-DEV] Bug #8352 Updated: mysql_field_len on a decimal field only report the length before the dot

2001-04-25 Thread rasmus
ID: 8352 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related PHP Version: 4.0.2 Assigned To: Comments: User misunderstood how MySQL's decimal() works. Previous Com

Re: [PHP-DEV] sprintf and strings with NULL byte

2001-04-25 Thread rasmus
changing this to a memcpy() call will fix this. Again, I don't see any reason not to make this change. PHP is supposed to be 8-bit clean and I think this should extend to the printf functions as well. -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

Re: [PHP-DEV] sprintf and strings with NULL byte

2001-04-25 Thread rasmus
() doesn't handle NULL bytes, do we have a > replacement for it in PHP aside from php_formatted_print() which expects > to receive its arguments from a script? Oh, and I went and fixed this anyway. I'd just split that php_formatted_print() function into two parts. One that does the ar

Re: [PHP-DEV] sprintf and strings with NULL byte

2001-04-25 Thread rasmus
like we > > have done with so many other functions. > > Yes, we can do that. But does php_formatted_print() have feature parity > with glibc printf()? Well, no, because it is now binary-clean! ;) Do you need exact 1:1 parity? It does most of the things that glibc printf()

[PHP-DEV] Bug #10498 Updated: Missing expansion of the PHP acronym--must stand for something? What?

2001-04-25 Thread rasmus
ID: 10498 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem PHP Version: 4.0.4pl1 Assigned To: Comments: It's also right in the titlebar of your browser when you go to www.php.net Previous Com

[PHP-DEV] Bug #9878 Updated: gmmktime is 1 hour off during standard time

2001-05-05 Thread rasmus
ID: 9878 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Date/time related PHP Version: 4.0.4pl1 Assigned To: Comments: Are you sure that bit of code applies in your case? ie. is HAVE_TM_GMTOFF undefined in your main/php_config.h file? I am

[PHP-DEV] Bug #9541 Updated: New Feature Patch

2001-05-05 Thread rasmus
ID: 9541 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related PHP Version: 4.0.4pl1 Assigned To: Comments: It is now in CVS. Well, not exactly your patch, but there is a pg_last_notice() function. Probably won't be in 4.0.6 either, but definite

[PHP-DEV] Bug #9541 Updated: New Feature Patch

2001-05-05 Thread rasmus
ID: 9541 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related PHP Version: 4.0.4pl1 Assigned To: Comments: forgot to close Previous Comments: --- [2001-05-05 21:36

[PHP-DEV] Bug #10241 Updated: php_flag dosn't work in httpd.conf, but it works in .htaccess files

2001-05-06 Thread rasmus
ID: 10241 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I don't see a PHP fix here. It is either a user error or an Apache-1.3.14 specific bug.

  1   2   3   4   5   6   7   8   9   10   >