Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Edin Kadribasic wrote: I cannot reproduce this. This is odd: I just tried a snapshot binary, and this one works. What's your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK from May 2002. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Using strace I found out out that my build tries to open the php.ini file in an invalid directory: 662 2012 436 NtCreateFile (0x80100080, {24, 0, 0x42, 0, 1243384, \??\C:\home\php\php4\Release_TS_Inline\C:\WINNT\php-cli.ini}, 1243404, 0, 128, 3, 1, 96, 0, 0

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
James Cox wrote: does php-cli.ini exist anywhere? Yes, right now I have c:\winnt\php.ini c:\winnt\php-cgi.ini c:\winnt\php-cli.ini PHP tries to open them from C:\home\php\php4\Release_TS_Inline\C:\WINNT\ not from C:\WINNT\ -- Sebastian Bergmann http

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

2002-07-13 Thread Sebastian Bergmann
Jani Taskinen wrote: sniper Sat Jul 13 03:11:00 2002 EDT Modified files: /php4/ext/standard fsock.c Log: nuke unused variable warning This broke the Win32 build. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

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

2002-07-13 Thread Sebastian Bergmann
Jani Taskinen wrote: What's the error you get? c:\home\php\php4\ext\standard\fsock.c(244): error C2065: 'err': undeclared identifier -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

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

2002-07-08 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: Your collective personality is battling again? :) Nah, me sleepy. Me didn't see CVS conflict message. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] php.ini not found/used

2002-07-07 Thread Sebastian Bergmann
Windows XP Pro, PHP built from current CVS as CGI, php.ini in c:\windows\. phpinfo() shows Configuration File (php.ini) PathC:\WINDOWS but settings in c:\windows\php.ini are ignored. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] php.ini not found/used

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: PHP built from current CVS as CGI Same problem with SAPI/Apache2Filter. -- 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] php.ini not found/used

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Same problem with SAPI/Apache2Filter. Moving the php.ini file to the directory in which the php.exe lie causes PHP to find it. *sigh* PS: I'm experiencing a weirdness here with the phpinfo() output: quite often I do not get the full output, but only a part

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

2002-07-07 Thread Sebastian Bergmann
Sterling Hughes wrote: sterlingSun Jul 7 17:51:25 2002 EDT Modified files: /php4/ext/standard filestat.c Log: fix win32 build This gives me 100+ errors when compiling on Win32. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

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

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: This gives me 100+ errors when compiling on Win32. No, it doesn't. It works fine. -- 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] file_exists() stopped working

2002-07-05 Thread Sebastian Bergmann
Sterling Hughes wrote: hrmm, ok.. I'll add a patch to filestat.c by tommorow which fixes these problems. Just don't forget it :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] SAPI/CGI from HEAD (on Win32)

2002-07-04 Thread Sebastian Bergmann
?php phpinfo(); ? lets Mozilla download the file. ?php header('Content-Type: text/html; charset=iso-8859-1'); phpinfo(); ? lets Mozilla show the file. The latter is intended behaviour, I think. -- Sebastian Bergmann http://sebastian-bergmann.de

[PHP-DEV] file_exists() stopped working

2002-07-04 Thread Sebastian Bergmann
file_exists() seems to return always FALSE on Win32 with current HEAD. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c filestat.c php_filestat.h

2002-07-03 Thread Sebastian Bergmann
\standard\filestat.c(562) : warning C4090: 'function' : Unte rschiedliche 'const'-Bezeichner C:\home\php\php4\ext\standard\filestat.c(562) : warning C4024: 'php_check_open_b asedir' : Unterschiedliche Typen fuer formalen und uebergebenen Parameter 1 -- Sebastian Bergmann http://sebastian

[PHP-DEV] Win32 Build broken

2002-07-03 Thread Sebastian Bergmann
rfc1867.obj: error LNK2001: Unresolved external symbol: _mbstr_strrchr -- 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] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
of the previous definition -- 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] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
James Cox wrote: can you email me a copy of your php_config.h and config.log, please? http://www.sebastian-bergmann.de/stuff/config.log http://www.sebastian-bergmann.de/stuff/php_config.h -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

Re: [PHP-DEV] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
Sebastian Bergmann wrote: http://www.sebastian-bergmann.de/stuff/config.log *.log gives 403, try http://www.sebastian-bergmann.de/stuff/config.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
Jani Taskinen wrote: Your build stuff (gcc 3.1 installation done wrong?) is shitnitz. Hm, how come everything else works fine? And I'd update to autoconf 2.53.. :) Yeah, later. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

