[PHP-DEV] Re: [WARNING] Release process for 4.3.2 starts RSN..

2003-03-09 Thread Peter Neuman
Hi,

> To get this thing started, I'm going to roll PHP 4.3.2-pre1
> on Wednesday, 26th Feb, around 3pm EEST. And I'll announce
> it on php-general too, to get some more people testing it
> before we start with any RCs

Now is 9. March 2003, Why not Start PHP 4.3.2-pre1?.
I need a Stable 4.3.2, 4.3.0/4.3.1 have to full bugs for a ISP
Server.....

- Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Peter Neuman
Hi,

Jani Taskinen <[EMAIL PROTECTED]> wrote:
> And make the configure option --with-apxs2.. :)

Do you have an idea when --with-apache2 comes?
thus which one can install the Apache2 also without DSO/CGI support?
As with the Apache1 (--with-apache)... 

Thanks
Peter Neuman

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Release plan of PHP 4.3.2?

2003-02-22 Thread Peter Neuman
Hello,

Me a legend when does it know RC's/Final of 4.3.2 gives?
because 4.3.0/4.3.1 are buggy. :(

Peter Neuman

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: Libtool for RH8

2003-02-19 Thread Peter Neuman
Hi,

"Michel 'Ziobudda' Morelli" <[EMAIL PROTECTED]>:

> there is no update for redhat for libtool 1.4.3

wget http://ftp.gnu.org/gnu/libtool/libtool-1.4.3.tar.gz
tar -xzf libtool-1.4.3.tar.gz
cd libtool-1.4.3
./configure --prefix=/usr
make
make install
cd ..
rm -rf libtool-1.4.3.tar.gz
rm -rf libtool-1.4.3

And recompile PHP.

-> Done

HTH
Peter Neuman

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: Libtool for RH8

2003-02-19 Thread Peter Neuman
Hi,

"Michel 'Ziobudda' Morelli" <[EMAIL PROTECTED]>:

> there is no update for redhat for libtool 1.4.3

wget http://ftp.gnu.org/gnu/libtool/libtool-1.4.3.tar.gz
tar -xzf libtool-1.4.3.tar.gz
cd libtool-1.4.3.tar.gz
./configure --prefix=/usr
make
make install
cd ..
rm -rf libtool-1.4.3.tar.gz
rm -rf libtool-1.4.3

And recompile PHP.

-> Done

HTH
Peter Neuman

-- 
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/informix config.m4

2003-02-19 Thread Peter Neuman
Hi,

"Jani Taskinen" <[EMAIL PROTECTED]>:

> Which version might that be? There was a fix just recently
> for this. Are you sure this doesn't break that fix and 
> works also for older versions?? 

No, Older Versions is Not Good, the people are to update.
Older Versions is Shit, New Version is better...
No Please fix this...
 
Peter Neuman

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread Peter Neuman
hmm better is:

 #if HAVE_LIBGD => 204
 io_ctx->gd_free(io_ctx);
 #else
 io_ctx->free(io_ctx);
 #endif

or so, my C is not good my PHP is better :o) :P
or one makes which one ext/gd only with gd2.0.4 install can?

"Electroteque" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> firstly where can i add stuff to the cvs ? i have made a few posts before
> about an issue that hasnt changed , you guys still dont have it patched
>
> #if HAVE_LIBGD204
> io_ctx->gd_free(io_ctx);
> #else
> io_ctx->free(io_ctx);
> #endif
>
> HAVE_LIBGD204 - this obviously means version 2.0.4 ? i now have 2.0.8 so
of
> course it is going to use   io_ctx->free(io_ctx); instead and break
>
> "Melvyn Sopacua" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On Wed, 11 Dec 2002, Juan Rosero wrote:
> >
> > JR>>> Whenever PHP 4.3.0 is released will it officially support Apache
2?
> >
> > I wasn't aware Apache 2 officially supported a working mpm yet?
> >
> > --
> > With kind regards,
> >
> > Melvyn Sopacua
> > 
> >
>
>


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: php4 / configure.in /main php_version.h

2002-11-13 Thread Peter Neuman
Hello,

"Andrei Zmievski" <[EMAIL PROTECTED]>:
> andrei Wed Nov 13 14:19:07 2002 EDT
>
>   Modified files:
> /php4 configure.in
> /php4/main php_version.h
>   Log:
>   Change version to 4.4.0-dev.

hm? not 5.0.0-dev? it's time for this...



-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: GD filters done patch available

2002-11-12 Thread Peter Neuman
Hi,

"Pierre-Alain Joye" <[EMAIL PROTECTED]>:

> GD filters are done and patch against current cvs available at
> http://www.pearfr.org/phpgd/filters/
>
> Feedbacks, comments welcome

Very nice :-)

Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: Weird branches in CVS

2002-10-27 Thread Peter Neuman
Hello,

"Derick Rethans" <[EMAIL PROTECTED]>

> both php4_5_0 and php5_5_0 are weird names, but I've no idea whay you
> mean with "Write errors".

The User that Branch made, it was certainly falsely written.
(php5_5_0 == php4_4_0, 5 == 4 or not?)

P.S.: Sorry my English is not so good ;o)

