Re: [PHP-DEV] Segfault with latest CVS

2003-03-12 Thread Sebastian Bergmann
Derick Rethans wrote: uhm, this will be fixed ... some time :) Zeev fixed it. -- 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] Re: [PHP-CVS] cvs: php4 /tests/classes interface_class.phptinterface_doubled.phpt interface_implemented.phpt interface_instantiate.phptinterface_member.phpt interface_method.phpt interface_method_final.phptinterface_method_private.phpt interface_must_be_implemented.phpt

2003-03-12 Thread Sebastian Bergmann
Andrei Zmievski wrote: class blah implements interface is confusing. That is possible? It shouldn't be ;-) -- 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] Segfault with latest CVS

2003-03-11 Thread Sebastian Bergmann
Martin Jansen wrote: ?php require_once DB.php; ? Most likely this will be caused by 856 $this-$key = $arr[$key]; as variable member access causes a segfault in the compiler. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

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

2003-03-10 Thread Sebastian Bergmann
then that the object handle is not unique. -- 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] Sqlite-php module in php-distribution?

2003-03-07 Thread Sebastian Bergmann
Björn Kalkbrenner wrote: is there a way to contribute that module (or another module) to the core php distribution ? Modules like the one you mention should go into PECL [1]. -- [1] http://pear.php.net/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] $GLOBALS broken?

2003-03-04 Thread Sebastian Bergmann
Notice: Undefined variable: GLOBALS in E:\test.php on line 7 1 ?php 2 function foo() { 3 $GLOBALS['foo'] = 'bar'; 4 } 5 6 function bar() { 7 echo $GLOBALS['foo']; 8 } 9 10 foo(); 11 bar(); 12 ? -- Sebastian Bergmann http://sebastian

[PHP-DEV] Wrong line number shown for warning

2003-03-04 Thread Sebastian Bergmann
I get this warning Warning: array_push(): First argument should be an array in e:\home\buch\build on line 451 for the code below 448: array_push($GLOBALS['tempFiles'], $filename); 449: } 450: 451: function prepareStylesheet($format, $language) { -- Sebastian

Re: [PHP-DEV] PHP 4.5.x-dev

2003-03-03 Thread Sebastian Bergmann
Harald Radi wrote: PHP_4 But why is the version of the PHP_4 branch 4.5, and not 4.4? -- 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

[PHP-DEV] Re: [ZEND-ENGINE-CVS] Re: ZendEngine2 / ZEND_CHANGES

2003-02-28 Thread Sebastian Bergmann
Harald Radi wrote: how is your book doing :) The deadline is approaching. Besides that, good ;-) -- 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 HEAD segfaults with make test

2003-02-28 Thread Sebastian Bergmann
PASS Methods via variable name, bug #20120 [tests/classes/bug20120.phpt] make: *** [test] Segmentation fault Is there a way to find out which test segfaults? Obviously the one after tests/classes/bug20120.phpt, but ... -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] --with-apache broken in PHP_4_3?

2003-02-26 Thread Sebastian Bergmann
is in /usr/local/apache/include/. -- 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] --with-apache broken in PHP_4_3?

2003-02-26 Thread Sebastian Bergmann
Sebastian Bergmann wrote: checking for Apache 1.x module support via DSO through APXS... no checking for Apache 1.x module support... no configure: error: Invalid Apache directory - unable to find httpd.h under /usr/local/apache Not enough tea for me this morning, I wager

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

2003-02-24 Thread Sebastian Bergmann
Stig Bakken wrote: +#ifdef ZEND_ENGINE_2 Why the #ifdef? Isn't HEAD supposed to be PHP 5 / ZE2 only? -- 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] Jumadi

2003-02-20 Thread Sebastian Bergmann
Jani Taskinen wrote: Just make this one moderated. (but allow anyone with CVS access to post freely :) That sounds like a very good idea. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] how to call a website from within a php script

2003-02-16 Thread Sebastian Bergmann
christian tischler wrote: Can anybody tell me how to call a website from within a php script. Please ask user questions on the [EMAIL PROTECTED] list. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] database select

