[PHP-DEV] Warnings in ext/mbstring

2002-04-29 Thread Sebastian Bergmann
' undefined -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Current CVS segfaults on Win32

2002-04-28 Thread Sebastian Bergmann
zend_deactivate_modules(void * * * 0x00b32870) line 581 + 19 bytes php_request_shutdown(void * 0x) line 797 + 9 bytes main(int 1, char * * 0x00b33fb0) line 1069 + 8 bytes mainCRTStartup() line 338 + 17 bytes -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend_execute_API.c

2002-04-27 Thread Sebastian Bergmann
C2065: 'connection_status': Undeclared identifier c:\home\php\php4\Zend\zend_execute_API.c(666): error C2065: 'PHP_CONNECTION_TIMEOUT': Undeclared identifier c:\home\php\php4\Zend\zend_execute_API.c(666): error C2106: '|=': Left operand not an l-value -- Sebastian

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend_execute_API.c

2002-04-27 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: rasmus Sat Apr 27 12:21:00 2002 EDT Modified files: /Zend zend_execute_API.c Log: # How do I get at a php core_global from here? Isn't the Zend Engine supposed to be independent from PHP? -- Sebastian Bergmann http://sebastian

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-04-26 Thread Sebastian Bergmann
. Blame the authors, then :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php4apache2.dsp

2002-04-22 Thread Sebastian Bergmann
the user configure his MSVC++ to look in the right place. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php4apache2.dsp

2002-04-21 Thread Sebastian Bergmann
to be added here. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Inline optimization

2002-04-19 Thread Sebastian Bergmann
Yasuo Ohgaki wrote: Any objection for changing -O2 - -O3 when --enable-inline-optimization is used? (when GCC is used) What happened to the plan of making --enable-inline-optimization the default? -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2002-04-19 Thread Sebastian Bergmann
Derick Rethans wrote: derick Fri Apr 19 10:57:49 2002 EDT Modified files: /php4/ext/pcre php_pcre.c Log: - Fix warnings in VC Now I have warnings, where I hadn't warnings before :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend_hash.c zend_hash.hzend_list.c

2002-04-19 Thread Sebastian Bergmann
Andi Gutmans wrote: Please update Engine 2 also. Done. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend_hash.c

2002-04-19 Thread Sebastian Bergmann
Andi Gutmans wrote: Please update Engine 2 also. Done. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Sebastian Bergmann
Marcus Börger wrote: Could you give the following a try please: #ifndef S_ISDIR #define S_ISDIR( m )(((m) S_IFMT) == S_IFDIR) #endif Works fine, thanks. Already applied it. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
+# Begin Source File + SOURCE=..\ext\wddx\wddx.c -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
Stig S. Bakken wrote: internal_functions_win32.c? I know. But I don't know, what to add there :-/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development

[PHP-DEV] Win32 build broken

2002-04-16 Thread Sebastian Bergmann
c:\home\php\php4\main\php_ini.c(271): warning C4013: 'S_ISDIR': undefined php_ini.obj: error LNK2001: Unresolved external symbol _S_ISDIR -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
Sebastian Bergmann wrote: I know. But I don't know, what to add there :-/ Stupid me, I did not look at internal_functions_win32.c, but at config.w32.h :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

Re: [PHP-DEV] RE: [Zend Engine 2] ZE2 Test Windows Binaries

2002-04-15 Thread Sebastian Bergmann
phpsurf wrote: do you have any idea where to find some windows binaries to test the ZE2 I could provide those, but where shall I put them? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] [Fwd: [PHP-CVS] Apache2Filter on Linux]

2002-04-14 Thread Sebastian Bergmann
This should have gone here, sorry. Sebastian Bergmann wrote: In recent days I tested the Apache2Filter on Windows, where it currently works better than not so long ago, ie. before Aaron and Cliff came along :-) Yesterday I set up Linux on my notebook, and made fresh checkouts of Apache 2

[PHP-DEV] HTTP/GET parameters not registered in $_GET

2002-04-12 Thread Sebastian Bergmann
] = bar ) which is, of course, correct. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] HTTP/GET parameters not registered in $_GET

2002-04-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: When I switch to the Apache2Filter SAPI it outputs Array ( [foo] = bar ) which is, of course, correct. I'm puzzled, because now - out of a sudden - it doesn't work with the Apache2Filter SAPI either. -- Sebastian Bergmann http

