Bug #60709 [Com]: Any php file of size 8192 bytes crashes Apache and PHP

2012-01-10 Thread bugzilla33 at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=60709&edit=1 ID: 60709 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Any php file of size 8192 bytes crashes Apache and PHP Status:

[PHP-BUG] Bug #60709 [NEW]: Any php file of size 8192 bytes crashes Apache and PHP

2012-01-10 Thread bugzilla33 at gmail dot com
From: Operating system: Win All PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:Any php file of size 8192 bytes crashes Apache and PHP Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let c

Bug #44420 [Com]: upload_tmp_dir directive in php.ini ignored for file uploads

2012-01-10 Thread bushkonst at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=44420&edit=1 ID: 44420 Comment by: bushkonst at gmail dot com Reported by:jturner at paycomonline dot com Summary:upload_tmp_dir directive in php.ini ignored for file uploads Status

[PHP-BUG] Bug #60708 [NEW]: segmentation fault, use max_input_vars

2012-01-10 Thread masugata at gmail dot com
From: Operating system: x86_64 GNU/Linux PHP version: 5.3.9 Package: *General Issues Bug Type: Bug Bug description:segmentation fault, use max_input_vars Description: segmentation fault, use max_input_vars $ gdb /tmp/php-5.3.9/sapi/cgi/php-cgi (gdb

[PHP-BUG] Bug #60707 [NEW]: max_input_vars allows one extra var

2012-01-10 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.3.9 Package: Variables related Bug Type: Bug Bug description:max_input_vars allows one extra var Description: Setting max_input_vars to N allows N+1 variables. Test script: --- \n";

Bug #60694 [Com]: print() results in bad logic

2012-01-10 Thread phpmpan at mpan dot pl
Edit report at https://bugs.php.net/bug.php?id=60694&edit=1 ID: 60694 Comment by: phpmpan at mpan dot pl Reported by:MarkAndrewSlade at gmail dot com Summary:print() results in bad logic Status: Open Type: Bug Package:

Bug #48591 [Com]: Internal classes registered in extensions can cause PHP crash

2012-01-10 Thread register at cjsoft dot org
Edit report at https://bugs.php.net/bug.php?id=48591&edit=1 ID: 48591 Comment by: register at cjsoft dot org Reported by:pforsub at gmail dot com Summary:Internal classes registered in extensions can cause PHP crash Status:

[PHP-BUG] Bug #60706 [NEW]: Unable to compile pdo_mysql with mysqlnd

2012-01-10 Thread martin at martins-creations dot co dot uk
From: Operating system: Debian PHP version: 5.4.0RC5 Package: PDO related Bug Type: Bug Bug description:Unable to compile pdo_mysql with mysqlnd Description: Initially I was getting: /usr/local/src/php-5.4.0RC4/ext/pdo_mysql/php_pdo_mysql_int.h:27:3

Bug #60695 [Opn]: bind_param 'd' appends a 0

2012-01-10 Thread nbari at dalmp dot com
Edit report at https://bugs.php.net/bug.php?id=60695&edit=1 ID: 60695 User updated by:nbari at dalmp dot com Reported by:nbari at dalmp dot com Summary:bind_param 'd' appends a 0 Status: Open Type: Bug Package:My

Bug #60695 [Com]: bind_param 'd' appends a 0

2012-01-10 Thread anon at anon dot anon
Edit report at https://bugs.php.net/bug.php?id=60695&edit=1 ID: 60695 Comment by: anon at anon dot anon Reported by:nbari at dalmp dot com Summary:bind_param 'd' appends a 0 Status: Open Type: Bug Package:MyS

[PHP-BUG] Bug #60705 [NEW]: rijndael iv problem

2012-01-10 Thread erno dot kovacs at freemail dot hu
From: Operating system: linux/windows PHP version: 5.3.8 Package: mcrypt related Bug Type: Bug Bug description:rijndael iv problem Description: Cryptography basics: IV is always the same as the block size, which is 16 bytes (128 bits) in case of AES(

Bug #60694 [Opn]: print() results in bad logic

2012-01-10 Thread MarkAndrewSlade at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=60694&edit=1 ID: 60694 User updated by:MarkAndrewSlade at gmail dot com Reported by:MarkAndrewSlade at gmail dot com Summary:print() results in bad logic Status: Open Type: Bug P

[PHP-BUG] Bug #60704 [NEW]: unlink() bug with some files path

2012-01-10 Thread dean at dacunha dot net
From: Operating system: Linux 3.0.0-14-generic #23-Ubunt PHP version: 5.3.8 Package: Filesystem function related Bug Type: Bug Bug description:unlink() bug with some files path Description: unlink() function truncates the file path name argument in s

[PHP-BUG] Req #60703 [NEW]: support for reference cursors on pdo_oci

2012-01-10 Thread marcos dot ramirez dot aranda at gmail dot com
From: Operating system: Linux PHP version: 5.3.8 Package: PDO related Bug Type: Feature/Change Request Bug description:support for reference cursors on pdo_oci Description: PDO_OCI doesn't yet allow fetching ref cursors with oracle (or any other data

Bug #60701 [Com]: __toString() which stores $this reference triggers segfault

2012-01-10 Thread sjon at hortensius dot net
Edit report at https://bugs.php.net/bug.php?id=60701&edit=1 ID: 60701 Comment by: sjon at hortensius dot net Reported by:daan at react dot com Summary:__toString() which stores $this reference triggers segfault Status:

Req #52761 [Bgs]: include backtrace in web server log on fatal error

2012-01-10 Thread freeman3 at centrum dot cz
Edit report at https://bugs.php.net/bug.php?id=52761&edit=1 ID: 52761 User updated by:freeman3 at centrum dot cz Reported by:freeman3 at centrum dot cz Summary:include backtrace in web server log on fatal error Status: Bogus Type:

Bug #60689 [Com]: Return $this double quoted __toString

2012-01-10 Thread valentiny510 at yahoo dot es
Edit report at https://bugs.php.net/bug.php?id=60689&edit=1 ID: 60689 Comment by: valentiny510 at yahoo dot es Reported by:valentiny510 at yahoo dot es Summary:Return $this double quoted __toString Status: Open Type: Bug

[PHP-BUG] Bug #60701 [NEW]: __toString() which stores $this reference triggers segfault

2012-01-10 Thread daan at react dot com
From: Operating system: CentOS PHP version: 5.3.8 Package: Class/Object related Bug Type: Bug Bug description:__toString() which stores $this reference triggers segfault Description: A simple object construction where a __toString() stores $this, wil

Req #38489 [Opn->Csd]: DOMNodeList should implement Traversable

2012-01-10 Thread jpauli
Edit report at https://bugs.php.net/bug.php?id=38489&edit=1 ID: 38489 Updated by: jpa...@php.net Reported by:mmcintyre at squiz dot net Summary:DOMNodeList should implement Traversable -Status: Open +Status: Closed Type:

Req #52761 [Com]: include backtrace in web server log on fatal error

2012-01-10 Thread walovaton at yahoo dot com dot mx
Edit report at https://bugs.php.net/bug.php?id=52761&edit=1 ID: 52761 Comment by: walovaton at yahoo dot com dot mx Reported by:freeman3 at centrum dot cz Summary:include backtrace in web server log on fatal error Status: Bogus Type:

Bug #60689 [Com]: Return $this double quoted __toString

2012-01-10 Thread phpmpan at mpan dot pl
Edit report at https://bugs.php.net/bug.php?id=60689&edit=1 ID: 60689 Comment by: phpmpan at mpan dot pl Reported by:valentiny510 at yahoo dot es Summary:Return $this double quoted __toString Status: Open Type: Bug Packag

Bug #40574 [Com]: file_put_contents fails with ftp wrapper

2012-01-10 Thread simonsimcity at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=40574&edit=1 ID: 40574 Comment by: simonsimcity at gmail dot com Reported by:arn...@php.net Summary:file_put_contents fails with ftp wrapper Status: No Feedback Type: Bug Pac

Bug #40574 [Com]: file_put_contents fails with ftp wrapper

2012-01-10 Thread simonsimcity at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=40574&edit=1 ID: 40574 Comment by: simonsimcity at gmail dot com Reported by:arn...@php.net Summary:file_put_contents fails with ftp wrapper Status: No Feedback Type: Bug Pac

Bug #60671 [Bgs->Opn]: fread does not fail when operating on a write only stream

2012-01-10 Thread cataphract
Edit report at https://bugs.php.net/bug.php?id=60671&edit=1 ID: 60671 Updated by: cataphr...@php.net Reported by:james dot turner dot phpninja at gmail dot com Summary:fread does not fail when operating on a write only stream -St

Bug #60666 [Opn]: scandir doesn''t return entries on GlusterFS (redHat's) file system

2012-01-10 Thread hunter at yessoftware dot com
Edit report at https://bugs.php.net/bug.php?id=60666&edit=1 ID: 60666 User updated by:hunter at yessoftware dot com Reported by:hunter at yessoftware dot com Summary:scandir doesn''t return entries on GlusterFS (redHat's) file system

Bug #60695 [Opn]: bind_param 'd' appends a 0

2012-01-10 Thread nbari at dalmp dot com
Edit report at https://bugs.php.net/bug.php?id=60695&edit=1 ID: 60695 User updated by:nbari at dalmp dot com Reported by:nbari at dalmp dot com Summary:bind_param 'd' appends a 0 Status: Open Type: Bug Package:My

[PHP-BUG] Bug #60699 [NEW]: mysqli_init() crashes under high concurrency

2012-01-10 Thread ninzya at inbox dot lv
From: Operating system: Windows 7 PHP version: 5.4.0RC5 Package: MySQLi related Bug Type: Bug Bug description:mysqli_init() crashes under high concurrency Description: Calling purely mysqli_init() crashes PHP under high concurrency. Using VC9 x86 Th

Req #38917 [Com]: OpenSSL: signing function for spkac

2012-01-10 Thread jason dot gerfen at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=38917&edit=1 ID: 38917 Comment by: jason dot gerfen at gmail dot com Reported by:zeph at purotesto dot it Summary:OpenSSL: signing function for spkac Status: Feedback Type: Fe

Bug #60694 [Com]: print() results in bad logic

2012-01-10 Thread phpmpan at mpan dot pl
Edit report at https://bugs.php.net/bug.php?id=60694&edit=1 ID: 60694 Comment by: phpmpan at mpan dot pl Reported by:MarkAndrewSlade at gmail dot com Summary:print() results in bad logic Status: Open Type: Bug Package:

Bug #60697 [Bgs]: gettype() cann't distinguish object and function?

2012-01-10 Thread hfcorriez at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=60697&edit=1 ID: 60697 User updated by:hfcorriez at gmail dot com Reported by:hfcorriez at gmail dot com Summary:gettype() cann't distinguish object and function? Status: Bogus Type:

Bug #60697 [Opn->Bgs]: gettype() cann't distinguish object and function?

2012-01-10 Thread cataphract
Edit report at https://bugs.php.net/bug.php?id=60697&edit=1 ID: 60697 Updated by: cataphr...@php.net Reported by:hfcorriez at gmail dot com Summary:gettype() cann't distinguish object and function? -Status: Open +Status: Bogus