2003-02-16 Thread Sebastian Bergmann
Hans Prins wrote: [...] Please ask user questions on the [EMAIL PROTECTED] list. -- 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] Current HEAD segfaults with pear

2003-02-15 Thread Sebastian Bergmann
/src/php5/sapi/cli/php_cli.c:874 #17 0x402499ed in __libc_start_main () from /lib/libc.so.6 -- 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

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php /ext/curl interface.c streams.c /ext/fbsql php_fbsql.c /ext/ftp ftp.c /ext/hyperwave hg_comm.c hw.c /ext/imapphp_imap.c /ext/ldap ldap.c /ext/mcal php_mcal.c /ext/mysql php_mysql.c /ext/odbc php_odbc.c /ext/rpc/com com_wrapper.c /ext/snmp snmp.c /ext/standarddns.c file.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c pack.c /ext/zlibzlib.c /main fopen_wrappers.c mergesort.c network.c php.h php_open_temporary_file.cstreams.c /win32 php4dllts.dsp sendmail.c time.h

2003-02-15 Thread Sebastian Bergmann
': Redefinition; different binding; c:\programme\microsoft sdk\include\winsock.h(925): See declaration of 'WSAAsyncGetHostByName' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] Can't build ext/mysqli with sapi/apache2{handler|filter}

2003-02-14 Thread Sebastian Bergmann
://www.sebastian-bergmann.de/make.txt Building without the '--with-apxs2=/usr/local/apache2/bin/apxs' \ works fine. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
building ext/mysqli since it requires libmysql 4.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://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
\strto.c(150): error C2232: '-ctype': The left operand is of type 'struct', use '.' E:\home\mysql-4.1\VC++Files\strings\strto.c(151): error C2232: '-to_upper': The left operand is of type 'struct', use '.' -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Georg Richter wrote: could you please report the bugs you detected when compiling MySQL 4.1 under Windows to http://bugs.mysql.com too?! I'm in contact now with the MySQL team's Windows guy. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

[PHP-DEV] Current HEAD segfaults with Horde/CHORA

2003-02-11 Thread Sebastian Bergmann
to continue, or q return to quit--- -- 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] Current HEAD segfaults with Horde/CHORA

2003-02-11 Thread Sebastian Bergmann
Derick Rethans wrote: so I wonder if it's really a bug in PHP, but perhaps an assumption in Horde that doesn't work with ZE2? Be that as it may, but it still shouldn't segfault, no? ;-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

Re: [PHP-DEV] Announcement: New MySQL-Extension for PHP 5: ext/mysqli

2003-02-11 Thread Sebastian Bergmann
Brian Moon wrote: Do you have some sample code or a function list? quote For some samples check the tests subdir. I'll add documentation within the next days. /quote -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help

Re: [PHP-DEV] Alot of memory leaks.

2003-02-10 Thread Sebastian Bergmann
Magnus Määttä wrote: I get _alot_ of memory leaks.. My php_test_results file is 132KB large. I have uploaded the output of valgrind for a simple phpinfo() script to http://www.sebastian-bergmann.de/valgrind.txt HTH, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 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] Problems with zand_API.c

2003-02-03 Thread Sebastian Bergmann
Marcus Börger wrote: Since i have no karma there somebody else must fix this. Done, 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

Re: [PHP-DEV] Mono PHP

2003-02-02 Thread Sebastian Bergmann
Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

[PHP-DEV] [META] Statistics for January 2003

2003-02-01 Thread Sebastian Bergmann
%) Should I fix this?: 12 (1.39%) PHP4 + PHP5: 11 (1.27%) request data filter: 10 (1.16%) Top 10 of 205 Posters: Derick Rethans [EMAIL PROTECTED]: 60 (6.94%) Sebastian Bergmann [EMAIL PROTECTED]: 37 (4.28%) Marcus Börger [EMAIL PROTECTED]: 33 (3.82%) Sascha Schumann

Re: [PHP-DEV] Can't build xslt/sablot

2003-01-30 Thread Sebastian Bergmann
Melvyn Sopacua wrote: adding -lstdc++ to ZEND_LD_FLAGS in the Makefile (to ensure -lstdc++ is the last library linked) seems to do the trick for most. I added it to EXTRA_LDFLAGS and the problem was solved. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Can't build xslt/sablot

