Re: [PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sebastian Bergmann
Source File @@ -357,6 +361,10 @@ # Begin Source File SOURCE=.\zend_ptr_stack.h +# End Source File +# Begin Source File + +SOURCE=.\zend_qsort.h # End Source File # Begin Source File -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-b

[PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sebastian Bergmann
zend_qsort ZendTS.lib(zend_ini.obj) : error LNK2001: Unresolved external symbol _zend_qsort ZendTS.lib(zend_llist.obj) : error LNK2001: Unresolved external symbol _zend_qsort -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/ htt

Re: [PHP-DEV] Woah

2001-09-08 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > just like _() is a concession to gettext users. And http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] 4.0.7-RC2 on Win32

2001-09-08 Thread Sebastian Bergmann
en signed and unsigned ext\standard\math.c(736) : warning C4307: '+' : Overrun of a integer constant ext\calendar\jewish.c(270) : warning C4005: 'SDN_OFFSET' : Redefinition of a macro, see ext\calendar\gregor.c(0) -- Sebastian Bergmann

[PHP-DEV] autoconf 2.5x support

2001-09-08 Thread Sebastian Bergmann
nch and that PHP 4.0.7-RC2 does not compile on his system (automake 1.5, autoconf 2.52, libtool 1.4.1). Could someone merge this? Or are there reasons against merging this for PHP 4.0.7? -- Sebastian Bergmann Measure Traffic & Usability http://s

[PHP-DEV] session_set_save_handler() crashes when called after session_start()

2001-09-06 Thread Sebastian Bergmann
Although it is wrong to do so, I would not expect PHP to crash when session_set_save_handler() is called after session_start(). A error message would be nice here, I think. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergman

[PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sebastian Bergmann
'; if (stristr($string, 'hubu')) { tubu(); } echo $string; ?> outputs FOOBAR foobar This can't be the intended behaviour, can it? -- Sebastian Bergmann Measure Traffic & Usability h

Re: [PHP-DEV] Re: CVS Problem

2001-09-05 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > I probably should have told you that you can fix it > by running a cvs update -A (resets sticky tags) > (instead of having to checkout again) Eeks. I know better for the next time -- thanks :-) -- Sebastian Bergmann Measure Traffic &a

Re: [PHP-DEV] Re: CVS Problem

2001-09-05 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > This problem is usually caused from doing a > cvs checkout -r HEAD > instead of > cvs checkout Makes sense, I'm doing a new checkout of php4 right now. -- Sebastian Bergmann Measure Traffic & Usability http://

[PHP-DEV] CVS Problem

2001-09-05 Thread Sebastian Bergmann
correct above errors first! -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP-DEV] Misbehaviour with boolean values

2001-09-05 Thread Sebastian Bergmann
'; echo 'b: ' . $b; ?> outputs a: 1 b: with current HEAD. Is this intended behaviour? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Developm

Re: [PHP-DEV] Re: base_convert() broken

2001-09-04 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Stanislav Malyshev wrote: > > See current CVS, I've added a patch that should fix it. > > Note: the functions like decbin still don't use the zval-ed > > functions, so they work only on longs as of now. > > I'll try, as soo

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sebastian Bergmann
Sterling Hughes wrote: > Fixed in CVS, thanks ;) Testing now... > "No Sex, No Alchohol, No Weed, PHP is all I need" > -Sebastian Bergmann Quote correctly, see http://stats.distributed.net/rc5-64/psummary.php3?id=200999 :-) -- Sebastian Bergmann

[PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sebastian Bergmann
phpMyAdmin 2.2.0 crashes with latest CVS, CGI/Win32 in ext/standard/string.c:585: php_trim2(*str, *what, return_value, 3 TSRMLS_CC); -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ --

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard array.c php_rand.h rand.crand_mt.c rand_sys.c

2001-09-03 Thread Sebastian Bergmann
Daniel Beulshausen wrote: > Log: > fix zts+win32 build Now only this warning rand.c D:\home\php\php4\ext\standard\rand.c(74) : warning C4013: '_getpid' undefined; Guess: extern with return type int persists. -- Sebastian Bergmann Measure Tra

Re: [PHP-DEV] Re: Rand

2001-09-03 Thread Sebastian Bergmann
at the branch", or something like that. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Re: base_convert() broken

2001-09-03 Thread Sebastian Bergmann
Stanislav Malyshev wrote: > See current CVS, I've added a patch that should fix it. > Note: the functions like decbin still don't use the zval-ed > functions, so they work only on longs as of now. I'll try, as soon as I can build HEAD again.

[PHP-DEV] Re: Compile errors/warnings in HEAD branch

2001-09-03 Thread Sebastian Bergmann
getpid' undefined D:\home\php\php4\ext\standard\rand.c(169) : error C2082: "tsrm_ls" already defined D:\home\php\php4\ext\standard\rand.c(174) : error C2082: "tsrm_ls" already defined D:\home\php\php4\ext\standard\rand.c(182) : error C2065: 'tsrm

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

2001-09-02 Thread Sebastian Bergmann
D:\home\php\php4\ext\standard\rand.c(171) : warning C4244: 'function' : Conversion 'double ' in 'long ', possible data loss D:\home\php\php4\ext\standard\rand.c(234) : warning C4022: 'get_active_function_ name' : Pointer types of parameter 1 do not match D:\ho

Re: [PHP-DEV] Re: base_convert() broken

2001-09-02 Thread Sebastian Bergmann
Stanislav Malyshev wrote: > I'll try to find some time this week. Great, thanks. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/&

[PHP-DEV] Re: base_convert() broken

2001-09-02 Thread Sebastian Bergmann
rry, not remember exactly, I can look up if you want. It's > a right thing to do - the number is indeed too long to fit long, > so converting it to long will not give you the right results. > Actually, the Even More Right Thing To Do (TM) would be for this > fu

Re: [PHP-DEV] The PHP brainstorm

2001-08-18 Thread Sebastian Bergmann
", an online php.ini editor, with GUI-based > control panel of all PHP (and apache?) settings. What's wrong with the Zend Launchpad? :-) -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker

[PHP-DEV] basic_functions.c broken

2001-08-15 Thread Sebastian Bergmann
D:\home\php\php4\ext\standard\basic_functions.c(308) : error C2099: Initialisier ung ist keine Konstante -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Sebastian Bergmann
XML format. WSDL support in PHP could be implemented as a PEAR class that draws upon ext/xml and/or ext/xslt. Any volunteers? :-) -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Developmen

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Sebastian Bergmann
I fear that there is truth in this. We should analyze what, besides the upcoming changes on the language level (with the Zend Engine 2.0), we need to make PHP compatible with ASP.NET. Maybe Zend has some feedback from their enterprise clients on what features are requested, etc. --

[PHP-DEV] Re: libmysql and MS Visual Studio .NET

2001-08-15 Thread Sebastian Bergmann
not a MySQL issue. Thanks for your help, Monty, Sebastian -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAI

Re: [PHP-DEV] Please..

2001-08-15 Thread Sebastian Bergmann
e Zend Engine this happens to be you and Andi. I did not _demand_ this from you. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscri

Re: [PHP-DEV] Please..

2001-08-15 Thread Sebastian Bergmann
HO only be done by its creators. > Haven't you get any pussy lately or what? And this isn't "childish" now, is it? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP

Re: [PHP-DEV] libmysql and MS Visual Studio .NET

2001-08-15 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > It still chokes on the strtoll.c file. I wonder if someone else > has tried to build PHP (or MySQL) with this next version of the > standard Win32 compiler. Just tried it again, and now it compiles strtoll.c with a compiler error. This is odd. Makin

[PHP-DEV] Bug or Intended Behaviour?