Re: [PHP-DEV] event calendar script

2002-07-02 Thread Sebastian Bergmann
_with_ PHP. [EMAIL PROTECTED] would be the right one. -- 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] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader: `main/php_config.h.in' is created -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] MYSQL_UNIX_ADDR redefined

2002-07-02 Thread Sebastian Bergmann
@wopr-mobile:~ libtool --version ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52) -- 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] [PATCH] apache2filter - add new filter registrationparameter

2002-06-30 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: MMN check (whatever that may be) Magic Module Number? -- 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] singleton feature

2002-06-24 Thread Sebastian Bergmann
Purushotham Komaravolu wrote: I have a small suggestion. I guess it is a good feature to have a provision to have a Singleton class per webserver instance. You can do this with SRM. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

Re: [PHP-DEV] singleton

2002-06-21 Thread Sebastian Bergmann
; } return self::$instance; } } $a = Singleton::getInstance(); $b = Singleton::getInstance(); if ($a === $b) { echo '$a and $b reference the same object.' . \n; } ? -- Sebastian Bergmann http

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

2002-06-21 Thread Sebastian Bergmann
Markus Fischer wrote: I'm +1 on removing ext/session too, it's a pretty good idea. We can do this along with ext/standard as long as the user knows what they're doing ... I guess what he meant was that there is '--disable-session' to disable the session extension. -- Sebastian

Re: [PHP-DEV] static not working as expected

2002-06-18 Thread Sebastian Bergmann
Markus Fischer wrote: can't tell if ZE2 has static class properties, anyone else? Yes, just have a look at ZendEngine2/ZEND_CHANGES. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Warnings in HEAD

2002-06-14 Thread Sebastian Bergmann
: '=': signed/unsigned mismatch mbregex.c(3870): warning C4018: '=': signed/unsigned mismatch -- 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

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] RE:[PHP-DEV] oo != php

2002-06-11 Thread Sebastian Bergmann
: http://javalab.cs.uni-bonn.de/research/darwin/ -- 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: [Zend Engine 2] RE: [PHP-DEV] oo != php

2002-06-11 Thread Sebastian Bergmann
Stig S. Bakken wrote: 1. Interfaces / multiple inheritance [snip] I totally agree that those two don't belong into PHP. class foo aggregates bar { } Please see my other reply (RfC on Delegation). -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [ZendEngine 2] RE:[PHP-DEV] oo != php

2002-06-11 Thread Sebastian Bergmann
; function setStrategy($strategy) { $this-strategy = $strategy; } } ? This way, an object of Foo can dynamically change behaviour in a very elegant way. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

Re: [PHP-DEV] = problem with ZE2: Can't use function return value in write context

2002-06-11 Thread Sebastian Bergmann
John Lim wrote: Is this a bug or a feature of the new ZE2. I noticed there are many places in PEAR and my code that use the = syntax. It's a feature :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

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

2002-06-09 Thread Sebastian Bergmann
: 'zend_hash_sort' : Unterschiedliche Typen fuer formalen und uebergebenen Parameter 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 List http

[PHP-DEV] LinuxTag Pictures

2002-06-09 Thread Sebastian Bergmann
/ http://www.road-dawg.net/linuxtag2002sa/ http://home.arcor.de/phphp/pics/lt/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql charset.c config-win.h ctype.c dbug.c dbug.h default.c dll.c errmsg.c errmsg.h get_password.c global.h libmysql.c list.c m_string.h mf_casecnv.c mf_dirname.c mf_format.c mf_path.c my_compress.c my_create.c my_getwd.c my_init.c my_lib.c my_malloc.c my_open.c my_pthread.c my_pthread.h my_realloc.c my_static.c my_sys.h my_tempnam.c my_thr_init.c my_wincond.c my_winthread.c my_write.c mysql.h mysql_com.h mysql_version.h mysqld_error.h net.c raid.h strmake.c strto.c strtoll.c strtoull.c thr_alarm.h violite.c

2002-06-07 Thread Sebastian Bergmann
(my_thr_init.obj): error LNK2001: Unresolved external symbol _pthread_cond_destroy libmysql.lib(my_compress.obj): error LNK2001: Unresolved external symbol _compress libmysql.lib(my_compress.obj): error LNK2001: Unresolved external symbol _uncompress -- Sebastian

[PHP-DEV] Performance of Apache 2.0 Filter

2002-06-06 Thread Sebastian Bergmann
] news:de.comp.lang.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://www.php.net/unsub.php

Re: [PHP-DEV] Re: Performance of Apache 2.0 Filter

2002-06-06 Thread Sebastian Bergmann
Cliff Woolley wrote: Namely, we need to be able to give Zend's lexer buffers to scan rather than handing it a file descriptor. Last time I talked to Zeev about this he said that this has been added. (Accepting a buffer instead of a file handle.) -- Sebastian Bergmann http

Re: [PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-06 Thread Sebastian Bergmann
/ and http://javalab.cs.uni-bonn.de/research/darwin/delegation_eng.html It'd be cool to have something like that in PHP :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] Re: Patch-tastic!

2002-06-05 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: Not very useful. Yeah, never mind. -- 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] PHP's vision

2002-06-04 Thread Sebastian Bergmann
Kristian Koehntopp wrote: Peace through superior firepower? That's a trademarked american concept at the moment, I think. Pax Americana replaced Pax Romana a while ago :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

Re: [PHP-DEV] Patch-tastic!

2002-06-04 Thread Sebastian Bergmann
Andrei Zmievski wrote: The latest one changes some operators. Nice, but why not overload + for strings to do the concatenation? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] WHAT is PHP's vision????

2002-06-03 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: And I am curious, what do all the developers who have no interest (or no experience) with one particular topic like this do in those 3 months? Sure enough there could be more than one plan like that. -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Sebastian Bergmann
John Lim wrote: Private members and methods are essential from a security view-point, Why? They solve social issues between developers. and perhaps application variables, but that's about it. SRM adds Application Variables to the PHP Platform. -- Sebastian Bergmann http

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Sebastian Bergmann
Jani Taskinen wrote: Currently, the bundled mysql is not been updated. (it's 3.23.39) Latest stable release is 3.23.49, AFAIK. I am told that Monty will see to it that Zak gets it updated before the next release :-) -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Sebastian Bergmann
Zeev Suraski wrote: Amen to that! Why does Kristian recieve an Amen to that! for saying the same things I did? :-) (Maybe the padavan should express himself more clearly.) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Sebastian Bergmann
Zeev Suraski wrote: Hmm, because he's bigger? :) I can live with that :) -- 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] --with-gd=php + sapi/cli = broken

2002-06-03 Thread Sebastian Bergmann
/libgd/gd_topal.lo: In function `gdImageTrueColorToPalette': /usr/src/php4/ext/gd/libgd/gd_topal.c:1577: undefined reference to `gdImagePng' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http

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

