#49417 [Opn->Bgs]: resolving symlinks works unstable

2009-08-30 Thread pajoye
ID: 49417 Updated by: paj...@php.net Reported By: info at libertydesign dot de -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Windows Vista PHP Version: 5.3.0 New Comment: Symbolic links did not work at all

#49417 [Bgs]: resolving symlinks works unstable

2009-08-30 Thread pajoye
ID: 49417 Updated by: paj...@php.net Reported By: info at libertydesign dot de Status: Bogus Bug Type: Apache2 related Operating System: Windows Vista PHP Version: 5.3.0 New Comment: Relative path won't change, the way it works now (try a sna

#49191 [Ver->WFx]: Unknown exception at 0x000006c5

2009-08-31 Thread pajoye
ID: 49191 Updated by: paj...@php.net Reported By: bmhrules at hotmail dot com -Status: Verified +Status: Wont fix Bug Type: IIS related Operating System: Windows Server 2003 Ent. X64 PHP Version: 5.2SVN-2009-08-07 (snap) Previous Com

#39188 [NoF->Fbk]: reading php://input hangs with IIS

2009-08-31 Thread pajoye
ID: 39188 Updated by: paj...@php.net Reported By: php at nineberry dot de -Status: No Feedback +Status: Feedback Bug Type: IIS related Operating System: Win32 PHP Version: 5.1.6 Assigned To: dmitry New Comment: An example to re

#39188 [Fbk]: reading php://input hangs with IIS

2009-09-01 Thread pajoye
ID: 39188 Updated by: paj...@php.net Reported By: php at nineberry dot de Status: Feedback Bug Type: IIS related Operating System: Win32 PHP Version: 5.1.6 Assigned To: dmitry New Comment: Please try with IIS6 or 7 with fcgi. Previous

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-01 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#27051 [Asn->Fbk]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-01 Thread pajoye
ID: 27051 Updated by: paj...@php.net Reported By: ghoffer at globalscape dot com -Status: Assigned +Status: Feedback Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.3.4 Assigned To: pajoye New Comment

#46289 [Opn->Bgs]: PDO execute causes apache.exe to crash

2009-09-02 Thread pajoye
ID: 46289 Updated by: paj...@php.net Reported By: asylow at free dot fr -Status: Open +Status: Bogus Bug Type: PDO related Operating System: Windows XP SP3 PHP Version: 5.2.9 New Comment: Ok, it was then the classic case where MySql'

#48746 [Fbk->Asn]: Unable to browse directories within Junction Points

2009-09-02 Thread pajoye
: pajoye New Comment: Oh my, I'm about to loose my last hair :) But we are getting close now... back to code Previous Comments: [2009-09-02 10:12:22] phpstuff at cresstone dot com sorry, found another mounted v

#48746 [Asn]: Unable to browse directories within Junction Points

2009-09-02 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Assigned Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#48746 [Asn->Fbk]: Unable to browse directories within Junction Points

2009-09-02 Thread pajoye
: pajoye Previous Comments: [2009-09-02 10:35:32] paj...@php.net Can't reproduce here. Which OS are you using for this test? [2009-09-02 10:

#49442 [Opn->Fbk]: Some queries crash PHP with mysqli_real_connect()

2009-09-02 Thread pajoye
ID: 49442 Updated by: paj...@php.net Reported By: vr...@php.net -Status: Open +Status: Feedback Bug Type: MySQLi related Operating System: Windows PHP Version: 5.3.0 New Comment: Please provide the create table and a small CSV to rep

#49442 [Opn->Asn]: Some queries crash PHP with mysqli_real_connect()

2009-09-02 Thread pajoye
ID: 49442 Updated by: paj...@php.net Reported By: vr...@php.net -Status: Open +Status: Assigned Bug Type: MySQLi related Operating System: Windows PHP Version: 5.3.0 -Assigned To: +Assigned To: mysql Previous Comments: ---

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-02 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment: I

#49458 [Opn->Fbk]: passthru is unable to fork

