#43337 [NEW]: PHP does not include latest cURLlib in windows distro

2007-11-19 Thread php at ryank dot net
From: php at ryank dot net
Operating system: Win 2003 / XP
PHP version:  5.2.5
PHP Bug Type: Feature/Change Request
Bug description:  PHP does not include latest cURLlib in windows distro

Description:

As a followup to:

http://bugs.php.net/bug.php?id=42040
and
http://curl.haxx.se/mail/curlphp-2007-04/.html

Daniel Stenberg claimed that this was fixed in 7.16.1. PHP 5.2.5 comes
with 7.16.0. Are there plans to update the lib?


-- 
Edit bug report at http://bugs.php.net/?id=43337&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43337&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43337&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43337&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43337&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=43337&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=43337&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=43337&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=43337&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=43337&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=43337&r=support
Expected behavior:http://bugs.php.net/fix.php?id=43337&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=43337&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=43337&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=43337&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43337&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=43337&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=43337&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=43337&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43337&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=43337&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=43337&r=mysqlcfg


#46034 [NEW]: php cli -d include_path only accepts first parameter

2008-09-09 Thread php at ryank dot net
From: php at ryank dot net
Operating system: WinXP
PHP version:  5.2.6
PHP Bug Type: CGI related
Bug description:  php cli -d include_path only accepts first parameter

Description:

When using the -d flag in php-cli on the include_path directive, only the
first parameter is assigned to include_path.

C:\>php -v

PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans

Reproduce code:
---
C:\>php -r "print ini_get('include_path');" -d include
_path=c:\test1.ini;c:\test2.ini

Expected result:

c:\test1.ini;c:\test2.ini

Actual result:
--
c:\test1.ini

-- 
Edit bug report at http://bugs.php.net/?id=46034&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46034&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46034&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46034&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=46034&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=46034&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=46034&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=46034&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=46034&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=46034&r=support
Expected behavior:http://bugs.php.net/fix.php?id=46034&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=46034&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=46034&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=46034&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46034&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=46034&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=46034&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=46034&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46034&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=46034&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=46034&r=mysqlcfg



#46034 [Opn]: php cli -d include_path only accepts first parameter

2008-09-09 Thread php at ryank dot net
 ID:   46034
 User updated by:  php at ryank dot net
 Reported By:  php at ryank dot net
 Status:   Open
 Bug Type: CGI related
 Operating System: WinXP
 PHP Version:  5.2.6
 New Comment:

This apparently works fine though...

C:\>php -r "print ini_get('include_path');" -d include
_path=.;c:\test1;c:\test2

.;c:\test1;c:\test2


Previous Comments:


[2008-09-09 18:08:29] php at ryank dot net

Description:

When using the -d flag in php-cli on the include_path directive, only
the first parameter is assigned to include_path.

C:\>php -v

PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans

Reproduce code:
---
C:\>php -r "print ini_get('include_path');" -d include
_path=c:\test1.ini;c:\test2.ini

Expected result:

c:\test1.ini;c:\test2.ini

Actual result:
--
c:\test1.ini





-- 
Edit this bug report at http://bugs.php.net/?id=46034&edit=1



#46034 [Fbk->Opn]: php cli -d include_path only accepts first parameter

2008-09-10 Thread php at ryank dot net
 ID:   46034
 User updated by:  php at ryank dot net
 Reported By:  php at ryank dot net
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: WinXP
 PHP Version:  5.2.6
 New Comment:

Double quotes do not appear to help:

C:\>php -r "print ini_get('include_path');" 
-d include_path=".;:\test1;c:\test2"
.;c:\test1;c:\test2

C:\>php -r "print ini_get('include_path');" 
-d include_path="c:\test1;c:\test2"
c:\test1

Single quotes become part of the directive:

C:\>php -r "print ini_get('include_path');" -d
include_path='c:\test1;c:\test2'
'c:\test1


Previous Comments:


[2008-09-09 18:41:50] [EMAIL PROTECTED]

You may enclose the value with ' or " like in php.ini

----

[2008-09-09 18:14:17] php at ryank dot net

This apparently works fine though...

C:\>php -r "print ini_get('include_path');" -d include
_path=.;c:\test1;c:\test2

.;c:\test1;c:\test2



[2008-09-09 18:08:29] php at ryank dot net

Description:

When using the -d flag in php-cli on the include_path directive, only
the first parameter is assigned to include_path.

C:\>php -v

PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans

Reproduce code:
---
C:\>php -r "print ini_get('include_path');" -d include
_path=c:\test1.ini;c:\test2.ini

Expected result:

c:\test1.ini;c:\test2.ini

Actual result:
--
c:\test1.ini





-- 
Edit this bug report at http://bugs.php.net/?id=46034&edit=1



#46034 [Fbk->Opn]: php cli -d include_path only accepts first parameter

2008-09-11 Thread php at ryank dot net
 ID:   46034
 User updated by:  php at ryank dot net
 Reported By:  php at ryank dot net
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: WinXP
 PHP Version:  5.2.6
 New Comment:

Still having issues:

C:\>php -r "print ini_get('include_path');" -d
"include_path=c:\testing1;c:\testing2"
c:\testing1

C:\>php -r "print ini_get('include_path');" -d
"include_path=.;c:\testing1;c:\testing2"

.;c:\testing1;c:\testing2


Previous Comments:


[2008-09-10 20:15:59] [EMAIL PROTECTED]

You need to enclose all of it in quotes:

# php -d "include_path=some;path;here" ..

----------------

[2008-09-10 16:21:09] php at ryank dot net

Double quotes do not appear to help:

C:\>php -r "print ini_get('include_path');" 
-d include_path=".;:\test1;c:\test2"
.;c:\test1;c:\test2

C:\>php -r "print ini_get('include_path');" 
-d include_path="c:\test1;c:\test2"
c:\test1

Single quotes become part of the directive:

C:\>php -r "print ini_get('include_path');" -d
include_path='c:\test1;c:\test2'
'c:\test1



[2008-09-09 18:41:50] [EMAIL PROTECTED]

You may enclose the value with ' or " like in php.ini



[2008-09-09 18:14:17] php at ryank dot net

This apparently works fine though...

C:\>php -r "print ini_get('include_path');" -d include
_path=.;c:\test1;c:\test2

.;c:\test1;c:\test2



[2008-09-09 18:08:29] php at ryank dot net

Description:

When using the -d flag in php-cli on the include_path directive, only
the first parameter is assigned to include_path.

C:\>php -v

PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans

Reproduce code:
---
C:\>php -r "print ini_get('include_path');" -d include
_path=c:\test1.ini;c:\test2.ini

Expected result:

c:\test1.ini;c:\test2.ini

Actual result:
--
c:\test1.ini





-- 
Edit this bug report at http://bugs.php.net/?id=46034&edit=1