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 " 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-ber

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
Marcus Börger wrote: If you ask me i would not allow extending interfaces at all. I have seen extended interfaces quite often in the Java world. IIRC, the following code currently runs without problems and it should stay that way, if it does not harm us in any way: -- Sebastian Bergmann

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 &l

Re: [PHP-DEV] Segfault with latest CVS

2003-03-11 Thread Sebastian Bergmann
Martin Jansen wrote: > 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 help you? Consi

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

2003-03-10 Thread Sebastian Bergmann
C, Andi said "back 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.p

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] 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) { --

[PHP-DEV] $GLOBALS broken?

2003-03-04 Thread Sebastian Bergmann
Notice: Undefined variable: GLOBALS in E:\test.php on line 7 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 <h

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 Mail

[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] 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 Developm

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 morn

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

2003-02-26 Thread Sebastian Bergmann
/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.p

[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/

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

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 L

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: h

[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
cGetHostByName': 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 gi

[PHP-DEV] Current HEAD segfaults with "pear"

2003-02-15 Thread Sebastian Bergmann
1 #15 0x08163de8 in php_execute_script (primary_file=0xb684) at /usr/src/php5/main/main.c:1699 #16 0x081c644d in main (argc=2, argv=0xb734) at /usr/src/php5/sapi/cli/php_cli.c:874 #17 0x402499ed in __libc_start_main () from /lib/libc.so.6 -- Sebastian Bergmann http://sebastian-bergm

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

2003-02-14 Thread Sebastian Bergmann
7;--with-zlib' produces the errors shown here http://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/

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/

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

2003-02-13 Thread Sebastian Bergmann
ysql-4.1\VC++Files\strings\strto.c(148): error C2232: '->ctype': The left operand is of type 'struct', use '.' E:\home\mysql-4.1\VC++Files\strings\strto.c(150): error C2232: '->ctype': The left operand is of type 'struct',

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

2003-02-13 Thread Sebastian Bergmann
If not, how are you 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

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? "For some samples check the tests subdir. I'll add documentation within the next days." -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

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/ htt

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

2003-02-11 Thread Sebastian Bergmann
struc=0x40ee5628, ---Type to continue, or q 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 un

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

2003-02-10 Thread Sebastian Bergmann
gine 2. -- 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] 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] 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-DEV] [META] Statistics for January 2003

2003-02-01 Thread Sebastian Bergmann
(1.5%) 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.8

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/

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

2003-01-29 Thread Sebastian Bergmann
elete[](void*)' /usr/local/lib/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 -- Seba

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 unsub

Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
ttf=/usr' \ '--with-freetype-dir=/usr/local' \ '--with-gettext=/usr/local' \ '--with-dom=/usr/local' \ '--with-dom-xslt=/usr/local' \ '--with-dom-exslt=/usr/local' \ '--with-zlib' \ "$@" -- Sebastian Bergmann http://seba

[PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
1; then 30289 30290 THIS_LIBS=$LIB 30291 break 30292 30293 else 30294 30295 fi 30296 rm -f conftest* 30297 30298 30299 fi -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

[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
used 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

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://wishl

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

2003-01-27 Thread Sebastian Bergmann
Zeev Suraski wrote: > Why? Because test = 'test'; ?> bypasses the PHP error system. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.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] Reducing the number of system calls for includes

2003-01-25 Thread Sebastian Bergmann
Sascha Schumann wrote: > The question here is whether it's worthwhile to optimize for > the case where you have 30+ includes per page. Is it that > common? I think this is very common, for example with OOP applications that usually have one file per class. -- Sebastian B

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

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main config.w32.h internal_functions_win32.c

2003-01-16 Thread Sebastian Bergmann
get the HEAD does not work with ZendEngine1 anymore error. -- 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.n

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/

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

2003-01-12 Thread Sebastian Bergmann
g' is not an element 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] 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

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 Mail

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

2003-01-12 Thread Sebastian Bergmann
will change once 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 unsubsc

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 Lice

[PHP-DEV] Apache2Filter SAPI segfaults

2003-01-11 Thread Sebastian Bergmann
-DONE_PROCESS [New Thread 1024 (LWP 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://seb

[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 st

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

2003-01-11 Thread Sebastian Bergmann
inaries 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.d

[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-bergma

[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://phpOpenTrac

[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 Ber

[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-bergma

[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] 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

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

2003-01-08 Thread Sebastian Bergmann
day. > Couldn't you have 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

[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

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

2003-01-06 Thread Sebastian Bergmann
** ' und 'struct _zval_struct *' 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://p

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

2003-01-06 Thread Sebastian Bergmann
d gd_gif_in.c somehow :-/ -- 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: [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

[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/

[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://seba

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

2003-01-03 Thread Sebastian Bergmann
S module and place 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

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c config.m4filters.c php_standard.h php_string.h string.c user_filters.c /ext/standard/tests/fileuserfilters.phpt

2003-01-01 Thread Sebastian Bergmann
Wez Furlong wrote: > someone please add user_filters.c and filters.c to the .dsp On it, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Developm

[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
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 :-)

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
is is dirty :-) -- 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] 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/ h

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

[PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
signed int 366, char * 0x, unsigned int 0, void * * * 0x00da2738) line 2380 + 111 bytes cli_register_file_handles(void * * * 0x00da2738) line 366 + 50 bytes main(int 6, char * * 0x00da4f68) line 742 + 9 bytes mainCRTStartup() line 338 + 17 bytes -- Sebastian Bergmann http://sebastian-

[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] Update: Quoting behaviour exposed

2002-12-29 Thread Sebastian Bergmann
ot the only one annoyed by issues 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/

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.seb

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

2002-12-15 Thread Sebastian Bergmann
le to use .Net 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/> T

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

2002-12-11 Thread Sebastian Bergmann
nary as "php" when a SAPI apart from sapi/cgi 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://p

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

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

2002-12-10 Thread Sebastian Bergmann
tion/x-httpd-php "/php/php-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://wish

[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

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

2002-12-05 Thread Sebastian Bergmann
al Time = Fri Dec 06 07:34: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

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 &l

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?

[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
"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? Consi

[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
iles in one 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://www.php.net/unsub.php

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 Developm

[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

Re: [PHP-DEV] Parse search string a la Google (Regular expression?)

2002-11-27 Thread Sebastian Bergmann
ttp://www.php.net/unsub.php Forwarding to [EMAIL PROTECTED], since this would be the appropriate list for the topic. [EMAIL PROTECTED] is for the development *of* PHP itself, not for developing *with* PHP. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://ph

Re: [PHP-DEV] call_stack

2002-11-27 Thread Sebastian Bergmann
printf( "%s%s(%s) [%s:%s]\n", isset($step['class']) ? $step['class'] . '::' : '', $step['function'], $args, $step['file'], $step['line'] ); } -- Seb

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

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

2002-11-25 Thread Sebastian Bergmann
"Ilia A." wrote: > Fixed. Verified, 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/

[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

Re: [PHP-DEV] Java extension fixes

2002-11-24 Thread Sebastian Bergmann
the time to look after this abandoned extension. > Can someone please add this to CVS As Rasmus already pointed out, the best way would be to get yourself a CVS account and commit your changes yourself. > should I contact Sam Ruby (the orignal author) to do it? Good luck :-) -- S

Re: [PHP-DEV] RFC: ZE2 and abstract

2002-11-20 Thread Sebastian Bergmann
Andi Gutmans wrote: > A proxy object would do the trick! I know, and it wasn't meant as all that serious an argument :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-ber

Re: [PHP-DEV] RFC: ZE2 and abstract

2002-11-20 Thread Sebastian Bergmann
Andi Gutmans wrote: > I don't see any need for final. A ZendEncoder customer could want to declare an encoded class "final" so that his users can't extend that class :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracke

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Sebastian Bergmann
Henri Gomez wrote: > Any date to make the change in image.c ? It's already "fixed" in CVS. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP D

Re: [PHP-DEV] Limitations of the ZendEngine2 Object Model?

2002-11-17 Thread Sebastian Bergmann
Pete McCormick wrote: > class Root { > class Nested { >function Nested() { The constructor should be called __construct(). Constructors with their name beeing the class name are only supported for BC. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] Re: php4 / configure.in /main php_version.h

2002-11-15 Thread Sebastian Bergmann
quot;cvs co php5" automatically checkout TSRM and ZendEngine2 (as Zend, of course). -- 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

  1   2   3   4   5   6   7   8   >