[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-12 Thread Andi Gutmans
andiThu Aug 12 16:39:37 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Roll 5.0.1

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-12 Thread Andi Gutmans
andiThu Aug 12 16:53:19 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Back to 5.0.2-dev

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-11 Thread Andi Gutmans
It's not ready to commit. Needs some improvements (such as hooking into INI directives). I will try and find time to work on it next week. No rush because it'll still take some time for 5.1. Andi At 11:19 PM 8/10/2004 -0700, Rasmus Lerdorf wrote: Ok, fixed that. Are you going to commit your

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-10 Thread Andi Gutmans
andiTue Aug 10 03:17:06 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - 5.0.1RC1

[PHP-CVS] cvs: php-src(PHP_5_0) / configure.in /main php_version.h ZendEngine2 zend.h

2004-08-10 Thread Andi Gutmans
andiTue Aug 10 03:28:10 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Back to -dev

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Andi Gutmans
News? At 08:02 AM 8/10/2004 +, Christian Stocker wrote: chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslxsltprocessor.c Log: MFH (Fix segfault on error in xslt)

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Andi Gutmans
Nope you shouldn't. I thought it existed in 5.0.0 too. At 10:41 AM 8/10/2004 +0200, Christian Stocker wrote: On 10.8.2004 10:25 Uhr, Andi Gutmans wrote: News? Should I really add it? The bug was not existent in 5.0.0 and there was no bugreport. chregu At 08:02 AM 8/10/2004 +, Christian

Re: [PHP-CVS] cvs: php-src / NEWS

2004-08-10 Thread Andi Gutmans
Nope. It should only be in 5.0.1 section. I also suggest that when we release 5.1.0 we copy over the 5.0.1 NEWS section to make sure it's identical. Andi At 12:12 AM 8/11/2004 +, Andrey Hristov wrote: Derick Rethans wrote: On Tue, 10 Aug 2004, Dmitry Stogov wrote: dmitry Tue Aug 10

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Andi Gutmans
Haven't run the code but it seems that if sapi_get_request_time() is not defined then you will return the same time() for each consecutive request (i.e. you don't reset it each request). It's probably better to move the time(0) initialization to sapi_globals ctor and/or dtor. Andi At 05:40 PM

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Andi Gutmans
At 09:52 PM 8/10/2004 -0700, Rasmus Lerdorf wrote: On Tue, 10 Aug 2004, Andi Gutmans wrote: Haven't run the code but it seems that if sapi_get_request_time() is not defined then you will return the same time() for each consecutive request (i.e. you don't reset it each request). It's probably

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard credits.c

2004-08-09 Thread Andi Gutmans
andiMon Aug 9 17:52:45 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard credits.c Log: - Update credits for PHP docs http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.21.2.5r2=1.21.2.6ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard credits.c

2004-08-09 Thread Andi Gutmans
andiMon Aug 9 17:53:19 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard credits.c Log: Update credits for php docs http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.32r2=1.32.2.1ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-08-09 Thread Andi Gutmans
andiMon Aug 9 18:24:10 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - Update NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.25r2=1.1760.2.26ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.25 php-src/NEWS:1.1760.2.26

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c syslog.c /win32 globals.c php_win32_globals.h pwd.c time.c wsyslog.c /win32/build config.w32

