RE: [PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)

2015-05-25 Thread Uwe Schindler
Hi, > > OK, this looks fine. Maybe we should involve Oracle people. > > Unfortunately, I have no direct contact regarding iPlanet. > > I have good contacts to the Oracle Quality Assurance team in Ireland, > > but that is regarding Java. But those people are not responsible to this > issue. > > > A

RE: [PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)

2015-05-24 Thread Uwe Schindler
Hi Anatol, > > you may know that I am the maintainer of the NSAPI SAPI module. I > > spent a lot of time in improving it. The next update would have been > > to change it to the PHP 7 threading model, but based on recent > > experience with Oracle, I will stop maintaining the plugin. We should > >

[PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)

2015-05-22 Thread Uwe Schindler
re :-( If there needs to be some decision about removing this plugin through an RFC, I can trigger one, but to me the above changes in Licensing make it impossible to longer support this piece of software. Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Breme

RE: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions

2015-02-02 Thread Uwe Schindler
tive, but still following the development). Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Anatol Belski [mailto:anatol@belski.net] > Sent: Monday, February 02, 2015 8:45 PM > To: Andrey Andreev

RE: [PHP-DEV] RFC: Removal of dead SAPIs

2014-09-19 Thread Uwe Schindler
Hi, NSAPI is not dead, server is still downloadable: http://www.oracle.com/technetwork/java/webtier/downloads/iplanet-webserver-525365.html There were just no code changes by me because there were no new features - a SAPI is just plain thumb, so the number of commits is low. Uwe - Uwe

RE: [PHP-DEV] Which OSs and SAPI should PHP 5.6 support?

2013-08-19 Thread Uwe Schindler
PI-related code, so I have to closer look into it. Are there any RFCs related to changes coming in 5.6 for OPcache? Unfortunately I did not do any commit since we moved away from SVN... Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany >

RE: [PHP-DEV] bug 18556 - tolower & locales

2012-07-11 Thread Uwe Schindler
Sorry, typo: > I don't think ASCII-only lowercasing is in-compatible to the allowed PHP > identifier characters used by class names and what else. I don't think ASCII-only lowercasing is compatible to the allowed PHP identifier characters used by class names and what else. Uw

RE: [PHP-DEV] bug 18556 - tolower & locales

2012-07-11 Thread Uwe Schindler
se(String) do this internally. I don't think ASCII-only lowercasing is in-compatible to the allowed PHP identifier characters used by class names and what else. Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message--

RE: [PHP-DEV] readfile() memory usage

2012-05-01 Thread Uwe Schindler
> Hi Larry, > > > 4) So given #2 and #3, the "readfile() will kill your memory, don't use it" > > line is a persistent urban legend that belongs on Snopes as debunked. > > Looping on fread() for performance is a red herring. > > I implemented this earlier this very year to avoid memory issues (a

RE: [PHP-DEV] readfile() memory usage

2012-04-30 Thread Uwe Schindler
the other notes seem to be the reason for the "persistent urban legends" :-) Uwe P.S.: By the way, I will have a MMap blog post, too; focusing on the same urban legends about to the use of Lucene's MMapDirectory in Apache Lucene and Apache Solr. I am just a little bit overcrowded wi

RE: [PHP-DEV] readfile() memory usage

