Re: [PHP-DEV] im convert php-screw to windows dll

2004-12-15 Thread Christian Schneider
Andrew Van Dyk wrote: Sorry... PHP Screw is a module to encrypt your PHP files so you don't distribute the source code. It works perfectly in UNIX, but Just a quick note for people considering using PHP Screw: It is absolutely trivial to decrypt such a file as the encryption algorithm is datap[i]

Re: [PHP-DEV] Compile problem

2004-12-15 Thread Alexander_Turner
it does seem self explanatory, now doesn't it. nevertheless none of the options, i.e. - - with - php - build = "Dir" where dir would actually point the compiler to where the win32build is... (as bison and the rest reside in win32build php.net/extra..) the fact that i posted a question does not

RE: [PHP-DEV] adding functions to existing extensions

2004-12-15 Thread Binam, Jesse
That was it, Thanks. I saw that but forgot about it. That's what I get for trying to play at work. ;) -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 11:25 AM To: Binam, Jesse Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] adding functions

[PHP-DEV] PHP 4.3.10 & 5.0.3 Released!

2004-12-15 Thread Ilia Alshanetsky
PHP Development Team would like to announce the immediate release of PHP 4.3.10 and 5.0.3. These are maintenance releases that in addition to non-critical bug fixes address several very serious security issues. These include the following: CAN-2004-1018 - shmop_write() out of bounds memory write

[PHP-DEV] old PHP releases on mirror sites

2004-12-15 Thread Gabor Hojtsy
Hi, Could some guys look into the downloads available from php.net: http://cvs.php.net/phpweb/distributions/ There are quite a few 2 and even 3 years old patchfiles, like: rfc1867.c.diff-4.0.6.gz php-4.3.0-to-4.3.1.patch.gz php-4.0.6-to-4.1.1.patch.gz php-4.0.6-memlimit.diff.gz fd_patch

Re: [PHP-DEV] old PHP releases on mirror sites

2004-12-15 Thread Ilia Alshanetsky
As long as we retain copies of those releases somewhere (php museum) I see no reason to keep releases older then 3 versions in the distributions folder. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] old PHP releases on mirror sites

2004-12-15 Thread Gabor Hojtsy
As long as we retain copies of those releases somewhere (php museum) I see no reason to keep releases older then 3 versions in the distributions folder. Good. Those big patches are not available from the museum though. Goba -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, v

[PHP-DEV] Re: [PEAR-DEV] CVS karma

2004-12-15 Thread Alan Knowles
I'm not sure if it's [EMAIL PROTECTED] or [EMAIL PROTECTED] is the best place for this, but internals may help a bit.. unless they want to outsource the karma mgmt of pear stuff to one of the pear group ;) Regards Alan Jesper Veggerby Hansen wrote: Hi guys, Just wondering if anybody has been abl

Re: [PHP-DEV] Re: [PEAR-DEV] CVS karma

2004-12-15 Thread Rasmus Lerdorf
I'd love to outsource that part, but we'd need to modify the tools a bit. Anyway, there was a backlog of 39 cvs account requests. I went through them all and approved about a third of them. -Rasmus Alan Knowles wrote: I'm not sure if it's [EMAIL PROTECTED] or [EMAIL PROTECTED] is the best place

[PHP-DEV] ftp_get_resp & ftp_get_conv functions

2004-12-15 Thread Binam, Jesse
The attached diff adds 2 ftp functions. I read the README.SUBMITTING_PATCH and went thru all the steps, but there are no tests for ftp, and I didn't understand how to update the docs. So if someone would like to help me with that, great. Basically, I modifed ftpbuf_t adding a 2 dimensional array (

[PHP-DEV] Compile problem

2004-12-15 Thread Alexander_Turner
Hi, i'm trying to compile php 5.0.2 to include MySQLi function to use with MySQL 4.1.7 i have visual studio 6 sp6 installed. i've downloaded both bindlib_w32.zip and win32build.zip, which i have unzipped in the source directory, which in my case is e:\php-5.0.2 I get many errors when i run c

Re: [PHP-DEV] Compile problem

2004-12-15 Thread Vlad Bosinceanu
I never compiled anything under windows, but the errors seem pretty self-explanatory. Checking for bison.exe ... Checking for flex.exe ... Checking for re2c.exe ... Checking for zip.exe ... Checking for lemon.exe ... Vlad -- PHP Internals - PHP Runtime Development Mailing List To unsubs

Re: [PHP-DEV] Compile problem

2004-12-15 Thread M. Sokolewicz
so... does that mean you read: http://www.php.net/manual/en/install.windows.building.php aswell? because that explains the process pretty well... including the point where you went wrong. - tul Alexander Turner wrote: it does seem self explanatory, now doesn't it. nevertheless none of the options

Re: [PHP-DEV] adding functions to existing extensions

2004-12-15 Thread Wez Furlong
You need to add a PHP_FE(ftp_get_resp, NULL) into the function table; search for PHP_FE to find the other entries. --Wez. On Wed, 15 Dec 2004 10:53:40 -0700, Binam, Jesse <[EMAIL PROTECTED]> wrote: > > I added the ftp_get_resp() function I was talking about. Everything compiles > fine, but whe

[PHP-DEV] adding functions to existing extensions

2004-12-15 Thread Binam, Jesse
I added the ftp_get_resp() function I was talking about. Everything compiles fine, but when try to use it I get "Fatal error: Call to undefined function ftp_get_resp() in /opt/php-dev/bin/test.php on line 4" any ideas on what I am missing? I did make clean, and recompiled but still the same.

Re: [PHP-DEV] PHP 4.3.10 & 5.0.3 Released!

2004-12-15 Thread Alan Knowles
Since all the CAN references are broken at present - this documents the bugs. http://groups-beta.google.com/group/muc.lists.bugtraq/browse_thread/thread/7c7ae6f328f28913?tvc=2&q=CAN-2004-1064 Regards Alan Ilia Alshanetsky wrote: PHP Development Team would like to announce the immediate release of

Re: [PHP-DEV] im convert php-screw to windows dll

2004-12-15 Thread Andrew van Dyk
Hi, Sorry... PHP Screw is a module to encrypt your PHP files so you don't distribute the source code. It works perfectly in UNIX, but im trying to convert it to windows. My conversion compiles etc fine, but it doesn't overwrite the zend_fopen function, so I havn't been able to get it to work prope