I've started on imap, and only need to resolve a few linker conflicts. It
will be using imap-2002e.
- Frank
> wez Sat Dec 6 21:58:57 2003 EDT
>
> Modified files:
> /php-src/ext/gd config.w32
> /php-src/win32/build config.w32 confutils.js
> Log:
> t
wez Sat Dec 6 21:58:57 2003 EDT
Modified files:
/php-src/ext/gd config.w32
/php-src/win32/buildconfig.w32 confutils.js
Log:
tweak build so that it mirrors the source filesystem layout under the build dir.
This allows GD extension to build.
Hello Moriyoshi,
Sunday, December 7, 2003, 3:28:07 AM, you wrote:
> On 2003/12/07, at 10:58, Marcus Boerger wrote:
>> @@ -201,6 +201,7 @@
>>
>> PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
>> [ --enable-mbstring Enable multibyte string support])
>> +mbstring_shar
On 2003/12/07, at 10:58, Marcus Boerger wrote:
@@ -201,6 +201,7 @@
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
[ --enable-mbstring Enable multibyte string support])
+mbstring_shared=$ext_shared
@@ -220,5 +221,6 @@
dnl libmbfl is required
PHP_MBSTRING_SETU
Hi,
+ /* strip leading spaces */
+ while (isspace(*s) && *s != delimiter) {
+ s++;
+ }
+ /* strip trailing spaces */
+ while (isspace(*(--e)) && *e != delimiter);
+ e++;
+ if (php_stream_get_line(stream, buf, len, &buf_len) =
edink Sat Dec 6 20:59:28 2003 EDT
Added files:
/php-src/ext/gd config.w32
Log:
First attemt at win32 build with the new build system.
#No workie yet, the build sys needs tweaking
Index: php-src/ext/gd/config.w32
+++ php-src/ext/gd/config.w32
// $Id:
helly Sat Dec 6 20:58:55 2003 EDT
Modified files:
/php-src/ext/mbstring config.m4
Log:
Enable shared build
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.42 php-src/ext/mbstring/config.m4:1.43
--- php-src/ext/mbstring/con
edink Sat Dec 6 19:59:36 2003 EDT
Added files:
/php-src/ext/fileproconfig.w32
Log:
Added filepro to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/filepro/config.w32
+++ php-src/ext/filepro/config
edink Sat Dec 6 19:59:17 2003 EDT
Modified files:
/php-src/ext/fileprofilepro.c
Log:
Fixed win32 build (no such include on windows).
Index: php-src/ext/filepro/filepro.c
diff -u php-src/ext/filepro/filepro.c:1.52 php-src/ext/filepro/filepro.c:1.53
---
edink Sat Dec 6 19:49:26 2003 EDT
Added files:
/php-src/ext/fdfconfig.w32
Log:
Added fdf to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/fdf/config.w32
+++ php-src/ext/fdf/config.w32
// $Id: config.
edink Sat Dec 6 19:23:19 2003 EDT
Added files:
/php-src/ext/dbxconfig.w32
Log:
Added dbx to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/dbx/config.w32
+++ php-src/ext/dbx/config.w32
// $Id: config.
helly Sat Dec 6 19:21:48 2003 EDT
Modified files:
/php-src/ext/cpdf config.m4
/php-src/ext/dbaconfig.m4
/php-src/ext/domconfig.m4
/php-src/ext/gd config.m4
Log:
Fix enabling shared builds.
Index: php-src/ext/cpdf/config.m4
diff
edink Sat Dec 6 19:09:59 2003 EDT
Added files:
/php-src/ext/dbase config.w32
Log:
Added dbase to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/dbase/config.w32
+++ php-src/ext/dbase/config.w32
// $Id: c
edink Sat Dec 6 18:39:08 2003 EDT
Added files:
/php-src/ext/dbaconfig.w32
Log:
Added dba to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/dba/config.w32
+++ php-src/ext/dba/config.w32
// $Id: config.
iliaa Sat Dec 6 17:07:02 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard file.c
Log:
Fixed memory corruption occuring in fgetcsv() on certain files.
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.279.2.41 php-
helly Sat Dec 6 16:36:22 2003 EDT
Modified files:
/php-src/ext/pgsql pgsql.c
Log:
MFB: PHP_PQ_ERROR() change
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pgsql/pgsql.c:1.297 php-src/ext/pgsql/pgsql.c:1.298
--- php-src/ext/pgsql/pgsql.c:1.297 Thu
helly Sat Dec 6 16:28:08 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/pgsql pgsql.c
Log:
Update error/warning messages
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pgsql/pgsql.c:1.244.2.27 php-src/ext/pgsql/pgsql.c:1.244.2.28
--- php-src/ext
helly Sat Dec 6 15:46:48 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/pgsql/testsskipif.inc
Log:
MFH: Do not dynamically load the extension in skipif
Index: php-src/ext/pgsql/tests/skipif.inc
diff -u php-src/ext/pgsql/tests/skipif.inc:1.2
php-s
helly Sat Dec 6 15:41:08 2003 EDT
Modified files:
/php-src/ext/pgsql/testsskipif.inc
Log:
#args, reinsert skipif for extension check
Index: php-src/ext/pgsql/tests/skipif.inc
diff -u php-src/ext/pgsql/tests/skipif.inc:1.4 php-src/ext/pgsql/tests/skipif.in
helly Sat Dec 6 15:35:42 2003 EDT
Modified files:
/php-src/ext/pgsql/testsskipif.inc
Log:
Do not dynamically load the extension in skipif
Index: php-src/ext/pgsql/tests/skipif.inc
diff -u php-src/ext/pgsql/tests/skipif.inc:1.3 php-src/ext/pgsql/tests/s
helly Sat Dec 6 14:21:03 2003 EDT
Modified files:
/splphp_spl.c spl_iterators.c spl_iterators.h
Log:
Implement SeekableIterator and LimitIterator as C code.
Index: spl/php_spl.c
diff -u spl/php_spl.c:1.21 spl/php_spl.c:1.22
--- spl/php_spl.c:1.21 T
helly Sat Dec 6 14:03:18 2003 EDT
Modified files:
/spl/examples autoload.inc cachingiterator.inc directorytree.php
limititerator.inc seekableiterator.inc
Log:
Update examples
Index: spl/examples/autoload.inc
diff -u spl/examples
wez Sat Dec 6 12:31:40 2003 EDT
Modified files:
/php-src/ext/com_dotnet com_com.c com_extension.c php_com_dotnet.h
Log:
com_create_guid() returns...
Index: php-src/ext/com_dotnet/com_com.c
diff -u php-src/ext/com_dotnet/com_com.c:1.5 php-src/ext/com_dot
andrey Sat Dec 6 11:49:14 2003 EDT
Modified files:
/php-srcREADME.PHP4-TO-PHP5-THIN-CHANGES
Log:
ups, i forgot this entry
Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES
diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.1
php-src/README.PHP4-TO-PHP5-T
andrey Sat Dec 6 11:46:29 2003 EDT
Added files:
/php-srcREADME.PHP4-TO-PHP5-THIN-CHANGES
Log:
A small start for so called "not-yet-written faq" about small changes that
may make someone's life a nightmare for some time. It will be good when a
change is
sniper Sat Dec 6 11:28:19 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcEXTENSIONS
Log:
No maintainer for oci8 / oracle
Index: php-src/EXTENSIONS
diff -u php-src/EXTENSIONS:1.51.2.5 php-src/EXTENSIONS:1.51.2.6
--- php-src/EXTENSIONS:1.51.2.5 Mon Oct 13
sniper Sat Dec 6 11:27:45 2003 EDT
Modified files:
/php-srcEXTENSIONS
Log:
There is no maintainer atm.
Index: php-src/EXTENSIONS
diff -u php-src/EXTENSIONS:1.65 php-src/EXTENSIONS:1.66
--- php-src/EXTENSIONS:1.65 Thu Dec 4 10:01:09 2003
+++ php-src/EX
wez Sat Dec 6 11:14:04 2003 EDT
Added files:
/php-src/win32/buildmkdist.php
Modified files:
/php-src/win32/buildMakefile config.w32
Log:
Add dist target to makefile that will generate the file layout for
a win32 binar
wez Sat Dec 6 11:12:10 2003 EDT
Modified files:
/php-src/ext/ftpftp.c ftp.h php_ftp.c
Log:
Fix ftp build when openssl is built as a shared extension.
Index: php-src/ext/ftp/ftp.c
diff -u php-src/ext/ftp/ftp.c:1.94 php-src/ext/ftp/ftp.c:1.95
--- php-src/
wez Sat Dec 6 11:04:35 2003 EDT
Modified files:
/php-src/ext/standard config.w32
/php-src/main php_ini.c
/php-src/win32/buildconfig.w32.h.in
Log:
Fix a problem resolving the php.ini path under win32 terminal services environment.
wez Sat Dec 6 10:16:17 2003 EDT
Modified files:
/php-src/ext/standard config.w32
Log:
use quotes if the user specifies a path, but don't otherwise (since we don't want
the getenv calls quoted).
Index: php-src/ext/standard/config.w32
diff -u php-src/e
moriyoshi Sat Dec 6 06:10:14 2003 EDT
Modified files:
/php-src/ext/iconv iconv.c
Log:
Add missing iconv_close() call
Index: php-src/ext/iconv/iconv.c
diff -u php-src/ext/iconv/iconv.c:1.107 php-src/ext/iconv/iconv.c:1.108
--- php-src/ext/iconv/iconv.c
sniper Sat Dec 6 05:48:57 2003 EDT
Modified files:
/php-src/ext/standard proc_open.c
Log:
fix proto
Index: php-src/ext/standard/proc_open.c
diff -u php-src/ext/standard/proc_open.c:1.18 php-src/ext/standard/proc_open.c:1.19
--- php-src/ext/standard/proc_
wez Sat Dec 6 05:32:36 2003 EDT
Modified files:
/php-src/main php_network.h
/php-src/win32/buildconfig.w32
Log:
fix ipv6 stuff under vc6
Index: php-src/main/php_network.h
diff -u php-src/main/php_network.h:1.48 php-src/main/php_network.h:
wez Sat Dec 6 05:31:03 2003 EDT
Modified files:
/php-srcREADME.WIN32-BUILD-SYSTEM
Log:
bah
Index: php-src/README.WIN32-BUILD-SYSTEM
diff -u php-src/README.WIN32-BUILD-SYSTEM:1.2 php-src/README.WIN32-BUILD-SYSTEM:1.3
--- php-src/README.WIN32-BUILD-SYSTEM
35 matches
Mail list logo