Hi Sara
This still doesn't fix it (at least on FreeBSD 6.2-prerelease) since
_SC_GETPW_R_SIZE_MAX is defined but simply not implemented yet :(
-Hannes
(p.s.; you missed one in main/safe_mode.c)
On 1/11/07, Sara Golemon <[EMAIL PROTECTED]> wrote:
pollita Thu Jan 11 02:33:07 2007 UTC
On 01/11/2007 12:24 PM, Hannes Magnusson wrote:
Hi Sara
This still doesn't fix it (at least on FreeBSD 6.2-prerelease) since
_SC_GETPW_R_SIZE_MAX is defined but simply not implemented yet :(
Same for Mac OS, sysconf() returns -1 there, even though _SC_GETPW_R_SIZE_MAX
is defined.
This patch
tony2001Thu Jan 11 10:49:30 2007 UTC
Modified files:
/php-src/main .cvsignore
/php-src/main/streams .cvsignore
/php-src/regex .cvsignore
Log:
add misssing temp directories to .cvsignore
http://cvs.php.net/viewvc.cgi/php-src/
tony2001Thu Jan 11 11:26:36 2007 UTC
Added files:
/php-src/ext/oci8/tests bug40078.phpt
Modified files:
/php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h
Log:
fix #40078 (ORA-01405 when fetching NULL values using
oci_b
tony2001Thu Jan 11 11:27:52 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/oci8/tests bug40078.phpt
Modified files:
/php-srcNEWS
/php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h
Log:
MFH: fix #40078 (ORA-
tony2001Thu Jan 11 11:58:34 2007 UTC
Added files:
/php-src/ext/oci8/tests define5.phpt define4.phpt define3.phpt
define2.phpt coll_019.phpt
Modified files:
/php-src/ext/oci8 oci8_interface.c oci8_st
tony2001Thu Jan 11 12:01:08 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/oci8/tests coll_019.phpt define2.phpt define3.phpt
define4.phpt define5.phpt
Modified files:
/php-src/ext/oci8 oci8_st
tony2001Thu Jan 11 15:51:29 2007 UTC
Modified files:
/php-src/main network.c
Log:
use closesocket() on Win32 and close() on *nix
http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.124&r2=1.125&diff_format=u
Index: php-src/main/network.c
d
tony2001Thu Jan 11 15:51:37 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main network.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.3&r2=1.118.2.2.2.4&diff_format=u
Index: php-src/main/network.c
diff -u php
tony2001Thu Jan 11 16:45:28 2007 UTC
Modified files:
/php-src/ext/pgsql pgsql.c
Log:
make sure the string is non-empty and use strlcpy() & strlcat()
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.364&r2=1.365&diff_format=u
Index: php-sr
tony2001Thu Jan 11 16:45:37 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pgsql pgsql.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.17&r2=1.331.2.13.2.18&diff_format=u
Index: php-src/ext/pgsql/pgsql.c
dif
tony2001Thu Jan 11 16:47:32 2007 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/pgsql pgsql.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.244.2.40.2.6&r2=1.244.2.40.2.7&diff_format=u
Index: php-src/ext/pgsql/pgsql.c
diff
helly Thu Jan 11 21:33:23 2007 UTC
Modified files:
/php-src/ext/splspl_engine.h
Log:
- Unicode support
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_engine.h?r1=1.23&r2=1.24&diff_format=u
Index: php-src/ext/spl/spl_engine.h
diff -u php-src/ext/spl/spl_
andrei Thu Jan 11 23:18:11 2007 UTC
Modified files:
/php-src/sapi/apachemod_php.c
Log:
Fake out the module name, since the filename is different now.
http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php.c?r1=1.1&r2=1.2&diff_format=u
Index: php-s
tony2001Thu Jan 11 22:23:06 2007 UTC
Modified files:
/php-src/ext/mbstring php_mbregex.c
Log:
avoid changing original zval
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.c?r1=1.57&r2=1.58&diff_format=u
Index: php-src/ext/mbstring
tony2001Thu Jan 11 22:23:20 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring php_mbregex.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.c?r1=1.53.2.1.2.3&r2=1.53.2.1.2.4&diff_format=u
Index: php-src/ext/
iliaa Fri Jan 12 01:46:11 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard filestat.c
/php-src/main safe_mode.c fopen_wrappers.c
/php-src/ext/posix posix.c
/php-srcNEWS
Log:
Fixed bug #40098 (php_fopen_primary_scr
iliaa Fri Jan 12 01:50:43 2007 UTC
Modified files:
/php-src/ext/posix posix.c
/php-src/main fopen_wrappers.c
Log:
MFB:
Fixed bug #40098 (php_fopen_primary_script() not thread safe).
Adjusted previous fixes for similar issue to handle s
iliaa Fri Jan 12 02:03:59 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard formatted_print.c
Log:
Use long instead of int where long is expected.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.82.2.1.2.11&r
iliaa Fri Jan 12 02:04:27 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
MFB: Use long instead of int where long is expected.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.96&r2=1.97&diff_format=u
iliaa Fri Jan 12 02:04:38 2007 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/standard formatted_print.c
Log:
MFH: Use long instead of int where long is expected.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.59.2.15.
21 matches
Mail list logo