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

2003-08-31 Thread Wez Furlong
wez Sat Aug 30 21:44:46 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: install sqlite headers with the rest of php. We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not

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

2003-08-31 Thread Andi Gutmans
Why would you install the headers? It's not as if we're installing the .a or .so of sqlite (or are we?) Andi At 01:44 AM 8/31/2003 +, Wez Furlong wrote: wez Sat Aug 30 21:44:46 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: install sqlite headers with

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

2003-08-31 Thread Sergey Kartashoff
gluke Sun Aug 31 02:58:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mnogosearchphp_mnogo.c Log: - mnogosearch extension updated to compile with mnogosearch-3.2.15 - a new UDM_PARAM_SEARCH_RESULTS mnogosearch API command added to limit maxim

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

2003-08-31 Thread Sergey Kartashoff
gluke Sun Aug 31 03:00:30 2003 EDT Modified files: /php-src/ext/mnogosearchphp_mnogo.c Log: - a new UDM_PARAM_SEARCH_RESULTS mnogosearch API command added to limit maximum number of search results Index: php-src/ext/mnogosearch/php_mnogo.c diff -u p

[PHP-CVS] cvs: php-src /ext/curl interface.c /ext/gmp gmp.c /ext/ldap ldap.c /ext/mbstring mbstring.c /ext/mcve mcve.c /ext/mssql php_mssql.c /ext/oci8 oci8.c /ext/odbc php_odbc.c /ext/openssl openssl.c /ext/oracle oracle.c /ext/pcntl pcntl.c /ext/pcre php_pcre.c /ext/sockets sockets.c /ext/sqlite sqlite.c /ext/sysvmsg sysvmsg.c /ext/xml xml.c /ext/xmlrpc xmlrpc-epi-php.c /ext/yaz php_yaz.c

2003-08-31 Thread Zeev Suraski
zeevSun Aug 31 08:41:54 2003 EDT Modified files: /php-src/ext/curl interface.c /php-src/ext/gmpgmp.c /php-src/ext/ldap ldap.c /php-src/ext/mbstring mbstring.c /php-src/ext/mcve mcve.c /php-src/ext/mssql php_mssql.c /php

[PHP-CVS] cvs: php-src /ext/dba dba.dsp

2003-08-31 Thread Jani Taskinen
sniper Sun Aug 31 12:28:20 2003 EDT Modified files: /php-src/ext/dbadba.dsp Log: - Fix win32 debug build Index: php-src/ext/dba/dba.dsp diff -u php-src/ext/dba/dba.dsp:1.4 php-src/ext/dba/dba.dsp:1.5 --- php-src/ext/dba/dba.dsp:1.4 Mon Nov 18 20:06:41 2002

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

2003-08-31 Thread Jani Taskinen
On Sun, 31 Aug 2003, Sergey Kartashoff wrote: >+ >REGISTER_LONG_CONSTANT("UDM_PARAM_RESULTS_LIMIT",UDM_PARAM_RESULTS_LIMIT,CONST_CS | >CONST_PERSISTENT); Shouldn't that be wrapped inside the #if UDM_VERSION_ID >= 30215 .. #endif too?? Also, wouldn't it be much easier for you to put

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.dsp

2003-08-31 Thread Jani Taskinen
sniper Sun Aug 31 12:08:46 2003 EDT Modified files: /php-src/ext/mbstring mbstring.dsp Log: - Fix the win32 build. # mbregex is still not build, that onigurama stuff didn't compile Index: php-src/ext/mbstring/mbstring.dsp diff -u php-src/ext/mbstring/mb

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

2003-08-31 Thread Marcus Boerger
helly Sun Aug 31 10:33:18 2003 EDT Modified files: /php-src/ext/pcntl pcntl.c Log: Fix format specifiers Index: php-src/ext/pcntl/pcntl.c diff -u php-src/ext/pcntl/pcntl.c:1.37 php-src/ext/pcntl/pcntl.c:1.38 --- php-src/ext/pcntl/pcntl.c:1.37 Sun Aug 31

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

2003-08-31 Thread Marcus Boerger
helly Sun Aug 31 10:35:10 2003 EDT Modified files: /php-src/ext/pcntl pcntl.c Log: No dots at the end of error messages Index: php-src/ext/pcntl/pcntl.c diff -u php-src/ext/pcntl/pcntl.c:1.38 php-src/ext/pcntl/pcntl.c:1.39 --- php-src/ext/pcntl/pcntl.c:1.38

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