2001-08-14 Thread Sebastian Bergmann
ded behaviour since after the scope of contains_static() the reference count is decreased, and bla bla ? You can easily find argument for both variants, hence the question. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/ht

[PHP-DEV] libmysql and MS Visual Studio .NET

2001-08-14 Thread Sebastian Bergmann
think. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP-DEV] apache2filter XtOffsetOf' redefined

2001-08-06 Thread Sebastian Bergmann
Holger Schopohl wrote: > > SetOutputFilter PHP > SetInputFilter PHP > > > is it all? no "AddType" ? This is correct. PHP registers itself as a filter with Apache 2. > my apache parse no .php file... It works. At least on my and Sascha's ma

Re: [PHP-DEV] apache2filter XtOffsetOf' redefined

2001-08-06 Thread Sebastian Bergmann
Holger Schopohl wrote: > i can't compile the current cvs version > with apache 2.0.18. Please upgrade to a recent Apache 2.0 version. It compiles fine with httpd-2.0's latest CVS. -- Sebastian Bergmann Measure Traffic & Usability http://s

Re: [PHP-DEV] CVS doesn't build (still the tsrm_ls issue)

2001-08-04 Thread Sebastian Bergmann
Cynic wrote: > Fresh checkout of php4, Zend, and TSRM Please check the current CVS, I commited a fix. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing Lis

[PHP-DEV] HTML in phpinfo()

2001-08-04 Thread Sebastian Bergmann
I just noticed that, for instance with Apache 1.3 phpinfo() shows HTML tags like in Per Child: 0Keep Alive: onMax Per Connection: 100 What can be done about this? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/

[PHP-DEV] .cvsignore in Zend/TSRM

2001-08-04 Thread Sebastian Bergmann
ly to Zend zend_language_scanner.cpp zend_ini_scanner.cpp TIA, Sebastian -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTE

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

2001-08-04 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > - TSRMLS_FETCH(); > TSRMLS_FETCH(); According to <http://chora.php.net/diff.php/php4/sapi/apache2filter/sapi_apache2.c?r1=1.33&r2=1.34&f=h> had already removed the superfluent call to TSRMLS_FETCH(). But what's really

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-03 Thread Sebastian Bergmann
Andrei Zmievski wrote: > I really wish all these TSRM changes were left for 4.1. Why not skip 4.0.7 and make 4.0.7-dev PHP 4.1.0? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Deve

[PHP-DEV] string.c is broken

2001-08-03 Thread Sebastian Bergmann
(854) : error C2039: 'strtok_pos1' : Is no element of 'php_basic_globals' D:\home\php\php4\ext\standard\basic_functions.h(141) : See declaration of 'php_basic_globals' D:\home\php\php4\ext\standard\string.c(854) : error C2039: 'strtok_pos2' : Is no

Re: [PHP-DEV] Latest CVS Problem

2001-08-03 Thread Sebastian Bergmann
Andy wrote: > $stuff=fopen("http://yahoo.com","r";); > ?> > > produces this > > Segmentation Fault (core dumped) This should be fixed in CVS. I had the same problem under Win32, where the problem is now gone after Sascha's commit. --

[PHP-DEV] Current CVS crashes on Win32

2001-08-03 Thread Sebastian Bergmann
The current CVS crashes during startup on Win32, built as CGI. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-ma

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sebastian Bergmann
Sterling Hughes wrote: > Well, I dunno try it :))) Sure, but before: Synch it with the recent TSRM patches: d:\home\php\php4\ext\xslt\sablot.c(710) : error C2065: 'tsrm_ls' : Undeclared identifier -- Sebastian Bergmann Measure Traffic & Usability

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sebastian Bergmann
Sterling Hughes wrote: > > Use XSLT instead. :) So, what's the status of ext/xslt? Is it mature enough to replace ext/sablot for 4.0.7? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTrack

Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann
Markus Fischer wrote: > "I - am - speechless" I know that feeling. Only head it yesterday after the first minute of playing 'Max Payne'. > Caught me. Thanks, very valueable hint! And works like a charm! You're very welcome, Sebastian -- Sebastian Bergm

Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann
same remotely: msdev "php4\win32\php4ts.dsw" /MAKE "php4ts - Release_TS_inline" -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www

[PHP-DEV] Latest TSRM patches and ext/gd

2001-07-30 Thread Sebastian Bergmann
gd.c d:\home\php\php4\ext\gd\gd.c(1002) : error C2065: 'tsrm_ls' : Undeclared identifier + lots of warnings -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Devel

Re: [PHP-DEV] Latest CVS on Linux with Apache 1.3.20

2001-07-28 Thread Sebastian Bergmann
Andi Gutmans wrote: > Did you update TSRM & Zend? Yes, of course. And I did a clean build, too. You're Andi, right? Not Zeev in disguise? :-) -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://p

[PHP-DEV] Latest CVS on Linux with Apache 1.3.20

2001-07-28 Thread Sebastian Bergmann
--without-pear -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP-DEV] ./buildconf trouble

2001-07-28 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > I recently updated autoconf to version 2.52 and now I get this > with running ./buildconf Never mind, Sascha just told me to stick to 2.13. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/

[PHP-DEV] ./buildconf trouble

2001-07-28 Thread Sebastian Bergmann
level autoconf: tracing failed -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

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

2001-07-27 Thread Sebastian Bergmann
Sascha Schumann wrote: > sas Fri Jul 27 20:44:20 2001 EDT > > Modified files: > /php4/main main.c > Log: > Remove superfluous returns This fixed the issue with session_start() once again. -- Sebastian Bergmann Measure T

[PHP-DEV] Win32 and opendir() / readdir() revisited

2001-07-27 Thread Sebastian Bergmann
-- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

Re: [PHP-DEV] Chora installed

2001-07-26 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > I think it looks really good and we should probably make it the > default for http://cvs.php.net. +1, chora just rocks :-) -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpen

Re: [PHP-DEV] Latest CVS crashes on Win32 with Directory Functions

2001-07-26 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > $test = scan_directory('g:/', $files); The '$test = ' is obsolete, btw. > and then crashes with an 'unknown software exception'. I'm confused. It seems to work fine and does not crash when the given directory is on

[PHP-DEV] Latest CVS crashes on Win32 with Directory Functions

2001-07-26 Thread Sebastian Bergmann
known software exception'. Configuration: PHP 4 built from latest CVS as CGI on Win32. The scan_directory() function worked fine, back when I wrote it - which was some weeks ago. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Sebastian Bergmann
PHP wrote: > On Wed, Jul 25, 2001, Sebastian Bergmann wrote: > > Andy wrote: > > > If register_globals = off is highly recommended, why does the > > > default php.ini have register_globals=on > > > > For backward compatibility reasons. We intend to break t

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Sebastian Bergmann
Andy wrote: > If register_globals = off is highly recommended, why does the > default php.ini have register_globals=on For backward compatibility reasons. We intend to break this, and other thing, with either PHP 4.1 or PHP 5. -- Sebastian Bergmann Measure T

Re: [PHP-DEV] Re: Bug #12299 Updated: Opening a new session truncatesthe html output

2001-07-23 Thread Sebastian Bergmann
Dixie Flatline wrote: > Sadly it is PHP 4.0.6, compiled as a module. I had 4.0.4pl1 > before, it worked fine. Sascha Schumann is looking into this. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpen

[PHP-DEV] Re: Bug #12299 Updated: Opening a new session truncates the html output

2001-07-22 Thread Sebastian Bergmann
Dixie Flatline wrote: > > Thanks for the fast response! So what this means then? > Is it a bug? Seems like it. Which version of PHP did you try? I find it hard to believe that this was in PHP 4.0.6. > > > session_start(); > > ?> > > > > > > > > > > > > output: > > > > > > > >

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Sebastian Bergmann
nts. Subversion will handle directory changes, file renames, and permission and other meta-data changes as well." -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Ma