2004-07-30 Thread Andi Gutmans
How did these survive for such a long time? :) At 02:59 AM 7/29/2004 +, Wez Furlong wrote: wez Wed Jul 28 22:59:44 2004 EDT Added files: /php-src/win32 globals.c php_win32_globals.h Modified files: /php-src/ext/standard basic_functions.c syslog.c

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
Why not dump all the dlls in the same directory of the PHP binary? At 02:37 PM 7/30/2004 +0200, Edin Kadribasic wrote: Alredy done. The relevent bit now reads: In order for PHP to be able to find them they need to be located in a directory that is included in the system PATH. The recommended

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
Well basically the only easy way to solve this problem on Windows is to put all PHP binaries .exe/.dll files in one directory i.e. c:\php. It could be considered a bit cluttered but it works well and I'd go this way. Andi At 06:55 PM 7/30/2004 +0100, Nuno Lopes wrote: Why not dump all the dlls

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
Didn't quite understand that. As far as I know, the cwd is always checked first under Win32 before anything else. At 07:08 PM 7/30/2004 +0100, Wez Furlong wrote: We can't. Apache loads our php5apache.dll, which is linked to php5ts.dll. This dep needs to be resolved at load time, which is to say

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
/Copenhagen, Andi Gutmans wrote: Well basically the only easy way to solve this problem on Windows is to put all PHP binaries .exe/.dll files in one directory i.e. c:\php. It could be considered a bit cluttered but it works well and I'd go this way. Andi At 06:55 PM 7/30/2004 +0100, Nuno Lopes wrote

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
Sorry I meant the directory of the binary itself. It doesn't check there? At 07:26 PM 7/30/2004 +0100, Wez Furlong wrote: They do, it's just that the CWD is not the php dir :-) If you stick php5ts.dll in the apache dir it will work too. --Wez. On Fri, 30 Jul 2004 11:23:23 -0700, Andi Gutmans

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
just that the CWD is not the php dir :-) If you stick php5ts.dll in the apache dir it will work too. --Wez. On Fri, 30 Jul 2004 11:23:23 -0700, Andi Gutmans [EMAIL PROTECTED] wrote: Didn't realize that. I thought they also check cwd even if they are using a dll. -- PHP CVS Mailing

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
to use PHP CLI from the console (and from cygwin). Maybe we should have two separate install instructions... Nuno -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: 30 July 2004 19:26 To: Andi Gutmans Cc: Edin Kadribasic; Nuno Lopes; Phil Driscoll; [EMAIL PROTECTED

[PHP-CVS] cvs: php-src /win32 php5dllts.dsp

2004-07-30 Thread Andi Gutmans
andiFri Jul 30 18:52:32 2004 EDT Modified files: /php-src/win32 php5dllts.dsp Log: - Add globals.c http://cvs.php.net/diff.php/php-src/win32/php5dllts.dsp?r1=1.3r2=1.4ty=u Index: php-src/win32/php5dllts.dsp diff -u php-src/win32/php5dllts.dsp:1.3

[PHP-CVS] cvs: php-src /ext/standard/tests/time 001.phpt

2004-07-23 Thread Andi Gutmans
andiFri Jul 23 17:53:16 2004 EDT Modified files: /php-src/ext/standard/tests/time001.phpt Log: - There's no reason why gettimeofday() shouldn''t return the same time in successive calls; this test fails spuriously on Linux/x86_64 (which has a

Re: [PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-07-20 Thread Andi Gutmans
Don't want to be smart but don't you think that these spamers know the foo at blah dot com trick by now? It's no more difficult than parsing and email address :) Andi At 07:30 PM 7/20/2004 +, Marcus Boerger wrote: helly Tue Jul 20 15:30:10 2004 EDT Modified files:

Re: [PHP-CVS] cvs: php-src /main/streams streams.c

2004-07-13 Thread Andi Gutmans
Nice catch! At 04:34 PM 7/13/2004 +, Wez Furlong wrote: wez Tue Jul 13 12:34:57 2004 EDT Modified files: /php-src/main/streams streams.c Log: Looks like Sara forgot to change this too. http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.60r2=1.61ty=u

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-07-13 Thread Andi Gutmans
andiTue Jul 13 15:05:31 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Roll PHP 5.0.0 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1757r2=1.1758ty=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring mbstring.c

2004-06-25 Thread Andi Gutmans
Go a-HEAD :) At 02:17 AM 6/25/2004 +0900, Moriyoshi Koizumi wrote: I want to have this patch merged into HEAD. Moriyoshi On 2004/06/24, at 7:07, Moriyoshi Koizumi wrote: moriyoshi Wed Jun 23 18:07:02 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-06-03 Thread Andi Gutmans
andiThu Jun 3 04:17:16 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Prepare for RC3RC2 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1722r2=1.1723ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-06-01 Thread Andi Gutmans
andiTue Jun 1 07:47:14 2004 EDT Modified files: /php-srcNEWS Log: - NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1720r2=1.1721ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1720 php-src/NEWS:1.1721 --- php-src/NEWS:1.1720 Fri May 28 06:45:18

Re: [PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c

2004-05-30 Thread Andi Gutmans
Can you please use estrndup() instead of estrdup()? Thanks, Andi At 01:38 PM 5/28/2004 +, Stefan Esser wrote: sesser Fri May 28 09:38:07 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed off-by-one in http_fopen_wrapper

[PHP-CVS] cvs: php-src / NEWS

2004-05-27 Thread Andi Gutmans
andiThu May 27 04:30:16 2004 EDT Modified files: /php-srcNEWS Log: - NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1715r2=1.1716ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1715 php-src/NEWS:1.1716 --- php-src/NEWS:1.1715 Mon May 24 12:41:41

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-05-27 Thread Andi Gutmans
andiThu May 27 07:39:35 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC3RC1 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1716r2=1.1717ty=u Index: php-src/NEWS diff

[PHP-CVS] cvs: php-src / configure.in /main php_version.h ZendEngine2 zend.h

2004-05-27 Thread Andi Gutmans
andiThu May 27 11:03:46 2004 EDT Modified files: /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Back to RC3-dev until we roll final

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-05-26 Thread Andi Gutmans
andiWed May 26 14:00:28 2004 EDT Modified files: /php-src/ext/standard basic_functions.c Log: - Use FREE_HASHTABLE instead of efree() http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.667r2=1.668ty=u Index:

Re: [PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2004-05-25 Thread Andi Gutmans
You should use PHP_DEBUG. Isn't dup() a more robust fix? Andi At 12:59 PM 5/25/2004 +, Wez Furlong wrote: wez Tue May 25 08:59:15 2004 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: In debug mode, under CLI don't close stderr. This is so that we

RE: [PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2004-05-25 Thread Andi Gutmans
Well as it's only relevant to PHP_DEBUG right now, I don't really mind. If this issue comes up again, with output failing in non-debug during shutdown, we should revisit this. Thanks, Andi At 02:16 PM 5/25/2004 +0100, Wez Furlong wrote: You should use PHP_DEBUG. OK. Isn't dup() a more robust

[PHP-CVS] cvs: php-src /main main.c

2004-05-23 Thread Andi Gutmans
andiSun May 23 12:02:36 2004 EDT Modified files: /php-src/main main.c Log: - Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry) http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.602r2=1.603ty=u Index: php-src/main/main.c

[PHP-CVS] cvs: php-src / NEWS

2004-05-23 Thread Andi Gutmans
andiSun May 23 12:24:21 2004 EDT Modified files: /php-srcNEWS Log: - NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1713r2=1.1714ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1713 php-src/NEWS:1.1714 --- php-src/NEWS:1.1713 Sun May 23 11:26:55

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-04-25 Thread Andi Gutmans
andiSun Apr 25 04:32:51 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC2 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1697r2=1.1698ty=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src / NEWS

2004-04-25 Thread Andi Gutmans
andiSun Apr 25 05:15:58 2004 EDT Modified files: /php-srcNEWS Log: - This was forgotten http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1698r2=1.1699ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1698 php-src/NEWS:1.1699 --- php-src/NEWS:1.1698 Sun

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-04-25 Thread Andi Gutmans
andiSun Apr 25 06:13:09 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC3-dev http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1699r2=1.1700ty=u Index: php-src/NEWS diff

[PHP-CVS] cvs: php-src / NEWS

2004-04-23 Thread Andi Gutmans
andiFri Apr 23 17:51:45 2004 EDT Modified files: /php-srcNEWS Log: NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1695r2=1.1696ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1695 php-src/NEWS:1.1696 --- php-src/NEWS:1.1695 Fri Apr 23 14:20:20

[PHP-CVS] cvs: php-src / configure.in /main php_version.h ZendEngine2 zend.h

2004-04-21 Thread Andi Gutmans
andiWed Apr 21 05:59:52 2004 EDT Modified files: /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Prepare for RC2RC2 (if everything is OK especially Zeev's interface - patch I'll roll RC2 tomorrow).

[PHP-CVS] cvs: php-src / configure.in /main php_version.h ZendEngine2 zend.h

2004-04-21 Thread Andi Gutmans
andiWed Apr 21 06:34:27 2004 EDT Modified files: /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC2-dev http://cvs.php.net/diff.php/php-src/configure.in?r1=1.504r2=1.505ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-04-20 Thread Andi Gutmans
andiTue Apr 20 10:15:57 2004 EDT Modified files: /php-srcNEWS Log: - More news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1683r2=1.1684ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1683 php-src/NEWS:1.1684 --- php-src/NEWS:1.1683 Mon Apr 19

[PHP-CVS] cvs: php-src / NEWS

2004-04-20 Thread Andi Gutmans
andiTue Apr 20 10:18:56 2004 EDT Modified files: /php-srcNEWS Log: - Fix news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1684r2=1.1685ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1684 php-src/NEWS:1.1685 --- php-src/NEWS:1.1684 Tue Apr 20

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Andi Gutmans
At 12:42 PM 4/19/2004 +0200, Derick Rethans wrote: On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does free(NULL) (c library

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c

2004-04-15 Thread Andi Gutmans
andiThu Apr 15 13:25:51 2004 EDT Modified files: /php-src/ext/mysqli mysqli.c Log: - Temporary fix for bug #27869 - George, you need to implement clone in order for clone and - compatibility mode to work.

[PHP-CVS] cvs: php-src / configure.in /main php_version.h ZendEngine2 zend.h

2004-04-14 Thread Andi Gutmans
andiWed Apr 14 07:03:48 2004 EDT Modified files: /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC2RC1 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.500r2=1.501ty=u Index:

[PHP-CVS] cvs: php-src / configure.in /main php_version.h ZendEngine2 zend.h

2004-04-14 Thread Andi Gutmans
andiWed Apr 14 07:24:18 2004 EDT Modified files: /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - RC2-dev http://cvs.php.net/diff.php/php-src/configure.in?r1=1.501r2=1.502ty=u Index:

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-04-12 Thread Andi Gutmans
andiMon Apr 12 08:21:25 2004 EDT Modified files: /php-src/ext/standard basic_functions.c Log: - modifyable - modifiable http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.662r2=1.663ty=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-04-08 Thread Andi Gutmans
Can you please hold 4.3.6. I think we might have found a bug! At 12:42 PM 4/8/2004 +, Ilia Alshanetsky wrote: iliaa Thu Apr 8 08:42:31 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Prepare news file for release.

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-04-08 Thread Andi Gutmans
andiThu Apr 8 17:23:31 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - News http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.635r2=1.1247.2.636ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.635 php-src/NEWS:1.1247.2.636 ---

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-04-06 Thread Andi Gutmans
I think you forgot to nuke the 4.3.6RC2 line :) At 06:12 PM 4/6/2004 +, Derick Rethans wrote: derick Tue Apr 6 14:12:05 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - Update NEWS with fugbix.

Re: [PHP-CVS] cvs: php-src /ext/interbase config.m4 config.w32 ibase_blobs.c ibase_events.c ibase_query.c ibase_service.c interbase.c php_ibase_includes.h

2004-04-05 Thread Andi Gutmans
What is it? Just a reorganization of the code or are there any changes? Andi At 01:22 PM 4/5/2004 +, Ard Biesheuvel wrote: abies Mon Apr 5 09:22:37 2004 EDT Added files: /php-src/ext/interbase ibase_query.c Modified files: /php-src/ext/interbase config.m4

Re: [PHP-CVS] cvs: php-src /ext/interbase config.m4 config.w32

2004-04-05 Thread Andi Gutmans
Okay. You got me worried for a second :) At 04:16 PM 4/5/2004 +0200, Ard Biesheuvel wrote: Andi Gutmans wrote: What is it? Just a reorganization of the code or are there any changes? No code changes, just refactored the code a bit. -- Ard -- PHP CVS Mailing List (http://www.php.net

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-03-29 Thread Andi Gutmans
FreeBSD doesn't reach that rule. At 04:47 PM 3/29/2004 +0200, Ard Biesheuvel wrote: Andi Gutmans wrote: Not sure on what platforms you expect the last #else to be reached but it would raise a sigfloatingpoint on FreeBSD. Dividing by zero does not seem like a good idea. Actually, one

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-03-28 Thread Andi Gutmans
Not sure on what platforms you expect the last #else to be reached but it would raise a sigfloatingpoint on FreeBSD. Dividing by zero does not seem like a good idea. Andi At 09:46 PM 3/28/2004 +, Marcus Boerger wrote: #include php_streams.h @@ -957,9 +957,10 @@

[PHP-CVS] cvs: php-src / NEWS

2004-03-25 Thread Andi Gutmans
andiThu Mar 25 13:04:08 2004 EDT Modified files: /php-srcNEWS Log: - Update NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1656r2=1.1657ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1656 php-src/NEWS:1.1657 --- php-src/NEWS:1.1656 Thu Mar 25

Re: [PHP-CVS] cvs: php-src / NEWS /main rfc1867.c ZendEngine2 zend_operators.c

2004-03-24 Thread Andi Gutmans
What are these changes? At 01:31 PM 3/24/2004 +, Derick Rethans wrote: derick Wed Mar 24 08:31:20 2004 EDT Modified files: /php-srcNEWS /ZendEngine2zend_operators.c /php-src/main rfc1867.c Log: - Fixed NEWS #- Can we *please* keep this in order?

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-03-18 Thread Andi Gutmans
andiThu Mar 18 10:27:29 2004 EDT Modified files: /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Back to RC2-dev http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1646r2=1.1647ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-03-16 Thread Andi Gutmans
andiTue Mar 16 09:52:23 2004 EDT Modified files: /php-srcNEWS Log: - NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1638r2=1.1639ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1638 php-src/NEWS:1.1639 --- php-src/NEWS:1.1638 Mon Mar 15 16:26:36

[PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
andiSun Mar 14 16:21:22 2004 EDT Modified files: /php-srcNEWS Log: - Add all of the fixes from the past week. Almost ready for RC1 now. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1628r2=1.1629ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1628

[PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
andiSun Mar 14 16:23:49 2004 EDT Modified files: /php-srcNEWS Log: - Typo http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1629r2=1.1630ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1629 php-src/NEWS:1.1630 --- php-src/NEWS:1.1629 Sun Mar 14 16:21:21

Re: [PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
Sorry I didn't realize it was so accurately ordered :) Thanks. At 09:27 PM 3/14/2004 +, Derick Rethans wrote: derick Sun Mar 14 16:27:21 2004 EDT Modified files: /php-srcNEWS Log: - Reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1630r2=1.1631ty=u Index:

Re: [PHP-CVS] cvs: php-src /ext/sqlite sess_sqlite.c sqlite.c

2004-03-07 Thread Andi Gutmans
Why not just do (256.0 / 253.0)? At 09:57 PM 3/7/2004 +, Ilia Alshanetsky wrote: iliaa Sun Mar 7 16:57:51 2004 EDT Modified files: /php-src/ext/sqlite sess_sqlite.c sqlite.c Log: Corrected string escape calculation.

Re: [PHP-CVS] cvs: php-src /ext/sqlite sess_sqlite.c sqlite.c

2004-03-07 Thread Andi Gutmans
I don't insist. I just think it's nicer. But it's a matter of taste so it's your choice. At 05:09 PM 3/7/2004 -0500, Ilia Alshanetsky wrote: On March 07, 2004 05:03 pm, Andi Gutmans wrote: Why not just do (256.0 / 253.0)? I think an intentional cast is less likely to be removed then a seemingly

Re: [PHP-CVS] cvs: php-src /ext/fbsql php_fbsql.c php_fbsql.h

2004-02-27 Thread Andi Gutmans
Yep, we really shouldn't be adding new features. However, fbsql is pretty isolated and so is the patch so I think it's OK. I really don't like the following piece of code though: digest = emalloc(17); Is it possible to use some #define or sizeof(foobar) so that it is clear what 17 means? Thanks

Re: [PHP-CVS] cvs: php-src /ext/fbsql php_fbsql.c php_fbsql.h

2004-02-27 Thread Andi Gutmans
At 12:53 27/02/2004 -0800, Frank M. Kromann wrote: Thanks Andi, I'm planning a lot mor changes to the fbsql extension, but those will wait til after the release. OK... The emalloc(17) is used to create a buffer for the digest function. It always returns a 16 byte string. I guess I could use

[PHP-CVS] cvs: php-src / NEWS

2004-02-25 Thread Andi Gutmans
andiWed Feb 25 12:48:20 2004 EDT Modified files: /php-srcNEWS Log: - More NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1613r2=1.1614ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1613 php-src/NEWS:1.1614 --- php-src/NEWS:1.1613 Wed Feb 25

Re: [PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-02-25 Thread Andi Gutmans
At 22:41 25/02/2004 +0200, Jani Taskinen wrote: On Wed, 25 Feb 2004, Zeev Suraski wrote: zeev Wed Feb 25 09:57:43 2004 EDT Modified files: /php-src/tests/langbug22367.phpt Log: This is no longer valid out of the box PHP 5 code. We tried to enable compatibility mode

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Andi Gutmans
At 14:10 22/02/2004 -0500, Rob Richards wrote: On Sunday 22 February 2004 01:36 pm, Sterling Hughes wrote: Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Andi Gutmans
At 19:25 22/02/2004 -0500, Rob Richards wrote: How much time we looking at between RC1 and a final release? I'd guesstimate a couple of months, around May. Andi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] Re: cvs: php-src /ext/ftp ftp.c

2004-02-20 Thread Andi Gutmans
At 23:16 20/02/2004 +0100, Ard Biesheuvel wrote: Sara Golemon wrote: pollita Fri Feb 20 16:05:37 2004 EDT Modified files: /php-src/ext/ftpftp.c Log: s_addr is always unsigned 32bit, long is not. + /* Deal with differing integer sizes */ +

Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Andi Gutmans
At 06:54 PM 2/14/2004 +0100, Jan Lehnardt wrote: Hi, On 11 Feb 2004, at 12:46, Zeev Suraski wrote: + zend_error(E_STRICT, dl() is deprecated - use extension= in your php.ini); unrelated to the ongoing discussion, wouldn't it make sense to show the module's name in the error message?

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h

2004-02-12 Thread Andi Gutmans
andiThu Feb 12 03:46:03 2004 EDT Modified files: /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - Go with b4 RC 1 (Sanity package) http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.79r2=1.80ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-02-12 Thread Andi Gutmans
andiThu Feb 12 08:52:48 2004 EDT Modified files: /php-srcNEWS Log: - More news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1603r2=1.1604ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1603 php-src/NEWS:1.1604 --- php-src/NEWS:1.1603 Thu Feb 12

[PHP-CVS] cvs: php-src / configure.in /main php_version.h

2004-02-12 Thread Andi Gutmans
andiThu Feb 12 10:59:19 2004 EDT Modified files: /php-srcconfigure.in /php-src/main php_version.h Log: - Roll Beta 4 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.493r2=1.494ty=u Index: php-src/configure.in diff -u

[PHP-CVS] cvs: php-src / NEWS configure.in /main php_version.h

2004-02-12 Thread Andi Gutmans
andiThu Feb 12 11:27:00 2004 EDT Modified files: /php-srcconfigure.in NEWS /php-src/main php_version.h Log: - We are RC1-dev now http://cvs.php.net/diff.php/php-src/configure.in?r1=1.494r2=1.495ty=u Index: php-src/configure.in diff -u

Re: [PHP-CVS] cvs: php-src /ext/mysqli/tests 017.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 046.phpt 058.phpt 059.phpt

2004-02-11 Thread Andi Gutmans
Are all these printf's in on purpose? Andi At 07:39 AM 2/11/2004 +, Georg Richter wrote: georg Wed Feb 11 02:39:28 2004 EDT Modified files: /php-src/ext/mysqli/tests 017.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt

[PHP-CVS] cvs: php-src / configure.in /main php_version.h

2004-02-11 Thread Andi Gutmans
andiWed Feb 11 06:53:45 2004 EDT Modified files: /php-srcconfigure.in /php-src/main php_version.h Log: - Change to b4 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.490r2=1.491ty=u Index: php-src/configure.in diff -u

[PHP-CVS] cvs: php-src /tests/lang bug22231.phpt bug22510.phpt

2004-02-10 Thread Andi Gutmans
andiTue Feb 10 10:20:51 2004 EDT Modified files: /php-src/tests/lang bug22231.phpt bug22510.phpt Log: Fix a couple of tests http://cvs.php.net/diff.php/php-src/tests/lang/bug22231.phpt?r1=1.3r2=1.4ty=u Index: php-src/tests/lang/bug22231.phpt diff -u

[PHP-CVS] cvs: php-src / README.PHP4-TO-PHP5-THIN-CHANGES README.Zeus README.input_filter makerpm

2004-02-08 Thread Andi Gutmans
andiSun Feb 8 17:49:48 2004 EDT Modified files: /php-srcmakerpm README.input_filter README.Zeus README.PHP4-TO-PHP5-THIN-CHANGES Log: - Change from PHP5 - PHP 5 http://cvs.php.net/diff.php/php-src/makerpm?r1=1.7r2=1.8ty=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2004-02-05 Thread Andi Gutmans
andiThu Feb 5 04:55:21 2004 EDT Modified files: /CVSROOTavail Log: - Give jon engine Karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.825r2=1.826ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.825 CVSROOT/avail:1.826 --- CVSROOT/avail:1.825

[PHP-CVS] cvs: php-src / NEWS

2004-02-04 Thread Andi Gutmans
andiWed Feb 4 16:29:29 2004 EDT Modified files: /php-srcNEWS Log: - Added recent stuff to NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1595r2=1.1596ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1595 php-src/NEWS:1.1596 ---

Re: [PHP-CVS] cvs: php-src /ext/standard array.c

2004-01-28 Thread Andi Gutmans
Yeah you should. At 01:30 AM 1/24/2004 +0100, Andrey Hristov wrote: Ooops, something else slipped in :/ (no more commits so late). Anyway, should I revert the irrelevant part about ZEND_ENGINE_2 ? Andrey Andrey Hristov wrote: andrey Fri Jan 23 19:25:58 2004 EDT Modified files:

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2004-01-14 Thread Andi Gutmans
andiWed Jan 14 03:50:03 2004 EDT Modified files: /php-src/ext/imap php_imap.c Log: - Remove use of bogus macro Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.180 php-src/ext/imap/php_imap.c:1.181 ---

Re: [PHP-CVS] cvs: php-src /ext/standard file.c

2004-01-03 Thread Andi Gutmans
At 08:36 PM 1/2/2004 -0500, Ilia Alshanetsky wrote: On January 02, 2004 08:28 pm, Moriyoshi Koizumi wrote: I think this may cause a slight BC break, because they wouldn't raise warnings if the length is 0. How about returning FALSE silently in that case? fgets($fp, 0) is pretty pointless and

Re: [PHP-CVS] cvs: php-src /ext/standard file.c

2004-01-02 Thread Andi Gutmans
then should be than. At 12:57 AM 1/2/2004 +, Ilia Alshanetsky wrote: + php_error_docref(NULL TSRMLS_CC, E_WARNING, Length parameter must be greater then 0.); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-23 Thread Andi Gutmans
I think what both of you are saying is true, both that it's much easier to maintain the build parameters and to build a custom version. However, for the actual coding and debugging you still need the VC++ environment and browse database and the ability to set the breakpoint in the source. I

[PHP-CVS] cvs: php-src /sapi/cli php.1.in

2003-12-23 Thread Andi Gutmans
andiTue Dec 23 06:06:50 2003 EDT Modified files: /php-src/sapi/cli php.1.in Log: - Commit fixes to PHP man page Index: php-src/sapi/cli/php.1.in diff -u php-src/sapi/cli/php.1.in:1.4 php-src/sapi/cli/php.1.in:1.5 --- php-src/sapi/cli/php.1.in:1.4

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Andi Gutmans
Does this mean we can't be binary compatible with NT4? Andi At 03:01 PM 12/22/2003 +, Wez Furlong wrote: wez Mon Dec 22 10:01:06 2003 EDT Added files: /TSRM config.w32 Modified files: /TSRM tsrm_win32.c tsrm_win32.h /php-src/win32/build

Re: [PHP-CVS] cvs: php-src / NEWS /ext/xsl xsltprocessor.c

2003-12-22 Thread Andi Gutmans
In cases like this I think it's sexier to use do {} while(0). I also use goto but usually only in places where the former isn't suitable. In your case, I think it is. It would look something like the following: int fd; php_stream *stream = php_stream_open_wrapper_ex(uri, wb, ENFORCE_SAFE_MODE

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Andi Gutmans
Message - From: Andi Gutmans [EMAIL PROTECTED] To: Wez Furlong [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, December 22, 2003 4:39 PM Subject: Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h Does this mean we can't be binary

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Andi Gutmans
At 07:20 PM 12/22/2003 +, Wez Furlong wrote: No additional DLL's are needed. We can keep the news entry about dropping win95 support I think, even if the binaries still work there; it is nice to say good riddance to it (we might end up using some other API that isn't supported under win95 in

[PHP-CVS] cvs: php-src / configure.in /main php_version.h

2003-12-20 Thread Andi Gutmans
andiSat Dec 20 16:27:50 2003 EDT Modified files: /php-srcconfigure.in /php-src/main php_version.h Log: - Make the world a better place. - Will roll b3 tomorrow. Index: php-src/configure.in diff -u php-src/configure.in:1.485

[PHP-CVS] cvs: php-src / configure.in /main php_version.h

2003-12-19 Thread Andi Gutmans
andiFri Dec 19 08:36:39 2003 EDT Modified files: /php-srcconfigure.in /php-src/main php_version.h Log: - Prepare for RC2 Index: php-src/configure.in diff -u php-src/configure.in:1.484 php-src/configure.in:1.485 ---

[PHP-CVS] cvs: php-src / NEWS

2003-12-19 Thread Andi Gutmans
andiFri Dec 19 08:37:40 2003 EDT Modified files: /php-srcNEWS Log: - Update date Index: php-src/NEWS diff -u php-src/NEWS:1.1547 php-src/NEWS:1.1548 --- php-src/NEWS:1.1547 Thu Dec 18 16:27:59 2003 +++ php-src/NEWSFri Dec 19 08:37:39 2003 @@

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2003-12-19 Thread Andi Gutmans
This doesn't look right. Don't you mean to check Z_STRLEN_PP(str) == 0? has a static address. Andi At 01:33 PM 12/19/2003 +, Ilia Alshanetsky wrote: Z_STRVAL_PP(str) == -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /ext/mbstring/tests bug26639.phpt

2003-12-18 Thread Andi Gutmans
Shouldn't you be using some SEPARATE*() macro here? It seems as if you're doing something like that. At 09:50 AM 12/18/2003 +, Moriyoshi Koizumi wrote: moriyoshi Thu Dec 18 04:50:21 2003 EDT Added files: /php-src/ext/mbstring/tests bug26639.phpt Modified files:

<    1   2   3   4   >