2012-04-30 Thread Uwe Schindler
Hi, > mmap may use "normal" memory too, depending on the options (not sure > which are used exactly with readfile or stream's mmap). Mmapping of course uses memory, but the memory used here is not from PHP's memory manager, it's memory that's already used for the O/S cache. The memory mapping use

RE: [PHP-DEV] readfile() memory usage

2012-04-29 Thread Uwe Schindler
://en.wikipedia.org/wiki/Mmap). - If this is not the case, it copies the whole file in blocks of 8192 bytes using a conventional loop. I verified, this code is at least in PHP 5.2 and 5.3, maybe earlier, too. Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen

RE: [PHP-DEV] Are all HTTP headers registered in SERVER?

2011-09-08 Thread Uwe Schindler
Hi, > It seems to be the case but this is not documented anywhere on php.net. > Instead http://php.net/manual/en/function.apache-request-headers.php say > "You can also get at the value of the common CGI variables by reading them > from the environment". For the environment is no longer true, mo

RE: [PHP-DEV] 5.3.7pl1

2011-08-19 Thread Uwe Schindler
+1 - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Stas Malyshev [mailto:smalys...@sugarcrm.com] > Sent: Saturday, August 20, 2011 1:17 AM > To: PHP Internals > Subject: [PHP-DEV] 5.3.7pl1 >

RE: [PHP-DEV] Unmaintained SAPIs

2011-04-23 Thread Uwe Schindler
other hand I am not sure what is happening to SJSWS since Oracle took control on Sun [I will open issue and commit a fix to this one in near future, because it has an inconsistency with $_SERVER['HTTPS'] in comparison to Apache]. Uwe - Uwe Schindler theta...@php.net - http://www.php

RE: [PHP-DEV] Magic quotes in trunk

2010-11-17 Thread Uwe Schindler
Yeah, +1 for remove! - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: kalle@gmail.com [mailto:kalle@gmail.com] On Behalf Of Kalle > Sommer Nielsen > Sent: Wednesday, November 17, 2010

RE: [PHP-DEV] Secure SVN access

2009-09-03 Thread Uwe Schindler
use elsewhere. In general PHP is Open Source Software, if somebody misuses a PHP's developers passwords, all these changes can be reverted in SVN, so I see no problem. Additionally all commits are reviewed by the commit mailing list subscribers (all developers). ----- Uwe Schindler theta...@ph

RE: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqlnd/mysqlnd_portability.h

2009-08-25 Thread Uwe Schindler
http://wiki.php.net/vcs/svnfaq Look for "sparse checkouts". I forgot to post a howto for graphical SVN GUIs like TortoiseSVN, too. Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Andrey H

RE: [PHP-DEV] Renaming php-cvs to php-svn ?

2009-07-16 Thread Uwe Schindler
Or just to something more generic like php-commits@ ? The same with zend-commits? Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Andrey Hristov [mailto:p...@hristov.com] > Sent: Thursday, July 1

RE: [PHP-DEV] Soap over SSL and

2009-07-10 Thread Uwe Schindler
As far as I know, SOAP does not use the HTTP wrappers directly, it uses only sockets/ssl for communication (so the context applies only to the lower level SSL socket). So CURL is not used, because PHP's HTTP streams are not used. ----- Uwe Schindler theta...@php.net - http://www.php.net

RE: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Uwe Schindler
use a local php.ini in the build directory. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel > Brown > Sent: Tuesday, June 30

RE: [PHP-DEV] PHP 5.3.0RC4

2009-06-19 Thread Uwe Schindler
no member named `stmt' gmake: *** [ext/pdo_mysql/mysql_statement.lo] Error 1 Is this a known bug? Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Lukas Kahwe Smith [ma

[PHP-DEV] RE: [INTERNALS-WIN] [REPOST] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2008-12-31 Thread Uwe Schindler
> > In general (this is why I also write to the internals list): DBLIB is no > > longer supported by Sybase, CT is preferred, according to Sybase. > > We are working with Sybase on this problem. I met them last year and > we will get all SDKs, libs, docs or tools we will need to build > sybase_ct

[PHP-DEV] RE: [INTERNALS-WIN] [REPOST] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2008-12-31 Thread Uwe Schindler
Hi to both internals lists, > Admittedly, it is only an issue for Microsoft SQL Server (mssql and > pdo_mssql) and for Sybase_ct. How about Sybase-CT, does this happen also with PDO and Sybase DBLIB? If not using FreeTDS, both 3rd party DLLs are legacy non-VC9 libs/dlls (libsybct.dll, libsybdb.dl

RE: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2008-12-31 Thread Uwe Schindler
ile). How to test on windows, if thread safety is available? But better would be to disable thread-unsafe builds for the NSAPI SAPI from the beginning. Uwe - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- &

RE: [PHP-DEV] json_encode()

2008-12-15 Thread Uwe Schindler
the best. - Uwe Schindler theta...@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Rasmus Lerdorf [mailto:ras...@lerdorf.com] > Sent: Monday, December 15, 2008 6:50 PM > To: PHP Developers Mailing List > Subject: [PHP-D

RE: [PHP-DEV] Removing basic types from our JSON parser

2008-12-14 Thread Uwe Schindler
> > var foo = ; > > > will always work. The only question is what sort of variable foo will > end up being. The RFC says we have to wrap basic types in an array or > object, while currently we let the basic types through without the > wrapper. He problem her eis:

RE: [PHP-DEV] Removing basic types from our JSON parser

2008-12-13 Thread Uwe Schindler
> For reference I saw people use json_encode() to pass a string to > javascript into their page while avoiding bugs/XSS with stuff like > . > > var foo = ; > ... (yes, they maybe heared somewhere that JSON is *not* javascript, I > told 'em too). This is not correct. JSON *is* valid JavaScript, bu

RE: [PHP-DEV] [PATCH] Allow unsetting headers previously set usingheader()

2008-11-29 Thread Uwe Schindler
e PHP's headers in get_response_headers(). And code is not much shorter or simplier. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Uwe Schindler [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 29, 200

RE: [PHP-DEV] [PATCH] Allow unsetting headers previously set usingheader()

2008-11-29 Thread Uwe Schindler
Hallo Arnaud, > I believe that Apache does sets its headers just before sending them, so > when > PHP deletes all headers in Apache's hashtable this does not removes > "Server", > "Date", etc. If this is not the case for NSAPI, solution a) seems good, > but > also allows to remove "Date" by settin

RE: [PHP-DEV] [PATCH] Allow unsetting headers previously set usingheader()

2008-11-28 Thread Uwe Schindler
Apache). What is the idea to respond after each header change? What do you think? - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Lukas Kahwe Smith [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28

RE: [PHP-DEV] [PATCH] Allow unsetting headers previously set usingheader()

2008-11-28 Thread Uwe Schindler
Still working on it, hadn't have enough time for it until now, I try to do it as soon as possible! ----- Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > From: Lukas Kahwe Smith [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 2

RE: [PHP-DEV] Can someone explain me why this happens please?

2008-11-16 Thread Uwe Schindler
This is per definition: In C local variables are not initialized with anything! The weird characters you see are content from prior memory usage leftover from calls to other functions. Its just garbage. In C, local variables must always be initialized. - Uwe Schindler [EMAIL PROTECTED

RE: [PHP-DEV] [PATCH] Allow unsetting headers previously set usingheader()

2008-11-09 Thread Uwe Schindler
+1 I have no problem with implementing this for NSAPI after the patch is committed to CVS, just keep me informed about this. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Arnaud LB [mailto:[EMAIL PRO

RE: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Uwe Schindler
like to test it, too, but I need to eventually add code to sapi/nsapi, you may help me :) - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Arnaud Le Blanc [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 19,

RE: [PHP-DEV] passing Cookies and other environment stuff to PHP SAPI Embed

2008-04-28 Thread Uwe Schindler
you, if needed. Uwe - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, April 28, 2008 3:50 PM > To: internals@lists.php.net > Subject: [P

RE: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-25 Thread Uwe Schindler
> > but it may also be possible to do all this in the request startup I > think...? > > > I don't like the idea to keep adding stuff in request startup, at least, > please make it optional. The overhead for request startup and cleanup > have becoming higher and higher, which make PHP become slower

RE: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-25 Thread Uwe Schindler
> > Is there a generic solution for SAPIs? > > The stuff is pretty generic, just check how it's done for > sapi/cgi/cgi_main.c in > function sapi_cgi_activate(). (IIRC :) > > I think I even put some comments in there.. Yes, looks good. Even the host-based config could be enabled by NSAPI. The

RE: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-25 Thread Uwe Schindler
> > > As of php 5.3, it is possible to have a per directory configuration, > > > either using the system php.ini or using a .htaccess-like php.ini > > > (.user.ini). The concept is based on what you have in htscanner but > in > > > a much better way (same syntax than in any php.ini). The goal i

RE: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_ini.c

2007-09-05 Thread Uwe Schindler
That would be a solution. The only thing is that this would be a break in BC for extensions using zend_alter_ini_entry. I will test your patch with my webserver together with the @-Operator. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany

RE: [PHP-DEV] php5 as universal binary (Mac OS X)

2007-08-09 Thread Uwe Schindler
d for help to test your patch. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Antony Dovgal [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 09, 2007 11:06 AM > To: Uwe Schindler > Cc: internal

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> > > >> This's a special case and it's really great you noticed it in RC.. > > > >> We need a workaround for this special case, as if we make all INI > > > >> directives set > > > >> using php_admin_value non-changeable, we break the @ thing. > > > >> So we either need to change the @ not to use z

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> > On 3-Aug-07, at 9:51 AM, Uwe Schindler wrote: > > > > >> This's a special case and it's really great you noticed it in RC.. > > >> We need a workaround for this special case, as if we make all INI > > >> directives set > &g

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> On 3-Aug-07, at 9:51 AM, Uwe Schindler wrote: > > >> This's a special case and it's really great you noticed it in RC.. > >> We need a workaround for this special case, as if we make all INI > >> directives set > >> using php_admin_value non

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
EG(error_reporting)) { zend_alter_ini_entry("error_reporting", sizeof("error_reporting"), "0", 1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); } ZEND_VM_NEXT_OPCODE(); } - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Breme

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> This's a special case and it's really great you noticed it in RC.. > We need a workaround for this special case, as if we make all INI > directives set > using php_admin_value non-changeable, we break the @ thing. > So we either need to change the @ not to use zend_alter_ini_entry, or make > an >

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
Hallo Jani, thanks, the configure error is gone! "gmake test" still fails with "/bin/sh: syntax error at line 1: `;' unexpected" - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > From: Jani Taskinen [mailto:[EMAIL PROTE

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> On 03.08.2007 14:48, Uwe Schindler wrote: > >> How EXACTLY does the web-server put the value? > >> To me it looks like you're using some global config file, so no wonder > >> it's put globally. > > > > It is not global. The overwritten value is

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> > I looked into it: > > The problem seems to be ZTS specific. > > What we have: > > * First, the value looks correct in phpinfo(). > > * Second setting the value to 6039 (which is the default from php.ini) > > produces now a lot of _more_ and very strange error messages when > running > > PHP scr

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> >> Cannot reproduce this, configure went just fine on Solaris. > >> Can you please see on which line in configure script it complains? > > > > How can I find that out? Is there a debug parameter? Config.log does not > > show anything. > > > > Could it be that on your solaris system the default sh

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
> On 03.08.2007 10:32, Uwe Schindler wrote: > > Configuring on Solaris (2.10) no longer works, ist the old problem with > > "test" that is more strict on solaris: > > > > ... > > checking dynamic linker characteristics... solaris2.10 ld.so > > che

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Uwe Schindler
s opened with @fopen(...). 2) make test is broken: [EMAIL PROTECTED]:~/install/php-5.2.4RC1$ gmake test Build complete. Don't forget to run 'make test'. /bin/sh: syntax error at line 1: `;' unexpected gmake: [test] Error 2 (ignored) - Uwe Schindler [EMAIL PROTECTED] -

