Re: [PHP-DEV] PHP 5.0.5?

2005-11-28 Thread Piotr Roszatycki
e. I'm providing the `php5.0.4' packages with last "good" OOP and `php5.0' packages for current 5.0.x series. The PHP 5.1 brings new BC breaks, so I'm afraid the 5.0.x version have to be still available, so I'm looking for 5.0.5 (or 5.0.6?). -- .''`

[PHP-DEV] PHP 5.0.5?

2005-11-28 Thread Piotr Roszatycki
The PHP 5.0.5 disappeared from download page. What does it mean? There will be 5.0.6? 5.0.4 is the last from 5.0.x series? -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- PHP Internals - PHP Runtime Deve

Re: [PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
projects? Theirs tarballs are available as http://cvs.sourceforge.net/cvstarballs/PROJECTNAME-cvsroot.tar.bz2 -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
On Friday 07 of October 2005 15:15, Derick Rethans wrote: > On Fri, 7 Oct 2005, Piotr Roszatycki wrote: > > On Friday 07 of October 2005 14:33, Wez Furlong wrote: > > > Let's turn the question on its head and ask why *you* need to mirror > > > it. > > >

Re: [PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
and find which files was changed in the same commit transaction. Easier merging of changes from original source to local repository thanks to SVK utility. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- --

Re: [PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
On Friday 07 of October 2005 10:52, Derick Rethans wrote: > On Fri, 7 Oct 2005, Piotr Roszatycki wrote: > > On Friday 07 of October 2005 10:26, Derick Rethans wrote: > > > On Fri, 7 Oct 2005, Piotr Roszatycki wrote: > > > > I'm looking for CVS tarball w

Re: [PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
On Friday 07 of October 2005 10:26, Derick Rethans wrote: > On Fri, 7 Oct 2005, Piotr Roszatycki wrote: > > I'm looking for CVS tarball with RCS files inside of php-src and > > ZendEngine2 repositories. It would be possible to convert it to > > Subversion repository with

[PHP-DEV] CVS tarball

2005-10-07 Thread Piotr Roszatycki
Hi. I'm looking for CVS tarball with RCS files inside of php-src and ZendEngine2 repositories. It would be possible to convert it to Subversion repository with cvs2svn or VCP so browsing the repositories would be much easier. Where can I find it? -- .''`.Piotr Rosza

Re: [PHP-DEV] PHP 5.1.0RC1 rolled

2005-08-17 Thread Piotr Roszatycki
On Tuesday 16 of August 2005 20:13, Zeev Suraski wrote: > http://www.php.net/distributions/php-5.1.0RC1.tar.gz I can't install PEAR modules. See Bug #34168... -- .''`. Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTEC

Re: [PHP-DEV] PHP standard depends on other extensions

2005-07-22 Thread Piotr Roszatycki
is not fixed. The readline library is GPL and is not compatible with PHP license, so the libedit is the only choise. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP standard depends on other extensions

2005-07-22 Thread Piotr Roszatycki
line for background work. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286356 for details about problems with readline. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- PHP Internals - PHP Ru

Re: [PHP-DEV] mail() into separate extension?

2005-07-18 Thread Piotr Roszatycki
rent to end-users. That's evil. In fact the replacement for mail() function have to be transparent for end-users. They won't replace manually calls for mail() function with i.e. mail_smtp() function. That is the reason I would like to replace original function. -- .'&

[PHP-DEV] mail() into separate extension?

2005-07-18 Thread Piotr Roszatycki
Hi. I'd like to see mail() function in separate extension module. It would be possible to replace i.e. standard `extension=mail.so' with i.e. `extension=sendmail.so'. What do you think? Is it worth to prepare the patch? -- .''`.Piotr Roszatycki, Netia SA : :'

Re: [PHP-DEV] 5.1.0 Release Process

2005-07-04 Thread Piotr Roszatycki
within > a day. Please fix the Bug#33520 or at least revert the patch for session_path with safe_mode. It dumps core badly. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- PHP Internals - PHP Runtime De

[PHP-DEV] extension_path

2005-04-11 Thread Piotr Roszatycki
alled modules My proposition is to extend extension_dir setting and allow to set the directories separated with colon sign. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- The extension_dir can contains path list se

[PHP-DEV] Is it possible to override internal function?

2005-04-05 Thread Piotr Roszatycki
he calling suid-ed binaries (like /usr/sbin/sendmail) and low number of user processes. This have to be hidden implementation so the users won't need to change their code, especially calling of mail() function. Is it possible to override the internal function in additional module? --

[PHP-DEV] mail() by SMTP on UNIX

2005-03-11 Thread Piotr Roszatycki
Hi. I was wondered why mail() function couldn't use SMTP subroutines. In shared hosting environment where can't be used sendmail binary it is an only way. I've attached my dirty hack. I hope someone would help me to clean up the patch. -- .''`.Piotr Roszatycki,