Re: [PHP-DEV] HTTP/GET parameters not registered in $_GET

2002-04-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Sebastian Bergmann wrote: When I switch to the Apache2Filter SAPI it outputs Array ( [foo] = bar ) which is, of course, correct. I'm puzzled, because now - out of a sudden - it doesn't work with the Apache2Filter SAPI either

Re: [PHP-DEV] HTTP/GET parameters not registered in $_GET

2002-04-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Update: It seems to work with a Debug_TS build of PHP, and does not work with a Release_TS build. Which doesn't make any sense... Just tested the PHP_4_2_0 branch, and it works fine. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] HTTP/GET parameters not registered in $_GET

2002-04-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Sebastian Bergmann wrote: Update: It seems to work with a Debug_TS build of PHP, and does not work with a Release_TS build. Which doesn't make any sense... Just tested the PHP_4_2_0 branch, and it works fine. I really don't know what this is / was about

[PHP-DEV] Obsolete code in sapi_apache2.c

2002-04-12 Thread Sebastian Bergmann
-next; } -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Segfault in php_stream_url_wrap_http

2002-04-12 Thread Sebastian Bergmann
+ 27 bytes main(int 1, char * * 0x00b32580) line 1020 + 17 bytes mainCRTStartup() line 338 + 17 bytes -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main php_streams.h

2002-04-12 Thread Sebastian Bergmann
Wez Furlong wrote: wez Fri Apr 12 14:17:20 2002 EDT Modified files: /php4/main php_streams.h Log: fix segfault Thanks Wez, that fixed it! -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php_apache.h sapi_apache2.c

2002-04-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: And now for some testing... The segfault on Win32 is gone. Thanks for helping us out here, Aaron Cliff! -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/bz2 bz2.c php_bz2.h /ext/standard Makefile.frag basic_functions.c file.c file.h ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c php_fopen_wrappers.h /ext/zlib php_zlib.h zlib.c zlib_fopen_wrapper.c /main main.c network.c php_streams.h streams.c user_streams.c

2002-04-11 Thread Sebastian Bergmann
\home\php\php4\ext\standard\php_fopen_wrapper.c(59): warning C4028: formal parameter 6 different from declaration \home\php\php4\main\user_streams.c(35): warning C4028: formal parameter 6 different from declaration -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] [PATCH] rev. 2 of my apache2filters SEGV fixes

2002-04-11 Thread Sebastian Bergmann
Aaron Bannert wrote: p.s. this patch applies to the php4_2_0RC2 branch, and includes some changes from HEAD that weren't yet merged into that branch, namly the changes to use the new bucket allocator. Applied to both HEAD and PHP_4_2_0. -- Sebastian Bergmann http://sebastian

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 php4dllts.dsp php4dllts.rc php4dllts.rc2 php4ts.dsp php4ts.rc php4ts.rc2 php4ts_cli.dsp php4ts_cli.rc php4ts_cli.rc2 resource.h

2002-04-11 Thread Sebastian Bergmann
. (jtate) MS Visual Studio 98 cannot load the workspace. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] cvs: php4 /win32 php4dllts.dsp php4dllts.rc php4dllts.rc2 php4ts.dsp php4ts.rc php4ts.rc2 php4ts_cli.dsp php4ts_cli.rc php4ts_cli.rc2 resource.h

2002-04-11 Thread Sebastian Bergmann
Joseph Tate wrote: What error message are you getting? I don't have VS 98, so I can't really test this. I'll see if I've got a version in my MSDN library, but I doubt it. Then what version are you testing this with? -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] cvs: php4 /win32 php4dllts.dsp php4dllts.rc php4dllts.rc2 php4ts.dsp php4ts.rc php4ts.rc2 php4ts_cli.dsp php4ts_cli.rc php4ts_cli.rc2 resource.h

2002-04-11 Thread Sebastian Bergmann
Joseph Tate wrote: What error message are you getting? Forgot to answer that one: 'This makefile was not generated by Developer Studio.' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 php4dllts.dsp php4ts.dsp php4ts_cli.dsp

