[PHP-BUG] Req #62797 [NEW]: Add a CLI parameter to override php.ini settings for a web server instance

2012-08-12 Thread mathias at qiwi dot be
From: mathias at qiwi dot be Operating system: OS X 10.8 PHP version: 5.4.6RC1 Package: Built-in web server Bug Type: Feature/Change Request Bug description:Add a CLI parameter to override php.ini settings for a web server instance Description

Bug #53474 [Com]: FILTER_VALIDATE_URL should not fail URL's that use IDN

2010-12-05 Thread mathias at qiwi dot be
Edit report at http://bugs.php.net/bug.php?id=53474&edit=1 ID: 53474 Comment by: mathias at qiwi dot be Reported by:gunther at keryx dot se Summary:FILTER_VALIDATE_URL should not fail URL's that use IDN Status:

#49103 [NEW]: Use array return value of function as array

2009-07-29 Thread Mathias dot Slawik at matzelworkz dot de
From: Mathias dot Slawik at matzelworkz dot de Operating system: All PHP version: 5.3.0 PHP Bug Type: Feature/Change Request Bug description: Use array return value of function as array Description: There is no syntax to use an array return value of a function

#40132 [NEW]: Build error in ext/imap (U8T_CANONICAL def missing)

2007-01-15 Thread mathias dot lieber at web dot de
From: mathias dot lieber at web dot de Operating system: Linux, 2.6.18, Ubuntu/Debian PHP version: 5.2.0 PHP Bug Type: *Compile Issues Bug description: Build error in ext/imap (U8T_CANONICAL def missing) Description: 5.2.0 does not build because it's missin

#33340 [NEW]: CLI Crash (core dump) when calling php:function from XSLT

2005-06-14 Thread mathias dot henze at skytecag dot com
From: mathias dot henze at skytecag dot com Operating system: Linux/Windows PHP version: 5.0.4 PHP Bug Type: XSLT related Bug description: CLI Crash (core dump) when calling php:function from XSLT Description: If a parameter is passed to a php-function where an

#19748 [NEW]: PHP ISAPI crashes IIS 5.0

2002-10-04 Thread mathias . lobel
From: [EMAIL PROTECTED] Operating system: WIN2000 Pro PHP version: 4.2.3 PHP Bug Type: IIS related Bug description: PHP ISAPI crashes IIS 5.0 I've installed PHP4.2.3 ISAPI with IIS 5.0 on a WIN2000 Server. While I'm not calling any php script in a HTML page, my asp pages

Bug #16121 Updated: fsockopen can't handle unix sockets created in abstract namespace

2002-03-20 Thread mathias
e pathofs would be of type "size_t". Another solution avoiding the ugly '\0' byte would be to introduce separate scheme prefixes like "file:" and "abstract:" for UNIX domain sockets. Ciao, Mathias -- Edit this bug report at http://bugs.php.net/?id=16121&edit=1

Bug #16121: fsockopen can't handle unix sockets created in abstract namespace

2002-03-16 Thread mathias
(*args[0])->value.str.val + pathofs, sizeof(unix_addr.sun_path) - pathofs); where pathofs would be of type "size_t". Another solution avoiding the ugly '\0' byte would be to introduce separate scheme prefixes like "file:" and "abstract:"