2009-09-03 Thread pajoye
: +Assigned To: pajoye New Comment: Which version do you use? It works here using vc9/x86 Previous Comments: [2009-09-03 14:46:51] RQuadling at GMail dot com Description: Unable to fork. As a

#49458 [Fbk->Asn]: passthru is unable to fork

2009-09-03 Thread pajoye
: pajoye New Comment: It works on 2008/Vista/Win7 but fails on XP or 2k3. It seems that CreateProcessAsUser is more restrictive in these versions than in newer releass forcing us to check for ERROR_NO_TOKEN. If the current thread is not impersonated, it has no token assigned. Can you try

#49458 [Asn->Fbk]: passthru is unable to fork

2009-09-03 Thread pajoye
: pajoye Previous Comments: [2009-09-03 15:34:56] paj...@php.net It works on 2008/Vista/Win7 but fails on XP or 2k3. It seems that CreateProcessAsUser is more restrictive in these versions than in newer releass forcing

#49458 [Fbk->Bgs]: passthru is unable to fork

2009-09-03 Thread pajoye
: pajoye New Comment: As this bug is the result of the 1st fix for #27051, I like to continue to follow it there instead, less confusion. A commit has been done using the patch pasted here in my previous comment, using #27051 as reference. Mark as bogus/duplicate. Previous Comments

#49458 [Bgs]: passthru is unable to fork

2009-09-03 Thread pajoye
ID: 49458 Updated by: paj...@php.net Reported By: RQuadling at GMail dot com Status: Bogus Bug Type: Filesystem function related Operating System: Windows XP SP3 PHP Version: 5.3SVN-2009-09-03 (SVN) Assigned To: pajoye New Comment: As

#27051 [Fbk]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-03 Thread pajoye
ID: 27051 Updated by: paj...@php.net Reported By: ghoffer at globalscape dot com Status: Feedback Bug Type: Feature/Change Request Operating System: Windows -PHP Version: 4.3.4 +PHP Version: 5.3 Assigned To: pajoye New Comment

#48761 [Tbd]: php crashes on start - getaddrinfo could not be located

2009-09-03 Thread pajoye
ID: 48761 Updated by: paj...@php.net Reported By: aheckmann at m-s dot de Status: To be documented Bug Type: Reproducible crash Operating System: win32 only - Windows 2000 SP4 PHP Version: 5.3.0 New Comment: PHP 5.2 works just fine in this co

#42886 [Asn->Bgs]: openssl_x509_checkpurpose returns int(0) on valid public certificate

2009-09-03 Thread pajoye
: pajoye New Comment: @ryan+phpbugs at sleevi dot com Thanks for the detailed explanation. And you are right about the conclusions. That's also not something we should try to change from PHP (if there was a bug), that's openssl's job. Pr

#49225 [Asn->Csd]: OpenSSL.cnf file missing in the extras folder

2009-09-04 Thread pajoye
ID: 49225 Updated by: paj...@php.net Reported By: ktowery at tucows dot com -Status: Assigned +Status: Closed Bug Type: OpenSSL related Operating System: win32 only - Windows XP PHP Version: 5.3.0 Assigned To: pajoye New

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-04 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-04 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-04 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#49464 [Opn->Csd]: php_sockets build broken

2009-09-04 Thread pajoye
: +Assigned To: pajoye New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-04 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-04 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#48746 [Fbk]: Unable to browse directories within Junction Points

2009-09-05 Thread pajoye
ID: 48746 Updated by: paj...@php.net Reported By: ddkees at illinois dot edu Status: Feedback Bug Type: Directory function related Operating System: win32 only - Windows Server 2003 PHP Version: 5.3.0 Assigned To: pajoye New Comment

#47930 [Asn]: ext/filter crashes when module startup bails out

2009-09-05 Thread pajoye
ID: 47930 Updated by: paj...@php.net Reported By: stas at zend dot com Status: Assigned Bug Type: Reproducible crash Operating System: * PHP Version: 5.2CVS-2009-04-29 -Assigned To: derick +Assigned To: stas New Comment: Any reason

#49274 [Ana->Asn]: filter_var() should accept objects without fatal error