RE: [PHP-DEV] 5.2.4RC1 Released

2007-08-02 Thread Uwe Schindler
usr/ccs/bin/ld) supports shared libraries configure:113709: checking dynamic linker characteristics configure:114283: checking how to hardcode library paths into programs configure:114321: checking whether stripping libraries is possible Uwe - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSA

RE: [PHP-DEV] php5 as universal binary (Mac OS X)

2007-07-27 Thread Uwe Schindler
t is an apple one, but a very old one neither BIG or LITTLE endian is defined, which also lets configure test it. But if one of both is defined then we can rely on the macros. Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [EMAIL PROTECTED] > -Orig

RE: [PHP-DEV] php5 as universal binary (Mac OS X)

2007-07-27 Thread Uwe Schindler
not know the exact macro for detecting osx) # undef WORDS_BIGENDIAN # define WORDS_BIGENDIAN __BIG_ENDIAN__ #endif Just an idea. Or just update to a newer autoconf version that can detect this (I know newer ones do this correctly). But this is not possible for PHP. - Uwe Schindler [EMAIL

RE: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-07-14 Thread Uwe Schindler
n form, make use of PHP6 at many points (there are many bugs with Unicode in it...) and make profit of it! Uwe ----- Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

RE: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-07-14 Thread Uwe Schindler
. In the case of the fantastic software "SquirrelMail++PHP6-only" (which I would use on my servers, too) I would think in this direction! - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Rasmus Ler