2002-06-03 Thread Sebastian Bergmann
' instead of '--with-gd=php' it builds. -- 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] PHP's vision

2002-06-02 Thread Sebastian Bergmann
and all related technologies. Working with Java and XML is a charm. -- 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] PHP's vision

2002-06-02 Thread Sebastian Bergmann
Andi Gutmans wrote: Are you aware how complex and expensive it is to create a Java application server solution? Probably not. But I know that Derick et al. are doing a good job adding Application Server-like functionality to the PHP Platform with SRM. -- Sebastian Bergmann http

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Sebastian Bergmann
the potential of becoming PHP's equivalent to Java Beans. Once they're stable, we can start defining what Enterprise Bananas need to look like :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Sebastian Bergmann
(in one sentence) of what I would like to see: I love PHP, but I would like to design and implement my application the same way I could do with Java. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Sebastian Bergmann
Björn Schotte wrote: Perhaps some more complexity to the language itself. I don't think adding new language keywords (like 'private' or 'delete' in Zend Engine 2) make the language more complex. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Sebastian Bergmann
Jani Taskinen wrote: SRM already exists... What it needs is people to really use it and report the bugs and missing features..and also some free time for the people working on it. :) I'll have some time planned to spend on this soon. -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] WHAT is PHP's vision????

2002-06-02 Thread Sebastian Bergmann
months, we'll focus on the development of a unified XML/XSLT extension. -- 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] PHP's vision

2002-06-02 Thread Sebastian Bergmann
Engine 2.0: interfaces and private methods. Both are not really critical, as they don't aim at solving technical problems, but social ones during the design process. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Sebastian Bergmann
once per application, not once for every request. -- 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] PHP's vision

2002-06-02 Thread Sebastian Bergmann
a trend. But I may dream? :) -- 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] PHP's vision