2002-04-11 Thread Sebastian Bergmann
Joseph Tate wrote: jtate Thu Apr 11 13:52:26 2002 EDT Modified files: /php4/win32 php4ts.dsp php4dllts.dsp php4ts_cli.dsp Log: Fixing project files so that they load Much better now, Sebastian :-) -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 php4dllts.dsp php4ts.dspphp4ts_cli.dsp

2002-04-11 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: can you make that the overload extension is disabled by default in the branch? Done, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] cvs: php4 /win32 php4dllts.dsp php4dllts.rc php4dllts.rc2 php4ts.dsp php4ts.rc php4ts.rc2 php4ts_cli.dsp php4ts_cli.rc php4ts_cli.rc2 resource.h

2002-04-11 Thread Sebastian Bergmann
. Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Anyone wrote persistent variable extension?

2002-04-10 Thread Sebastian Bergmann
Edin Kadribasic wrote: I don't know if shmop works on that platform. ext/shmop works on Win32, but without Semaphores it's pointless :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main spprintf.cspprintf.h

2002-04-10 Thread Sebastian Bergmann
are declared so i suppose spprintf.c has to be included as source because there the mentioned functions are? The patch I posted does this, but the compile errors I mention remain. PS: Make sure your replies are CC:ed to the list. -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main snprintf.c snprintf.h

2002-04-10 Thread Sebastian Bergmann
: '=': Conversion from 'unsigned long' to 'char', possible loss of data c:\home\php\php4\main\spprintf.c(643): warning C4700: Local variable 'cc' used without initialization -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] REPOST: [STREAMS] ext/gd does not compile on Win32

2002-04-10 Thread Sebastian Bergmann
Wez Furlong wrote: It's declared extern in main/php_streams.h. Does it also need PHPAPI? Adding PHPAPI didn't work here. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /mainspprintf.cspprintf.h