2003-08-31 Thread Marcus Boerger
helly Sun Aug 31 10:38:25 2003 EDT Modified files: /php-src/ext/sysvmsgsysvmsg.c Log: Fix formatting specifier Index: php-src/ext/sysvmsg/sysvmsg.c diff -u php-src/ext/sysvmsg/sysvmsg.c:1.14 php-src/ext/sysvmsg/sysvmsg.c:1.15 --- php-src/ext/sysvmsg/sy

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

2003-08-31 Thread Jani Taskinen
sniper Sun Aug 31 06:54:17 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: - Single header files installation. Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.6 php-src/scripts/Makefile.frag:1.7 --- php-src/scripts/M

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

2003-08-31 Thread Derick Rethans
On Sun, 31 Aug 2003, Andi Gutmans wrote: > Why would you install the headers? It's not as if we're installing the .a > or .so of sqlite (or are we?) We're not, but we are exporting sqlite symbols from the bundled library, so why not install the headers so people can make use of sqlite from wit

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

2003-08-31 Thread Wez Furlong
This is precisely what I am doing here (linking against libphp5 and using the exported sqlite symbols). Would be nice if we could install just the sqlite.h file though as the others are internal to the library implementation. --Wez. > On Sun, 31 Aug 2003, Andi Gutmans wrote: > > > Why would you

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

2003-08-31 Thread Marcus Boerger
helly Sun Aug 31 06:52:24 2003 EDT Modified files: /ZendEngine2zend.c /php-src/ext/mysqli mysqli_api.c Log: Revisited: Replace the non portable code by spprintf Index: ZendEngine2/zend.c diff -u ZendEngine2/zend.c:1.246 ZendEngine2/zend.c:1.247 --

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

2003-08-31 Thread Jani Taskinen
On Sun, 31 Aug 2003, Wez Furlong wrote: >This is precisely what I am doing here (linking against libphp5 and using >the exported sqlite symbols). What if I build sqlite as shared? :) >Would be nice if we could install just the sqlite.h file though as the >others are internal to the library i

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

2003-08-31 Thread Jani Taskinen
> MYSQLI_FETCH_RESOURCE(stmt, STMT *, prstmt, PR_STMT *, &mysql_stmt, > "mysqli_stmt"); > >- mysql_stmt_data_seek(stmt->stmt, offset); >+//mysql_stmt_data_seek(stmt->stmt, offset); > return; > } > /* }}} */ >@@ -1711,7 +1711,7 @@ > > MYSQLI_FETCH_RESOURCE(stmt, STMT *,

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

2003-08-31 Thread Marcus Boerger
helly Sun Aug 31 07:03:06 2003 EDT Modified files: /php-src/ext/mysqli mysqli_api.c Log: Revert commit by accident, sorry Index: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.42 php-src/ext/mysqli/mysqli_api.c:1.43 --- php-src/ext/m

[PHP-CVS] cvs: php-src /ext/calendar calendar.c /ext/dio dio.c /ext/ldap ldap.c /ext/mssql php_mssql.c /ext/openssl openssl.c /ext/sockets sockets.c /ext/sysvsem sysvsem.c /ext/sysvshm sysvshm.c /ext/xmlrpc xmlrpc-epi-php.c

2003-08-31 Thread Ilia Alshanetsky
iliaa Sun Aug 31 16:45:52 2003 EDT Modified files: /php-src/ext/calendar calendar.c /php-src/ext/opensslopenssl.c /php-src/ext/diodio.c /php-src/ext/ldap ldap.c /php-src/ext/mssql php_mssql.c /php-src/ext/socketsso

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

2003-08-31 Thread Ilia Alshanetsky
iliaa Sun Aug 31 17:07:03 2003 EDT Modified files: /php-src/ext/ftpftp.c Log: Make sure that ftp->data is nulled after it's freed. This may fix bug #25294 & bug #25296. Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.89 php-src/ext/ftp/ft

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

2003-08-31 Thread Ilia Alshanetsky
iliaa Sun Aug 31 17:09:14 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ftpftp.c Log: MFH: Make sure that ftp->data is nulled after it's freed. This may fix bug #25294 & bug #25296. Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1