[PHP-DEV] Bug #15130 Updated: pathinfo reports extension as bar/baz for /foo/bar.bar/baz

2002-01-21 Thread torben
ID: 15130 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Filesystem function related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: Reopening. It does appear that pathinfo() reacts badly if: a) the filename portion does not have an extens

[PHP-DEV] Bug #15135: improving eval() with context

2002-01-21 Thread tom . polak
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: improving eval() with context Hello, this request is related to #15101. Sample: function a($like){ $id, $name array; $val = "sele

[PHP-DEV] Bug #15136: php stopping after having written 16192 chars

2002-01-21 Thread kevin
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: php stopping after having written 16192 chars using IIS on win2000 sp2 with version of PHP from 4.0.x (don't remenber with which version it start

[PHP-DEV] Bug #14972 Updated: Setting 'sendmail_path' leads to PHP not find sendmail

2002-01-21 Thread mfischer
ID: 14972 Updated by: mfischer Old Summary: Setting 'sendmail_path' leads to PHP not find sendmail Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: PHP options/info functions Operating System: MacOS 10.1.2 (Darwin 5.2) PHP Version: 4.1.1 New Comment: A note to the submitte

[PHP-DEV] Fixes for pcntl - class support.

2002-01-21 Thread Alan Knowles
Well, after half a dozen bug reports that didnt actually work... - this one should, could somebody comment/commit etc. The patch includes a number of changes... - pcntl_zend_extension_active does not appear to be getting set when using modules this little magic trick to get the zval stored in t

Re: [PHP-DEV] Fixes for pcntl - class support. (patch attached)

2002-01-21 Thread Alan Knowles
Looks like mozilla buggered up the attachment. Alan Knowles wrote: > Well, after half a dozen bug reports that didnt actually work... - > this one should, could somebody comment/commit etc. > > The patch includes a number of changes... - > pcntl_zend_extension_active does not appear to be getti

[PHP-DEV] Bug #15137: get_meta_tags()

2002-01-21 Thread mk
From: [EMAIL PROTECTED] Operating system: WIndows 98 SE PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: get_meta_tags() Function get_meta_tags() returned bad value while in tags "content" is a 1st value and "name" is second example: " with this ex

[PHP-DEV] Bug #15137 Updated: get_meta_tags()

2002-01-21 Thread hholzgra
ID: 15137 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: WIndows 98 SE PHP Version: 4.0.6 New Comment: IMHO we should re-implement get_meta_tags() using expat? Previous Comments: ---

[PHP-DEV] Bug #15138: php interprets any non-php extension when file has executable permissions

2002-01-21 Thread agnieszkak
From: [EMAIL PROTECTED] Operating system: Linux Slackware 8.0.0 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: php interprets any non-php extension when file has executable permissions I've got php 4.1.1 compiled with apache 1.3.22. In same cases php inter

[PHP-DEV] Bug #15139: php interprets any non-php extension when file has executable permissions

2002-01-21 Thread agnieszkak
From: [EMAIL PROTECTED] Operating system: Linux Slackware 8.0.0 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: php interprets any non-php extension when file has executable permissions I've got php 4.1.1 compiled with apache 1.3.22. In same cases php inter

[PHP-DEV] Bug #15137 Updated: get_meta_tags()

2002-01-21 Thread elixer
ID: 15137 Updated by: elixer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: WIndows 98 SE PHP Version: 4.0.6 New Comment: This was fixed just after 4.0.6 was branched. See revision 1.164 of ext/standard/string.c. Works in 4.1.

[PHP-DEV] Bug #14897 Updated: "unable to fork" - cause & solution (well, at least for me)

2002-01-21 Thread davidfelton
ID: 14897 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Is there a way to enable access to cmd.exe so that it is only available to php.exe? Or

[PHP-DEV] Bug #15138 Updated: php interprets any non-php extension when file has executable permissions

2002-01-21 Thread sander
ID: 15138 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Linux Slackware 8.0.0 PHP Version: 4.1.1 New Comment: This is a configuration problem. Ask support questions on the appropriate mailinglist. Previous Comments: -

[PHP-DEV] Bug #15139 Updated: php interprets any non-php extension when file has executable permissions

2002-01-21 Thread sander
ID: 15139 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Linux Slackware 8.0.0 PHP Version: 4.1.1 New Comment: Please do NOT submit bugs twice. Previous Comments: ---

Re: [PHP-DEV] apache & php Authentication security problem

2002-01-21 Thread Daniel Lorch
Hi, > I am using Basic authentication on my school site. > It works as I want, but when I use php, I can read the password form > variable $php_auth_pw / $HTTP_SERVER_VARS["PHP_AUTH_PW"]. > I think it have a security problem when the student can read another one > password using php. > But I have

[PHP-DEV] Bug #15140: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread bguillot
From: [EMAIL PROTECTED] Operating system: Redhat 7.2 PHP version: 4.1.1 PHP Bug Type: mcrypt related Bug description: mcrypt fails for twofish but work properly for all other type of encryption // Problem with TWOFISH and mcrypt under PHP 4.0.6 and 4.1.1 // Tested with lib

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread bguillot
ID: 15140 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=15140&edit=1 -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread bguillot
ID: 15140 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 New Comment: The Script as it is will work using Triple DES Uncomment the TWOFISH Line At The Bottom of the code and you will get

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread derick
ID: 15140 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Old Assigned To: Assigned To: derick New Comment: I'll check this out, please file a bug report for mcrypt too (about not passing

[PHP-DEV] Bug #14897 Updated: "unable to fork" - cause & solution (well, at least for me)

2002-01-21 Thread louis
ID: 14897 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: re enable access to cmd.exe for php: if you are using IIS, then PHP will be run using the IWAM_ account. so you would h

[PHP-DEV] Bug #14143 Updated: Apache2 PATH_INFO var (was:Segmentation fun)

2002-01-21 Thread teo
ID: 14143 User updated by: [EMAIL PROTECTED] Old Summary: Segmentation fun Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache2 related Old Operating System: SuSE7.1 Operating System: Mandrake8.1 Old PHP Version: 4.0CVS-2001-11-20 PHP Version: php4-200201202100 New Co

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread bguillot
ID: 15140 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Assigned To: derick New Comment: That was quick. I am also sending a Bug Report to mcrypt. Testing with GOST Fail in the Same

[PHP-DEV] PHP Apache2Filter crashes on Win32

2002-01-21 Thread Sebastian Bergmann
Here's a backtrace: ap_save_brigade(ap_filter_t * 0x10d57628, apr_bucket_brigade * * 0x10d56004, apr_bucket_brigade * * 0x10a6fe74, apr_pool_t * 0x10d55b30) line 418 + 49 bytes php_output_filter(ap_filter_t * 0x10d57628, apr_bucket_brigade * 0x10d57790) line 350 + 32 bytes ap_pass_brigade(ap_fi

[PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread Robin Ericsson
Is call_user_function_ex() the right way if I want to call "standard" php functions from my extension, like "htmlentities", and such? regards Robin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: [PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread derick
On 21 Jan 2002, Robin Ericsson wrote: > Is call_user_function_ex() the right way if I want to call "standard" > php functions from my extension, like "htmlentities", and such? Yup. Derick -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread derick
On 21 Jan 2002, Robin Ericsson wrote: > Is call_user_function_ex() the right way if I want to call "standard" > php functions from my extension, like "htmlentities", and such? And no :) For most of these functions there is a php_html_enties function, which do not need call_user_function of cours

[PHP-DEV] Bug #15141: ODBC Error Messages

2002-01-21 Thread cox
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: ODBC related Bug description: ODBC Error Messages The PHP odbc driver doesn't manage errors correctly. Here is the complete explanation the Easysoft team gave me: From: Martin J. Evans <[EMAI

[PHP-DEV] Bug #15142: configure --help for --with-xslt-sablot lacks "[=DIR]"

2002-01-21 Thread peter . prohaska
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: configure --help for --with-xslt-sablot lacks "[=DIR]" $ ./configure --help ... --with-xslt-sablot XSLT: Enable the sablotron backend ... after

[PHP-DEV] Bug #14972 Updated: Setting 'sendmail_path' leads to PHP not find sendmail

2002-01-21 Thread fuerst
ID: 14972 User updated by: [EMAIL PROTECTED] Old Summary: Setting 'sendmail_path' leads to PHP not find sendmail Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: MacOS 10.1.2 (Darwin 5.2) PHP Version: 4.1.1 New Comment: > since sendmail_path defau

[PHP-DEV] Bug #9738 Updated: odbc_prepare does implicit SQLSetStmtOption (6,2) (sets to dynamic cursor)

2002-01-21 Thread kalowsky
ID: 9738 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: ODBC related Operating System: HP-UX 10.20 / Linux PHP Version: 4.0.4pl1 New Comment: Bugs bugs bugs. I hate bugs. As soon as my CVS connection can be completely established this change

[PHP-DEV] Bug #8941 Updated: Openlink/ODBC cannot parse complex queries

2002-01-21 Thread kalowsky
ID: 8941 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: ODBC related Operating System: HPUX10.20 PHP Version: 4.0.2 New Comment: Patch submitted sort of. Go CVS go! Connect and finish the commit! Previous Comments: ---

[PHP-DEV] Bug #12389 Updated: bad performance of odbc_free_memory with ibm db2

2002-01-21 Thread kalowsky
ID: 12389 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ODBC related Operating System: SuSe 7.1 PHP Version: 4.0.6 New Comment: patch submitted (took long enough, eh?). Please test latest cvs Previous Comments: ---

[PHP-DEV] Bug #12339 Updated: Seg Fault in PHP under 2k /w ODBC and Globals (apparently)...

2002-01-21 Thread kalowsky
ID: 12339 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related Operating System: Win2k PHP Version: 4.0.6 New Comment: Please try the latest release. There have been a couple bug fixes in it regarding windows releases. Previous Comments:

[PHP-DEV] Bug #12228 Updated: type convretion problem

2002-01-21 Thread kalowsky
ID: 12228 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: ODBC related Operating System: Windows 98 PHP Version: 4.0.4pl1 New Comment: duplicate of 12423 Previous Comments:

[PHP-DEV] Bug #12517 Updated: data base not found or damaged or in use

2002-01-21 Thread kalowsky
ID: 12517 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.6 New Comment: Two things: 1) please try the latest release of PHP. 2) if it persists, please try changing odbc_pconnect to odbc_connect and see if that fixe

