[PHP-DEV] CVS Account Request: michal

2003-01-27 Thread Michal Mati
I would be happy to contribute to the translation of the documentation and (or) translation and maintainance php.net website to the Slovak language in cooperation with other people from Slovakia who have already had their CVS account. -- PHP Development Mailing List http://www.php.net/ To

[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

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

2003-01-27 Thread Zeev Suraski
At 14:29 27/01/2003, Sebastian Bergmann wrote: 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

[PHP-DEV] CVS Account Request: jasnapaka

2003-01-27 Thread Pavel Cvrcek
Translating the documentation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Why i believe we need final

2003-01-27 Thread Stanislav Malyshev
MB Consider you defined a container (list, vector what ever) and want MB to derive from it. Then there is *really*no* need to override methods MB like insert or remove. You may want to have additional things like MB insert_if or whatever. But for the container part insert must stay as MB it is and

[PHP-DEV] CVS Account Request: tsirman

2003-01-27 Thread tsirakis nick
translation of php manual in Greek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Register Shutdown Function for Apache

2003-01-27 Thread Joseph Tate
For your reference, and all others on the list, here are the patches against the 4.3.0 release code. See the original post at http://lists.php.net/article.php?group=php.devarticle=93238. If someone e-mails me to say they'll commit the changes, I'll make the patches to head and the 4.3 branch,

[PHP-DEV] Question on SSL.

2003-01-27 Thread Wei Weng
This question is a bit Apache specific. How does PHP detect whether it is on a SSL connection (with respect to an Apache server)? Thanks Wei -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on SSL.

2003-01-27 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Mon, 27 Jan 2003, Wei Weng wrote: This question is a bit Apache specific. How does PHP detect whether it is on a SSL connection (with

Re: [PHP-DEV] Question on SSL.

2003-01-27 Thread Wei Weng
Sorry about it if I had written to the wrong mailing list. Since it was a php internal question, I thought php-dev would be a better place since people here have better understandings of how php works. Thanks Wei - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: Wei Weng

[PHP-DEV] Using IMAP with SSL

2003-01-27 Thread Dan Kalowsky
Within the cvs HEAD there has been a change made recently to use the --with-imap-ssl tag if the cclient was built with SSL capabilities. Unfortunately this breaks the build on my end rather drastically as default Darwin builds do not use the /path/openssl/all of it's toys go here method, but

[PHP-DEV] CVS Account Request: titanium

2003-01-27 Thread Patrick
Want to learn -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: titanium

2003-01-27 Thread Magnus Määttä
On 27 Jan 2003 19:23:29 - Patrick [EMAIL PROTECTED] wrote: Want to learn You don't need a CVS account to learn PHP. http://www.php.net/manual/en/ Regards Magnus Määttä -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Compiling php4activescript

2003-01-27 Thread joe hansche
I just tried downloading the latest stable source snapshot ( http://snaps.php.net/php4-STABLE-200301271630.tar.gz at the time of posting ), and would like to compile the php4activescript library, and have been unsuccessful doing so. Looking at the Compile Log on the snapshots site, when compiling

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Wez Furlong
There are some additional libraries and tools that you need to be able to build the win32 version. The manual has more details here: http://www.php.net/manual/en/install.windows.php Please note that the ActiveScript SAPI is by no means ready for production use (I would call it pre-alpha), and

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Marcus Börger
Performing Custom Build Step on .\zend_language_parser.y 'bison' is not recognized as an internal or external command, operable program or batch file. Error executing c:\winnt\system32\cmd.exe. Obviously your ide tells you that you are bissin bison... Try searching for bison + win32 on the

[PHP-DEV] Error from last cvs (php4)

2003-01-27 Thread michel 'ziobudda' morelli
./buildconf ./configure --prefix=/usr/local/php4-27012003 --with-openssl --with-zlib --with-bz2 --with-gd --with-mysql --with-xmlrpc gcc -Iext/standard/ -I/home/httpd/html/PHP/php4/ext/standard/ -DPHP_ATOM_INC -I/home/httpd/html/PHP/php4/include -I/home/httpd/html/PHP/php4/main

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

2003-01-27 Thread michel 'ziobudda' morelli
Il lun, 2003-01-27 alle 21:53, Sebastian Bergmann ha scritto: michel 'ziobudda' morelli wrote: is this avaible only into PHP5 ?? Yes. There is a __unset() function? No, there are __get(), __set() and __call() interceptors. Can you explain me this new function ? I have understood

Re: [PHP-DEV] Why i believe we need final

2003-01-27 Thread Marcus Börger
At 15:52 27.01.2003, Stanislav Malyshev wrote: MB Consider you defined a container (list, vector what ever) and want MB to derive from it. Then there is *really*no* need to override methods MB like insert or remove. You may want to have additional things like MB insert_if or whatever. But for the

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:

Re: [PHP-DEV] Error from last cvs (php4)

2003-01-27 Thread michel 'ziobudda' morelli
Il lun, 2003-01-27 alle 22:03, Andrey Hristov ha scritto: checkout php5 php4 module doesn't work with ZE2. php_4_3 branch works with ZE1 ehmm.. I have get php4 module from cvs. Is this not correct ?? cvs -d :pserver:[EMAIL PROTECTED]:/repository -z3 co -P php4 For PHP5 I get php5 module.

[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
Ilia Alshanetsky wrote: iliaa Mon Jan 27 15:39:31 2003 EDT Added files: /php4/main php_scandir.c php_scandir.h Modified files: /php4/win32 readdir.h readdir.c /php4 configure.in /php4/main php_ini.c Log: Moved the scandir code into it's own files so that it can be used

Re: [PHP-DEV] Error from last cvs (php4)

2003-01-27 Thread Derick Rethans
On 27 Jan 2003, michel 'ziobudda' morelli wrote: Il lun, 2003-01-27 alle 22:03, Andrey Hristov ha scritto: checkout php5 php4 module doesn't work with ZE2. php_4_3 branch works with ZE1 ehmm.. I have get php4 module from cvs. Is this not correct ?? No, that's not correct, Use co -r

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in /main php_ini.c php_scandir.c php_scandir.h /win32 readdir.c readdir.h

2003-01-27 Thread Ilia A.
On January 27, 2003 04:12 pm, Sebastian Bergmann wrote: This broke the Win32 build. The attached patch works for me, but I'd like it reviewed before I commit. The header patch looks good, please commit it. Thanks. Ilia -- PHP Development Mailing List http://www.php.net/ To

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

2003-01-27 Thread michel 'ziobudda' morelli
Il lun, 2003-01-27 alle 22:06, Sebastian Bergmann ha scritto: michel 'ziobudda' morelli wrote: Can you explain me this new function ? See http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES From that page I read about __set() but I have not understand one thing: $foo = new Setter();

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread Maxim Maletsky
There are a few libraries to include in the VC path. Find them on the net (I did it somehow myself and don't have a clue where from). -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 27 Jan 2003 11:04:58 -0600 joe hansche [EMAIL PROTECTED] wrote: I just tried downloading the latest stable source

Re: [PHP-DEV] configure broken

2003-01-27 Thread Jani Taskinen
HEAD only or also with 4.2.3? And what configure options you used? --Jani On Tue, 28 Jan 2003, Sebastian Bergmann wrote: ./configure: line 30289: syntax error near unexpected token `fi' ./configure: line 30289: `fi' Here's what my configure looks like arount that line:

Re: [PHP-DEV] Using IMAP with SSL

2003-01-27 Thread Jani Taskinen
It wasn't recently, it has been there for quite a long time now. :) And it does use the same path struct as you have there.. Just pass the directory like this: --with-imap-ssl=/usr and it will work.. --Jani On Mon, 27 Jan 2003, Dan Kalowsky wrote: Within the cvs

Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
Jani Taskinen wrote: HEAD only or also with 4.2.3? I only tried HEAD. And what configure options you used? sb@wopr-mobile:/usr/src/php5 cat config.apache2 #! /bin/sh # # Created by configure './configure' \ '--enable-debug' \ '--with-apxs2=/usr/local/apache2/bin/apxs' \

Re: [PHP-DEV] configure broken

2003-01-27 Thread Marcus Börger
At 06:14 28.01.2003, Sebastian Bergmann wrote: ./configure: line 30289: syntax error near unexpected token `fi' ./configure: line 30289: `fi' Should be fixed by now. marcus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
Marcus Börger wrote: Should be fixed by now. It is. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Segmention fault in HEAD (zend_hash_find)

2003-01-27 Thread Magnus Määttä
Hi! This code produces this segfault under HEAD. ?php declare(ticks = 1); function test() { } ? bt ( for the whole bt: http://novell.stoldgods.nu/~magnus/bt ): Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 31900)] 0x0825350c in zend_hash_find