Re: [PHP-DEV] Is this a bug?

2001-07-20 Thread Sebastian Bergmann
Andi Gutmans wrote: > > $foo->$method; // does not work > > $bar->$method; // does not work > > This should be $foo->$method() and $bar->$method() Gotcha. This works fine. How could I forget the bra

[PHP-DEV] mysql_unbuffered_query

2001-07-20 Thread Sebastian Bergmann
can send a new SQL query to MySQL. Do I really have to fetch all result rows, or does a mysql_free_result() call suffice? -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Develop

[PHP-DEV] Is this a bug?

2001-07-20 Thread Sebastian Bergmann
($method, $bar); // works ?> I think this is a bug, and all four ways to invoke the method must have worked at some time in the past (I tested with latest 4.0.7-dev CVS on Win32), since PEAR uses the first/second method to invoke its 'emulated destructors'. -- Sebastian Bergma

Re: Fwd: [PHP-DEV] Faster zend_hash

2001-07-09 Thread Sebastian Bergmann
Andi Gutmans wrote: > I'd appreciate if people tested this. It compiles fine on Win32 and runs nicely with phpMyAdmin and phpOpenTracker. -- sebastian bergmannhttp://www.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsub

Re: [PHP-DEV] [UPDATE] NGScan

2001-07-09 Thread Sebastian Bergmann
Sascha Schumann wrote: > Would anyone object to that? +1 -- sebastian bergmannhttp://www.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

[PHP-DEV] warning in mail.c

2001-07-08 Thread Sebastian Bergmann
mail.c D:\home\php\php4\ext\standard\mail.c(124) : warning C4013: 'php_escape_shell_arg ' undefiniert; Annahme: extern mit Rueckgabetyp int D:\home\php\php4\ext\standard\mail.c(124) : warning C4047: '=' : Anzahl der Dere ferenzierungen bei 'char *' und 'in

Re: [PHP-DEV] XSLT module: libxslt extension

2001-07-07 Thread Sebastian Bergmann
sablotron is no longer beeing worked on and ext/xslt is the 'next generation'. It'd be cool to have ext/xslt support libxslt. Are you by any chance familiar with libxml? If so, please have a look at ext/domxml - and fix it :-) -- sebastian bergmann

Re: [PHP-DEV] CVS Account Request

2001-06-28 Thread Sebastian Bergmann
CVS Account Request wrote: > Purpose: I would like cvs access so that I can check a bug fix > to the sybase_ct module. I need this bug fix to be > in the next release of PHP. Just send a diff of your patch to [EMAIL PROTECTED] -- sebastian bergmann

Re: [PHP-DEV] Zend Engine 2.0: Feature Overview and Design

2001-06-27 Thread Sebastian Bergmann
e document itself that > need to be discussed and resolved. I think next week's LinuxTag in Stuttgart might be a great opportunity to discuss this, and other aspects of PHP's development, since Rasmus, Thies, Sterling, Jani, you, and many others will be around for some

Re: [PHP-DEV] Sablotron leaks

2001-06-24 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > Blah... I see this a lot. We should probably just relent and make a > function that reads an entire file into a string. +1 :) -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergm

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Sebastian Bergmann
Sascha Schumann wrote: > --enable-inline-optimization --disable-debug > > We might evaluate making those standard. Isn't --disable-debug already standard? Anyways, +1 for --enable-inline-optimization. -- sebastian bergmann[E

Re: [PHP-DEV] Bug #11617: crash when restoring references

2001-06-23 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > echo "done"; Just tested the supplied script on Win32 with PHP 4.0.7-dev; no crash, just 'done'. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de

Re: [PHP-DEV] cannot build cvs under win2k

