Zeev Suraski
fa6bb59773
Fix build
2000-09-08 22:26:07 +00:00
Andrei Zmievski
b409d2f9ea
is_uploaded_file() is probably a better name.
2000-09-08 21:58:28 +00:00
Zeev Suraski
75086e3088
- Implemented is_upload_file()
2000-09-08 21:56:47 +00:00
Jon Parise
9a4c654606
Fix build after last commit.
2000-09-08 15:39:42 +00:00
Zeev Suraski
91c808ecc4
Restore the headers_only test to the centralized SAPI startup. If necessary, it can
...
be overriden in the activate() callback.
2000-09-08 14:43:57 +00:00
Stanislav Malyshev
d10336ec0e
Don't trust snprintf return
2000-09-08 13:19:51 +00:00
Stanislav Malyshev
522aec4443
Never trust snprintf return value
2000-09-08 12:52:05 +00:00
Stanislav Malyshev
6426d1c9ce
Fix crash on very long error messages
...
Manual for snprintf says:
If the output was truncated, the return value is -1, oth-
erwise it is the number of characters stored, not includ-
ing the terminating null.
And that's a blatant lie - in reality, libc 2.1 always returns number of
characters that _would be_ stored. I hate those libc bugs. Now we should go
and check every place we trusted snprintf return value.
2000-09-08 12:32:29 +00:00
foobar
24b2feff63
Fixed typo. Changed php3_error to php_error.
2000-09-08 12:28:00 +00:00
Stanislav Malyshev
df5e0cb0a5
Fix syslog call
2000-09-08 12:07:21 +00:00
foobar
4f0842663f
Changed // to /* */ comments.
2000-09-08 11:50:24 +00:00
Stanislav Malyshev
85f42b7f7a
Since we don't allow parameters for syslog, we shouln't pass the
...
string as format
2000-09-08 11:24:08 +00:00
Andi Gutmans
9b1aed8323
- Add another ..\ to the TSRM search path
2000-09-08 08:17:17 +00:00
Andi Gutmans
ed8c8539df
- Add TSRM to the apache workspace include path
2000-09-08 08:15:25 +00:00
Uwe Steinmann
81fb5a7682
- last parameter of pdf_get_parameter(), pdf_get_value() optional
...
- fixes to make it compile with sun cc
2000-09-08 06:47:04 +00:00
b0d0a483cc
ChangeLog update
2000-09-08 01:09:11 +00:00
51bc85ce5f
NEWS update
2000-09-08 01:09:08 +00:00
Derick Rethans
f501979c33
- The mcrypt extension also works with 2.4.4 since php 4.0.2
2000-09-07 21:28:28 +00:00
Stig Venaas
f68fb8fad2
Better IPv6 checking
2000-09-07 17:56:12 +00:00
Stanislav Malyshev
662c6c6c06
Fix readdir bug in libc5
...
@Fix readdir bug in libc5
# If libc5 receives 0 in *result of readdir_r, it just returns error
# That's a clear bug, so this is a workaround.
2000-09-07 17:55:53 +00:00
Andrei Zmievski
0fddc30b7a
- Converted __string_value() to toString(), since the former is obsolete.
...
- Made sure DB results are freed where necessary.
- Made DB::getAssoc() use $params if passed.
- Implemented DB::getAll().
2000-09-07 16:36:22 +00:00
Andrei Zmievski
80aa02a197
Wrap long lines.
2000-09-07 15:40:44 +00:00
Andi Gutmans
e17614722d
-
2000-09-07 15:38:22 +00:00
Andi Gutmans
fe434a05b4
- Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined
...
correctly and caused a stack overrun. This was *hard* to debug.
2000-09-07 15:31:29 +00:00
Andi Gutmans
204f4adca7
- Smarter detection of MAXPATHLEN
2000-09-07 15:20:29 +00:00
Andi Gutmans
f390d7e2ab
- Get rid of build warning on Windows
2000-09-07 14:11:38 +00:00
Thies C. Arntzen
e5d8f20f17
make ZTS mode compile
2000-09-07 12:32:47 +00:00
Zeev Suraski
677d4b9913
Send $HTTP_POST_FILES to the right place
2000-09-07 04:12:31 +00:00
51a4b2411d
ChangeLog update
2000-09-07 01:09:04 +00:00
Andi Gutmans
b8a95da22a
- Centralize some configuration stuff
...
- Use inline in my strtok_r implementation
2000-09-06 20:27:12 +00:00
Andi Gutmans
180c337885
- Save two lines
2000-09-06 18:42:06 +00:00
Andi Gutmans
6d32e7e59b
- Fix header
2000-09-06 18:38:36 +00:00
Sascha Schumann
5669b2dd26
Unless overwritten, default to no optimization in debug mode.
2000-09-06 18:37:39 +00:00
Sascha Schumann
4d2515d6be
4.0.3-dev
2000-09-06 16:52:33 +00:00
Sascha Schumann
89a2e1dbdb
Add TSRM include dirs
2000-09-06 15:41:40 +00:00
Sascha Schumann
cb410a2f3c
Convert some more "complex" expressions manually to Z_* macros.
2000-09-06 14:25:47 +00:00
Sascha Schumann
5bbddee81e
Rename symbols whose first character was an underscore.
2000-09-06 14:16:12 +00:00
Sascha Schumann
4fb5088f89
Convert to Z_* macros
2000-09-06 14:13:31 +00:00
Sascha Schumann
8dad7a5cab
A little script for converting source files to the Z_* macros
2000-09-06 14:12:53 +00:00
Thies C. Arntzen
573fe4346d
fix #6552 & #6577
...
thanx to Blake Schwendiman" <blake@intechra.net>
2000-09-06 13:50:09 +00:00
Daniel Beulshausen
81daa0899e
deleted unnecessary defines
...
i also plan to let windows build with crypt() support
2000-09-06 10:00:34 +00:00
Daniel Beulshausen
0d8812b15c
added LIBGD define
...
# what's with the 'PHPAPI' on line 274 in gd.c, should it get exported?
# it currently breaks the windows build
2000-09-06 09:53:05 +00:00
Daniel Beulshausen
57a0fcbe00
fixed debug build and removed dsw
2000-09-06 09:37:04 +00:00
Daniel Beulshausen
3f6536d2b8
fix build
2000-09-06 09:15:31 +00:00
Daniel Beulshausen
2ffdb3cda4
little fix for the debug extension
2000-09-06 09:10:50 +00:00
Zeev Suraski
bfa301dfd0
Fix ordering
2000-09-06 04:56:22 +00:00
ab111470ce
ChangeLog update
2000-09-06 01:09:10 +00:00
abdc36cafd
NEWS update
2000-09-06 01:09:07 +00:00
Sascha Schumann
4eb2481830
Why make it more complex than necessary?
...
These changes should have been committed right after Zeev made the
original change to use the PHP_INI system months ago.
Instead of working around the system, we make proper use of it now.
This includes using php_alter_ini_entry(), so that we change the values
in the php_ps_globals struct indirectly.
2000-09-06 00:50:01 +00:00
Stanislav Malyshev
795083a15c
Now it should not crash, though still leaks
...
# I'll continue with it tomorrow
2000-09-05 22:42:45 +00:00