.. |
streams
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +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
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +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
|
Implemented FR #54514 (Get php binary path during script execution).
|
2011-12-07 10:33:13 +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
|
Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).
|
2011-11-18 00:16:58 +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
|
Implemented FR #54514 (Get php binary path during script execution).
|
2011-12-07 10:33:13 +00:00 |
php_ini.c
|
Implemented FR #54514 (Get php binary path during script execution).
|
2011-12-07 10:33:13 +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
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +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
|
- Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of
|
2011-09-04 22:36:33 +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
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +00:00 |
php_variables.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_version.h
|
back to dev
|
2011-11-24 05:04:25 +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
|
Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request
|
2011-09-07 16:19:09 +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
|
MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).)
|
2011-11-10 14:24:31 +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
|
Fix warning "implicit declaration of function `vasprintf'"
|
2011-09-15 07:09:43 +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 |