.. |
array.c
|
One more place.
|
2000-06-18 03:45:08 +00:00 |
assert.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
base64.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
base64.h
|
- Made PHP_VERSION and PHP_OS work again
|
1999-12-17 20:55:31 +00:00 |
basic_functions.c
|
- Fix a couple of wranings in the FTP code and in parsedate.y
|
2000-06-17 16:49:03 +00:00 |
basic_functions.h
|
There's really no need for an entire file for a one line function...
|
2000-05-29 16:13:38 +00:00 |
browscap.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
config.m4
|
Only print the attention thing, if the MD5 and DES checks failed.
|
2000-05-23 09:09:11 +00:00 |
crypt.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
cyr_convert.c
|
- Untested but it should fix the problem with cyr_convert() not being
|
2000-06-11 17:23:38 +00:00 |
cyr_convert.h
|
conv_proto *.[ch]
|
1999-05-16 11:19:26 +00:00 |
datetime.c
|
Use hardcoded 3600 seconds offset instead of altzone which may not be present
|
2000-06-15 22:23:08 +00:00 |
datetime.h
|
*** empty log message ***
|
2000-03-28 20:26:02 +00:00 |
dir.c
|
- Change register_internal_class to zend_register_internal_class for
|
2000-06-09 08:41:59 +00:00 |
dl.c
|
Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the time php_dl() is called
|
2000-06-12 21:01:03 +00:00 |
dl.h
|
a second (cleaner?) try on warnings about unsupported functions
|
2000-05-27 19:27:20 +00:00 |
dns.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
dns.h
|
Fine tune Andi's patch
|
2000-02-11 15:59:30 +00:00 |
exec.c
|
- On UNIX support popen() which works with current working directory
|
2000-06-12 19:39:04 +00:00 |
exec.h
|
More php3_ annihilation
|
1999-12-18 04:01:20 +00:00 |
file.c
|
copy() now creates the destination file with mode 0777 again. this is
|
2000-06-13 15:48:38 +00:00 |
file.h
|
Added sscanf() function.
|
2000-06-06 18:58:15 +00:00 |
filestat.c
|
Fixed protos.
|
2000-06-12 14:44:16 +00:00 |
flock_compat.c
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
flock_compat.h
|
adding definition for EWOULDBLOCK for Win32 to compile
|
2000-06-06 18:30:06 +00:00 |
formatted_print.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
fsock.c
|
(fsockopen) fix #5090
|
2000-06-19 09:02:48 +00:00 |
fsock.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
head.c
|
Move main.h to php_main.h.
|
2000-06-05 23:24:42 +00:00 |
head.h
|
- Fix an invalid trick (it was valid when header() was using
|
2000-04-28 13:03:13 +00:00 |
html.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
html.h
|
Made php_escape_html_entities() as a separate function for export.
|
2000-02-29 04:38:14 +00:00 |
image.c
|
- Nuke warning
|
2000-06-18 20:09:17 +00:00 |
info.c
|
changed default cell alignment to "left" (see bug id #5048)
|
2000-06-17 07:08:53 +00:00 |
info.h
|
A little easter egg for April 1st ... :)
|
2000-04-19 23:17:02 +00:00 |
iptc.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
lcg.c
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
levenshtein.c
|
typo fix
|
2000-06-16 18:46:57 +00:00 |
link.c
|
We should define symlink functions only when HAVE_SYMLINK is defined.
|
2000-06-13 18:07:19 +00:00 |
mail.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
Makefile.in
|
Modified Makefile.in so scanf.c compiles
|
2000-06-06 19:11:50 +00:00 |
math.c
|
Rename phpmath.h to php_math.h.
|
2000-06-13 16:31:57 +00:00 |
md5.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
md5.h
|
Move global.h to php_global.h.
|
2000-06-05 23:59:06 +00:00 |
metaphone.c
|
another bunch of proto fixes
|
2000-05-23 23:13:02 +00:00 |
microtime.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
microtime.h
|
- gettimeofday wasn't registered.
|
1999-09-15 05:08:45 +00:00 |
output.c
|
- I didn't have anything to do with this buggy code. Just kidding :)
|
2000-06-06 18:54:00 +00:00 |
pack.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
pack.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
pageinfo.c
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
pageinfo.h
|
More php3_ annihilation
|
1999-12-17 19:51:39 +00:00 |
parsedate.y
|
- Fix a couple of wranings in the FTP code and in parsedate.y
|
2000-06-17 16:49:03 +00:00 |
php_array.h
|
Changed array_subtract to array_diff
|
2000-06-10 19:09:56 +00:00 |
php_assert.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_browscap.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
php_crypt.h
|
if a module provides a function it should also do so if the function
|
2000-05-26 17:04:02 +00:00 |
php_dir.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_ext_syslog.h
|
Make syslog module thread-safe.
|
2000-05-28 16:19:45 +00:00 |
php_filestat.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
php_global.h
|
Move global.h to php_global.h.
|
2000-06-05 23:59:06 +00:00 |
php_image.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_iptc.h
|
Clean up php3.*\.h files. The files itself are renamed, and references in all
|
1999-12-04 19:19:57 +00:00 |
php_lcg.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_link.h
|
We should define symlink functions only when HAVE_SYMLINK is defined.
|
2000-06-13 18:07:19 +00:00 |
php_mail.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
php_math.h
|
Include <math.h> in php_math.h. This is necessary, because we might
|
2000-06-13 16:35:40 +00:00 |
php_metaphone.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_output.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_rand.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
php_standard.h
|
Rename phpmath.h to php_math.h.
|
2000-06-13 16:31:57 +00:00 |
php_string.h
|
@- Added str_pad() for padding a string with an arbitrary string on left or
|
2000-06-06 20:42:33 +00:00 |
php_var.h
|
Clean up php3.*\.h files. The files itself are renamed, and references in all
|
1999-12-04 19:19:57 +00:00 |
quot_print.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
quot_print.h
|
conv_proto *.[ch]
|
1999-05-16 11:19:26 +00:00 |
rand.c
|
Rename phpmath.h to php_math.h.
|
2000-06-13 16:31:57 +00:00 |
reg.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
reg.h
|
@Cleaned up extension namespace (Stig)
|
2000-03-06 20:37:11 +00:00 |
scanf.c
|
Remove extra cast. ch' is already of type char *'.
|
2000-06-13 09:09:33 +00:00 |
scanf.h
|
Added sscanf() function.
|
2000-06-06 18:58:15 +00:00 |
soundex.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
string.c
|
(implode), (strtr) no longer touch the internal array-pointer.
|
2000-06-18 10:37:01 +00:00 |
strnatcmp.c
|
@ Updated natural comparison/sorting algorithm by Martin Pool
|
2000-04-29 18:57:06 +00:00 |
syslog.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
type.c
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
type.h
|
More php3_ annihilation
|
1999-12-18 04:01:20 +00:00 |
uniqid.c
|
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
2000-06-05 19:47:54 +00:00 |
uniqid.h
|
conv_proto *.[ch]
|
1999-05-16 11:19:26 +00:00 |
url_scanner.c
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
url_scanner.h
|
Update the license with the new clause 6
|
2000-05-18 15:34:45 +00:00 |
url_scanner.re
|
Happy Y2K patch! Happy new year (or the new millennium, depending on whether
|
2000-01-01 01:32:05 +00:00 |
url.c
|
Fix #4928
|
2000-06-09 13:15:19 +00:00 |
url.h
|
Can't believe it hasn't been done yet.
|
2000-03-07 04:28:43 +00:00 |
var.c
|
(serialize) no longer touches the internal array-pointer
|
2000-06-18 10:25:39 +00:00 |