[PHP-CVS] cvs: php-src / configure.in /ext/standard filestat.c

2003-08-20 Thread Jon Parise
jon Thu Aug 21 02:24:17 2003 EDT Modified files: /php-srcconfigure.in /php-src/ext/standard filestat.c Log: Under FreeBSD, statfs(2) requires both _and_ . The autoconf check for was failing because wasn't being universally included. T

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

2003-08-20 Thread Jani Taskinen
sniper Thu Aug 21 00:54:53 2003 EDT Modified files: /php-srcNEWS Log: - Proper place, correct formatting. # Why is this called 'setrawcookie()'? It's not following our naming style.. Index: php-src/NEWS diff -u php-src/NEWS:1.1458 php-src/NEWS:1.1459 -

[PHP-CVS] cvs: spl / spl_array.c spl_directory.c spl_engine.c spl_engine.h spl_foreach.c

2003-08-20 Thread Marcus Boerger
helly Wed Aug 20 20:10:50 2003 EDT Modified files: /splspl_array.c spl_directory.c spl_engine.c spl_engine.h spl_foreach.c Log: Extensions that do opcode hooking must provide the removed functions/macros themselves now. Index: sp

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

2003-08-20 Thread Brian France
bfrance Wed Aug 20 19:28:31 2003 EDT Modified files: /php-srcNEWS Log: - Added new setrawcookie function (bfrance) Index: php-src/NEWS diff -u php-src/NEWS:1.1457 php-src/NEWS:1.1458 --- php-src/NEWS:1.1457 Tue Aug 19 04:41:01 2003 +++ php-src/NEWS

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

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 19:01:34 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: MFH Fix false warning on zero-size BLOB fetch (introduced in RC3) Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interba

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

2003-08-20 Thread Zeev Suraski
zeevWed Aug 20 19:00:08 2003 EDT Modified files: /php-src/main main.c Log: No need for those code blocks anymore... Index: php-src/main/main.c diff -u php-src/main/main.c:1.566 php-src/main/main.c:1.567 --- php-src/main/main.c:1.566 Mon Aug 18 23:

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

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 18:59:34 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fix false warning on zero-size BLOB fetch Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.159 php-src/ext/interbase/interbas

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

2003-08-20 Thread Adam Maccabee Trachtenberg
On Wed, 20 Aug 2003, Brian France wrote: > bfrance Wed Aug 20 16:51:11 2003 EDT > > Modified files: > /php-src/ext/standard head.h head.c basic_functions.c > Log: > > Added a parameter to php_setcookie to toggle URL encoding of the cookie data > Add

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

2003-08-20 Thread Sara Golemon
pollita Wed Aug 20 17:59:30 2003 EDT Modified files: /php-src/ext/standard ftp_fopen_wrapper.c Log: Add resume_pos (resume position) context option for restarting file downloads. Index: php-src/ext/standard/ftp_fopen_wrapper.c diff -u php-src/ext/standard/

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

2003-08-20 Thread Brian France
bfrance Wed Aug 20 16:51:11 2003 EDT Modified files: /php-src/ext/standard head.h head.c basic_functions.c Log: Added a parameter to php_setcookie to toggle URL encoding of the cookie data Added the function setrawcookie that turns off URL encoding of th

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 15:47:01 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Reuse result data structure and resource id for consecutive executions of a prepared query # As previous resources are invalidated anyway because

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

2003-08-20 Thread Brad House
bradmsswWed Aug 20 15:45:07 2003 EDT Modified files: /php-src/ext/mcve mcve.c Log: allow destructor to clean up connection data Index: php-src/ext/mcve/mcve.c diff -u php-src/ext/mcve/mcve.c:1.22 php-src/ext/mcve/mcve.c:1.23 --- php-src/ext/mcve/mcve.c

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

2003-08-20 Thread Brad House
bradmsswWed Aug 20 15:43:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mcve mcve.c Log: allow destructor to clean up connection data Index: php-src/ext/mcve/mcve.c diff -u php-src/ext/mcve/mcve.c:1.14.2.4 php-src/ext/mcve/mcve.c:1.14.2.5 --

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