2009-09-05 Thread pajoye
: pajoye New Comment: I will close it as soon as it gets merged in 5.3.1, if the RM agrees. Previous Comments: [2009-09-05 17:35:27] s...@php.net Automatic comment from SVN on behalf of pajoye Revision: http://svn.php.net

#49475 [Opn->Bgs]: readdir fails for Unicode filenames

2009-09-05 Thread pajoye
ID: 49475 Updated by: paj...@php.net Reported By: elmue at gmx dot de -Status: Open +Status: Bogus Bug Type: *Unicode Issues Operating System: Windows PHP Version: 6SVN-2009-09-05 (snap) New Comment: There is already a feature reques

#49475 [Bgs]: readdir fails for Unicode filenames

2009-09-05 Thread pajoye
ID: 49475 Updated by: paj...@php.net Reported By: elmue at gmx dot de Status: Bogus Bug Type: *Unicode Issues Operating System: Windows PHP Version: 6SVN-2009-09-05 (snap) New Comment: That's the same, unless we change file ops to return bina

#49477 [Opn->Bgs]: PHP 6 VC 9 makes Apache not to start

2009-09-06 Thread pajoye
ID: 49477 Updated by: paj...@php.net Reported By: elmue at gmx dot de -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Windows PHP Version: 6SVN-2009-09-06 (snap) New Comment: Use VC9 builds only with a VC9 ap

#47930 [Asn]: ext/filter crashes when module startup bails out

2009-09-06 Thread pajoye
ID: 47930 Updated by: paj...@php.net Reported By: stas at zend dot com Status: Assigned Bug Type: Reproducible crash Operating System: * PHP Version: 5.2CVS-2009-04-29 Assigned To: stas New Comment: I got that, but why trunk (HEAD) is d

#49476 [Opn]: $_ENV does not work

2009-09-06 Thread pajoye
ID: 49476 Updated by: paj...@php.net Reported By: elmu at gmx dot de Status: Open Bug Type: Variables related Operating System: Windows PHP Version: 6SVN-2009-09-05 (snap) New Comment: ENV works just fine here. But there are changes about inp

#40013 [Opn->Csd]: php_uname() doesnt return nodename

2009-09-06 Thread pajoye
ID: 40013 Updated by: paj...@php.net Reported By: gk at gknw dot de -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: NetWare PHP Version: 6CVS-2007-01-03 (snap) Assigned To: pajoye New Comment

#46013 [Asn->Fbk]: problem with zip php functions and symbolic links

2009-09-06 Thread pajoye
ID: 46013 Updated by: paj...@php.net Reported By: black-cod3 at live dot com -Status: Assigned +Status: Feedback Bug Type: Feature/Change Request Operating System: linux PHP Version: 5.2.6 Assigned To: pajoye New Comment

#27051 [Fbk]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-07 Thread pajoye
ID: 27051 Updated by: paj...@php.net Reported By: ghoffer at globalscape dot com Status: Feedback Bug Type: Feature/Change Request Operating System: Windows PHP Version: 5.3 Assigned To: pajoye New Comment: I'm not sure the

#49492 [Opn->Bgs]: I need 64bit package

2009-09-07 Thread pajoye
ID: 49492 Updated by: paj...@php.net Reported By: davija at cshp dot info -Status: Open +Status: Bogus Bug Type: IIS related Operating System: Windows 2003 x64 PHP Version: 5.3.0 New Comment: "Not having a x64 official release build

#49492 [Bgs]: I need 64bit package

2009-09-07 Thread pajoye
ID: 49492 Updated by: paj...@php.net Reported By: davija at cshp dot info Status: Bogus Bug Type: IIS related Operating System: Windows 2003 x64 PHP Version: 5.3.0 New Comment: And that's laughable. ISAPI is deprecated and the FCGI SAPI is re

#49492 [Bgs]: I need 64bit package

2009-09-07 Thread pajoye
ID: 49492 Updated by: paj...@php.net Reported By: davija at cshp dot info Status: Bogus Bug Type: IIS related Operating System: Windows 2003 x64 PHP Version: 5.3.0 New Comment: Btw, you can run 32bit versions smoothly in a 64bit server :) P