2002-06-02 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: I am curious, besides some language quarks, like multidimentional arrays, What's your problem with multi-dimensional arrays in PHP? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

Re: [PHP-DEV] libxml bundling

2002-06-01 Thread Sebastian Bergmann
beyond that will become more and more frustrated. -- 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] libxml bundling

2002-06-01 Thread Sebastian Bergmann
[*] like to see. -- * Maybe that's a bit egoistic. -- 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] PHP's vision

2002-06-01 Thread Sebastian Bergmann
believe that there's no contradiction in keeping PHP as easy to use as it has been since its conception, while also addressing the needs of the more advanced PHP developers. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

[PHP-DEV] Userland access to syntax tree

2002-05-31 Thread Sebastian Bergmann
Is it possible to implement a means to access the syntax tree for a script from Userland, like ext/tokenizer allows access to the parsed tokens? Would be a neat thing :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_objects.c

2002-05-31 Thread Sebastian Bergmann
: Unresolved external symbol _zend_objects_store_del_ref ZendTS.lib(zend_object_handlers.obj): error LNK2001: Unresolved external symbol _zend_objects_store_add_ref -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / ZendTS.dsp

2002-05-31 Thread Sebastian Bergmann
Andi Gutmans wrote: andiFri May 31 11:34:38 2002 EDT Modified files: /ZendEngine2ZendTS.dsp Log: - Add zend_objects_API.* to dsp Stupid me, I added zend_objects_API.c only to Zend.dsp :) -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [RESENT] [PATCH] Allowconstants / expressions to be passed by reference]

2002-05-29 Thread Sebastian Bergmann
Andi Gutmans wrote: I don't see any reason to allow passing non-variables by reference. It is semantically incorrect. +1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [RESENT] [PATCH] Allow constants / expressions to be passed by reference]

2002-05-29 Thread Sebastian Bergmann
) { if ($var === null) { die('$var needs to have a value'); } } ? (Source: /ZendEngine2/ZEND_CHANGES) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[Fwd: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [RESENT] [PATCH] Allow constants / expressions to be passed by reference]]

2002-05-29 Thread Sebastian Bergmann
Hamster ate my mail? Resent, just in case. Sebastian Bergmann wrote: brad lafountain wrote: function foo($bar = null) { } This has already been fixed for the Zend Engine 2: * Parameters that are passed by reference to a function may now have default values. Example

[PHP-DEV] Unified XML Extension

2002-05-29 Thread Sebastian Bergmann
I think the best solution would be to do what Sterling proposes in http://bumblebury.com/phptodo/xmsl.html. -- 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 / makedist.ZendEngine2

2002-05-24 Thread Sebastian Bergmann
that there are (at least one) branches of /php4 that are for use with ZendEngine2. /ext/rpc comes to mind. Harald? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

Re: [PHP-DEV] Re: Tokenizer weirdness

2002-05-24 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Andrei Zmievski wrote: That's not what I get. Did you try the latest CVS version? Yes. Never mind, looks like it's a browser rendering thing. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. #php.bugs @ EFNet != php-bugs @ lists.php.net -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

Re: [PHP-DEV] Re: Tokenizer weirdness

2002-05-23 Thread Sebastian Bergmann
) [2] = ( [3] = ) [4] = ; [5] = Array ( [0] = 356 [1] = ) [6] = Array ( [0] = 355 [1] = ? ) ) -- Sebastian

[PHP-DEV] Re: Tokenizer weirdness

2002-05-23 Thread Sebastian Bergmann
Andrei Zmievski wrote: That's not what I get. Did you try the latest CVS version? Yes. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / makedist.ZendEngine2

2002-05-22 Thread Sebastian Bergmann
Andi Gutmans wrote: - Hopefully we can get a preview out in the next few days. Be sure to check if all recent changes to Zend/ were merged to ZendEngine2/. I doubt that the multi-byte stuff was merged, for starters... -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / makedist.ZendEngine2

2002-05-22 Thread Sebastian Bergmann
Andi Gutmans wrote: It wasn't and the author is still working on refinements. There's no reason not to release a preview without those changes. Ah, I see. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

[PHP-DEV] Tokenizer weirdness

2002-05-22 Thread Sebastian Bergmann
not reallymissing, just put under [0], not the 'root') -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Sebastian Bergmann
I think we should make '--with-zlib' the default, and add '--disable-zlib', for the PHP 4.3.0 release, since the PEAR Installer relies on it. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Sebastian Bergmann
Shane Caraveo wrote: Hmm, I couldn't make the pear command work on windows until I loaded the zlib extension. Same here on *NIX when I tried a 'pear package'. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider

[PHP-DEV] Warnings in ext/mbstring

2002-05-21 Thread Sebastian Bergmann
parameter list different from definition \home\php\php4\ext\mbstring\mbfilter.c(6201) : warning C4029: declared formal parameter list different from definition -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Warnings in glob.c

2002-05-21 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] Warning in filestat.c

2002-05-21 Thread Sebastian Bergmann
\home\php\php4\ext\standard\filestat.c(556) : warning C4090: 'function' : different 'const' qualifiers -- 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/mbstring config.m4

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

[PHP-DEV] Segfault in current HEAD

2002-05-12 Thread Sebastian Bergmann
* 0x) line 818 + 34 bytes main(int 1, char * * 0x00b324c8) line 1072 + 8 bytes mainCRTStartup() line 338 + 17 bytes -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

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

2002-05-12 Thread Sebastian Bergmann
Jan Lehnardt wrote: you want to have --with-mysql=/path/to and --disable-mysql as the two options ? Never mind, I forgot about --with-mysql=/path/to. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Segfault in current HEAD

2002-05-12 Thread Sebastian Bergmann
Zeev Suraski wrote: This trace isn't meaningful... I know. How would I produce a more useful one? -- 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] HEAD broken on *NIX

2002-05-11 Thread Sebastian Bergmann
/php4/main/php_ini.c:236: MAX_PATH undeclared -- 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] PHP 4.3 charter and release plan

2002-05-05 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: Sascha-help to get it building correctly in the new build system. Same here, Daniel-help that is, for Windows :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

Re: [PHP-DEV] Feature Request: Session Module

2002-05-05 Thread Sebastian Bergmann
Steve Meyers wrote: Do you need a backtrace of it? If so, how do I do that? http://www.php.net/manual/en/faq.installation.php#faq.installation.nodata -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http

[PHP-DEV] Still warnings in ext/mbstring

2002-05-04 Thread Sebastian Bergmann
Rueckgabetyp int -- 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/session session.c

2002-05-03 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Fri May 3 04:10:49 2002 EDT Modified files: /php4/ext/session session.c Log: Fix ZTS build. This fixes the ZTS build not completely, I get some errors in the .re file(s) as well, but I don't dare touching there, so

[PHP-DEV] session.use_trans_sid and zlib.output_compression

2002-05-03 Thread Sebastian Bergmann
Setting session.use_trans_sid = 1 zlib.output_compression = On results in HTML output without the Session ID attached to links, etc. Tested with PHP 4.2.0. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-02 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: Yeah, I know... but it doesn't belong in ext/ because it's a Zend_extension. PECL would be the place as soon as it stabilized. Why do this as an extension anyhow? Why not put it directly into Zend? -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-02 Thread Sebastian Bergmann
Stig S. Bakken wrote: 5. MySQL changes (Zak) BTW, what's the status of the libmysql ext/mysql update? -- 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] [PATCH] to reflect installation values unknown at build time on Win32

2002-05-01 Thread Sebastian Bergmann
config.w32.h.in to config.w32.h, if config.w32.h does not yet exist. This way, people can configure their paths for instance. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Sebastian Bergmann
Build InputPath=..\main\config.w32.h.in ..\main\config.w32.h.in : $(SOURCE) $(INTDIR) $(OUTDIR) copy ..\main\config.w32.h.in ..\main\config.w32.h nul # End Custom Build # End Source File should do the trick, but doesn't. -- Sebastian Bergmann http

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Sebastian Bergmann
all of the extensions we're currently building per default. -- 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] [PATCH] to get mbstring.c to compile

2002-04-30 Thread Sebastian Bergmann
Preston L. Bannister wrote: The following compiles w/o trouble on Win32. As it does with the patch I already commited :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

[PHP-DEV] config.w32.h

2002-04-29 Thread Sebastian Bergmann
As you may know, I worked a bit on config.w32.h recently. I'd like to rename the file to config.w32.h.in and let MSVC rename config.w32.h.in to config.w32.h, if config.w32.h does not yet exist. Two questions: 1.) Is this okay? 2.) How do I do this? :-) -- Sebastian

<    1   2   3   4   5   6   7   8   >