[PHP-CVS] cvs: php-src /ext/date/tests 015.phpt

2008-07-09 Thread Joe Orton
jorton Wed Jul 9 08:29:55 2008 UTC Modified files: /php-src/ext/date/tests 015.phpt Log: - tweak test case to better trigger the (now-fixed) reference bugs http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/015.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/tests 015.phpt

2008-07-09 Thread Joe Orton
jorton Wed Jul 9 08:37:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/tests 015.phpt Log: - MFH: tweak test case to better trigger the (now-fixed) reference bugs

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/openssl xp_ssl.c /ext/soap php_http.c

2008-04-08 Thread Joe Orton
jorton Tue Apr 8 14:11:50 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslxp_ssl.c /php-src/ext/soap php_http.c /php-srcNEWS Log: MFH: Fixed bug #32979 (OpenSSL stream-fd casts broken in 64-bit build) (stotty at tvnet

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

2008-04-04 Thread Joe Orton
jorton Fri Apr 4 12:49:57 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: Fixed bug #32979 (OpenSSL stream-fd casts broken in 64-bit build) (stotty at tvnet dot hu)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/soap php_http.c

2008-04-04 Thread Joe Orton
jorton Fri Apr 4 13:02:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c /php-src/ext/soap php_http.c Log: MFH: Fixed bug #32979 (OpenSSL stream-fd casts broken in 64-bit build) (stotty at tvnet dot hu) MFH: Fix

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

2006-02-01 Thread Joe Orton
jorton Wed Feb 1 13:10:04 2006 UTC Modified files: /php-src/main php_compat.h Log: Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc) http://cvs.php.net/viewcvs.cgi/php-src/main/php_compat.h?r1=1.26r2=1.27diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /main php_compat.h

2006-02-01 Thread Joe Orton
jorton Wed Feb 1 13:52:46 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/main php_compat.h /php-srcNEWS Log: MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)

Re: [PHP-CVS] cvs: php-src /ext/pdo php_pdo_driver.h /ext/pdo_mysql mysql_driver.c mysql_statement.c /ext/pdo_pgsql pgsql_driver.c pgsql_statement.c

2005-05-19 Thread Joe Orton
On Thu, May 19, 2005 at 03:17:20PM +0200, Marcus Boerger wrote: Hello Ilia, gcc is becoming worse and worse. They completeley fuck up the c language. We should disallow gcc 4. Both 3.4 and 4 are doing some things just wrong. M, nice tasty FUD, guys. Trailing comma in enum is a C99

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

2005-05-11 Thread Joe Orton
jorton Wed May 11 08:43:10 2005 EDT Modified files: /php-src/ext/standard html.c Log: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) (merge error from 4.3)

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard html.c