2003-01-29 Thread Sebastian Bergmann
/libsablot.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info' /usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)' collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] RFE: trigger_error()

2003-01-27 Thread Sebastian Bergmann
Right now if one uses trigger_error() to trigger an error the line number that gets displayed is that of the trigger_error() line. Would it be possible to add additional parameters to trigger_error() to pass a filename and a line number to it? -- Sebastian Bergmann http://sebastian

Re: [PHP-DEV] RFE: trigger_error()

2003-01-27 Thread Sebastian Bergmann
michel 'ziobudda' morelli wrote: Can you explain me this new function ? See http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES -- 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 / configure.in /main php_ini.c php_scandir.cphp_scandir.h /win32 readdir.c readdir.h

2003-01-27 Thread Sebastian Bergmann
by other OSes where libc does not have a native scandir() implementation. This broke the Win32 build. The attached patch works for me, but I'd like it reviewed before I commit. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
=/usr/local' \ '--with-dom-exslt=/usr/local' \ '--with-zlib' \ $@ -- 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] configure broken

2003-01-27 Thread Sebastian Bergmann
Marcus Börger wrote: Should be fixed by now. It is. -- 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 /main config.w32.h internal_functions_win32.c

2003-01-16 Thread Sebastian Bergmann
Sebastian Bergmann wrote: I'm trying to build HEAD + ZendEngine 2 here, but get the HEAD does not work with ZendEngine1 anymore error. Fixed in CVS. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

Re: [PHP-DEV] patch to sapi/servlet fixes bug 21291 more, pleaseapply to STABLE/HEAD

2003-01-12 Thread Sebastian Bergmann
the new Java extension is available. -- 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] Apache2Filter SAPI segfaults

2003-01-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: [...] I get a segfault with the same backtrace for Apache 1.3. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

Re: [PHP-DEV] Can't build PHP_4_3+ZE1 on Win32

2003-01-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: [...] I just checked out '-r php_4_3_0' and get the same linker errors. I have no idea what might be causing this... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php_functions.c

2003-01-12 Thread Sebastian Bergmann
of 'apr_bucket' -- 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] Apache2Filter SAPI segfaults

2003-01-12 Thread Sebastian Bergmann
Edin Kadribasic wrote: What bison version are you using. I saw similar segfaults with 1.875. I was using 1.875. Downgrading to 1.75 or even to 1.28 fixes it for me. Downgrading to 1.75 worked for me, too. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/com .cvsignore COM.c CREDITS TODO VARIANT.ccom.h conversion.c conversion.h dispatch.c php_COM.h php_VARIANT.h variant.h

2003-01-11 Thread Sebastian Bergmann
Sascha Schumann wrote: You removed those files from the PHP 5 branch which you claimed were supposed to be used in the PHP 5 branch. ext/com/ are the old files, ext/rpc/com are the new files -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS READMEconfig.m4 overload.c overload.dsp php_overload.h

2003-01-11 Thread Sebastian Bergmann
Marcus Börger wrote: yes - but this makes building HEAD + ZE1 + overload impossible Well, ZE1 should only be build with the PHP_4_3 branch now. Otherwise we won't get the momentum needed to push PHP 5 and ZendEngine 2 development. -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-11 Thread Sebastian Bergmann
for Windows, so those aforementioned extensions could be built as DLLs and be put into the binary package as well. -- 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: [PHP-CVS] cvs: php4 /ext/rpc rpc.c

2003-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Sat Jan 11 04:51:52 2003 EDT Modified files: /php4/ext/rpc rpc.c Log: Add missing ,. Hm, now it compiles, but PHP segfaults during shutdown (scripts seem to be executed correctly). The following stacktrace is from a simple

[PHP-DEV] Apache2Filter SAPI segfaults

2003-01-11 Thread Sebastian Bergmann
1440)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 1440)] 0x401b8817 in memcpy () from /lib/libc.so.6 Running Apache 2.1-dev without LoadModule modules/ibphp4.so works. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: This is with current HEAD of both Apache 2.1-dev and PHP 5 + ZE2: Somehow the backtrace got lost: wopr-mobile:/usr/local/apache2/bin # gdb httpd GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS READMEconfig.m4 overload.c overload.dsp php_overload.h

2003-01-10 Thread Sebastian Bergmann
Marcus Börger wrote: But now you removed it for ZE1, too. So what? It's still in the PHP_4_3 branch and HEAD is PHP 5. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

[PHP-DEV] Non threadsafe Windows build

2003-01-10 Thread Sebastian Bergmann
The project file(s) for the non threadsafe Windows build are out of sync with the thread safe one(s). IIRC, there was already some discussion to ditch the non threadsafe version. That way we didn't have to maintain two sets of files, etc. What do you think? -- Sebastian Bergmann

[PHP-DEV] Can't build PHP_4_3+ZE1 on Win32

2003-01-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

[PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-09 Thread Sebastian Bergmann
For as long as I can remember, the bcmath, calendar, ftp and wddx extensions are enabled by default on Win32. But why? I mean, they are not enabled by default on *NIX, so why the inconsistency? Just curious, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.c zend_ini.h

2003-01-08 Thread Sebastian Bergmann
Zeev Suraski wrote: zeev Tue Jan 7 10:56:52 2003 EDT Modified files: /Zend zend.c zend_ini.c zend_ini.h Log: Streamline leak fixes zend_ini.c(90): warning C4716: 'zend_ini_global_shutdown': must return a value -- Sebastian Bergmann http://sebastian

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.czend_ini.h

2003-01-08 Thread Sebastian Bergmann
fixed this one yourself? I only mess with what I understand :) -- 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] Should I fix this?

2003-01-07 Thread Sebastian Nohn
introduce a new function or another parameter to getimagesize(), no matter what the default is (e.g. let getimagesize() get the real size and introduce something like getimagesize_fast()) or the other way around. Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://nohn.net/ -- PHP Development

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-06 Thread Sebastian Bergmann
*' unterschiedlich php_mysql.c(1004): warning C4024: 'zend_fetch_resource': Unterschiedliche Typen fuer formalen und uebergebenen Parameter 1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main .cvsignore config.w32.h config.w32.h.in /win32 php4dll.dsp php4dllts.dsp

2003-01-05 Thread Sebastian Bergmann
Pierre-Alain Joye wrote: While you are working on it, is it possible to fix these actually completly useless constants ? using getenv too ? It will be very usefull. I don't know how. Someone else is/was working on it, IIRC. -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main .cvsignore config.w32.h config.w32.h.in /win32 php4dll.dsp php4dllts.dsp

2003-01-05 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: You need to define HAVE_GD_GIF_READ when building the gd extension against the bundled libgd. I don't think that config.w32.h is the right place for this, since ext/gd is not built-in. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd_bundled.dsp

2003-01-05 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Sun Jan 5 11:32:02 2003 EDT Modified files: /php4/ext/gd gd_bundled.dsp Log: Define HAVE_GD_GIF_READ. Now I get gd.obj: error LNK2001: Unresolved external symbol: _gdImageCreateFromGifCtx gd.obj: error LNK2001

Re: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-03 Thread Sebastian Bergmann
it in the same directory the php4 module was checked out to. Build both Debug and Release versions of zlib and you should be set up. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] Win32 build broken

2003-01-01 Thread Sebastian Bergmann
basic_functions.obj: error LNK2001: Unresolved external symbol: _zif_stream_register_filter basic_functions.obj: error LNK2001: Unresolved external symbol: _zm_startup_user_filters -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

Re: [PHP-DEV] Update: Quoting behaviour exposed

2002-12-29 Thread Sebastian Bergmann
like bad quoting behaviour. -- 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] Can't sapi/apache2filter on Windows