2003-08-20 Thread Rob Richards
rrichards Wed Aug 20 14:58:03 2003 EDT Modified files: /php-src/ext/domphp_dom.c Log: fix infinite loop in normalize Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.25 php-src/ext/dom/php_dom.c:1.26 --- php-src/ext/dom/php_dom.c:1.

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

2003-08-20 Thread Rob Richards
rrichards Wed Aug 20 13:58:56 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: doc must be copied when importing stylesheet libxslt uses the _private for processing Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltproce

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard php_rand.h /main reentrancy.c

2003-08-20 Thread Ilia Alshanetsky
iliaa Wed Aug 20 12:40:47 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main reentrancy.c /php-src/ext/standard php_rand.h Log: MFH: Fixed bug #25170 (Problem with generation of random numbers on solaris) Index: php-src/main/reentrancy

[PHP-CVS] cvs: php-src /ext/standard php_rand.h /main reentrancy.c

2003-08-20 Thread Ilia Alshanetsky
iliaa Wed Aug 20 12:40:23 2003 EDT Modified files: /php-src/main reentrancy.c /php-src/ext/standard php_rand.h Log: Fixed bug #25170 (Problem with generation of random numbers on solaris) Index: php-src/main/reentrancy.c diff -u php-src/mai

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 12:13:51 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Moved transaction defaults to header file Index: php-src/ext/interbase/php_interbase.h diff -u php-src/ext/interbase/php_interbase.h:1.54 php-sr

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

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 09:02:27 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Cleaned up _php_ibase_var_zval() Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.156 php-src/ext/interbase/interbase.c:1.157

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

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 08:40:59 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fix Win32 build Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.155 php-src/ext/interbase/interbase.c:1.156 --- php-src/ext/

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

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 08:40:05 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Moved some local vars to stack Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.154 php-src/ext/interbase/interbase.c:1.155

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-20 Thread Ard Biesheuvel
abies Wed Aug 20 08:22:59 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Nuke link handle from BLOB id # Now BLOB ids can survive disconnect/reconnect Added link argument to ibase_blob_{open|info|echo}() Index: php-

[PHP-CVS] cvs: php-src(PHP_4_3) /scripts phpize.in

2003-08-20 Thread Jani Taskinen
sniper Wed Aug 20 04:16:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/scriptsphpize.in Log: MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.1.2.5 php-src/scrip

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/bz2 config.m4

2003-08-20 Thread Jani Taskinen
sniper Wed Aug 20 04:15:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/bz2config.m4 Log: MFH Index: php-src/ext/bz2/config.m4 diff -u php-src/ext/bz2/config.m4:1.1 php-src/ext/bz2/config.m4:1.1.2.1 --- php-src/ext/bz2/config.m4:1.1 Sat May

[PHP-CVS] cvs: php-src /ext/bz2 config.m4

2003-08-20 Thread Jani Taskinen
sniper Wed Aug 20 04:14:25 2003 EDT Modified files: /php-src/ext/bz2config.m4 Log: Fix phpize build Index: php-src/ext/bz2/config.m4 diff -u php-src/ext/bz2/config.m4:1.1 php-src/ext/bz2/config.m4:1.2 --- php-src/ext/bz2/config.m4:1.1 Sat May 17 10:27

[PHP-CVS] cvs: php-src /scripts phpize.in

2003-08-20 Thread Jani Taskinen
sniper Wed Aug 20 04:13:41 2003 EDT Modified files: /php-src/scriptsphpize.in Log: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.6 php-src/scripts/phpize.in:1.7 --- php-s

Re: [PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2003-08-20 Thread Jon Parise
On Wed, Aug 20, 2003 at 07:41:42AM -, Jon Parise wrote: > jon Wed Aug 20 03:41:42 2003 EDT > > Modified files: > /php-src/ext/sqlite Makefile.frag > Log: > Explicitly declare the dependencies on the generated sqlite.h file. This > allows the libsqli

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2003-08-20 Thread Jon Parise
jon Wed Aug 20 03:41:42 2003 EDT Modified files: /php-src/ext/sqlite Makefile.frag Log: Explicitly declare the dependencies on the generated sqlite.h file. This allows the libsqlite source tree (and php-src, as a whole) to be built using 'make -j' once aga