2005-05-11 Thread Joe Orton
jorton Wed May 11 10:58:35 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard html.c Log: MFH: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) (merge error from 4.3) MFH: Mark pointers in entity tables as const.

Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2005-04-28 Thread Joe Orton
On Thu, Apr 28, 2005 at 01:14:26PM -, Jani Taskinen wrote: @@ -482,9 +482,14 @@ static void sapi_cgi_log_message(char *message) { #if PHP_FASTCGI + int logging = 1; TSRMLS_FETCH(); - if (!FCGX_IsCGI()) { + if (cfg_get_long(fastcgi.logging, logging) == FAILURE) {

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc xml_element.c

2005-04-22 Thread Joe Orton
jorton Fri Apr 22 07:06:55 2005 EDT Modified files: /php-src/ext/xmlrpc/libxmlrpc xml_element.c Log: Fixed bug #32797 (invalid C code in xmlrpc extension). http://cvs.php.net/diff.php/php-src/ext/xmlrpc/libxmlrpc/xml_element.c?r1=1.8r2=1.9ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/xmlrpc/libxmlrpc xml_element.c

2005-04-22 Thread Joe Orton
jorton Fri Apr 22 07:54:18 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xmlrpc/libxmlrpc xml_element.c Log: MFH: Fixed bug #32797 (invalid C code in xmlrpc extension).

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

2005-04-22 Thread Joe Orton
jorton Fri Apr 22 07:57:53 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/xmlrpc/libxmlrpc xml_element.c Log: MFH: Fixed bug #32797 (invalid C code in xmlrpc extension).

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

2005-04-01 Thread Joe Orton
jorton Fri Apr 1 06:12:50 2005 EDT Modified files: /php-src/ext/mssql config.m4 Log: Use PHP_LIBDIR. http://cvs.php.net/diff.php/php-src/ext/mssql/config.m4?r1=1.7r2=1.8ty=u Index: php-src/ext/mssql/config.m4 diff -u php-src/ext/mssql/config.m4:1.7

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

2005-03-30 Thread Joe Orton
jorton Wed Mar 30 07:56:59 2005 EDT Modified files: /php-src/ext/mysqli mysqli_prop.c Log: Mark private functions as static. http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_prop.c?r1=1.20r2=1.21ty=u Index: php-src/ext/mysqli/mysqli_prop.c diff -u

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

2005-03-30 Thread Joe Orton
jorton Wed Mar 30 08:43:37 2005 EDT Modified files: /php-src/ext/mysqli mysqli_driver.c mysqli_prop.c Log: Mark more private functions as static. http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_driver.c?r1=1.2r2=1.3ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli_prop.c

2005-03-30 Thread Joe Orton
jorton Wed Mar 30 08:52:39 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli mysqli_prop.c Log: MFH: Mark private functions as static. http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_prop.c?r1=1.14.2.5r2=1.14.2.6ty=u Index:

[PHP-CVS] cvs: php-src /sapi/apache2handler sapi_apache2.c

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:09:32 2005 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: - Fixed bug #31717: Reject PATH_INFO if AcceptPathInfo off is used.

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

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:19:32 2005 EDT Modified files: /php-src/ext/standard html.c Log: Fix /*-within-comment warning from GCC. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.105r2=1.106ty=u Index: php-src/ext/standard/html.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler sapi_apache2.c

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:23:58 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: - Fixed bug #31717: Reject PATH_INFO if AcceptPathInfo off is used.

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2handler sapi_apache2.c

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:39:04 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: - Fixed bug #31717: Reject PATH_INFO if AcceptPathInfo off is used.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard html.c

2005-03-10 Thread Joe Orton
jorton Thu Mar 10 06:40:03 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard html.c Log: MFH: fix /*-within-comment warning. http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.97.2.6r2=1.97.2.7ty=u Index:

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

2005-02-28 Thread Joe Orton
jorton Mon Feb 28 08:30:53 2005 EDT Modified files: /php-src/ext/pdopdo_dbh.c Log: Fix type mismatch. http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_dbh.c?r1=1.64r2=1.65ty=u Index: php-src/ext/pdo/pdo_dbh.c diff -u php-src/ext/pdo/pdo_dbh.c:1.64

[PHP-CVS] cvs: php-src /ext/pdo_sqlite/sqlite/src .cvsignore

2005-02-23 Thread Joe Orton
jorton Wed Feb 23 06:14:28 2005 EDT Modified files: /php-src/ext/pdo_sqlite/sqlite/src .cvsignore Log: Ignore generated files. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/.cvsignore?r1=1.1r2=1.2ty=u Index:

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

2005-02-17 Thread Joe Orton
jorton Thu Feb 17 10:05:18 2005 EDT Modified files: /php-src/ext/xmlcompat.c Log: Declare error_mapping array as static and more const. http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.39r2=1.40ty=u Index: php-src/ext/xml/compat.c diff -u

[PHP-CVS] cvs: php-src /sapi/apache2handler php_functions.c

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:44:57 2005 EDT Modified files: /php-src/sapi/apache2handlerphp_functions.c Log: Fixed regression #31645 - only flush before running the subrequest.

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler php_functions.c

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:47:00 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed regression #31645 - only flush before running the subrequest.

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2handler php_functions.c

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:48:36 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed regression #31645 - only flush before running the subrequest.

[PHP-CVS] cvs: php-src /sapi/apache2handler sapi_apache2.c

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:24:41 2005 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler sapi_apache2.c

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:35:29 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH - Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2handler sapi_apache2.c

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:36:44 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH - Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

[PHP-CVS] cvs: php-src /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:01:32 2005 EDT Modified files: /php-src/sapi/apache2handlerphp_functions.c Log: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect issue.

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:07:28 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:09:57 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/filters mbfilter_htmlent.c

2005-01-10 Thread Joe Orton
jorton Mon Jan 10 06:26:56 2005 EDT Modified files: /php-src/ext/mbstring/libmbfl/filters mbfilter_htmlent.c Log: Don't scribble over the stack; icc compiler warning fix from [EMAIL PROTECTED] via Red Hat bugzilla #143795.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mbstring/libmbfl/filters mbfilter_htmlent.c

2005-01-10 Thread Joe Orton
jorton Mon Jan 10 06:30:01 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mbstring/libmbfl/filters mbfilter_htmlent.c Log: MFH: Don't scribble over the stack; icc compiler warning fix from [EMAIL PROTECTED] via Red Hat bugzilla #143795.

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/filters mbfilter_htmlent.c

2005-01-10 Thread Joe Orton
On Mon, Jan 10, 2005 at 12:52:15PM +0100, Derick Rethans wrote: jorton Mon Jan 10 06:26:56 2005 EDT Modified files: /php-src/ext/mbstring/libmbfl/filters mbfilter_htmlent.c Log: Don't scribble over the stack; icc compiler warning fix from [EMAIL PROTECTED]

Re: [PHP-CVS] cvs: php-src /ext/curl interface.c

2005-01-06 Thread Joe Orton
On Wed, Jan 05, 2005 at 08:30:57PM -0800, Andi Gutmans wrote: Isn't the compiler supposed to take care of that? curl_formadd takes a varargs array so the compiler is completely ignorant about what types should be used unfortunately :( joe -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/curl interface.c

2005-01-06 Thread Joe Orton
jorton Thu Jan 6 05:21:09 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/curl interface.c Log: MFH: - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms).

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

2005-01-06 Thread Joe Orton
jorton Thu Jan 6 05:34:04 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/curl curl.c Log: MFH: - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms).

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

2005-01-05 Thread Joe Orton
jorton Wed Jan 5 16:33:57 2005 EDT Modified files: /php-src/ext/curl interface.c Log: Fix #31413: curl POSTFIELDS usage on 64-bit platforms. http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.53r2=1.54ty=u Index: php-src/ext/curl/interface.c

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

2004-12-13 Thread Joe Orton
jorton Mon Dec 13 05:30:22 2004 EDT Modified files: /php-src/ext/gd config.m4 Log: More PHP_LIBDIR fixes for lib64 platforms. http://cvs.php.net/diff.php/php-src/ext/gd/config.m4?r1=1.148r2=1.149ty=u Index: php-src/ext/gd/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) / acinclude.m4

2004-12-08 Thread Joe Orton
jorton Wed Dec 8 07:55:34 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcacinclude.m4 Log: MFH: Fix VPATH build again. http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.1r2=1.271.2.2ty=u Index: php-src/acinclude.m4 diff -u

[PHP-CVS] cvs: php-src / acinclude.m4

2004-12-08 Thread Joe Orton
jorton Wed Dec 8 07:50:00 2004 EDT Modified files: /php-srcacinclude.m4 Log: Fix VPATH build again. http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.277r2=1.278ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.277

[PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2004-12-08 Thread Joe Orton
jorton Wed Dec 8 07:52:12 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: MFH: Fix VPATH build again. http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.36r2=1.218.2.37ty=u Index: php-src/acinclude.m4 diff -u

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

2004-12-06 Thread Joe Orton
On Mon, Dec 06, 2004 at 11:30:38PM -, Ilia Alshanetsky wrote: http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.391r2=1.392ty=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.391 php-src/ext/standard/file.c:1.392 --- php-src/ext/standard/file.c:1.391

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

2004-11-10 Thread Joe Orton
On Tue, Nov 09, 2004 at 08:39:53PM +0100, Derick Rethans wrote: On Tue, 9 Nov 2004, Joe Orton wrote: jorton Tue Nov 9 10:58:17 2004 EDT Modified files: /php-src/ext/standard config.m4 Log: Make the rounding fuzz check work again with gcc 3.3 and later

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

2004-11-09 Thread Joe Orton
jorton Tue Nov 9 10:58:17 2004 EDT Modified files: /php-src/ext/standard config.m4 Log: Make the rounding fuzz check work again with gcc 3.3 and later, fixing the bug24142 test.

[PHP-CVS] cvs: php-src /ext/recode config9.m4

2004-11-09 Thread Joe Orton
jorton Tue Nov 9 11:11:13 2004 EDT Modified files: /php-src/ext/recode config9.m4 Log: Fix --with-recode since PHP_YAZ is never defined. http://cvs.php.net/diff.php/php-src/ext/recode/config9.m4?r1=1.1r2=1.2ty=u Index: php-src/ext/recode/config9.m4 diff -u

[PHP-CVS] cvs: php-src / acinclude.m4

2004-11-03 Thread Joe Orton
jorton Wed Nov 3 08:04:11 2004 EDT Modified files: /php-srcacinclude.m4 Log: Fix extraction of httpd version if httpd is linked against -lefence. http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.273r2=1.274ty=u Index: php-src/acinclude.m4 diff -u

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

2004-11-03 Thread Joe Orton
jorton Wed Nov 3 08:12:41 2004 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Remove unused variable. http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.19r2=1.20ty=u Index: php-src/ext/openssl/xp_ssl.c diff -u

[PHP-CVS] cvs: php-src / acinclude.m4 configure.in

2004-11-03 Thread Joe Orton
jorton Wed Nov 3 09:07:09 2004 EDT Modified files: /php-srcacinclude.m4 configure.in Log: Core changes to support multi-ABI platforms with libraries in /usr/lib64 rather than /usr/lib. * configure.in: Add --with-libdir flag; define PHP_LIBDIR. *

[PHP-CVS] cvs: php-src /ext/bz2 config.m4 /ext/cpdf config.m4 /ext/curl config.m4 /ext/dba config.m4 /ext/fam config.m4 /ext/gd config.m4 /ext/gettext config.m4 /ext/gmp config.m4 /ext/iconv config.m4 /ext/imap config.m4 /ext/ldap config.m4 /ext/mbstring config.m4 /ext/mysql config.m4 /ext/ncurses config.m4 /ext/odbc config.m4 /ext/pcre config.m4 /ext/pgsql config.m4 /ext/pspell config.m4 /ext/readline config.m4 /ext/recode config.m4 /ext/session config.m4 /ext/sqlite config.m4 /ext/xml config.m4 /ext/xmlrpc config.m4 /ext/xsl config.m4 /ext/zlib config0.m4

2004-11-03 Thread Joe Orton
jorton Wed Nov 3 09:32:53 2004 EDT Modified files: /php-src/ext/bz2config.m4 /php-src/ext/cpdf config.m4 /php-src/ext/curl config.m4 /php-src/ext/dbaconfig.m4 /php-src/ext/famconfig.m4 /php-src/ext/gd config.m4

[PHP-CVS] cvs: php-src /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-10-23 Thread Joe Orton
jorton Sat Oct 23 08:56:20 2004 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c /php-src/sapi/apache2filter sapi_apache2.c Log: Fix the get_request_time implementation for the 2.0 SAPIs to return seconds not microseconds and to use

[PHP-CVS] cvs: php-src /sapi/apache2filter php_functions.c sapi_apache2.c /sapi/apache2handler php_functions.c sapi_apache2.c

2004-10-23 Thread Joe Orton
jorton Sat Oct 23 09:48:05 2004 EDT Modified files: /php-src/sapi/apache2filter sapi_apache2.c php_functions.c /php-src/sapi/apache2handlerphp_functions.c sapi_apache2.c Log: - always convert apr_time_t to time_t using apr_time_sec() to be

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler sapi_apache2.c

2004-10-21 Thread Joe Orton
jorton Thu Oct 21 04:22:59 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: Fix case where php_handle_aborted_connection was called outside a try/end_try block (#25570).

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2004-10-21 Thread Joe Orton
jorton Thu Oct 21 15:41:56 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: MFH: Fixed apache2* SAPI build against httpd 2.1.

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2handler sapi_apache2.c

2004-10-21 Thread Joe Orton
jorton Thu Oct 21 15:43:37 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: Fix case where php_handle_aborted_connection was called outside a try/end_try block (#25570).

[PHP-CVS] cvs: php-src /sapi/apache2handler sapi_apache2.c

2004-10-20 Thread Joe Orton
jorton Wed Oct 20 05:28:47 2004 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: Fix case where php_handle_aborted_connection was called outside a try/end_try block (#25570).

[PHP-CVS] cvs: php-src /tests/lang bug27354.phpt

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 06:23:22 2004 EDT Modified files: /php-src/tests/lang bug27354.phpt Log: Do not rely on behaviour of integers which might be greater than LONG_MAX on 32-bit architectures.

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/time 001.phpt

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 06:34:15 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/time001.phpt Log: MFH: fix gettimeofday() tests to not fail if the same time is returned by successive calls.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard/tests/time 001.phpt

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 07:49:19 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard/tests/time001.phpt Log: MFH: fix gettimeofday() tests to not fail if the same time is returned by successive calls.

[PHP-CVS] cvs: php-src(PHP_5_0) /tests/lang bug27354.phpt

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 08:11:07 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/tests/lang bug27354.phpt Log: MFH: Do not rely on handling of integers which might be outside the range of a 32-bit signed long.

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang bug27354.phpt

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 08:13:41 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/tests/lang bug27354.phpt Log: MFH: Do not rely on handling of integers which might be outside the range of a 32-bit signed long.

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/time 001.phpt

2004-08-31 Thread Joe Orton
On Tue, Aug 31, 2004 at 02:44:34PM +0200, Derick Rethans wrote: On Tue, 31 Aug 2004, Joe Orton wrote: jorton Tue Aug 31 06:34:15 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/time001.phpt Log: MFH: fix gettimeofday

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.h gdtables.c wbmp.h /main php_compat.h

2004-08-31 Thread Joe Orton
jorton Tue Aug 31 12:41:29 2004 EDT Modified files: /php-src/ext/gd/libgd gd.h gdtables.c wbmp.h /php-src/main php_compat.h Log: Move global symbols defined by bundled copy of libgd into private php_gd_* namespace, to avoid symbol conflicts

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

2003-11-12 Thread Joe Orton
On Wed, Nov 12, 2003 at 10:02:38PM -, Ilia Alshanetsky wrote: iliaa Wed Nov 12 17:02:38 2003 EDT Modified files: /php-src NEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: Added nanosleep(), in addition to allowing setting of

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

2003-11-11 Thread Joe Orton
On Tue, Nov 11, 2003 at 05:35:33PM -, Moriyoshi Koizumi wrote: moriyoshi Tue Nov 11 12:35:33 2003 EDT Modified files: /php-src/ext/mbstring mbstring.c Log: Compiler warning fix (patch by Joe Orton) The fix is needed on the 4.3 branch too BTW