alexwaugh Sun Nov 26 19:51:23 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/webjames webjames.c
Log:
MFH: Improve robustness of sending routines
http://cvs.php.net/viewvc.cgi/php-src/sapi/webjames/webjames.c?r1=1.11.2.2&r2=1.11.2.2.2.1&di
alexwaugh Sun Nov 26 19:50:31 2006 UTC
Modified files:
/php-src/sapi/webjames webjames.c
Log:
Improve robustness of sending routines
http://cvs.php.net/viewvc.cgi/php-src/sapi/webjames/webjames.c?r1=1.13&r2=1.14&diff_format=u
Index: php-src/sapi/we
alexwaugh Tue Mar 7 22:37:53 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/main php.h
/php-src/sapi/cgi cgi_main.c
Log:
MFH Fix for RISC OS
http://cvs.php.net/viewcvs.cgi/php-src/main/php.h?r1=1.221.2.3&r2=1.221.2.4&diff_format=u
Inde
alexwaugh Tue Mar 7 22:37:19 2006 UTC
Modified files:
/php-src/main php.h
/php-src/sapi/cgi cgi_main.c
Log:
Fix for RISC OS
http://cvs.php.net/viewcvs.cgi/php-src/main/php.h?r1=1.227&r2=1.228&diff_format=u
Index: php-src/main/php.h
diff -u
alexwaugh Tue Mar 7 22:35:30 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/sapi/webjames webjames.c
Log:
MFH Improve DOCUMENT_ROOT setting
http://cvs.php.net/viewcvs.cgi/php-src/sapi/webjames/webjames.c?r1=1.11.2.1&r2=1.11.2.2&diff_format=u
I
alexwaugh Tue Mar 7 22:34:37 2006 UTC
Modified files:
/php-src/sapi/webjames webjames.c
Log:
Improve DOCUMENT_ROOT setting
http://cvs.php.net/viewcvs.cgi/php-src/sapi/webjames/webjames.c?r1=1.12&r2=1.13&diff_format=u
Index: php-src/sapi/webjames/w
alexwaugh Sun Mar 23 16:58:04 2003 EDT
Modified files:
/php4/ext/standard php_fopen_wrappers.h
Log:
Fix linkage of symbols.
Index: php4/ext/standard/php_fopen_wrappers.h
diff -u php4/ext/standard/php_fopen_wrappers.h:1.16
php4/ext/standard/php_fopen_w
In message <[EMAIL PROTECTED]>
Jon Parise <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 03, 2003 at 10:07:06PM -0000, Alex Waugh wrote:
>
> > alexwaugh Fri Jan 3 17:07:06 2003 EDT
> >
> > Modified files: (Branch: PHP_4_3)
>
alexwaugh Fri Jan 3 17:07:06 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 acinclude.m4
Log:
MFH
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.218.2.4 php4/acinclude.m4:1.218.2.5
--- php4/acinclude.m4:1.218.2.4 Thu Jan 2 14:21:53 2003
+
alexwaugh Fri Jan 3 17:05:13 2003 EDT
Modified files:
/php4 acinclude.m4
Log:
Provide alternative for glibc brokenness test when cross compiling
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.223 php4/acinclude.m4:1.224
--- php4/acinclude.m
In message <[EMAIL PROTECTED]>
Sascha Schumann <[EMAIL PROTECTED]> wrote:
> On Thu, 2 Jan 2003, Alex Waugh wrote:
>
> > In message <[EMAIL PROTECTED]>
> > Sascha Schumann <[EMAIL PROTECTED]> wrote:
> >
> > > > Yo
In message <[EMAIL PROTECTED]>
Sascha Schumann <[EMAIL PROTECTED]> wrote:
> > You can; I cross compile it regularly.
>
> What is your target/host platform then?
Building on Linux, targetting RISC OS.
Alex
--
Alex Waugh [EMAIL PROTECTED
st "$have_broken_glibc_fopen_append" = "yes"; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_BROKEN_GLIBC_FOPEN_APPEND,1, [Define if your glibc borks on
fopen with mode a+])
else
AC_MSG_RESULT(no)
fi
])
--
Alex Waugh [EMAIL PROTECTED]
RISC OS
ccessfully cross-compile PHP
> anyway, so the point is moot anyway.
You can; I cross compile it regularly.
Alex
--
Alex Waugh [EMAIL PROTECTED]
RISC OS software from http://www.alexwaugh.com/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Log:
> Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for
> files fopen()ed with that mode.
This breaks the build when cross compiling. Please could you add a
default option to AC_TRY_RUN
Cheers
Alex
--
Alex Waugh [EMAIL PROTECTED]
15 matches
Mail list logo