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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
> 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 *,
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
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
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
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
21 matches
Mail list logo