2002-12-29 Thread Sebastian Bergmann
Current HEAD php_functions.obj: error LNK2001: Unresolved external symbol: _ap_loaded_modules -- 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] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote: It appears the .dsp's were misconfigured I tested this with a fresh checkout of php4/ and ZendEngine2/ and still get the library conflict warning during a ZendEngine2 build. I did not yet test the other issue I mentioned in my previous mail. -- Sebastian Bergmann

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote: checkout zlib, build it (under both Release and Debug) Thank you Zeev, that did the trick. But I still wonder why I got this only with the Zend Engine 2 and not with the Zend Engine 1... -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 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] Update: Quoting behaviour exposed

2002-12-29 Thread Sebastian Bergmann
Sascha Schumann wrote: If that language had interested me, I would have made my Hebraicum in addition to the Latinum. The Hebraicum would be of no use here, because it covers Old Hebrew. I just showed this to my father and he could not get any sense out of it :-) -- Sebastian Bergmann

RE: [PHP-DEV] CGI and CLI (compromise proposal)

2002-12-19 Thread Sebastian Nohn
(and released ;) fast, would not break BC and gives people who want to use the cli-version to use php. Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://www.nohn.net/ PGP Key Available - Did I help you? Consider a gift: http://www.amazon.de/exec/obidos/wishlist/3HYH6NR8ZI0WI/ -- PHP

Re: [PHP-DEV] CGI and CLI (compromise proposal)

2002-12-19 Thread Sebastian Bergmann
Edin Kadribasic wrote: If this is an acceptable compromise I volunteer to do the changes required. Sounds reasonable to me, +1. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
(perhaps to check for some environment variable). /quote Hrmm, how does renaming php-cli break compatibility between PHP _releases_? In no way! PHP-CLI always was marked as experimental. MfG, Sebastian -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

RE: [PHP-DEV] Re: CGI and CLI

2002-12-18 Thread Sebastian Nohn
with register_globals, no one reads release notes or readmes. Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://www.nohn.net/ PGP Key Available - Did I help you? Consider a gift: http://www.amazon.de/exec/obidos/wishlist/3HYH6NR8ZI0WI/ -- PHP Development Mailing List http://www.php.net

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
-Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 9:50 PM To: Sebastian Nohn Cc: PHP Developers Subject: RE: [PHP-DEV] CGI and CLI On Wed, 18 Dec 2002, Sebastian Nohn wrote: -Original Message- From: Sterling Hughes

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
Apache Group continiously changed their API. -Original Message- From: Xavier Spriet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 9:53 PM To: Sebastian Nohn Cc: Sterling Hughes; Andrei Zmievski; PHP Developers Subject: RE: [PHP-DEV] CGI and CLI Experimental

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
-Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:03 PM To: Andrei Zmievski; Xavier Spriet Cc: Sebastian Nohn; Sterling Hughes; PHP Developers Subject: Re: [PHP-DEV] CGI and CLI At 03:54 PM 12/18/2002 -0500, Andrei Zmievski

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
reads release-notes. Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://www.nohn.net/ PGP Key Available - Did I help you? Consider a gift: http://www.amazon.de/exec/obidos/wishlist/3HYH6NR8ZI0WI/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
-Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:14 PM To: Sebastian Nohn Cc: PHP Developers Subject: RE: [PHP-DEV] CGI and CLI On Wed, 18 Dec 2002, Sebastian Nohn wrote: On Wed, 18 Dec 2002, Sebastian Nohn wrote

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
-Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:20 PM To: Sebastian Nohn Cc: Andi Gutmans; PHP Developers Subject: RE: [PHP-DEV] CGI and CLI On Wed, 18 Dec 2002, Sebastian Nohn wrote: -Original Message

RE: [PHP-DEV] CGI and CLI

2002-12-18 Thread Sebastian Nohn
-Original Message- From: Xavier Spriet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:25 PM To: Sebastian Nohn Cc: Sterling Hughes; Andrei Zmievski; PHP Developers Subject: RE: [PHP-DEV] CGI and CLI On Wed, 2002-12-18 at 16:17, Sebastian Nohn wrote: Again

RE: [PHP-DEV] php-cgi vs php-cli naming issue