RE: [PHP-DEV] FW: php fastcgi

2007-06-13 Thread Uwe Schindler
error page. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Dmitry Stogov [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 6:54 PM > To: [EMAIL PROTECTED] > Cc: 'internals Mailing List&#

RE: [PHP-DEV] TSRM changes broke windows compile

2007-05-25 Thread Uwe Schindler
Hi Rasmus, > > This is no longer the case. E.g. when compiling the module for the NSAPI > > webserver (Sun Java System Webserver) there should be a global define > like > > -DNSAPI in the makefiles (not only for nsapi.c) which is not. Because of > > that all SAPIs do not have an effect on the thre

RE: [PHP-DEV] TSRM changes broke windows compile

2007-05-25 Thread Uwe Schindler
> > It would be perhaps OK to make TSRM dependent on some global PHP > functions, > > but to make it depend on SAPI code that is only for webserver > interaction > > (!) and not related to TSRM (yes SAPI uses TSRM but not the other way > round) > > is not so good. And that only because of a not IO-

RE: [PHP-DEV] TSRM changes broke windows compile

2007-05-25 Thread Uwe Schindler
> > An extra syscall on every file open isn't exactly miniscule. > > It's a syscall not related to any filesystem or I/O so it can't be that > bad. And we managed to live with it so far. > > > Edin also just built Windows binaries without problems. Why did it work > > for him? > > I have no ide

RE: [PHP-DEV] PHP 5.2.3RC1 Released

2007-05-25 Thread Uwe Schindler
> Rasmus Lerdorf wrote: > > Uwe Schindler wrote: > >> Does not link: > >> > >> Undefined first referenced > >> symbol in file > >> php_during_module_startup main/.libs/SAPI.o >

RE: [PHP-DEV] PHP 5.2.3RC1 Released

2007-05-25 Thread Uwe Schindler
: ld returned 1 exit status gmake: *** [sapi/cli/php] Error 1 - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 9:51 AM > To: Uwe Sc

RE: [PHP-DEV] PHP 5.2.3RC1 Released

2007-05-25 Thread Uwe Schindler
s6FpnNConfiguration__nIPRStatus__ () from /pangaea/webserver70/lib/libns-httpd40.so #16 0xfed5f237 in __1cJWebServerDRun6F_nIPRStatus__ () from /pangaea/webserver70/lib/libns-httpd40.so #17 0x08050b18 in main () - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen

RE: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-24 Thread Uwe Schindler
tring the second parameter should be disallowed and a warning or what ever should be raised. A binary string should encode byte-by-byte as before! I think this would make a lot of applications more backwards compatible and code more simplier. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.

RE: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-24 Thread Uwe Schindler
e should accept only a binary string (it is always ASCII only and "encoded") and convert it to a decoded unicode string using the default or supplied encoding: http://java.sun.com/javase/6/docs/api/java/net/URLDecoder.html - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI

RE: [PHP-DEV] Re: #41401 [Opn->Bgs]: Order of Operations error on divide by negative

2007-05-16 Thread Uwe Schindler
> Should all these three examples give the same result? > > $ php -r 'var_dump(-1/2*5, 1/-2*5, 1/2*-5);' > float(-2.5) > float(-0.1) > float(-2.5) They should all give -2.5! But I think "normal programmers" will use braces in such situations... -- PHP Internals - PHP Runtime Development Mailing

RE: [PHP-DEV] Setting HTTP results code vs. HTTP type

2007-05-01 Thread Uwe Schindler
> -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 01, 2007 2:22 AM > To: Oliver Block > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] Setting HTTP results code vs. HTTP type > > Oliver Block wrote: > > Am Dienstag, 1. Mai 2007 01:49 schrieb R

