Sascha Schumann
|
1627a57d96
|
Remove trailing white-spaces
|
1999-12-12 14:22:55 +00:00 |
|
Sascha Schumann
|
996216b499
|
Add cache_limiter and cache_expire options. Rename extern_referer_check
to referer_check.
|
1999-12-12 14:16:55 +00:00 |
|
Sascha Schumann
|
5928624a1c
|
Kill a warning
|
1999-12-12 11:02:24 +00:00 |
|
Sascha Schumann
|
ecb6e75add
|
Initialize variables
|
1999-12-12 11:02:07 +00:00 |
|
Sascha Schumann
|
0233d7cf82
|
Initialize value properly
|
1999-12-12 10:55:27 +00:00 |
|
Sascha Schumann
|
db27dadf27
|
Call SLS_FETCH() only, if it is needed
|
1999-12-12 10:53:45 +00:00 |
|
Sascha Schumann
|
58a33274c9
|
Make it compile in ZTS mode
|
1999-12-12 10:51:44 +00:00 |
|
Sascha Schumann
|
9279df2025
|
Include header file for php_file_le_fopen()
|
1999-12-12 10:51:13 +00:00 |
|
Sascha Schumann
|
9278d9d911
|
Remove unnecessary ARRAYLS_FETCH() calls
|
1999-12-12 10:50:30 +00:00 |
|
Andrei Zmievski
|
dbaf6c5c65
|
Added array globals in preparation for multisort() changes.
|
1999-12-11 22:42:01 +00:00 |
|
Andrei Zmievski
|
0c779c51c9
|
(PHP php_implode) Made binary-safe.
@ Made implode() binary-safe (Andrei)
|
1999-12-11 20:00:40 +00:00 |
|
Andrei Zmievski
|
33d82cb6d1
|
get_meta_tags() was using php_stristr() so it needed to be changed.
Optimized it to use php_memnstr() directly.
|
1999-12-11 19:51:04 +00:00 |
|
Andrei Zmievski
|
17ff0f3af3
|
Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected
stristr() behavior to match that of strstr() if needle is not a string.
@ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
|
1999-12-11 19:50:01 +00:00 |
|
Andreas Karajannis
|
4bd855e69f
|
Don't include functions not supported by Solid
|
1999-12-11 10:56:42 +00:00 |
|
Andrei Zmievski
|
2b2e6ff6cb
|
Fixed #2952.
|
1999-12-10 14:27:19 +00:00 |
|
Andrei Zmievski
|
d18ff45c4c
|
A few more fixes for php_strtolower().
|
1999-12-10 04:44:32 +00:00 |
|
Andrei Zmievski
|
7e4bd9fb60
|
(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
|
1999-12-09 23:45:30 +00:00 |
|
Sascha Schumann
|
2a794e8205
|
(php_set_session_var): logic fix:
gpc_globals set? Add it to the global symbol table
track_vars set? Add it to the HTTP_STATE_VARS array
|
1999-12-09 18:57:57 +00:00 |
|
Thies C. Arntzen
|
0489895d0b
|
(unserialize) closed mem-leak
|
1999-12-09 11:24:51 +00:00 |
|
Thies C. Arntzen
|
99b5652f40
|
small cleanups in MINIT code
OCIInitialize is now called at the "right" spot again
|
1999-12-09 11:02:41 +00:00 |
|
Nick Gorham
|
25096ac9e9
|
Report all ODBC error's not just the top of the stack
|
1999-12-09 09:59:17 +00:00 |
|
Uwe Steinmann
|
ec7088e1df
|
- improved configuration due to compile problems which suddently show up
|
1999-12-09 07:15:36 +00:00 |
|
Zeev Suraski
|
e19e57d2f7
|
- Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
with some clients?)
- Remove unnecessary directive from configuration-parser.y
|
1999-12-08 22:22:20 +00:00 |
|
Sascha Schumann
|
01c7fc6c8f
|
Use global ctor in non-ZTS mode as well
|
1999-12-08 19:07:58 +00:00 |
|
Thies C. Arntzen
|
276c0a378d
|
(unserialize) now cleans up better on failure!
|
1999-12-08 14:40:46 +00:00 |
|
Thies C. Arntzen
|
f7089e600f
|
make non-ZTS happy again
|
1999-12-08 14:18:28 +00:00 |
|
Thies C. Arntzen
|
40340b5aa0
|
@- OCI8 now returns NULL values in LONG columns correct. (Thies)
|
1999-12-08 14:04:55 +00:00 |
|
Thies C. Arntzen
|
19023f3a05
|
ZTS compile fixes
|
1999-12-08 11:48:10 +00:00 |
|
Thies C. Arntzen
|
5fad6deb65
|
this is the "right" ZTS-fix
|
1999-12-08 11:47:50 +00:00 |
|
Sam Ruby
|
b9f27a4743
|
Fill in empty constructor in order to appease Sascha ;-)
More seriously, uninitialized values cause MSHUTDOWN to trap.
Only an issue because assert was added to internal_functions.
|
1999-12-07 21:07:42 +00:00 |
|
Thies C. Arntzen
|
7b7192dda3
|
added assert.quiet_eval plus a bit of cleaning (docs to follow!)
|
1999-12-07 16:45:46 +00:00 |
|
Sam Ruby
|
8fdd352404
|
fixed just enough to enable assert to build on win32 and Linux/ZTS
|
1999-12-07 16:28:27 +00:00 |
|
Andrei Zmievski
|
4f52bab52f
|
Need to check for __inet_aton on Solaris.
|
1999-12-07 16:26:42 +00:00 |
|
Thies C. Arntzen
|
f02f67e83c
|
fixed NPR
|
1999-12-07 13:33:37 +00:00 |
|
Thies C. Arntzen
|
ccb7e4fa03
|
the order *does* matter!
|
1999-12-07 13:11:19 +00:00 |
|
Thies C. Arntzen
|
2f7693963d
|
@- Added support for a C-like assert() function. (Thies)
|
1999-12-07 13:08:17 +00:00 |
|
Thies C. Arntzen
|
19ce7e05db
|
getting there
|
1999-12-07 12:33:36 +00:00 |
|
Thies C. Arntzen
|
a807dd31e9
|
new assert() module. (Not yet finished!)
|
1999-12-07 11:37:30 +00:00 |
|
Uwe Steinmann
|
512c641794
|
- Several small corrections, typos, ...
|
1999-12-07 10:49:19 +00:00 |
|
Thies C. Arntzen
|
5cdb16ad09
|
(explode) fixed newly introduced bug (them shall check twice *before* committing!)
|
1999-12-07 08:14:00 +00:00 |
|
Evan Klinger
|
1fe899d8cd
|
Mention CyberCash.
|
1999-12-07 02:49:03 +00:00 |
|
Sam Ruby
|
e3cbafdda6
|
-kludges -warning +reentrancy(more) +compiles(Unix)
|
1999-12-07 02:47:35 +00:00 |
|
Evan Klinger
|
091c58f734
|
More clean up.
|
1999-12-07 02:26:51 +00:00 |
|
Evan Klinger
|
76207d5de8
|
Now it compiles - couldn't find lib before.
|
1999-12-07 02:02:05 +00:00 |
|
Evan Klinger
|
998a9ed0ff
|
Eliminate some warnings.
|
1999-12-07 01:41:25 +00:00 |
|
Evan Klinger
|
540f780735
|
Minor changes and clean up.
|
1999-12-07 01:17:25 +00:00 |
|
Evan Klinger
|
0d993a8c42
|
@- Added CyberCash support. (Evan)
CyberCash support.
|
1999-12-07 00:56:25 +00:00 |
|
Zeev Suraski
|
40eb2bb5b0
|
First step in making parsedate.y thread safe - use a pure parser
|
1999-12-06 19:04:01 +00:00 |
|
Thies C. Arntzen
|
beb9723617
|
fixed warning
|
1999-12-06 19:01:21 +00:00 |
|
Thies C. Arntzen
|
1095f8a502
|
@- explode() is now binary-safe. (Thies)
we save one buffer-copy as well (hehe)
|
1999-12-06 18:29:22 +00:00 |
|