#49492 [Bgs]: I need 64bit package

2009-09-07 Thread pajoye
ID: 49492 Updated by: paj...@php.net Reported By: davija at cshp dot info Status: Bogus Bug Type: IIS related Operating System: Windows 2003 x64 PHP Version: 5.3.0 New Comment: Please ask support questions either in the IIS forums, the php-in

#49494 [Opn->Bgs]: php5apache2.dll not present in zip or msi

2009-09-08 Thread pajoye
ID: 49494 Updated by: paj...@php.net Reported By: webmaster at pnmx dot com -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Vista PHP Version: 5.3.0 New Comment: Download the thread safe version of our releas

#27051 [Fbk]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-08 Thread pajoye
ID: 27051 Updated by: paj...@php.net Reported By: ghoffer at globalscape dot com Status: Feedback Bug Type: Feature/Change Request Operating System: Windows PHP Version: 5.3 Assigned To: pajoye New Comment: Just a quick note about the

#49494 [Bgs]: php5apache2.dll not present in zip or msi

2009-09-08 Thread pajoye
ID: 49494 Updated by: paj...@php.net Reported By: webmaster at pnmx dot com Status: Bogus Bug Type: Apache2 related Operating System: Vista PHP Version: 5.3.0 New Comment: I suppose you got apache from apache.org right? Then use the VC6 threa

#29085 [Opn->Asn]: bad default include_path on Windows

2009-09-08 Thread pajoye
ID: 29085 Updated by: paj...@php.net Reported By: christian at wenz dot org -Status: Open +Status: Assigned Bug Type: Feature/Change Request Operating System: Windows PHP Version: 5.0.0RC3 -Assigned To: +Assigned To: pajoye

#49494 [Bgs]: php5apache2.dll not present in zip or msi

2009-09-08 Thread pajoye
ID: 49494 Updated by: paj...@php.net Reported By: webmaster at pnmx dot com Status: Bogus Bug Type: Apache2 related Operating System: Vista PHP Version: 5.3.0 New Comment: Wrong, it has both the normal module and the filter module: php5apach

#49344 [Fbk]: pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0)

2009-09-09 Thread pajoye
ID: 49344 Updated by: paj...@php.net Reported By: rockyjl at gmai dot com Status: Feedback Bug Type: PDO related Operating System: win2003 X64 PHP Version: 5.2.11RC1 Assigned To: felipe New Comment: Felipe, if you feel like your patch i

#15373 [NoF->Bgs]: mail() not working, no error with invalid SMTP or email address

2009-09-09 Thread pajoye
ID: 15373 Updated by: paj...@php.net Reported By: alonso at admintek dot net -Status: No Feedback +Status: Bogus Bug Type: Mail related Operating System: win2000 PHP Version: 4.2.1 Assigned To: mfischer New Comment: Sorry, but

#49514 [Opn->Bgs]: After install error 500 on call simple phpinfo()

2009-09-09 Thread pajoye
ID: 49514 Updated by: paj...@php.net Reported By: voodoonet38 at free dot fr -Status: Open +Status: Bogus Bug Type: IIS related Operating System: 2003 Web Server Edition PHP Version: 5.3.0 New Comment: Sorry, but your problem does no

#49510 [Bgs->Asn]: boolean validation fails with FILTER_NULL_ON_FAILURE

2009-09-09 Thread pajoye
ID: 49510 Updated by: paj...@php.net Reported By: m dot kurzyna at crystalpoint dot pl -Status: Bogus +Status: Assigned Bug Type: Filter related Operating System: Linux PHP Version: 5.3.0 -Assigned To: +Assigned To: pajoye

#49532 [Fbk]: php5ts.dll access violation exception php5ts!_zend_mm_free_int

2009-09-11 Thread pajoye
ID: 49532 Updated by: paj...@php.net Reported By: matroy at investpsp dot ca Status: Feedback Bug Type: *General Issues Operating System: Windows 2003 SP2 PHP Version: 5.2.6 New Comment: ISAPI is deprecated and not maintained anymore. Please