2002-12-15 Thread Sebastian Nohn
buggy 4.3 will be on windows (http://lists.php.net/article.php?group=php.qaarticle=7279). I do not develop on windows, so I have no idea if PHP always was so buggy on windows, but in my eyes 4.3 is far from being ready to be released if you take the windows-versions. Regards, Sebastian Nohn

Re: [PHP-DEV] PHP# - feasibility study so far - for comment

2002-12-15 Thread Sebastian Bergmann
components from within PHP would be nice, too. -- 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

[PHP-DEV] php 4.3.0RC3/tru64 test report

2002-12-12 Thread Sebastian Nohn
= FAILED TEST SUMMARY - OpenSSL private key functions [ext/openssl/tests/001.phpt] getopt [ext/standard/tests/general_functions/getopt.phpt] Simple math tests

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-12 Thread Sebastian Nohn
. For psychological numbering-reasons people don't see any change between 4.2 and 4.3. Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://nohn.net/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-11 Thread Sebastian Bergmann
is chosen? Clearly someone who, let's say, builds his or her PHP --with-apxs has no need for a CGI binary. Or do I miss something? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-10 Thread Sebastian Bergmann
-cgi.exe 3.) Why this late discussion of the issue? The name of the sapi/cgi binary was changed months ago! -- 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] php.exe - php-cgi.exe

2002-12-10 Thread Sebastian Bergmann
Markus Fischer wrote: More non-developers are getting aware of the upcommong 4.3 release and start to absorb the NEWS and question it. I do not count Zeev as a non-developer :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-12-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Mon Dec 9 06:45:47 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fix build. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.54 php4/sapi/cli/php_cli.c:1.55 --- php4/sapi/cli/php_cli.c:1.54

Re: [PHP-DEV] sapi/fastcgi

2002-12-05 Thread Sebastian Bergmann
Shane Caraveo wrote: sapi/fastcgi should be deprecated. Done, 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

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Sebastian Bergmann
:17 2002 Elapsed Time = 54 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode) # -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
Tony J. White wrote: Can someone please add this to CVS or should I contact Sam Ruby (the orignal author) to do it? Committed, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] sapi/fastcgi

2002-12-04 Thread Sebastian Bergmann
What happens to sapi/fastcgi, now that we have FastCGI support in sapi/cgi? IMHO, it should be removed for PHP 4.3.0 already. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
Ray Hunter wrote: Will this fix the errors that occur with running PHP as a servlet in tomcat? Can't tell. I have no Tomcat environment installed at the moment. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 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

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend.h zend_builtin_functions.c

2002-11-30 Thread Sebastian Bergmann
Andi Gutmans wrote: andiSat Nov 30 05:51:56 2002 EDT Modified files: /Zend zend.c zend.h zend_builtin_functions.c Log: - debug_print_backtrace (by George Schlossnagle [EMAIL PROTECTED]) MFH? -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend.h zend_builtin_functions.c

2002-11-30 Thread Sebastian Bergmann
Marcus Börger wrote: New functionality? It vitaly improves new functionality (debug_backtrace()). -- 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: Modules/Extensions not in 4.3

2002-11-29 Thread Sebastian Nohn
system to rule them all (but keep it modular of course). +1 Regards, Sebastian Nohn -- [EMAIL PROTECTED] - http://nohn.net/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] call_stack

2002-11-27 Thread Sebastian Bergmann
'] . '::' : '', $step['function'], $args, $step['file'], $step['line'] ); } -- 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] Parse search string a la Google (Regular expression?)

2002-11-27 Thread Sebastian Bergmann
itself, not for developing *with* PHP. -- 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] Redirect on Error (not localisation)

2002-11-26 Thread Sebastian Bergmann
Derick Rethans wrote: I think you should not do that. There was no consensus reached if we actually want this. Right, -1 from me, too. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Build of bundled GD broken on Win32

2002-11-25 Thread Sebastian Bergmann
gd.obj: error LNK2001: Unresolved external symbol: _gdImageCreateFromGd2Part gd.obj: error LNK2001: Unresolved external symbol: _gdImageCreateFromGd2PartCtx gd.obj: error LNK2001: Unresolved external symbol: _gdImageGd2 -- Sebastian Bergmann http://sebastian-bergmann.de

  1   2   3   4   5   6   7   8   9   >