[PHP-DEV] CVS Account Request: heino

2003-07-23 Thread Heino H. Gehlsen
I'd like access to "/pear/Net_NNTP" and "/peardoc/ en/package/networking/net-nntp". Tomas V.V. Cox wrote: "Also there is no current active maintainer for the class, would you like to take care on it too?", so i guess this is the right place to honor his proposal... -- PHP Internals - PHP Runtim

[PHP-DEV] URGENT PROPOSAL

2003-07-23 Thread MRS EKI OMORODION
MRS. EKI OMORODION # 8 Queens Drive Ikoyi Lagos. Email:[EMAIL PROTECTED] INTRODUCTION: l am Mrs. Eki Omorodion l know this proposal will come to you as a surprise because we have not met before either physically or through correspondence. I have no doubt in your ability to handle this proposal inv

Fw: [PHP-DEV] small patch (fixes #19613)

2003-07-23 Thread Steph
and yeah I do take advice. (Wrongly? Rightly?) --- current_basic_functions.c 2003-07-23 22:18:26.0 + +++ basic_functions.c 2003-07-23 22:45:34.0 + @@ -1335,14 +1335,19 @@ convert_to_string_ex(str); if (Z_STRVAL_PP(str) && *(Z_STRVAL_PP(str))) { -

Fw: [PHP-DEV] small patch (fixes #19613)

2003-07-23 Thread Steph
ok, now let's try it _with_ attachments .. ! - Original Message - From: "Steph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 10:27 PM Subject: [PHP-DEV] small patch (fixes #19613) > It took 180 times longer to test this than it did to fix it .. > > Please can

[PHP-DEV] small patch (fixes #19613)

2003-07-23 Thread Steph
It took 180 times longer to test this than it did to fix it .. Please can someone check the test file, I'm not sure what the protocol is when the expected results are different on win32 and *nix. (or what SHLIB_SUFFIX macos uses, come to that!) -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] open_basedir new feature

2003-07-23 Thread Pawel Maziarz
Hi there. I've written a little patch, which enables admin to use a special char ~ in open_basedir variable which is placed in php.ini. ~ is replaced with script owner's home directory. i think it's useful security hack. patch: http://dev.segv.cc/devel/patch/php-4.3.2-open_basedir.patch cheers, Pa

Re: [PHP-DEV] segfault with class type hints and refs.

2003-07-23 Thread Moriyoshi Koizumi
The problem you found seems identical to the bug #24658. http://bugs.php.net/bug.php?id=24658 Anyway, thanks for the report. Moriyoshi "Tom Fishwick" <[EMAIL PROTECTED]> wrote: > Hi, I was trying out the class type hints feature, and > > class P { } > > function func(P $p) { } > > $p = new

[PHP-DEV] segfault with class type hints and refs.

2003-07-23 Thread Tom Fishwick
Hi, I was trying out the class type hints feature, and that causes a segfault. Doing function func(P &$p), also causes a segfault. I'm using todays snapshot. Here's a bt. Program received signal SIGSEGV, Segmentation fault. 0x0814d26f in zend_assign_to_variable_reference (result=0x401d9c00, v

[PHP-DEV] CVS Account Request: ene

2003-07-23 Thread Bona Laszlo
I would like to help the group to translate the manual to Hungarian. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] --enable-static not work

2003-07-23 Thread Peter Neuman
Hello, I build my PHP-4.3.2 with ./configure --disable-all --with-mysql=/home/peter --enable-static=yes --pre fix=/home/peter/test_php_install --enable-force-cgi-redirect --enable-discar d-path --without-pear make make install I see with ldd /home/peter/test_php_install/bin/php libcrypt.so.1 =>

[PHP-DEV] Re : Compiling your own PHP extensions?

2003-07-23 Thread Cameron Just
Thanks to all those who reponded. I will be asking my boss about getting some sort of funding together to build it. Hopefully I can get him to part with some cash :) If it does get built what is the process for handing it back to the PHP guys to get it incorporated into PHP itself? Ta-Lib uses a F

[PHP-DEV] empty() and property-less objects

2003-07-23 Thread Brad Bulger
excuse question, but it seemed too trivial for a bug report. for class foo {}, $x = new foo;, in php4 empty($x) is true. in php5, empty($x) is false. is this correct? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: vivekanand

2003-07-23 Thread vivekanand
I am a develope project for our education perpose. And submit the open source community -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Feature proposal

2003-07-23 Thread Wojtek Meler
Timm Friebe wrote: On Tue, 2003-07-22 at 19:48, Wojtek Meler wrote: I have to fight with people that using error suppression operator - they just hide their bugs. I wrote simple patch that allows set disable_error_suppression=On in php.ini that causes engine to ignore '@' operators. Use set_er