[PHP-DEV] Bug #12423 Updated: float point assignment error

2002-01-21 Thread kalowsky
ID: 12423 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: ODBC related Operating System: Windows 98 PHP Version: 4.0.6 New Comment: I'm unable to reproduce this using PostgreSQL/ODBC. Previous Comments: -

[PHP-DEV] Bug #15143: Large loop doesn't work.

2002-01-21 Thread bkirk
From: [EMAIL PROTECTED] Operating system: Win 2K PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Large loop doesn't work. This code doesn't seem to work with more than 20 people. I had it working great with 12 and then I added all 61 and the page just sits

[PHP-DEV] Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2002-01-21 Thread kalowsky
ID: 12166 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: Should be fixed now. Previous Comments: [20

[PHP-DEV] Bug #10181 Updated: odbc_result causes Unexpected network read error

2002-01-21 Thread kalowsky
ID: 10181 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: ODBC related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: This should be fixed in CVS now. Previous Comments: ---

[PHP-DEV] Bug #15143 Updated: Large loop doesn't work.

2002-01-21 Thread sander
ID: 15143 Updated by: sander Old Summary: Large loop doesn't work. Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Win 2K PHP Version: 4.1.1 New Comment: Can you simplify the code and track down the problem to only a few lines of code?

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-01-21 Thread sander
ID: 15140 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Assigned To: derick New Comment: To be completely clear, Derick asked to file a bugreport in the PHP-bugs-system about mcrypt not passing some PHP-

[PHP-DEV] Bug #15145: xmlSubstituteEntitiesDefault(1) to domxml_xslt_process

2002-01-21 Thread bav
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0CVS-2002-01-21 PHP Bug Type: Feature/Change Request Bug description: xmlSubstituteEntitiesDefault(1) to domxml_xslt_process Please add a line xmlSubstituteEntitiesDefault(1); to *domxml_xslt_process* to

[PHP-DEV] Bug #15127 Updated: I don't get any error messages but it loops

2002-01-21 Thread sander
ID: 15127 Updated by: sander Old Summary: I don't get any error messages but it loops Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: win 98 PHP Version: 4.1.0 New Comment: Not likely to be a bug. Ask support questions on the appropriate m

[PHP-DEV] Bug #15142 Updated: configure --help for --with-xslt-sablot lacks "[=DIR]"

2002-01-21 Thread sander
ID: 15142 Updated by: sander Old Summary: configure --help for --with-xslt-sablot lacks "[=DIR]" Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Documentation problem Bug Type: *Compile Issues Operating System: any PHP Version: 4.1.1 New Comment: Reclassified. Previous Comments: -

[PHP-DEV] Bug #15144: Master includes being over ridden by a local include that does not exist..

2002-01-21 Thread excalibur
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 STABLE PHP version: 4.1.1 PHP Bug Type: PHP options/info functions Bug description: Master includes being over ridden by a local include that does not exist.. Hi, './configure' '--with-apxs=/usr/local/sbin/apxs' '--wit

[PHP-DEV] Bug #8537 Updated: Configure of php 4.0.4 dies but 4.03pl1 works fine

2002-01-21 Thread ams
ID: 8537 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Operating System: SUSE Linux 7.0 PHP Version: 4.0.4 New Comment: I got this error attempting to start Apache (1.3.22) with PHP 4.0.4. The --with-op

Re: [PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but workproperly for all other type of encryption

2002-01-21 Thread derick
On 21 Jan 2002 [EMAIL PROTECTED] wrote: > ID: 15140 > Updated by: sander > Reported By: [EMAIL PROTECTED] > Status: Assigned > Bug Type: mcrypt related > Operating System: Redhat 7.2 > PHP Version: 4.1.1 > Assigned To: derick > New Comment: > > To be completely clear, Derick asked to file a bugre

[PHP-DEV] Bug #15146: Apache fails to start - lib/php/libphp4.so: undefined symbol: pthread_getspecif

2002-01-21 Thread ams
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.2.19 PHP version: 4.1.1 PHP Bug Type: Dynamic loading Bug description: Apache fails to start - lib/php/libphp4.so: undefined symbol: pthread_getspecif Apache 1.3.22 with PHP 4.1.1 fails to start: bash$ /vol/stage/a

[PHP-DEV] Bug #15147: why have so bugs in make ,Have some bugs in Zend?

2002-01-21 Thread 0139hxw
From: [EMAIL PROTECTED] Operating system: RedHat 7.2 PHP version: 4.1.0 PHP Bug Type: Compile Warning Bug description: why have so bugs in make ,Have some bugs in Zend? both php4.1.1 and php4.1.0 so on when i make error occur can you help me: Making all in Zend make[1]:

[PHP-DEV] Bug #15148: Troubbles with setcookie (on Unix Solaris php)

2002-01-21 Thread alexis . escobar
From: [EMAIL PROTECTED] Operating system: Solaris 5.8 PHP version: 4.1.1 PHP Bug Type: *General Issues Bug description: Troubbles with setcookie (on Unix Solaris php) Hi guys... I had a script (sw.php) who works fine on php 4.1.1 on Windows NT, but when I try to run it on S

[PHP-DEV] Bug #15150: curl_errno() [still] reports strange numbers

2002-01-21 Thread alberto
From: [EMAIL PROTECTED] Operating system: linux 2.4.16 PHP version: 4.1.1 PHP Bug Type: cURL related Bug description: curl_errno() [still] reports strange numbers curl_errno() returns strange wrong values (very large numbers.. negative numbers etc..) $ch = curl_init ("ht

[PHP-DEV] Bug #15123 Updated: strtotime() returns -1 for M d H:i:s Y" format same as #13142

2002-01-21 Thread htheking
ID: 15123 User updated by: [EMAIL PROTECTED] Old Summary: strtotime doesn't work with long date format Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Linux 2.4.16 & 2.2.16 PHP Version: 4.1.1 Previous Comments: ---

[PHP-DEV] Bug #15146 Updated: Apache fails to start - lib/php/libphp4.so: undefined symbol: pthread_getspecif

2002-01-21 Thread yohgaki
ID: 15146 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Dynamic loading Operating System: Debian Linux 2.2.19 PHP Version: 4.1.1 New Comment: You cannot specify 2 SAPIs, apache and servlet. BTW, if this typo? --with-axs=/vol/stage/apache/bin/apx

[PHP-DEV] Bug #15148 Updated: Troubbles with setcookie (on Unix Solaris php)

2002-01-21 Thread edink
ID: 15148 Updated by: edink Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Solaris 5.8 PHP Version: 4.1.1 New Comment: Please make sure that nothing is printed from db-include.old. If something gets printed (anything: space, error messa

[PHP-DEV] Bug #15148 Updated: Troubbles with setcookie (on Unix Solaris php)

2002-01-21 Thread alexis . escobar
ID: 15148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: Solaris 5.8 PHP Version: 4.1.1 New Comment: Well, I've revise the code on db-include.old again, and I saw a white line between code and So, I remove that line

[PHP-DEV] Bug #15143 Updated: Large loop doesn't work.

2002-01-21 Thread bkirk
ID: 15143 User updated by: [EMAIL PROTECTED] Old Summary: Large loop doesn't work. Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Win 2K PHP Version: 4.1.1 Previous Comments:

[PHP-DEV] Bug #15146 Updated: Apache fails to start - lib/php/libphp4.so: undefined symbol: pthread_getspecif

2002-01-21 Thread ams
ID: 15146 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Dynamic loading Operating System: Debian Linux 2.2.19 PHP Version: 4.1.1 New Comment: I have rebuilt using the configure with the following paramewters and still get the same error ./configure --wit

[PHP-DEV] Bug #15143 Updated: Large loop doesn't work.

2002-01-21 Thread bkirk
ID: 15143 User updated by: [EMAIL PROTECTED] Old Summary: Large loop doesn't work. Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Win 2K PHP Version: 4.1.1 New Comment: The selects in a loop is what does it. If I remove the select statement it seems to wor

[PHP-DEV] Bug #14972 Updated: Setting 'sendmail_path' leads to PHP not find sendmail

2002-01-21 Thread markonen
ID: 14972 Updated by: markonen Old Summary: Setting 'sendmail_path' leads to PHP not find sendmail Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PHP options/info functions Operating System: MacOS 10.1.2 (Darwin 5.2) PHP Version: 4.1.1 New Comment: Okay, I just need to l

[PHP-DEV] Bug #15149 Updated: I don't just insert to oracle db

2002-01-21 Thread sander
ID: 15149 Updated by: sander Old Summary: I don't just insert to oracle db Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Website problem Bug Type: Oracle related Operating System: solaris8 PHP Version: 4.0.5 New Comment: Ask support questions on the appropriate maili

[PHP-DEV] Bug #14334 Updated: Bug in COM class

2002-01-21 Thread wloske
ID: 14334 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: I am having the same problem which is a bit stranger though. One time my cal

[PHP-DEV] if ()

2002-01-21 Thread Eduardo Melo
Please, How can i use a similar command of C language as such as if (a==b && b==c) ? anyone can help ? thanks, eduardo melo computer programmer _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.co

Re: [PHP-DEV] if ()

2002-01-21 Thread Rasmus Lerdorf
Just like that On Mon, 21 Jan 2002, Eduardo Melo wrote: > Please, > > How can i use a similar command of C language as such as if (a==b && b==c) ? > > anyone can help ? > > thanks, > > eduardo melo > computer programmer > > _ > MSN

Re: [PHP-DEV] if ()

2002-01-21 Thread Brad House
if ($a == $b && $b == $c) Eduardo Melo wrote: > Please, > > How can i use a similar command of C language as such as if (a==b && > b==c) ? > > anyone can help ? > > thanks, > > eduardo melo > computer programmer > > _ > MSN Pho

[PHP-DEV] Bug #15151: Decimals/Numerics stored as int64 always display as xxx.2

2002-01-21 Thread mitch
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.1 PHP Bug Type: InterBase related Bug description: Decimals/Numerics stored as int64 always display as xxx.2 Decimals/Numerics that are stored as 64-bit integers always display as xxx.2. The following shou

[PHP-DEV] Bug #15151 Updated: Decimals/Numerics stored as int64 always display as xxx.2

2002-01-21 Thread mitch
ID: 15151 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: InterBase related Operating System: Windows PHP Version: 4.1.1 New Comment: This is also reported as #13807 Previous Comments: -

Re: [PHP-DEV] if ()

2002-01-21 Thread Hartmut Holzgraefe
Eduardo Melo wrote: > Please, > > How can i use a similar command of C language as such as if (a==b && > b==c) ? > > anyone can help ? > Eduardo, please get a clue! You've been told more than once in detail where to find the informations you need and where to ask questions if you have probl

[PHP-DEV] Bug #15120 Updated: Netscape sessions contain no data

2002-01-21 Thread debbie
ID: 15120 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: I'm hoping you haven't given up on me...are you still able to help, even with my many limitations? Previous Comments: ---

[PHP-DEV] Bug #15152: SSI output from PHP CGI produces garbage on Netscape browsers

2002-01-21 Thread bobsledbob
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2-2 RedHat 7.1 PHP version: 4.1.1 PHP Bug Type: Output Control Bug description: SSI output from PHP CGI produces garbage on Netscape browsers I'm calling a PHP CGI script through Apache's mod_include SSI directives. When u

Re: [PHP-DEV] REMOVEING apidoc.txt and apidoc-zend.txt

2002-01-21 Thread Zeev Suraski
I think that replacing them with web pointers is a better idea than just plain removing them... Zeev At 04:41 AM 1/16/2002, Yasuo Ohgaki wrote: >Hi all. > >apidoc.txt and apidoc-zend.txt are obsolete. >If nobody going to maintain these files, they >should be removed, IMO. (It's still useful, th

[PHP-DEV] Bug #15152 Updated: SSI output from PHP CGI produces garbage on Netscape browsers

2002-01-21 Thread bobsledbob
ID: 15152 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Output Control Bug Type: *Compression related Operating System: Linux 2.4.2-2 RedHat 7.1 PHP Version: 4.1.1 New Comment: I just had a revelation regarding this issue. I realized that the proble

[PHP-DEV] Bug #15153: Php starts writing log in an infinite loop resulting is system DoS

2002-01-21 Thread mikael . jokela
From: [EMAIL PROTECTED] Operating system: Linux 2.2.20 (Redhat 5.2) PHP version: 4.1.1 PHP Bug Type: *Directory/Filesystem functions Bug description: Php starts writing log in an infinite loop resulting is system DoS A piece of code that you have at http://www.php.net/manua

[PHP-DEV] Bug #14910 Updated: --with-snmp compile failure

2002-01-21 Thread bert
ID: 14910 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Red Hat Linux 7.1 PHP Version: 4.1.1 New Comment: I also am receiving the same exact error. Has anyone any idea what I can do to fix

[PHP-DEV] Bug #15133 Updated: SSI

2002-01-21 Thread tim . lokot
ID: 15133 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.1 New Comment: Ok, I've run some tests on my server and I can setup another filtered extension. I guess this is one way to run it.

[PHP-DEV] Bug #14798 Updated: session.gc_maxlifetime does not work (Reopen Bug ID #3793)

2002-01-21 Thread kori
ID: 14798 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: Win 2k PHP Version: 4.1.1 New Comment: Hi, I tested PHP 4.1.0 (release) on Windows XP Professional and there is my report: WWW

[PHP-DEV] Bug #14222 Updated: PHP Crashes with weird output often

2002-01-21 Thread andre . krause
ID: 14222 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment: update to newest version ? do you mean one in the cvs repository ? i tried everything:

[PHP-DEV] Bug #15145 Updated: xmlSubstituteEntitiesDefault(1) to domxml_xslt_process

2002-01-21 Thread jarkol
ID: 15145 Updated by: jarkol Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0CVS-2002-01-21 New Comment: Added domxml_substitute_entities_default() function - a wrapper for xmlSubstituteEntititiesDefault() fun

[PHP-DEV] Bug #15154: set_error_handler(): some parse errors not caught

2002-01-21 Thread J . Kolakowski
From: [EMAIL PROTECTED] Operating system: PLD Linux 2.4.16 PHP version: 4.0CVS-2002-01-21 PHP Bug Type: Scripting Engine problem Bug description: set_error_handler(): some parse errors not caught Some parse errors are caught by assigned error handler, and some are not. I

[PHP-DEV] Bug #15155: Mailparse causes segfault in DSO, apxs2

2002-01-21 Thread paul
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.1.1 PHP Bug Type: Mailparse related Bug description: Mailparse causes segfault in DSO, apxs2 Every time i compile as DSO for Apache2 it segfaults on startup!, also happens on php4-200201211500 snap. con

[PHP-DEV] pthread & thread support : issues?

2002-01-21 Thread Alan Knowles
After spending yesterday looking at the pcntl library, I did at one point attempt to get create_thread going, It didnt get very far, (it segfaulted on emalloc - perhaps because thread_init had not been called) but I did start wondering about the feasibilty.. Has anybody ever attempted it? The

Re: [PHP-DEV] pthread & thread support : issues?

2002-01-21 Thread Brad House
you wanted an ext that wraps the pthread libraries or something? doesn't sound like it should be too hard... I'm not too familiar with do's and dont's of exts ... but doesn't seem like there would be any complications... I could probably whip something up in a few minutes if anyone else is interes

[PHP-DEV] Bug #15154 Updated: set_error_handler(): some parse errors not caught

2002-01-21 Thread mfischer
ID: 15154 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: PLD Linux 2.4.16 PHP Version: 4.0CVS-2002-01-21 New Comment: The first one is a runtime warning (Use of undefined constant ...) and not an parser error

[PHP-DEV] Bug #15155 Updated: Mailparse causes segfault in DSO, apxs2

2002-01-21 Thread mfischer
ID: 15155 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Mailparse related Operating System: RedHat 6.2 PHP Version: 4.1.1 New Comment: Please compile with --enable-debug and provide a backtrace. Also try to minimize the options to configure to tho

Re: [PHP-DEV] pthread & thread support : issues?

2002-01-21 Thread Brad House
If something like this were actually created, would it look anything like the file I just attached. I have yet to put the rest of the headers, etc on... but it technically should be a working pthread_create() function as far as I can tell, if I'm not as stupid as I think I am ;) ---

[PHP-DEV] Re: PHP Apache2Filter crashes on Win32

2002-01-21 Thread Justin Erenkrantz
On Mon, Jan 21, 2002 at 01:23:42PM +0100, Sebastian Bergmann wrote: > Here's a backtrace: > > ap_save_brigade(ap_filter_t * 0x10d57628, apr_bucket_brigade * * > 0x10d56004, apr_bucket_brigade * * 0x10a6fe74, apr_pool_t * 0x10d55b30) > line 418 + 49 bytes > php_output_filter(ap_filter_t * 0x10d5

[PHP-DEV] Bug #15153 Updated: Php starts writing log in an infinite loop resulting in local DoS

2002-01-21 Thread mikael . jokela
ID: 15153 User updated by: [EMAIL PROTECTED] Old Summary: Php starts writing log in an infinite loop resulting is system DoS Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux 2.2.20 (Redhat 5.2) PHP Version: 4.1.1 Edit this bug report a

[PHP-DEV] Bug #15153 Updated: Php starts writing log in an infinite loop resulting in local DoS

2002-01-21 Thread mikael . jokela
ID: 15153 User updated by: [EMAIL PROTECTED] Old Summary: Php starts writing log in an infinite loop resulting is system DoS Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux 2.2.20 (Redhat 5.2) PHP Version: 4.1.1 Edit this bug report a

[PHP-DEV] Bug #15156: apache segmentation fault (11) with php4

2002-01-21 Thread cummings
From: [EMAIL PROTECTED] Operating system: RedHat Linux, 2.4.2 kernel PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: apache segmentation fault (11) with php4 I recently installed PHP4 from the tarball distribution as a dynamically loaded module for Apach