RE: [PHP-DEV] Setting HTTP results code vs. HTTP type

2007-05-01 Thread Uwe Schindler
> - Update the PHP header() documentation to mention this. I was also > thinking that supporting/documenting header(null, true, 404); or the > like would be nice for people who only want to set the return code and > leave the HTTP type unchanged. I think this would bet he best approach, to give th

RE: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Uwe Schindler
I use , too, because is much more readable in templates. On the other hand I would like to disable short-tags without losing this feature! So my +1 for a change here! - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany > Sent: Saturday, April 14, 2

RE: [PHP-DEV] dropping asp_tags in HEAD

2007-04-13 Thread Uwe Schindler
> Well, then ?> collides also. So the suggestion is to drop everything > but

RE: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Uwe Schindler
ks, so all streams are available. This bug was also in RC3 but I thought it was related to http://bugs.php.net/bug.php?id=40168 and did not start any separate bug report. System is Solaris 9 SPARC, GCC 3.3 - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Breme

Re: [PHP-DEV] Default charset

2006-01-04 Thread Uwe Schindler
nction the default charset of the output is still ISO-8859-1. create a .htaccess file in the application directory where you use the "php_value" command to set this variable. See http://www.php.net/php_value The problem is that changing the charset in the script is too late (it is run

Re: [PHP-DEV] 5.1.0RC2