2002-04-10 Thread Sebastian Bergmann
Marcus Börger wrote: Just read Wez mail on Streams/Win and remembered PHP_API. Could it be the same with snprintf/spprintf? No, I fixed it now, though. I only added 2 of 4 files to the project before :( -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/hwapi CREDITS config.m4 hwapi.cpp

2002-04-10 Thread Sebastian Bergmann
Uwe Steinmann wrote: 2. Shouldn't this rather be in PECL Didn't make sense to me since the old hyperwave module hasn't been move to PECL either. Then why not do it? Better now than never. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php_apache.h sapi_apache2.c

2002-04-10 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Thu Apr 11 02:01:55 2002 EDT Modified files: /php4/sapi/apache2filterphp_apache.h sapi_apache2.c Log: Patch by Aaron Bannert [EMAIL PROTECTED] and Cliff Woolley [EMAIL PROTECTED]. And now for some testing

Re: [PHP-DEV] Crash in Apache2Filter

2002-04-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Sebastian Bergmann wrote: Win32, Apache 2.0.36-dev, PHP 4.3.0-dev (both current CVS) The crash seems to be gone now. This is odd. Compiled with MSVS.Net it does not crash, compiled with MSVC 6 it does. -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Crash in Apache2Filter

2002-04-09 Thread Sebastian Bergmann
, but on the desktop machine. However, I'll leave the MSVS.Net out for now, and concentrate on the crash bug in the MSVC 6 created binary... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] Compile error

2002-04-09 Thread Sebastian Bergmann
c:\home\php\php4\sapi\apache2filter\php_functions.c(91): error C2059: Syntax error : '(' c:\home\php\php4\sapi\apache2filter\php_functions.c(92): error C2059: Syntax error : '(' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

[PHP-DEV] Another segfault (PHP, Win32)

2002-04-09 Thread Sebastian Bergmann
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Crash in Apache2Filter

2002-04-09 Thread Sebastian Bergmann
Cliff Woolley wrote: (And more generally a series of patches to fix and optimize the apache2filter. :) Sounds nice :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h

2002-04-09 Thread Sebastian Bergmann
The following errors remain spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_fp spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_p2 spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_10 -- Sebastian Bergmann http://sebastian

[PHP-DEV] REPOST: [STREAMS] ext/gd does not compile on Win32

2002-04-09 Thread Sebastian Bergmann
Unresolved external symbol: _php_stream_stdio_ops -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql strto.c strtoll.c strtoull.c

2002-04-08 Thread Sebastian Bergmann
the - whole MySQL client library. MFH? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Crash in Apache2Filter

2002-04-08 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Win32, Apache 2.0.36-dev, PHP 4.3.0-dev (both current CVS) The crash seems to be gone now. However, the following compiler warnings remain: c:\Apache2\include\apr.h(334): warning C4142: benign redefinition of type c:\home\php\php4\sapi\apache2filter

[PHP-DEV] pear script doesn't work with current CVS

2002-04-07 Thread Sebastian Bergmann
shell-test remote-package-info list-upgrades list-remote-packages -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http

[PHP-DEV] Re: Crash in Apache2Filter

2002-04-06 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Win32, Apache 2.0.36-dev, PHP 4.2.0-dev (both current CVS) I meant PHP 4.3.0-dev. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

Re: [PHP-DEV] Re: Crash in Apache2Filter

2002-04-06 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Sebastian Bergmann wrote: Win32, Apache 2.0.36-dev, PHP 4.2.0-dev (both current CVS) I meant PHP 4.3.0-dev. Seems like only my reply to the initial post got through: ap_save_brigade(ap_filter_t * 0x00800e40, apr_bucket_brigade * * 0x00800a8c, apr_bucket_brigade

Re: [PHP-DEV] Re: Crash in Apache2Filter

2002-04-06 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Sebastian Bergmann wrote: Win32, Apache 2.0.36-dev, PHP 4.2.0-dev (both current CVS) I meant PHP 4.3.0-dev. Seems like only my reply to the initial post got through: ap_save_brigade(ap_filter_t * 0x00800e40, apr_bucket_brigade * * 0x00800a8c, apr_bucket_brigade

[PHP-DEV] Crash in Apache2Filter

2002-04-06 Thread Sebastian Bergmann
_threadstartex(void * 0x0087d638) line 212 + 13 bytes -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

[PHP-DEV] sapi/fastcgi

2002-04-06 Thread Sebastian Bergmann
fastcgi is, as far as I understand it, now merged into sapi/cgi. Do we still need the php4/sapi/fastcgi/ directory? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

Re: [PHP-DEV] Re: Bug #15580 Updated: sapi_apache2.c fails to compile with Apache2.0.28

2002-04-06 Thread Sebastian Bergmann
Jani Taskinen wrote: (they released 2.0.35) (what is 'GA' release? General Alpha?) 'General Availability' a/k/a. 'Final' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] Re: Infinite Loop / Segfault in ob_*()

2002-03-24 Thread Sebastian Bergmann
($buf) { $buf = 'ABC'; return $buf; } ob_start('test'); ? does not segfault here. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

[PHP-DEV] Re: Infinite Loop / Segfault in ob_*()

2002-03-24 Thread Sebastian Bergmann
something. And, at this point, it segfaults. I would rather see the possibility of calling ob_end_clean() in a ob_start() callback function than removing this feature. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

Re: [PHP-DEV] Re: Infinite Loop / Segfault in ob_*()

2002-03-24 Thread Sebastian Bergmann
and print an error message in the SAX callbacks. And here I see no other way than using ob_end_clean(). -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

[PHP-DEV] Crashbug with current CVS on Win32

2002-03-23 Thread Sebastian Bergmann
() with a not existing method on a static classin line 329 of Transformer.php. -- [1] The MSVC debugger asked me for the location of a 'chkstk.asm' file during startup. I don't have that file, so some symbols are missing :-( -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Crashbug with current CVS on Win32

2002-03-23 Thread Sebastian Bergmann
Sebastian Bergmann wrote: I found a reproducible crash with the current HEAD (have not tried the release branch). According to Markus Fischer this might as well be caused through the recursion in my code. I now check upon registering a callback whether or not a function or method exists

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Sebastian Bergmann
some time to be stable due to the huge amount of streams changes. Why not make two tarballs when PHP 4.2.0 gets released? One with the Zend Engine 1, and the other with the ZendEngine2 branch of /php4 and Zend Engine 2? -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Sebastian Bergmann
''Codename Derick'', ... :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Infinite Loop / Segfault in ob_*()

2002-03-23 Thread Sebastian Bergmann
Hi, I think I found the root of my previous segfault: ?php function test() { ob_end_clean(); } ob_start('test'); ? segfaults, stacktrace is here http://www.sebastian-bergmann.de/stacktrace.txt -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Compile warnings/errors in current HEAD

2002-03-23 Thread Sebastian Bergmann
external symbol: _php_fopen_wrapper -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Infinite Loop / Segfault in ob_*()

2002-03-23 Thread Sebastian Bergmann
Sebastian Bergmann wrote: I think I found the root of my previous segfault: I get the same segfault with the PHP_4_2_0 branch. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] - Looking for good php-editor

2002-03-21 Thread Sebastian Bergmann
Krister Hansson wrote: I'm working in Win2k Then you should definitely give Weaverslave [1] a try. -- [1] http://www.weaverslave.de/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Updating Chora?

2002-03-19 Thread Sebastian Bergmann
'lo there, just surfed over to horde.org for the first time in months and saw that Chora 1.0 is out. Could someone update the Chora installation on cvs.php.net from 0.6.5 to 1.0? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

[PHP-DEV] Interbase - Firebird

2002-03-19 Thread Sebastian Bergmann
Just read a news bulletin about Firebird http://firebird.sourceforge.net/ Is the Interbase up to handle Firebird? Should it be renamed to ext/firebird? Just curious, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

Re: [PHP-DEV] file.c broken

2002-03-18 Thread Sebastian Bergmann
Sebastian Bergmann wrote: [snip] Didn't notice those before: c:\home\php\php4\main\main.c(569): error C2065: 'tsrm_ls': Undeclared identifier c:\home\php\php4\main\main.c(569): warning C4022: _php_stream_open_wrapper': Pointer type for passed parameter 5 does not matched declared pointer

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c

2002-03-17 Thread Sebastian Bergmann
Sebastian Bergmann wrote: The c:\home\php\php4\ext\standard\fsock.c(196): warning C4761: Size conflict in argument warning persists, the others are gone. Fixed now. Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] file.c broken

2002-03-17 Thread Sebastian Bergmann
***' different c:\home\php\php4\ext\standard\file.c(1701): warning C4024: '_php_stream_open_wrapper': Types for formal and passed parameter 4 do not match -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Warnings

2002-03-16 Thread Sebastian Bergmann
: Size conflict in argument -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Streams are here!

2002-03-16 Thread Sebastian Bergmann
Wez Furlong wrote: gd: functions that create images from files. In particular, try creating from wrapped files over http, ftp etc. ext/gd does not compile on Win32: gd.obj: error LNK2001: Unresolved external symbol: _php_stream_stdio_ops -- Sebastian Bergmann http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c

2002-03-16 Thread Sebastian Bergmann
. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: ext/baby

2002-03-14 Thread Sebastian Bergmann
Sebastian Bergmann wrote: looks like a boy to me :-) Now that we know the name, whcih by the way is a recursive acronym, this question is finally answered *g* CARL == Carl AlexandeR Lerdorf Nicely done :-), Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter README

2002-03-14 Thread Sebastian Bergmann
Jan Lehnardt wrote: MFH? +1, but if we MFH, my patch to sapi_apache2.c need to be MFH'd as well. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter README

2002-03-14 Thread Sebastian Bergmann
); } AP_MODULE_DECLARE_DATA module php4_module = { -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter README

2002-03-14 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: Also, can you please make your hamster not setting the reply-to header? It's quitie annoying. Done. BTW, I find it annoying to get messages - like the one I reply to - twice, because of 'reply all'. Greetings, Sebastian -- Sebastian Bergmann http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter README

2002-03-14 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: :0 Whc: msgid.lock | formail -D 16384 msgid.cache :0 a: /var/spool/mail/duplicates Maybe I find a way to feed that to my Hamster ;-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

[PHP-DEV] Win32 compile warnings

2002-03-14 Thread Sebastian Bergmann
As of yesterday, I get a lot of these main\php.h(70): warning C4005: 'NDEBUG': Macro redefined -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development

[PHP-DEV] Current CVS on Linux fails to build

2002-03-12 Thread Sebastian Bergmann
to `mysql_drop_db' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http

[PHP-DEV] CVS fails to build

2002-03-12 Thread Sebastian Bergmann
to `mysql_drop_db' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http

Re: [PHP-DEV] PHP 4.1.2 for windows

2002-03-11 Thread Sebastian Bergmann
the binaries, but I'm not able to setup a distribution. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Sebastian Bergmann
imported LINK: warning LNK4049: Locally defined symbol _FCGX_FFlush imported LINK: warning LNK4049: Locally defined symbol _FCGX_GetStr imported LINK: warning LNK4049: Locally defined symbol _FCGX_Finish imported LINK: warning LNK4049: Locally defined symbol _FCGX_Accept imported -- Sebastian

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Sebastian Bergmann
Shane Caraveo wrote: commits, to all the build configurations, but I missed Release_TSDbg, is that what you are compiling with? No, I'm building Release_TS_Inline. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

[PHP-DEV] Apache 2 and PHP 4 (current CVS)

2002-03-11 Thread Sebastian Bergmann
/usr/src/php4/sapi/apache2filter/sapi_apache2.c:473: 'AP_FTYPE_CONTENT' undeclared (first use in this function) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Sebastian Bergmann
Shane Caraveo wrote: You don't by any chance have the fastcgi library from fastcgi.com installed also do you? No. I simply cannot reproduce the same warnings here. I'm using MS VisualStudio 98, ServicePack 5, btw. -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Make php-cvs@ read-only

2002-03-11 Thread Sebastian Bergmann
'lo, could we make the [EMAIL PROTECTED] 'read-only', ie. only the CVS script may write to it? Maybe mails sent to [EMAIL PROTECTED] could be forwarded to the [EMAIL PROTECTED] list. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Sebastian Bergmann
Shane Caraveo wrote: I simply cannot reproduce the same warnings here. The warnings are gone now. Dunny why, though ;) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