#49532 [Opn->Fbk]: php5ts.dll access violation exception php5ts!_zend_mm_free_int

2009-09-12 Thread pajoye
ID: 49532 Updated by: paj...@php.net Reported By: matroy at investpsp dot ca -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: win32 only - Windows 2003 SP2 PHP Version: 5.2.11 New Comment: For what I see in

#49548 [Csd->Bgs]: APC_UPLOAD_PROGRESS variable is cleared after one hour

2009-09-14 Thread pajoye
ID: 49548 Updated by: paj...@php.net Reported By: farhana dot sathi at yahoo dot com -Status: Closed +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows XP pro PHP Version: 5.2.10 Previous Comments:

#49533 [Opn->Bgs]: Can't load PHP files in junction directories

2009-09-14 Thread pajoye
ID: 49533 Updated by: paj...@php.net Reported By: bougu at touchtunes dot com -Status: Open +Status: Bogus Bug Type: Directory function related Operating System: win32 only - Windows XP SP3 PHP Version: 5.3SVN-2009-09-11 (snap) New Co

#48746 [NoF->Asn]: Unable to browse directories within Junction Points

2009-09-14 Thread pajoye
To: pajoye New Comment: ... stupid no feedback script Previous Comments: [2009-09-13 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended

#49554 [Opn->Fbk]: PHP causes application error - memory could not be read

2009-09-14 Thread pajoye
ID: 49554 Updated by: paj...@php.net Reported By: adsl at talk21 dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.3.0 New Comment: Thank you for this bug report. To prop

#49554 [Fbk]: PHP causes application error - memory could not be read

2009-09-14 Thread pajoye
ID: 49554 Updated by: paj...@php.net Reported By: adsl at talk21 dot com Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.3.0 New Comment: Please try using this snapshot: http://snaps.php.net/php5.3

#49554 [Opn->Fbk]: PHP causes application error - memory could not be read

2009-09-14 Thread pajoye
ID: 49554 Updated by: paj...@php.net Reported By: adsl at talk21 dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.3.0 New Comment: Thank you for this bug report. To prop

#48746 [Asn->Fbk]: Unable to browse directories within Junction Points

2009-09-14 Thread pajoye
: pajoye New Comment: Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ The next snapshot (in 1-2h) will have the fix as in the tiny php build I provided earlier. Previous Comments

#49559 [Opn->Fbk]: php: free(): invalid pointer: 0x0a48f6b0 ***

2009-09-14 Thread pajoye
ID: 49559 Updated by: paj...@php.net Reported By: 12985462 at QQ dot com -Status: Open +Status: Feedback Bug Type: CGI related Operating System: CentOS 5.3 32bit PHP Version: 5.2.10 New Comment: Please remove the Zend optimizer and t

#49511 [Asn]: mysqlnd timeout seems fixed at 60 secs

2009-09-15 Thread pajoye
ID: 49511 Updated by: paj...@php.net Reported By: casper at procurios dot nl Status: Assigned Bug Type: MySQL related Operating System: * PHP Version: 5.3, 6 (2009-09-09) Assigned To: mysql New Comment: It is not correct to say that mys

#49511 [Asn]: mysqlnd timeout seems fixed at 60 secs

2009-09-15 Thread pajoye
ID: 49511 Updated by: paj...@php.net Reported By: casper at procurios dot nl Status: Assigned Bug Type: MySQL related Operating System: * PHP Version: 5.3, 6 (2009-09-09) Assigned To: mysql New Comment: It canont be compiled against lib

#49253 [Asn->Csd]: add support for libcurl's CERTINFO option

2009-09-15 Thread pajoye
ID: 49253 Updated by: paj...@php.net Reported By: daniel at haxx dot se -Status: Assigned +Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 5.2SVN-2009-08-14 (SVN) Assigned To: pajoye New

#49511 [Asn]: mysqlnd timeout seems fixed at 60 secs

2009-09-15 Thread pajoye
ID: 49511 Updated by: paj...@php.net Reported By: casper at procurios dot nl Status: Assigned Bug Type: MySQL related Operating System: * PHP Version: 5.3, 6 (2009-09-09) Assigned To: mysql New Comment: Sorry, I was not clear. Bugs have

#46013 [NoF->Fbk]: problem with zip php functions and symbolic links

2009-09-15 Thread pajoye
ID: 46013 Updated by: paj...@php.net Reported By: black-cod3 at live dot com -Status: No Feedback +Status: Feedback Bug Type: Feature/Change Request Operating System: linux PHP Version: 5.2.6 Assigned To: pajoye New Comment

#49511 [Asn]: mysqlnd timeout seems fixed at 60 secs

2009-09-16 Thread pajoye
ID: 49511 Updated by: paj...@php.net Reported By: casper at procurios dot nl Status: Assigned Bug Type: MySQL related Operating System: * PHP Version: 5.3, 6 (2009-09-09) Assigned To: mysql New Comment: I'm not blaming anyone, I'm only

#29085 [Asn]: bad default include_path on Windows

2009-09-16 Thread pajoye
ID: 29085 Updated by: paj...@php.net Reported By: christian at wenz dot org Status: Assigned Bug Type: Feature/Change Request Operating System: Windows PHP Version: 5.0.0RC3 Assigned To: pajoye New Comment: First of all what you are

#49572 [Opn->Asn]: use of C++ style comments causes build failure

2009-09-16 Thread pajoye
ID: 49572 Updated by: paj...@php.net Reported By: mamfelt at gmail dot com -Status: Open +Status: Assigned Bug Type: Compile Failure Operating System: AIX 6.1 PHP Version: 5.2SVN-2009-09-16 (snap) -Assigned To: +Assigned To:

#49574 [Csd->Bgs]: PHP syntax error in run-tests.php

2009-09-17 Thread pajoye
ID: 49574 Updated by: paj...@php.net Reported By: deminy at deminy dot net -Status: Closed +Status: Bogus Bug Type: Unknown/Other Function Operating System: OS-unrelated PHP Version: 5.3SVN-2009-09-17 (SVN) New Comment: It is a forwa

#48805 [Opn->Asn]: IPv6 socket transport is not working

2009-09-19 Thread pajoye
ID: 48805 Updated by: paj...@php.net Reported By: carsten_sttgt at gmx dot de -Status: Open +Status: Assigned Bug Type: Streams related Operating System: * PHP Version: 5.*, 6CVS (2009-07-06) -Assigned To: +Assigned To: ilia

#31453 [NoF->Fbk]: array_rand() is not returning random values

2009-09-19 Thread pajoye
ID: 31453 Updated by: paj...@php.net Reported By: cdturri at hotmail dot com -Status: No Feedback +Status: Feedback Bug Type: Arrays related Operating System: win32 only PHP Version: 5CVS, 4CVS (2005-01-10) New Comment: Please try us

#49600 [Opn->Asn]: imageTTFText text shifted right 5.2.10 & 5.2.11

2009-09-19 Thread pajoye
ID: 49600 Updated by: paj...@php.net Reported By: ch+php at -internet dot com -Status: Open +Status: Assigned Bug Type: GD related Operating System: FreeBSD 7.0 PHP Version: 5.2.11 -Assigned To: +Assigned To: tabe New C

#49605 [Opn->Fbk]: openssl.c ... discards qualifiers from pointer target type

2009-09-20 Thread pajoye
ID: 49605 Updated by: paj...@php.net Reported By: terry at mackintoshweb dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Linux, 2.4.19 kernel PHP Version: 5.3.0 New Comment: Which gcc and openssl v

#49608 [Opn->Ver]: CachingIterator & DirectoryIterator crashes PHP

2009-09-20 Thread pajoye
ID: 49608 Updated by: paj...@php.net Reported By: david at grudl dot com -Status: Open +Status: Verified Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.3SVN-2009-09-20 (snap) New Comment: Backtrace: > ph

#49608 [Ver]: CachingIterator & DirectoryIterator crashes PHP

2009-09-20 Thread pajoye
ID: 49608 Updated by: paj...@php.net Reported By: david at grudl dot com Status: Verified Bug Type: Reproducible crash -Operating System: Windows +Operating System: * PHP Version: 5.3SVN-2009-09-20 (snap) New Comment: Pretty sure it is not a w

#49610 [Opn->Fbk]: php 5.2.11 has problem with Utf-8 and persian language

2009-09-20 Thread pajoye
ID: 49610 Updated by: paj...@php.net Reported By: voshkan at gmail dot com -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: centos PHP Version: 5.2.11 New Comment: Thank you for this bug report. To properly

#49610 [Fbk]: php 5.2.11 has problem with Utf-8 and persian language

2009-09-20 Thread pajoye
ID: 49610 Updated by: paj...@php.net Reported By: voshkan at gmail dot com Status: Feedback Bug Type: *General Issues Operating System: centos PHP Version: 5.2.11 New Comment: Provide a link to a zipped script with UTF-8 encoding and persian

#49611 [Opn->Bgs]: file_get_contents automatically including headers in output

2009-09-20 Thread pajoye
ID: 49611 Updated by: paj...@php.net Reported By: d dot reade at readesresidential dot com -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: CentOS 5.3 x86 PHP Version: 5.2.11 New Comment: Can't rep

#49611 [Bgs->Fbk]: file_get_contents automatically including headers in output

2009-09-20 Thread pajoye
ID: 49611 Updated by: paj...@php.net Reported By: d dot reade at readesresidential dot com -Status: Bogus +Status: Feedback Bug Type: Filesystem function related Operating System: CentOS 5.3 x86 PHP Version: 5.2.11 New Comment: Can y

#49611 [Opn]: file_get_contents automatically including headers in output

2009-09-20 Thread pajoye
ID: 49611 Updated by: paj...@php.net Reported By: d dot reade at readesresidential dot com Status: Open Bug Type: Filesystem function related Operating System: CentOS 5.3 x86 PHP Version: 5.2.11 New Comment: I was thinking about a bug the cur

#49244 [Ver->Fbk]: [PATCH] Floating point NaN cause garbage characters

2009-09-21 Thread pajoye
: +Assigned To: pajoye New Comment: Can you verify why your patch does not work in trunk please? There is still garbage. If you have a new patch, please post a link to it, the form breaks the patch format. Previous Comments

#49478 [Opn->Fbk]: shell_exec does not work

2009-09-22 Thread pajoye
: pajoye New Comment: I can't reproduce it with php6 neither with 5.3 or 5.2 in CLI or FCGI. Can you try it with CLI/CGI too please? Previous Comments: [2009-09-22 05:18:15] ian at iglou dot com Also broken in PHP Ve

#49620 [Opn->Fbk]: is_writeable does not work using netshare and normal user rights

2009-09-22 Thread pajoye
: +Assigned To: pajoye New Comment: Under which SAPI do you run it? CLI, FCGI or apache? Can you try again using http://windows.php.net/downloads/qa/test/php-5.3.2-dev-nts-Win32-VC9-x86.zip please? Previous Comments: [2009

#49621 [Opn->Fbk]: Output from scripts not sent correctly to the browser

2009-09-22 Thread pajoye
ID: 49621 Updated by: paj...@php.net Reported By: qwirks at libero dot it -Status: Open +Status: Feedback Bug Type: Output Control Operating System: Windows 2003 Std Edition SP2 PHP Version: 5.3.0 New Comment: Thank you for this bug

#49478 [Opn]: shell_exec does not work

2009-09-22 Thread pajoye
ID: 49478 Updated by: paj...@php.net Reported By: elmue at gmx dot de Status: Open Bug Type: Program Execution Operating System: Windows PHP Version: 6SVN-2009-09-06 (snap) Assigned To: pajoye New Comment: Windows, today snaps

#49478 [Opn->Fbk]: shell_exec does not work

2009-09-22 Thread pajoye
ID: 49478 Updated by: paj...@php.net Reported By: elmue at gmx dot de -Status: Open +Status: Feedback Bug Type: Program Execution Operating System: Windows PHP Version: 6SVN-2009-09-06 (snap) Assigned To: pajoye New Comment

#49620 [Asn]: is_writeable does not work using netshare and normal user rights

2009-09-22 Thread pajoye
ID: 49620 Updated by: paj...@php.net Reported By: philipp at servicemail24 dot de Status: Assigned Bug Type: *Directory/Filesystem functions Operating System: win32 only - Windows XP SP2 PHP Version: 5.3.0 Assigned To: pajoye New

#49620 [Asn]: is_writeable does not work using netshare and normal user rights

2009-09-22 Thread pajoye
ID: 49620 Updated by: paj...@php.net Reported By: philipp at servicemail24 dot de Status: Assigned Bug Type: *Directory/Filesystem functions Operating System: win32 only - Windows XP SP2 PHP Version: 5.3.0 Assigned To: pajoye New

#49620 [Asn->Fbk]: is_writeable does not work using netshare and normal user rights

2009-09-22 Thread pajoye
To: pajoye Previous Comments: [2009-09-22 14:39:49] paj...@php.net @Jani I don't use mails to reply but only the web frontend. This tracker is almost useless, there is really no need to make it even worst by poll

#49626 [Opn->Fbk]: Access violation in php.exe

2009-09-22 Thread pajoye
ID: 49626 Updated by: paj...@php.net Reported By: jbreiding at hotmail dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: windows server 2008 x64 PHP Version: 5.3.0 New Comment: Please try using th

#49626 [Fbk]: Access violation in php.exe

2009-09-22 Thread pajoye
ID: 49626 Updated by: paj...@php.net Reported By: jbreiding at hotmail dot com Status: Feedback Bug Type: Reproducible crash Operating System: windows server 2008 x64 PHP Version: 5.3.0 New Comment: Most likely yes, I can't reproduce it, no m

#44144 [Csd]: spl_autoload_functions() should return object instance when appropriate

2009-09-22 Thread pajoye
ID: 44144 Updated by: paj...@php.net Reported By: ezy...@php.net Status: Closed Bug Type: SPL related Operating System: Irrelevant PHP Version: 5.3CVS-2008-02-18 (CVS) Assigned To: colder New Comment: Please do not do such change again

#49626 [Fbk->Bgs]: Access violation in php.exe

2009-09-22 Thread pajoye
ID: 49626 Updated by: paj...@php.net Reported By: jbreiding at hotmail dot com -Status: Feedback +Status: Bogus Bug Type: Reproducible crash Operating System: windows server 2008 x64 PHP Version: 5.3.0 New Comment: It is sometimes no

#27051 [NoF->Asn]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-22 Thread pajoye
ID: 27051 Updated by: paj...@php.net Reported By: ghoffer at globalscape dot com -Status: No Feedback +Status: Assigned Bug Type: Feature/Change Request Operating System: Windows PHP Version: 5.3 Assigned To: pajoye New Comment

#27051 [Asn->Fbk]: Impersonation with FastCGI does not EXEC process as impersonated user

2009-09-22 Thread pajoye
To: pajoye New Comment: Please tell me how you setup FCGI, I did test it under FCGI with impersonate set and the cmd are actually called using the impersonated user. Can you try again using a recent snapshot to be sure that we use the same bins? Previous Comments

#49478 [Opn->Csd]: shell_exec does not work

2009-09-22 Thread pajoye
ID: 49478 Updated by: paj...@php.net Reported By: elmue at gmx dot de -Status: Open +Status: Closed Bug Type: Program Execution Operating System: Windows PHP Version: 6SVN-2009-09-06 (snap) Assigned To: pajoye New Comment

#49608 [Ver->Asn]: Using CachingIterator on DirectoryIterator instance segfaults

2009-09-22 Thread pajoye
ID: 49608 Updated by: paj...@php.net Reported By: david at grudl dot com -Status: Verified +Status: Assigned Bug Type: SPL related Operating System: * PHP Version: 5.3SVN-2009-09-20 (snap) -Assigned To: +Assigned To: colder

<    5   6   7   8   9   10   11   12   13   14   >