2005-09-14 Thread Uwe Schindler
At 16:18 14.09.2005, you wrote: On Wed, 14 Sep 2005, Uwe Schindler wrote: * "make test" still does not work Like..how? I posted this one month ago (other thread). It fails when calling "test" with an empty expression: [EMAIL PROTECTED]:~/install/php5-20050914123

Re: [PHP-DEV] 5.1.0RC2

2005-09-14 Thread Uwe Schindler
s machine) Uwe At 13:20 14.09.2005, Zeev Suraski wrote: Any last minute additions to 5.1.0RC2 or can we roll it? Zeev -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI S

Re: [PHP-DEV] PHP 5.1RC1 on Solaris

2005-08-31 Thread Uwe Schindler
At 21:07 22.08.2005, Wez Furlong wrote: On 8/22/05, Uwe Schindler <[EMAIL PROTECTED]> wrote: > /bin/sh: test: argument expected > gmake: [test] Error 1 (ignored) > [EMAIL PROTECTED]:~/install/php-5.1.0RC1$ > > (I think, this is the old problem with Solaris' test, that

Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear?

2005-08-28 Thread Uwe Schindler
P envelopes (when encoding is rpc) - why not reuse the soap extension for plain xmlrpc without soap envelopes? - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 5.1RC1 on Solaris

2005-08-22 Thread Uwe Schindler
o-sqlite" Finally: what is the the status of snaps.php.net, which versions get downloaded here at this time? - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany

Re: [PHP-DEV] PHP 4.4 branch

2005-06-08 Thread Uwe Schindler
in 5.0 and HEAD because the solaris /bin/sh does not like empty lists in for-loops. If there is no problem this time I will apply this patch. ----- Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany Index: scrip

[PHP-DEV] Linuxtag 2005

2005-05-26 Thread Uwe Schindler
Hi all, on which mailinglist is management of Linuxtag 2005? I want to meet the others there, too, because I got free for these days. - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
P_5_0 (PHP_4_3 ???), too? Uwe - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Bremen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
to remove stdio and convert to posix io (as done in 4.3 and 5.0) because of the solaris stdio problems. But php_streams is even better. Uwe At 17:08 15.04.2005, you wrote: Uwe Schindler wrote: We can left that out. The flag to search in the include path is available to all file_* functions in

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
, you wrote: Hi, what's the reason for looking in the include path. Usually these functions are used to verify the MD5/SHA1 hash of a specific file. Regards, Andrey Uwe Schindler wrote: thetaphiFri Apr 15 10:29:32 2005 EDT Modified files: /php-src/ext/standard md5.c s

Re: [PHP-DEV] [PATCH] fix crash in solaris when fdopen() fails

2005-04-08 Thread Uwe Schindler
. At 09:40 07.04.2005, Uwe Schindler wrote: I am fixing bug #32614: Problem, on the solaris platform fdopen() can fail even if fd is a correct file descriptor, when fd>255 (the well-known solaris stdio problem). The webserver of the user crashes because the return value of fdopen() is not chec

[PHP-DEV] [PATCH] fix crash in solaris when fdopen() fails

2005-04-07 Thread Uwe Schindler
does not happen. What about PHP5? I would try to fix this everywhere in the future. ----- Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany Index: Zend/zend_stream.c === RCS file: /reposi

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Uwe Schindler
ody did, but why maintain something outdated? Feel free to fix them though... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de - http://www.schindlers-software.de eMails: [EMAIL PROTEC

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Uwe Schindler
ww.php.net/unsub.php - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de - http://www.schindlers-software.de eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company) Tel./Fax: +49 700 PCLATEIN (+49 700 72528346) Schindlers Software - Home of Schindlers PC-LATEIN 3

[PHP-DEV] Bug #32424

2005-04-03 Thread Uwe Schindler
when flushing buffers etc. What do you mean? ----- Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Why to have owner's uid of the file when WWW-Authenticate header?

2004-09-22 Thread Uwe Schindler
//www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] PHP_IMAP New Function "imap_partialbody" to fetch chunks of a MIME attachment

2004-08-15 Thread Uwe Schindler
This would be also interesting: For decoding base64 binarys you could use the string.base64 stream filter then (PHP5)! :) Uwe At 18:50 15.08.2004, Crispin Olson wrote: Uwe Schindler wrote: How about the idea to make a function like "imap_getbodystream(...)" that returns a PHP stream t

