.. |
tests
|
Fixed test.
|
2005-02-13 19:23:53 +00:00 |
array.c
|
fix segfault when retval_ptr is empty - such as when exception thrown
|
2005-02-10 22:59:26 +00:00 |
assert.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
base64.c
|
Fixed bug #27460 (base64_decode() does not handle extra padding).
|
2004-03-06 19:06:04 +00:00 |
base64.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
basic_functions.c
|
Fixed bug #31190 (exceptions in call_user_func_array())
|
2005-01-18 10:38:04 +00:00 |
basic_functions.h
|
Fix inet_pton/ntop() on BSD
|
2004-08-07 15:59:59 +00:00 |
browscap.c
|
Don't depend on empty_string.
|
2005-01-25 23:58:22 +00:00 |
config.m4
|
MFB_4_3: Quote macro names in AC_DEFUN()
|
2004-12-30 07:08:39 +00:00 |
config.w32
|
Fix a problem resolving the php.ini path under win32 terminal services environment.
|
2003-12-06 16:04:34 +00:00 |
crc32.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
crc32.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
CREDITS
|
2nd step towards auto-credits
|
2000-11-20 10:33:33 +00:00 |
credits_ext.h
|
- Update credits
|
2005-01-10 15:11:17 +00:00 |
credits_sapi.h
|
- Update credits
|
2005-01-10 15:11:17 +00:00 |
credits.c
|
update documentation credits, mentioning that more contributors are listed in the manual
|
2004-08-05 16:26:15 +00:00 |
credits.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
crypt.c
|
* email address update
|
2004-02-12 19:05:41 +00:00 |
css.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
css.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
cyr_convert.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
cyr_convert.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
datetime.c
|
- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
|
2005-02-04 13:08:56 +00:00 |
datetime.h
|
Add strptime function.
|
2004-09-29 04:57:19 +00:00 |
dir.c
|
64-bit bugsquash party
|
2004-06-16 23:57:25 +00:00 |
dl.c
|
removed redundant NEW_LIBC checks
|
2004-09-27 14:51:17 +00:00 |
dl.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
dns.c
|
Add A6 support, fix IPv6 address parsing, and improve define compatability
|
2004-08-06 18:38:35 +00:00 |
dns.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
exec.c
|
Fixed possible un-initialized var on error.
|
2005-02-06 22:58:46 +00:00 |
exec.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
file.c
|
Added optional maxlen parameter to file_get_contents().
|
2005-02-08 15:25:45 +00:00 |
file.h
|
- Add fputcsv() (David Sklar)
|
2004-09-26 21:55:22 +00:00 |
filestat.c
|
As NetWare LibC don't have the implementation of chown and chgrp there is no point in exposing this function to PHP
|
2004-10-19 08:21:24 +00:00 |
filters.c
|
- Cleanups.
|
2004-07-20 19:41:37 +00:00 |
flock_compat.c
|
removed NEW_LIBC checks in NETWARE
|
2004-09-25 15:30:26 +00:00 |
flock_compat.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
formatted_print.c
|
Fixed bug #29733 (printf() handles repeated placeholders wrong).
|
2005-01-26 00:01:26 +00:00 |
fsock.c
|
64-bit bugsquash party
|
2004-06-16 23:57:25 +00:00 |
fsock.h
|
removed the redundant NEW_LIBC checks
|
2004-09-25 14:09:45 +00:00 |
ftok.c
|
improve CS & error messages
|
2005-01-28 16:42:26 +00:00 |
ftp_fopen_wrapper.c
|
removed unwanted comments, NEW_LIBC checks and NetWare specific stat structure population
|
2004-09-29 10:21:41 +00:00 |
head.c
|
remove duplicated include
|
2005-01-07 20:55:46 +00:00 |
head.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
html.c
|
- Fix the fix :)
|
2005-01-11 20:58:46 +00:00 |
html.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
http_fopen_wrapper.c
|
removed redundant NEW_LIBC checks
|
2004-09-27 15:55:04 +00:00 |
http.c
|
Fixed unregistered bug [crash in http_build_query()]
|
2004-06-04 16:54:14 +00:00 |
image.c
|
Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
|
2004-10-04 20:42:30 +00:00 |
incomplete_class.c
|
- Update to new API
|
2004-10-30 19:14:05 +00:00 |
info.c
|
Use caseinsensitive sort
|
2004-05-02 13:23:30 +00:00 |
info.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
iptc.c
|
emalloc() failures are handled by zend engine.
|
2004-11-03 22:17:45 +00:00 |
lcg.c
|
removed the redundant NEW_LIBC checks
|
2004-09-25 14:19:38 +00:00 |
levenshtein.c
|
Removed unneeded checks around Zend allocation macros.
|
2004-06-20 21:40:43 +00:00 |
link.c
|
Fixed open_basedir & safe_mode bypass inside readlink() function.
|
2004-11-02 00:37:32 +00:00 |
mail.c
|
removing unwanted header files getting included
|
2004-09-25 14:48:44 +00:00 |
Makefile.frag
|
fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path)
|
2004-11-11 06:57:06 +00:00 |
math.c
|
Fixed bug #28228 (NULL decimal separator is not being handled correctly).
|
2004-12-14 00:37:19 +00:00 |
md5.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
md5.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
metaphone.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
microtime.c
|
Fixed proto.
|
2004-12-30 01:23:44 +00:00 |
microtime.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
pack.c
|
Fixed bug #31465 (False warning in unpack() when working with *).
|
2005-01-25 22:50:39 +00:00 |
pack.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
pageinfo.c
|
removed redundance LIBC checks for NETWARE
|
2004-09-25 15:23:35 +00:00 |
pageinfo.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
parsedate.y
|
- MF5.0: Fixed bug #28599 (strtotime fails with zero base time).
|
2004-11-15 16:31:12 +00:00 |
php_array.h
|
- Use new way for global variables
|
2004-11-01 12:09:46 +00:00 |
php_assert.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_browscap.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_crypt.h
|
* email address update
|
2004-02-12 19:05:41 +00:00 |
php_dir.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_ext_syslog.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_filestat.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_fopen_wrapper.c
|
Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
|
2004-04-19 17:41:39 +00:00 |
php_fopen_wrappers.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_ftok.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_http.h
|
Fixed bug #31087 (broken php_url_encode_hash macro).
|
2004-12-16 22:39:39 +00:00 |
php_image.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_incomplete_class.h
|
BUG #27469 was fixed (serialize() objects of incomplete class)
|
2004-03-18 16:54:36 +00:00 |
php_iptc.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_lcg.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_link.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_mail.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_math.h
|
Fix win32 build
|
2004-09-21 18:09:29 +00:00 |
php_metaphone.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_parsedate.h
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
php_rand.h
|
- Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)
|
2004-01-19 02:30:54 +00:00 |
php_smart_str_public.h
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
php_smart_str.h
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
php_standard.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_string.h
|
- Fixed bug #30630: Added a BSD based strtod function that is
|
2004-11-03 23:36:51 +00:00 |
php_sunfuncs.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_type.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_uuencode.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_var.h
|
Restore unserialize() speed
|
2005-01-15 18:18:08 +00:00 |
php_versioning.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
proc_open.c
|
Fix leaking handle.
|
2004-11-10 19:47:15 +00:00 |
proc_open.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
quot_print.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
quot_print.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
rand.c
|
removing the unwanted inclusion of headers
|
2004-09-25 15:39:26 +00:00 |
reg.c
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
2004-07-19 07:19:50 +00:00 |
reg.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
scanf.c
|
- Fixed bug #30630: Added a BSD based strtod function that is
|
2004-11-03 23:36:51 +00:00 |
scanf.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
sha1.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
sha1.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
soundex.c
|
Properly handly high ascii values in soundex().
|
2004-06-17 00:17:49 +00:00 |
streamsfuncs.c
|
CS fix
|
2005-01-15 04:50:26 +00:00 |
streamsfuncs.h
|
Add stream_socket_pair(), a streams based version of socketpair().
|
2004-12-12 16:10:35 +00:00 |
string.c
|
Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).
|
2005-01-18 15:47:57 +00:00 |
strnatcmp.c
|
Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
|
2004-07-15 01:26:03 +00:00 |
sunfuncs.c
|
- fix #30745 and #31853 (php-bugs at demark dot org, pierre)
|
2005-02-10 14:31:32 +00:00 |
syslog.c
|
Misc. win32 thread safety fixes.
|
2004-07-29 02:59:44 +00:00 |
type.c
|
- Fixed bug #27822 (is_resource() returns TRUE for closed resources)
|
2004-04-01 08:54:44 +00:00 |
uniqid.c
|
Simplify code.
|
2004-10-28 22:22:22 +00:00 |
uniqid.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
url_scanner_ex.c
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
url_scanner_ex.h
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
url_scanner_ex.re
|
Missing $Id$ tag
|
2005-01-10 15:20:53 +00:00 |
url_scanner.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
url_scanner.h
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
url.c
|
Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)
|
2005-01-27 16:37:34 +00:00 |
url.h
|
Fixed bug #29913 (parse_url() is now binary safe).
|
2004-09-20 05:13:35 +00:00 |
user_filters.c
|
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
|
2004-06-21 21:08:05 +00:00 |
uuencode.c
|
Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid
|
2004-08-24 15:25:48 +00:00 |
var_unserializer.c
|
Fix handling of INF/NAN in unserialize().
|
2005-01-30 16:38:53 +00:00 |
var_unserializer.re
|
Fix handling of INF/NAN in unserialize().
|
2005-01-30 16:38:53 +00:00 |
var.c
|
- MF43: Fixed bug #31072 (var_export() does not output an array element with an
|
2004-12-17 14:40:39 +00:00 |
versioning.c
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |