Nevermind, I forgot I could just look at the compile log on snaps. Looks like that's exactly the problem. I'll rename these methods to something less conflicting.
-Sara "Sara Golemon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm having to guess on the translation here, but it's sounding like it > doesn't think mkdir is an element of php_stream_wrapper_ops. Although there > seems to be a mention of mkdir/rmdir as macros in there? Perhaps renaming > them to stream_mkdir/stream_rmdir will keep windows happy. > > Can you translate for me what these errors actually say? > > > This broke the build for me on Windows: > > > > streams.c > > e:\home\php\php5\main\streams\streams.c(1471) : warning C4002: Zu viele > > übergebe > > ne Parameter für das Makro 'mkdir' > > e:\home\php\php5\main\streams\streams.c(1471) : error C2039: '_mkdir': Ist > > kein > > Element von '_php_stream_wrapper_ops' > > e:\home\php\php5\main\php_streams.h(133): Siehe Deklaration von > > '_php_st > > ream_wrapper_ops' > > e:\home\php\php5\main\streams\streams.c(1471) : warning C4033: > > '_php_stream_mkdi > > r' muss einen Wert zurückgeben > > e:\home\php\php5\main\streams\streams.c(1486) : warning C4002: Zu viele > > übergebe > > ne Parameter für das Makro 'rmdir' > > e:\home\php\php5\main\streams\streams.c(1486) : error C2039: '_rmdir': Ist > > kein > > Element von '_php_stream_wrapper_ops' > > e:\home\php\php5\main\php_streams.h(133): Siehe Deklaration von > > '_php_st > > ream_wrapper_ops' > > e:\home\php\php5\main\streams\streams.c(1486) : warning C4033: > > '_php_stream_rmdi > > r' muss einen Wert zurückgeben > > NMAKE : fatal error U1077: '"cl.exe"': R³ckgabe-Code '0x2' > > Stop. > > > > -- > > Sebastian Bergmann > > http://sebastian-bergmann.de/ http://phpOpenTracker.de/ > > > > Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php