Cu
Peter



-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: Weird branches in CVS

2002-10-27 Thread Peter Neuman
Hi Derick,

"Derick Rethans" <[EMAIL PROTECTED]>:

> And the "php5_5_0" one, which is differently named from the rest:
> php5_5_0: 1.20

Write errors or? php4_5_0 is to be called certain

Cu
Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: Forked ext/gd by default

2002-10-21 Thread Peter Neuman
Hello,

"Andrei Zmievski" <[EMAIL PROTECTED]>:
> I think we should use forked version of gd library by default for 4.3.0.
> From what I hear it is already the best version of any of them out there
> and if it saves us any more grief, all the better. Objections?

+1
BTW: Update to gd-2.0.2 final?
See: http://www.boutell.com/gd/

Cu
Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [4.3] Current critical bugs

2002-10-15 Thread Peter Neuman

Hi,

"Andrei Zmievski" <[EMAIL PROTECTED]>:

> Summary: random error: open_basedir restriction in effect. File is in
> wrong directory
> URL: http://bugs.php.net/bug.php?id=19292

Please Fix this, this is a very big Bug..

Thanks
Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP 4.3 branch

2002-10-05 Thread Peter Neuman


"Sebastian Bergmann" <[EMAIL PROTECTED]>
> Andrei Zmievski wrote:
> > I have made PHP_4_3 branch just now.
>
>   Will HEAD become 4.4.0-dev, or 5.0.0-dev? Considering the long release
>   cycle to be expected I prefer the latter.

+1 for 5.0.0-dev



-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: php4 /ext/standard http_fopen_wrapper.c

2002-09-07 Thread Peter Neuman

Hello,
"Sterling Hughes" <[EMAIL PROTECTED]>:

> There won't be anymore releases off this branch -- why?

In the Main Version the safety hole was recovered, why not in branch?

Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: php4 /ext/standard http_fopen_wrapper.c

2002-09-07 Thread Peter Neuman

Hello,

"Ilia Alshanetsky" <[EMAIL PROTECTED]>:

>   Log:
>   Fixed a massive memory leak that occurs when an opened webpage returns
>   a non 200 return code.

Add Please also to Branch 4.2.0...

Thanks
Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] [Patch] mhash

2002-08-01 Thread Peter Neuman

Hello,

This Patch adds mhash phpinfo function
And the Zend modifies modules struct like it in that
README.EXTENSIONS is.
I tested it and go it

Patch is Added as Attachment

Thanks
Peter Neuman


Index: mhash.c
===
RCS file: /repository/other/mhash.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mhash.c
--- mhash.c 1 Aug 2002 16:56:33 -   1.1.1.1
+++ mhash.c 1 Aug 2002 19:07:30 -
@@ -44,19 +44,33 @@
 static PHP_MINIT_FUNCTION(mhash);
 
 zend_module_entry mhash_module_entry = {
-   STANDARD_MODULE_HEADER,
-   "mhash",
-   mhash_functions,
-   PHP_MINIT(mhash), NULL,
-   NULL, NULL,
-   NULL,
+#if ZEND_MODULE_API_NO >= 20010901
+STANDARD_MODULE_HEADER,
+#endif
+"mhash",
+mhash_functions,
+NULL,
+NULL,
+NULL,
+NULL,
+PHP_MINFO(mhash),
+#if ZEND_MODULE_API_NO >= 20010901
 NO_VERSION_YET,
-   STANDARD_MODULE_PROPERTIES,
+#endif
+STANDARD_MODULE_PROPERTIES
 };
 
 #ifdef COMPILE_DL_MHASH
 ZEND_GET_MODULE(mhash)
 #endif
+
+PHP_MINFO_FUNCTION(mhash)
+{
+php_info_print_table_start();
+php_info_print_table_row(2, "mhash Support", "enabled");
+php_info_print_table_end();
+}
+
 #define MHASH_FAILED_MSG "mhash initialization failed"
 #define MHASH_KEYGEN_FAILED_MSG "mhash key generation failed"
 static PHP_MINIT_FUNCTION(mhash)
Index: php_mhash.h
===
RCS file: /repository/other/php_mhash.h,v
retrieving revision 1.1
diff -u -r1.1 php_mhash.h
--- php_mhash.h 1 Aug 2002 17:39:26 -   1.1
+++ php_mhash.h 1 Aug 2002 17:40:47 -
@@ -12,6 +12,7 @@
 extern zend_module_entry mhash_module_entry;
 #define mhash_module_ptr &mhash_module_entry
 
+PHP_MINFO_FUNCTION(mhash);
 PHP_FUNCTION(mhash_get_block_size);
 PHP_FUNCTION(mhash_get_hash_name);
 PHP_FUNCTION(mhash_count);



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DEV] Please Add my Patch: ext/xslt/sablot.c

2002-02-23 Thread Peter Neuman

Hello,

Here is my Patch for a better Design:

--- ext/xslt/sablot.c
+++ ext/xslt/sablot.c
@@ -164 +164 @@
- php_info_print_table_header(2, "XSLT support", "enabled");
+ php_info_print_table_row(2, "XSLT Support", "enabled");


can one add it?

Thanx
Cu
Peter Neuman



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php