Re: [PHP-DEV] Make php-cvs@ read-only

2002-03-11 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: Please don't start this again. There is no technically valid reason to destroy mail headers on mailing lists, especially lists geared at supposedly technically adept users. Sure, but having dicussions on both php-cvs and php-dev is nasty, IMHO. -- Sebastian

[PHP-DEV] Can't build sapi/cgi

2002-03-10 Thread Sebastian Bergmann
: 'fcgimisc.h': No such file or directory -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: ext/baby

2002-03-07 Thread Sebastian Bergmann
osdn wrote: Best Wishes to your pretty girl Correct me if I'm wrong, but http://phpics.com/albums/baby/aas.thumb.jpg looks like a boy to me :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_2_0) /ext/domxml php_domxml.c

2002-03-07 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: When was merging this fix discussed? This is new functionality which should NOT go into the release branch. Please revert it. Looks like the services of the RBM are needed :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] cvs: ext/baby

2002-03-06 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: -1,2 +1,6 Christine Lerdorf Rasmus Lerdorf +Buster (working name only) Lerdorf +Born 13:26 PDT Wednesday March 6, 2002 +Weight: 9.0 pounds +Length: 19.25 inches Congratulations, Rasmus :) -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] PHP and VisualStudio.Net revisited

2002-03-03 Thread Sebastian Bergmann
the errors at http://wwwsebastian-bergmannde/strtolltxt and the build of libmysql fails * I build the project (no rebuild!), and it works Any ideas? This issue might be gone once we upgraded the bundled libmysql Zak? :) -- Sebastian Bergmann http://sebastian-bergmannde

[PHP-DEV] Re: [PHP-CVS] cvs: ZendEngine2 / zend_compile.c zend_compile.hzend_execute.c zend_execute_API.c zend_globals.hzend_language_parser.y zend_language_scanner.l

2002-03-02 Thread Sebastian Bergmann
into the current scope Thanks for the info! -- Sebastian Bergmann http://sebastian-bergmannde/ http://phpOpenTrackerde/ Did I help you? Consider a gift: http://wishlistsebastian-bergmannde/ -- PHP Development Mailing List http://wwwphpnet/ To unsubscribe, visit: http

[PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / loginfo

2002-03-02 Thread Sebastian Bergmann
list? What about TSRM? -- Sebastian Bergmann http://sebastian-bergmannde/ http://phpOpenTrackerde/ Did I help you? Consider a gift: http://wishlistsebastian-bergmannde/ -- PHP Development Mailing List http://wwwphpnet/ To unsubscribe, visit: http://wwwphpnet/unsubphp

<    1   2   3   4   5   6   7   8   >