Re: [PHP-DEV] [PATCH] PHP_IMAP New Function "imap_partialbody" to fetch chunks of a MIME attachment

2004-08-15 Thread Uwe Schindler
s that php/php_imap doesn't have a streamed Base64 decoder - though I've used a simple command line one quite effectively. I'm guessing if this is of interest, it will be of most interest to the HORDE/IMP team? Crispin Olson - Uwe Schindler [EMAIL PROTECTED] - http://www.php.n

[PHP-DEV] snaps.php.net - STABLE snapshot for PHP5

2004-08-12 Thread Uwe Schindler
Looking on snaps.php.net I cannot find a PHP5-STABLE release, only latest HEAD and PHP4-STABLE. I think the branch PHP_5_0 should also be available via snaps.php.net - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime

[PHP-DEV] Spammer on Bugs page

2004-07-20 Thread Uwe Schindler
There is some spammer on the bugs page who updates all bugs and adds a new comment to every bug with a URL to a porn page. What can we do? My mailbox gets fuller and fuller... - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals

Re: [PHP-DEV] Changing php.ini values in SunONE webserver question

2004-06-23 Thread Uwe Schindler
Its no problem... :) Works correct. Changed. At 11:58 23.06.2004, Uwe Schindler wrote: According to bug #28878 please read the last comment: http://bugs.php.net/bug.php?id=28878 The user wants to set doc_root or open_basedir from the obj.conf of his webserver. He cannot do this because the

[PHP-DEV] Changing php.ini values in SunONE webserver question

2004-06-23 Thread Uwe Schindler
\"%s\"", entry->param->name, entry->param->value); } NSAPI is multithreaded so changing of SYSTEM values reflects to other threads or not? In my thoughts at PHP_INI_STAGE_RUNTIME you can only change PHP_INI_USER variables or is that wrong? - Uwe Schindler [EMAIL P

Re: [PHP-DEV] Re: PHP and Apache2

2004-06-18 Thread Uwe Schindler
List To unsubscribe, visit: http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Sybase-CT bug #28354

2004-05-22 Thread Uwe Schindler
isit: http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3.7RC1 Release Schedule

2004-05-21 Thread Uwe Schindler
http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [PATCH] primitive load order deps for unix build system

2004-05-21 Thread Uwe Schindler
rimitive load order deps for > > > unix build system > > > > > > How many platforms did you check this one? > > > > > > Andi > > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] compile issues on Solaris

2004-05-07 Thread Uwe Schindler
b.php > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php - Uwe Schindler Addr 1: Bamberger Str. 24a, D-96049 Bamberg Addr 2: Drausnickstr. 153, D-91052 Erlangen http://www.thetaphi.de - http://www.schindlers-software.de eMails: [EMAIL PR

  1   2   >