[PHP-BUG] Bug #60284 [NEW]: php 5.4 + zts build fails

2011-11-13 Thread fedora at famillecollet dot com
From: Operating system: GNU/Linux (Fedora 15) PHP version: 5.4SVN-2011-11-13 (snap) Package: memcache Bug Type: Bug Bug description:php 5.4 + zts build fails Description: From UPGRADING.INTERNALS h. API Signature changes . zend_list_insert

Bug #60284 [Opn]: php 5.4 + zts build fails

2011-11-13 Thread pajoye
Edit report at https://bugs.php.net/bug.php?id=60284edit=1 ID: 60284 Updated by: paj...@php.net Reported by:fedora at famillecollet dot com Summary:php 5.4 + zts build fails Status: Open Type: Bug Package:

Bug #53230 [Com]: extracting file go to infinite loop

2011-11-13 Thread dave at bugsplatsoftware dot com
Edit report at https://bugs.php.net/bug.php?id=53230edit=1 ID: 53230 Comment by: dave at bugsplatsoftware dot com Reported by:vincent dot gibault at gmail dot com Summary:extracting file go to infinite loop Status: Open Type:

[PHP-BUG] Bug #60285 [NEW]: setting REPORT_EXIT_STATUS for make test won't work

2011-11-13 Thread tyr...@php.net
From: tyrael Operating system: PHP version: trunk-SVN-2011-11-13 (SVN) Package: Testing related Bug Type: Bug Bug description:setting REPORT_EXIT_STATUS for make test won't work Description: when setting up the ci environment, I noticed, that

Bug #60285 [Com]: setting REPORT_EXIT_STATUS for make test won't work

2011-11-13 Thread tyr...@php.net
Edit report at https://bugs.php.net/bug.php?id=60285edit=1 ID: 60285 Comment by: tyr...@php.net Reported by:tyr...@php.net Summary:setting REPORT_EXIT_STATUS for make test won't work Status: Open Type: Bug Package:

Bug #53230 [Opn-Asn]: extracting file go to infinite loop

2011-11-13 Thread pajoye
Edit report at https://bugs.php.net/bug.php?id=53230edit=1 ID: 53230 Updated by: paj...@php.net Reported by:vincent dot gibault at gmail dot com Summary:extracting file go to infinite loop -Status: Open +Status: Assigned

[PHP-BUG] Bug #60286 [NEW]: [FR] Wrong French translation of fgetcsv()'s description

2011-11-13 Thread chealer at gmail dot com
From: Operating system: PHP version: Irrelevant Package: Translation problem Bug Type: Bug Bug description:[FR] Wrong French translation of fgetcsv()'s description Description: fgetcsv()'s description is Gets line from file pointer and parse for

Req #53666 [Com]: local static variables in methods tied to the object instance

2011-11-13 Thread normandiggs at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=53666edit=1 ID: 53666 Comment by: normandiggs at gmail dot com Reported by:crystal at cyclonephp dot com Summary:local static variables in methods tied to the object instance

Bug #60257 [Com]: ZERO DATES IN STRTOTIME

2011-11-13 Thread it at ezy2c dot com
Edit report at https://bugs.php.net/bug.php?id=60257edit=1 ID: 60257 Comment by: it at ezy2c dot com Reported by:it at ezy2c dot com Summary:ZERO DATES IN STRTOTIME Status: Duplicate Type: Bug Package:

Bug #60257 [Com]: ZERO DATES IN STRTOTIME

2011-11-13 Thread it at ezy2c dot com
Edit report at https://bugs.php.net/bug.php?id=60257edit=1 ID: 60257 Comment by: it at ezy2c dot com Reported by:it at ezy2c dot com Summary:ZERO DATES IN STRTOTIME Status: Duplicate Type: Bug Package:

[PHP-BUG] Bug #60287 [NEW]: Dollar sign missing variable in memcache.php

2011-11-13 Thread admin at yqed dot com
From: Operating system: CentOS 5.7 PHP version: 5.3.8 Package: memcache Bug Type: Bug Bug description:Dollar sign missing variable in memcache.php Description: Latest 3.0.6 beta: function get_host_port_from_server($server){ $values =

Bug #60257 [Com]: ZERO DATES IN STRTOTIME

2011-11-13 Thread it at ezy2c dot com
Edit report at https://bugs.php.net/bug.php?id=60257edit=1 ID: 60257 Comment by: it at ezy2c dot com Reported by:it at ezy2c dot com Summary:ZERO DATES IN STRTOTIME Status: Duplicate Type: Bug Package:

[PHP-BUG] Req #60288 [NEW]: ZERO DATES IN STRTOTIME

2011-11-13 Thread it at ezy2c dot com
From: Operating system: CENTOS 5 64 bit PHP version: 5.3.8 Package: Date/time related Bug Type: Feature/Change Request Bug description:ZERO DATES IN STRTOTIME Description: If you could please include a 3rd switch to strtotime ( string $time [, int

Req #60288 [Com]: ZERO DATES IN STRTOTIME

2011-11-13 Thread it at ezy2c dot com
Edit report at https://bugs.php.net/bug.php?id=60288edit=1 ID: 60288 Comment by: it at ezy2c dot com Reported by:it at ezy2c dot com Summary:ZERO DATES IN STRTOTIME Status: Open Type: Feature/Change Request Package:

[PHP-BUG] Req #60289 [NEW]: SSL Issue

2011-11-13 Thread arv_php at yahoo dot com
From: Operating system: any PHP version: 5.3.8 Package: *General Issues Bug Type: Feature/Change Request Bug description:SSL Issue Description: Its very surprising that we don't have any function or Super Global variable to tell us whether my

[PHP-BUG] Bug #60290 [NEW]: Apc.php – Wrong use of var_export

2011-11-13 Thread klaus-martin dot hansche at kvberlin dot de
From: Operating system: Irrelevant PHP version: Irrelevant Package: APC Bug Type: Bug Bug description:Apc.php – Wrong use of var_export Description: Apc.php line 1000 should be $output = var_export(apc_fetch($entry[$fieldkey])); instead of $output

[PHP-BUG] Bug #60291 [NEW]: Ltrim and Rtrim string contain number bug

2011-11-13 Thread ekoisa at gmail dot com
From: Operating system: Linux PHP version: 5.3.8 Package: Strings related Bug Type: Bug Bug description:Ltrim and Rtrim string contain number bug Description: strip string result for string contain numeric value not true; this below code show it.