Re: [PHP-DEV] Strings as input for php_strip_whitespace()

2005-06-20 Thread Derick Rethans
On Tue, 21 Jun 2005, Sebastian Bergmann wrote: > Could php_strip_whitespace() be changed to work on strings, too? File a feature request...? Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubsc

[PHP-DEV] Strings as input for php_strip_whitespace()

2005-06-20 Thread Sebastian Bergmann
Could php_strip_whitespace() be changed to work on strings, too? -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] PHP 5.1 Beta 2

2005-06-20 Thread Andi Gutmans
Hi, You can reach Beta 2 at http://snaps.php.net/~andi/ If there are no surprise show stoppers I'll put it live tomorrow evening. Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2005-06-20 Thread Andi Gutmans
Seems to work for me on snaps. I'll post the beta 2 in a couple of minutes so you can test it out. At 11:17 PM 6/20/2005 +0100, Nuno Lopes wrote: ""Andi Gutmans"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > andi Mon Jun 20 16:49:56 2005 EDT > > Modified files: >/php-src NE

Re: [PHP-DEV] Re: Problem with leak detection

2005-06-20 Thread Marcus Boerger
Hello Wez, i used linux so there seems to be a problem with either flushing or the fprintf not being called at all. regards marcus Monday, June 20, 2005, 10:55:43 PM, you wrote: > That should probably just be: > #if PHP_WIN32 > OutputDebugString(...); > #endif > fprintf(stderr, ...

[PHP-DEV] Re: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2005-06-20 Thread Nuno Lopes
""Andi Gutmans"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > andi Mon Jun 20 16:49:56 2005 EDT > > Modified files: >/php-src NEWS configure.in >/ZendEngine2 zend.h >/php-src/main php_version.h > Log: > - Beta 2 There is a problem in the configure: checking for embe

Re: [PHP-DEV] Re: Problem with leak detection

2005-06-20 Thread Wez Furlong
That should probably just be: #if PHP_WIN32 OutputDebugString(...); #endif fprintf(stderr, ...); On 6/20/05, Michael Wallner <[EMAIL PROTECTED]> wrote: > Sorry, but I cannot speak for exit(), but I usually replace all occurrences of > > #if PHP_WIN32 > OutputDebugString(...); >

Re: [PHP-DEV] In regards to E_STRICT and PHP5

2005-06-20 Thread Davey Shafik
Add a third php.ini, php.ini-dev This should have the preferred settings for a development environment - Davey Jani Taskinen wrote: Perhaps you should have noticed that the errors in php.ini-recommended are logged so whatever the error level is shouldn't matter. And I don't think

[PHP-DEV] CVS Account Request: jeprubio

2005-06-20 Thread Jep Rubio
member of the catalan translation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Problem with leak detection

2005-06-20 Thread Michael Wallner
Marcus Boerger wrote: i just stumbled over a strange issue while testing. Some of my tests have exit(0) at the end for easier test verification. Now i found a new one that has a few memleaks but only reports them if i drop that exit(0) line. Is this something we need to fix (e.g. exit() omits

[PHP-DEV] PHP 5 Bug Summary Report

2005-06-20 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (349 total including feature requests) ===[*Configuration Issues] 33367 Feedback php-504 --with-pcre-regex: "preg_match: internal pcre_fullinfo() error -3" =

[PHP-DEV] PHP 4 Bug Summary Report

2005-06-20 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (663 total including feature requests) ===[Adabas-D related]= 32486 Open odbc_fetch_into returns wrong data ===[Arrays