2001-06-22 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Harald Radi wrote: > > ... > > It builds flawlessly here under Win2K. It must be a problem on your > end. Maybe I found your problem: It seems that php4/win32/unistd.h is not used, but another file by the same name. --

Re: [PHP-DEV] cannot build cvs under win2k

2001-06-22 Thread Sebastian Bergmann
Harald Radi wrote: > ... It builds flawlessly here under Win2K. It must be a problem on your end. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de Meet the PHP Project at LinuxTag, Booth 5.0.33

[PHP-DEV] Re: PHP 4.0.7-dev and GD 2.0.1

2001-06-21 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > According to ChangeLog/NEWS entries PHP has support for GD 2.0.1 > for a while now. I wanted to give it a try, but did not succeed. Please disregard this mail. -- sebastian bergmann[EMAIL PRO

[PHP-DEV] PHP 4.0.7-dev and GD 2.0.1

2001-06-21 Thread Sebastian Bergmann
According to ChangeLog/NEWS entries PHP has support for GD 2.0.1 for a while now. I wanted to give it a try, but did not succeed. Have a look at - http://www.sebastian-bergmann.de/configure.txt - http://www.sebastian-bergmann.de/make.txt Thanks, Sebastian -- sebastian bergmann

Re: [PHP-DEV] Latest CVS on Win32

2001-05-23 Thread Sebastian Bergmann
Andi Gutmans wrote: > I just commited a fix. Please try the latest CVS. Thanks, it works nicely now. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.

[PHP-DEV] Latest CVS on Win32

2001-05-22 Thread Sebastian Bergmann
Latest CVS on Win32 builds, but it crashes on startup (CGI). -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de -- PHP

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sebastian Bergmann
Andi Gutmans wrote: > a) the SAP extension. I want to nuke it from the CVS repository > completely and have Uwe return it when he has time to continue the > work. s/Uwe/Hartmut > b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's > pretty broken. Du

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Sebastian Bergmann
) that yesterday's patch > should effect domxml. > It should work with whatever resource type id it received. Uwe? -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.p

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Sebastian Bergmann
c->dumpmem(); ?> This works fine with PHP 4.0.5 and 4.0.7-CVS from yesterday, so it should not be related to any patches to ext/domxml itself. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebast

[PHP-DEV] ext/domxml: How to copy nodes?

2001-05-20 Thread Sebastian Bergmann
doc('1.0'); $root = $xmldoc->add_root('bar'); // ... } Now, I need to merge the trees generated by foo() and bar() under one root element in a new XML tree. I could find nothing in the documenation about this, but I believe/hope such functi

[PHP-DEV] Latest CVS on Win32

2001-05-20 Thread Sebastian Bergmann
With the latest CVS on Win32 I get the following warnings Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 Could that be related to the ZendEngine patches from last night? The same script runs fine without warnings on PHP 4.0.5. -- sebastian

Re: [PHP-DEV] bug or feature?

2001-05-18 Thread Sebastian Bergmann
Kristian Köhntopp wrote: > Assignments to self (to $this) are a very useful features and > common in other OO languages as well. I'd vote for keeping the > feature, document it as such and making it legal. +1 -- sebastian bergmann[E

[PHP-DEV] Boolean weirdness?

2001-05-17 Thread Sebastian Bergmann
Hey there, I was just bitten by a - IMHO - weirdness with boolean values: The code above print 'bar'. I would expect if($x) t return true if $x is an integer and greater that zero. This is what my intuition tells me :) Just a thought, Sebastian -- sebastia

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

2001-05-17 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > sbergmann Thu May 17 02:55:04 2001 EDT > > Modified files: > /php4/main win95nt.h > Log: > MS VisualStudio .NET 7.0 has M_PI_4 in math.h This was the only patch (as far as I can tell right now) needed to PHP itself, in o

Re: [PHP-DEV] ext/session broken in latest CVS?

