.. |
streams
|
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy
|
2011-08-09 12:16:58 +00:00 |
alloca.c
|
- Fix outside-source-tree builds. Always include generated header files
|
2005-01-09 21:05:06 +00:00 |
build-defs.h.in
|
Expose PHP_MANDIR
|
2011-04-18 09:50:32 +00:00 |
fopen_wrappers.c
|
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy
|
2011-08-09 12:16:58 +00:00 |
fopen_wrappers.h
|
- add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopen&co) to avoid extra links resolution and other non required ops on open
|
2011-07-25 16:50:07 +00:00 |
getopt.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
internal_functions_nw.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
internal_functions_win32.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
internal_functions.c.in
|
- MFH Cleanup exports and allow to overwrite ext registration
|
2008-08-22 12:59:46 +00:00 |
logos.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
main.c
|
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
2011-07-22 11:25:30 +00:00 |
mergesort.c
|
- MFH Cleanup exports and allow to overwrite ext registration
|
2008-08-22 12:59:46 +00:00 |
network.c
|
- Forgot to commit these.
|
2011-06-20 20:30:36 +00:00 |
output.c
|
fix coverity issue 1054: missing break/return
|
2011-08-10 11:01:09 +00:00 |
php_compat.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_content_types.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_content_types.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_getopt.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_globals.h
|
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
2011-07-22 11:25:30 +00:00 |
php_ini.c
|
Fix another Coverity warning by initializing this to NULL prior to the strtok_r call
|
2011-08-06 21:10:29 +00:00 |
php_ini.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_logos.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_logos.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_main.h
|
- Forgot to commit these.
|
2011-06-20 20:30:36 +00:00 |
php_memory_streams.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_network.h
|
- Forgot to commit these.
|
2011-06-20 20:30:36 +00:00 |
php_open_temporary_file.c
|
- Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent, windows fix
|
2011-03-28 16:43:49 +00:00 |
php_open_temporary_file.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_output.h
|
gcc barks about these, so clean it
|
2011-01-14 12:32:27 +00:00 |
php_reentrancy.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_scandir.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_scandir.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_sprintf.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_streams.h
|
implement streams metadata API per RFC
|
2011-05-25 21:03:55 +00:00 |
php_syslog.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_ticks.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_ticks.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_variables.c
|
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
2011-07-22 11:25:30 +00:00 |
php_variables.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_version.h
|
back to dev
|
2011-08-03 17:14:26 +00:00 |
php.h
|
- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)
|
2011-07-25 11:30:53 +00:00 |
reentrancy.c
|
Fixed bug #55014 (Compile failure due to improper use of ctime_r()).
|
2011-07-11 17:01:23 +00:00 |
rfc1867.c
|
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
2011-07-22 11:25:30 +00:00 |
rfc1867.h
|
Fix zend.multibyte oddities. Hope this will address all the known problems.
|
2011-03-06 07:00:30 +00:00 |
SAPI.c
|
Fixed bug#55084 (Function registered by header_register_callback is
|
2011-07-06 20:38:58 +00:00 |
SAPI.h
|
Fix a couple of warnings. Use %zu to printf a time_t and get_request_time
|
2011-05-16 15:52:31 +00:00 |
snprintf.c
|
Remove unused variable
|
2011-08-09 02:42:25 +00:00 |
snprintf.h
|
- Fixed bug #54055 (buffer overrun with high values for precision ini
|
2011-02-21 06:53:24 +00:00 |
spprintf.c
|
Remove unused variable
|
2011-08-09 02:37:02 +00:00 |
spprintf.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
strlcat.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
strlcpy.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
win32_internal_function_disabled.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
win95nt.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |