..
tests
Fix most of these tests - still think there is a bug in the long->float
25 years ago
CREDITS
2nd step towards auto-credits
26 years ago
Makefile.in
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
25 years ago
array.c
- Renaming key_exists to array_key_exists
25 years ago
assert.c
It doesn't look like we use a fourth pointer.
25 years ago
base64.c
Convert to use new parameter parsing API.
25 years ago
base64.h
- Fix copyright notices with 2001
26 years ago
basic_functions.c
- Added md5_file(), which calculaties the MD5 sum of a file.
25 years ago
basic_functions.h
@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
25 years ago
browscap.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
config.m4
Enable chroot() only if SAPI is CGI.
25 years ago
crc32.c
Convert to use new parameter parsing API.
25 years ago
credits.c
- Correcting Goba's name, and adding me to QA team
25 years ago
credits.h
Whitespace (spaces to four-column tabs)
26 years ago
credits_ext.h
Whitespace
25 years ago
credits_sapi.h
Whitespace
25 years ago
crypt.c
Convert to use new parameter parsing API.
25 years ago
cyr_convert.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
cyr_convert.h
- Fix copyright notices with 2001
26 years ago
datetime.c
@ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)
25 years ago
datetime.h
- Fix copyright notices with 2001
26 years ago
dir.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
dl.c
Prolong the death of dl() for a little while longer.
25 years ago
dl.h
Yet another TSRM fix.
25 years ago
dns.c
Added IPv6 support to gethostbyaddr()
25 years ago
dns.h
Missed this one.
26 years ago
exec.c
ws fix
25 years ago
exec.h
More TSRMLS_FETCH work
25 years ago
file.c
WS fix
25 years ago
file.h
- Fixing this bad idea
25 years ago
filestat.c
fix execution order
25 years ago
flock_compat.c
- Don't wrap lines... this is annoying while coding.
25 years ago
flock_compat.h
Whitespace
25 years ago
formatted_print.c
2nd phase in back-substitution those macro's
25 years ago
fsock.c
- Fix crashbug on dtor
25 years ago
fsock.h
- Don't wrap lines... this is annoying while coding.
25 years ago
ftok.c
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
25 years ago
ftp_fopen_wrapper.c
- Don't wrap lines... this is annoying while coding.
25 years ago
head.c
convert to use new parameter parsing API.
25 years ago
head.h
Clean-up
25 years ago
html.c
Convert to use new parameter parsing API.
25 years ago
html.h
Added charset awareness to htmlentities() and htmlspecialchars(); use an
25 years ago
http_fopen_wrapper.c
Fixed last argument in strlcat() call.
25 years ago
image.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
incomplete_class.c
- Don't wrap lines... this is annoying while coding.
25 years ago
info.c
* zend_module_entry change: apino, debug and zts are moved first,
25 years ago
info.h
More TSRMLS_FETCH work
25 years ago
iptc.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
lcg.c
proto fixes "double" -> "float"
25 years ago
levenshtein.c
Converting to use new parameter parsing API.
25 years ago
link.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
mail.c
2nd phase in back-substitution those macro's
25 years ago
math.c
5th and probably/hopefully last run of conv_z_macros
25 years ago
md5.c
- Added md5_file(), which calculaties the MD5 sum of a file.
25 years ago
md5.h
- Added md5_file(), which calculaties the MD5 sum of a file.
25 years ago
metaphone.c
Converting to use new parameter parsing API.
25 years ago
microtime.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
microtime.h
- Fix copyright notices with 2001
26 years ago
pack.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
pack.h
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
25 years ago
pageinfo.c
- Don't wrap lines... this is annoying while coding.
25 years ago
pageinfo.h
Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
25 years ago
parsedate.y
- Fix for bugs #9640 and #13789
25 years ago
php_array.h
- Renaming key_exists to array_key_exists
25 years ago
php_assert.h
- Fix copyright notices with 2001
26 years ago
php_browscap.h
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
25 years ago
php_crypt.h
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
25 years ago
php_dir.h
Enable chroot() only if SAPI is CGI.
25 years ago
php_ext_syslog.h
- Fix copyright notices with 2001
26 years ago
php_filestat.h
Whitespace
25 years ago
php_fopen_wrapper.c
- Don't wrap lines... this is annoying while coding.
25 years ago
php_fopen_wrappers.h
Fix some warnings
25 years ago
php_ftok.h
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
25 years ago
php_image.h
- Fix copyright notices with 2001
26 years ago
php_incomplete_class.h
we can no longer register internal-classes once the script is started.
25 years ago
php_iptc.h
- Fix copyright notices with 2001
26 years ago
php_lcg.h
Always seed the LCG from the request-init hook, otherwise the seed
25 years ago
php_link.h
- Fix copyright notices with 2001
26 years ago
php_mail.h
used in extension(s) as well
25 years ago
php_math.h
Remove cbrt also, and mark logm1 and exp1p as expermintal
25 years ago
php_metaphone.h
- Fix copyright notices with 2001
26 years ago
php_parsedate.h
- Fix copyright notices with 2001
26 years ago
php_rand.h
Make rand thread safe when ZTS is defined.
25 years ago
php_smart_str.h
Improved fix
25 years ago
php_smart_str_public.h
- Fix copyright notices with 2001
26 years ago
php_standard.h
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
25 years ago
php_string.h
Make chop the alias and rtrim the main function, in order to get automagically
25 years ago
php_var.h
Rewrite of unserializer which should be more maintainable and extensible.
25 years ago
php_versioning.h
* prototype of version_compare, doesn't work yet
25 years ago
quot_print.c
2nd phase in back-substitution those macro's
25 years ago
quot_print.h
- Fix copyright notices with 2001
26 years ago
rand.c
@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
25 years ago
reg.c
- Don't wrap lines... this is annoying while coding.
25 years ago
reg.h
Redesigned thread safety mechanism - nua nua
25 years ago
scanf.c
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
scanf.h
Whitespace
25 years ago
soundex.c
Converting to use new parameter parsing API.
25 years ago
string.c
Fixed bug #13901.
25 years ago
strnatcmp.c
- Don't wrap lines... this is annoying while coding.
25 years ago
syslog.c
Fix warning,
25 years ago
type.c
- Don't wrap lines... this is annoying while coding.
25 years ago
type.h
- Fix copyright notices with 2001
26 years ago
uniqid.c
Fixed another proto.
25 years ago
uniqid.h
- Fix copyright notices with 2001
26 years ago
url.c
- Fix for bug #13413
25 years ago
url.h
Clean-up
25 years ago
url_scanner.c
- Don't wrap lines... this is annoying while coding.
25 years ago
url_scanner.h
Fix my session updates.
25 years ago
url_scanner_ex.c
Remove some unused variables
25 years ago
url_scanner_ex.h
Fix my session updates.
25 years ago
url_scanner_ex.re
Remove some unused variables
25 years ago
var.c
Rewrite of unserializer which should be more maintainable and extensible.
25 years ago
var_unserializer.c
Fix two incidents which have been reported about the new unserializer.
25 years ago
var_unserializer.re
Fix two incidents which have been reported about the new unserializer.
25 years ago
versioning.c
Convert to use new parameter parsing API.
25 years ago