2001-05-14 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Hey there, > > the latest CVS (built as CGI) crashes on Win32 with the following > simple script > >session_start(); > session_register('foo'); > $foo = 'bar'; > ?> > > It does

[PHP-DEV] ext/session broken in latest CVS?

2001-05-13 Thread Sebastian Bergmann
Hey there, the latest CVS (built as CGI) crashes on Win32 with the following simple script It does not crash on the first request of a session, but on any consecutive request to that file. -- sebastian bergmann[EMAIL PROTECTED

Re: [PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
Alexander Bokovoy wrote: > Only reason I can imagine is that that part isn't finished yet. Okay, but it must have been working some weeks ago, since Ulf surely has tested his class. -- sebastian bergmann[EMAIL P

[PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
NULL) */ #endif I'm curious, because I need xpath_new_context() for Ulf Wendel's Menu_Browser class :-/ -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.ph

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4/ext/xml/expatexpat.dswexpat.makwinconfig.h/win32 php4dllts.dsp

2001-05-12 Thread Sebastian Bergmann
ore. > Best to define HAVE_LIBEXPAT_BUNDLED for php_compat.h in > config.w32.h. Daniel suggested the same in one of his emails last night. Haven't tested it, yet. -- sebastian bergmann[EMAIL PROTECTED]

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/expat expat.dswexpat.makwinconfig.h/win32 php4dllts.dsp

2001-05-12 Thread Sebastian Bergmann
Daniel Beulshausen wrote: > did you updated everything? Yes - and no. After a new 'cvs co php4' it worked finally :-) -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/expat expat.dsw expat.mak winconfig.h/win32 php4dllts.dsp

2001-05-12 Thread Sebastian Bergmann
ror LNK2001: Unresolved external symbol _php_XML_ParserCreat e -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de -- PHP Development Mailing

Re: [PHP-DEV] Update of bundled packages

2001-05-12 Thread Sebastian Bergmann
Alexander Bokovoy wrote: > > Another issue is the bundled mysql client library. phpinfo() > > currently shows 3.23.32 as its API version. Is this up-to-date? > Latest version is 3.32.36 I think. Is an upgrade of the libmysql client that comes with php4 needed? -- seb

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

2001-05-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > -# ** DO NOT EDIT ** > +# ** NICHT BEARBEITEN ** Shit, I only have the german edition of MS Visual Studio. I'm going to 'fix' this later as I gotta run now. -- sebastian bergmann

Re: [PHP-DEV] Latest CVS on Linux

2001-05-12 Thread Sebastian Bergmann
hought the only effect of my busted libtool-1.4 installation was the 'ltconfig not found' issue. Pardon me, Sebastian *eot* -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de

Re: [PHP-DEV] Latest CVS on Linux

2001-05-12 Thread Sebastian Bergmann
Sascha Schumann wrote: > Uh? Your installation was busted. I was refering to the 'unary operator expected' errors. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de

Re: [PHP-DEV] Latest CVS on Linux

2001-05-12 Thread Sebastian Bergmann
Wez Furlong wrote: > I'm using SuSE 7.0 and I had a similar problem. Sascha fixed this issue (at least for me it works now) in CVS. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.

[PHP-DEV] Latest CVS on Linux

2001-05-12 Thread Sebastian Bergmann
ake-> http://www.sebastian-bergmann.de/make.txt -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de -- PHP Development Mai

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml config.m4php_xml.hxml.c/ext/xml/expat Changes Makefile.in README README.phpascii.hasciitab.hexpat.html iasciitab.h latin1tab.h nametab.hutf8tab.hxmlparse.cxmlrole.c xmlrole.h xmltok.c xmltok.h xmlt

2001-05-12 Thread Sebastian Bergmann
"Thies C. Arntzen" wrote: > no - works for me - have you done > ./cvsclean; ./buildconf *autsch* -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.

<    2   3   4   5   6   7   8   >