.. |
alloca.c
|
There is no reason to define malloc() to xmalloc() in this context.
|
1999-09-18 12:13:48 +00:00 |
config.w32.h
|
- Add FTP extension to default Win32 build
|
2000-10-05 23:25:41 +00:00 |
fopen_wrappers.c
|
removed some bogus code
|
2000-10-31 11:32:05 +00:00 |
fopen_wrappers.h
|
fopen wrappers cleanup
|
2000-10-13 00:09:31 +00:00 |
internal_functions_registry.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:46:51 +00:00 |
internal_functions_win32.c
|
more cleanup of info code
|
2000-10-08 11:45:18 +00:00 |
internal_functions.c.in
|
Move main.h to php_main.h.
|
2000-06-05 23:24:42 +00:00 |
logos.h
|
*** empty log message ***
|
2000-04-19 23:18:15 +00:00 |
main.c
|
Add php_handle_aborted_connection()
|
2000-10-29 16:00:42 +00:00 |
Makefile.in
|
- Complete the move to the new INI parser. (Side effect: at last, people
|
2000-10-30 23:39:14 +00:00 |
mergesort.c
|
Fine tune Andi's patch
|
2000-02-11 15:59:30 +00:00 |
network.c
|
Check that AF_INET6 is defined before using IPv6
|
2000-10-19 12:18:02 +00:00 |
output.c
|
update my email.
|
2000-10-29 09:14:55 +00:00 |
php3_compat.h
|
- Move compat macros to php3_compat.h
|
2000-08-10 19:38:29 +00:00 |
php_compat.h
|
- Fix Win32 build
|
2000-03-04 19:58:59 +00:00 |
php_content_types.c
|
various version 2.0 and 2.01 licenses -> 2.02
|
2000-07-24 05:41:02 +00:00 |
php_content_types.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:46:51 +00:00 |
php_globals.h
|
fopen wrappers cleanup
|
2000-10-13 00:09:31 +00:00 |
php_ini.c
|
- Complete the move to the new INI parser. (Side effect: at last, people
|
2000-10-30 23:39:14 +00:00 |
php_ini.h
|
- Complete the move to the new INI parser. (Side effect: at last, people
|
2000-10-30 23:39:14 +00:00 |
php_main.h
|
- Complete the move to the new INI parser. (Side effect: at last, people
|
2000-10-30 23:39:14 +00:00 |
php_network.h
|
- Remove track_vars - it is now always on
|
2000-09-05 19:06:29 +00:00 |
php_open_temporary_file.c
|
- Windows and UNIX compile fixes
|
2000-09-11 19:14:42 +00:00 |
php_open_temporary_file.h
|
- Move php_open_temporary_file() out of file.c
|
2000-09-11 18:56:47 +00:00 |
php_output.h
|
@- Added support for an optional output handler function for output
|
2000-09-02 18:03:58 +00:00 |
php_realpath.c
|
- Try and fix problem with opening wrong file.
|
2000-08-27 18:01:17 +00:00 |
php_reentrancy.h
|
Some systems don't have dirent.h. Wrap include appropiately.
|
2000-05-23 15:15:48 +00:00 |
php_regex.h
|
Protect us from Apache 2.0's pcre-posix stuff
|
2000-10-26 18:15:56 +00:00 |
php_sprintf.c
|
BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
|
2000-07-23 08:25:27 +00:00 |
php_syslog.h
|
Real fix for std_syslog issue on OpenServer. This is limited to the native
|
2000-06-09 17:21:40 +00:00 |
php_ticks.c
|
@Added PHP API for Zend's ticks
|
2000-08-29 09:18:48 +00:00 |
php_ticks.h
|
@Added PHP API for Zend's ticks
|
2000-08-29 09:18:48 +00:00 |
php_variables.c
|
Add additional parameter to parse_str for saving result (thanks to
|
2000-09-11 14:50:26 +00:00 |
php_variables.h
|
Add additional parameter to parse_str for saving result (thanks to
|
2000-09-11 14:50:26 +00:00 |
php_version.h
|
step to 4.0.4-dev
|
2000-10-13 09:29:49 +00:00 |
php.h
|
- Smarter detection of MAXPATHLEN
|
2000-09-07 15:20:29 +00:00 |
reentrancy.c
|
(php_readdir_r) Revert that bad patch.
|
2000-06-12 14:11:39 +00:00 |
rfc1867.c
|
Remove empty temp file on failed upload
|
2000-10-30 15:30:27 +00:00 |
rfc1867.h
|
Security related updates:
|
2000-09-09 11:41:14 +00:00 |
safe_mode.c
|
- I wrote a long msg but the commit didn't go through.
|
2000-06-25 17:02:59 +00:00 |
safe_mode.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:46:51 +00:00 |
SAPI.c
|
Add sapi_add_header_ex, which lets you specify whether you want
|
2000-10-26 18:18:21 +00:00 |
SAPI.h
|
Add sapi_add_header_ex, which lets you specify whether you want
|
2000-10-26 18:18:21 +00:00 |
snprintf.c
|
SAPIfication, Episode VI: Return of the SAPI
|
2000-02-10 19:41:21 +00:00 |
snprintf.h
|
BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
|
2000-07-23 08:25:27 +00:00 |
strlcat.c
|
- Export strlcat()/strcpy() for Frank.
|
2000-04-20 17:40:03 +00:00 |
strlcpy.c
|
- Export strlcat()/strcpy() for Frank.
|
2000-04-20 17:40:03 +00:00 |
win95nt.h
|
The macro CONVERT_TO_WIN_FS is not used anywhere.
|
2000-08-21 09:57:13 +00:00 |