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

2003-01-27 Thread Magnus Määttä
Hi! This code produces this segfault under HEAD. 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 (ht=0x83bbdb4, arKey=0x1 , nKeyLength=1, pData=0xbfffbcf4

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 To unsubscribe, v

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 To unsubscribe, visit: http://www.php.net/unsub.php

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' \ '--with-mysql=/us

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 HE

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 li

[PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
./configure: line 30289: syntax error near unexpected token `fi' ./configure: line 30289: `fi' Here's what my configure looks like arount that line: 30287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 30288 $EGREP "yes" >/dev/null 2>&1; then 30289 30290 THIS_LIBS=$LIB

[PHP-DEV] Segmention fault when doing make install

2003-01-27 Thread Magnus Määttä
This is in current head. (cd .libs && rm -f libphp4.la && ln -s ../libphp4.la libphp4.la) Installing PHP SAPI module Installing shared extensions: /usr/local/www/php5mincli/lib/php/extensions/debug-non-zts-20020429/ Installing PEAR environment: /usr/local/www/php5mincli/lib/php/ [Tue Jan

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

2003-01-27 Thread Maxim Maletsky
use cvs -d :pserver:[EMAIL PROTECTED]:/repository -z3 co -P php5 you should get you the current CVS with php4 HEAD and ZE2. -- Maxim Maletsky [EMAIL PROTECTED] On 27 Jan 2003 22:11:07 +0100 michel 'ziobudda' morelli <[EMAIL PROTECTED]> wrote: > Il lun, 2003-01-27 alle 22:03, Andrey Hristov

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 so

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] 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 To unsu

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread joe hansche
My main goal is experimenting on my own, using the WSH. Thanks a lot for the information =D Joe "Wez Furlong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > There are some additional libraries and tools that you need to be able to > build the win32 version.

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

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

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

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://wishlist.sebastian-bergm

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

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

2003-01-27 Thread Andrey Hristov
checkout php5 php4 module doesn't work with ZE2. php_4_3 branch works with ZE1 Best regards Andrey Hristov - Original Message - From: "michel 'ziobudda' morelli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 10:59 PM Subject: [PHP-DEV] Error from last cvs (p

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

2003-01-27 Thread Ilia A.
The error occurs because you are trying to compile HEAD (which is php5, based on ZE2) with ZE1, hence certain defined constants are not avaliable. To checkout head use 'php5' tag, that will get you latest PHP sources + ZE2. Ilia -- PHP Development Mailing List To unsubscr

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 u

[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 -I/home/httpd/htm

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 ne

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 tha

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

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 To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: titanium

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

[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 //openssl/ method, but rather /usr/lib/libssl*.* and

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

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
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 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.dev&article=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, bu

[PHP-DEV] CVS Account Request: tsirman

2003-01-27 Thread tsirakis nick
translation of php manual in Greek -- PHP Development Mailing List 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

[PHP-DEV] CVS Account Request: jasnapaka

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

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 Development Mailin

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

2003-01-27 Thread Antony Dovgal
On Mon, 27 Jan 2003 13:29:49 +0100 Sebastian Bergmann <[EMAIL PROTECTED]> 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() >

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 it

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

[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 To un

[PHP-DEV] announce for PHP 4.3.0 missing

2003-01-27 Thread Christoph Grottolo
Hi Release 4.3.0 has not been announced on php-annonunce mailing list. Christoph -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php