#
5275b603 |
| 12-Sep-2001 |
foobar |
Enable chroot() only if SAPI is CGI.
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
42b5521a |
| 05-Sep-2001 |
foobar |
revert bad commit.
|
#
f7306ce0 |
| 03-Sep-2001 |
Jeroen van Wolffelaar |
Merge RAND_REDESIGN into MAIN
|
#
d340c5b2 |
| 30-Aug-2001 |
foobar |
@- Added ini_get_all() function which returns all registered ini entries or the entries for the specified extension. (Jani)
|
#
5dd2b6e2 |
| 29-Aug-2001 |
foobar |
According to Zeev this code is just for showing how to create overloaded classes.
|
#
08a52157 |
| 29-Aug-2001 |
foobar |
WS fixes and indenting.
|
#
7b73aee4 |
| 26-Aug-2001 |
Zeev Suraski |
Make the session module more independent
|
#
b8763a6f |
| 25-Aug-2001 |
Zeev Suraski |
Get rid of TRANS_SID - it's always possible to use it now.
|
#
13ff1832 |
| 25-Aug-2001 |
Zeev Suraski |
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular - Should yield better performance (untested as of yet)
show more ...
|
#
2d8ca548 |
| 15-Aug-2001 |
Zeev Suraski |
Fix build
|
Revision tags: php-4.0.7RC1 |
|
#
4d11d908 |
| 13-Aug-2001 |
Rasmus Lerdorf |
Track down a few more functions that don't check for 0 args and use faster mechanism
|
#
8c497f05 |
| 13-Aug-2001 |
Rasmus Lerdorf |
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performa
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
show more ...
|
#
49e45baf |
| 13-Aug-2001 |
Zeev Suraski |
- Fix API - Update NEWS
|
Revision tags: BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
#
f47962c7 |
| 08-Aug-2001 |
Zeev Suraski |
Implement import_request_variables()
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
c4555f9f |
| 07-Aug-2001 |
Andrei Zmievski |
@- Added vprintf() and vsprintf() functions that allow passing all arguments @ after format as an array. (Andrei)
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
a35df189 |
| 06-Aug-2001 |
Thies C. Arntzen |
we can no longer register internal-classes once the script is started. therefore the "incomplete class" is now registered at MINIT time.
|
#
b349df63 |
| 05-Aug-2001 |
Sascha Schumann |
some more eliminate-fetches-or-escalate-them-at-least
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
3884b15b |
| 04-Aug-2001 |
Thies C. Arntzen |
fix possible crash - we should never keep the zval** as they might point somewhere into the Engine. (there's still a new bug in strtok - hunting;-)
|
#
f6ed403f |
| 03-Aug-2001 |
Sascha Schumann |
Don't copy the strtok parameter
|
#
7471943c |
| 03-Aug-2001 |
Sascha Schumann |
Replace our strtok implementation with a binary-safe one which code does not cause headaches when reading it. Also happens to be a bit quicker.
|
#
2794a0e6 |
| 01-Aug-2001 |
Frank M. Kromann |
These new math functions are not supported on Win32
|
#
fa6b5cdd |
| 01-Aug-2001 |
Andrei Zmievski |
- Added a few new math functions from Jesus Castagnetto. - Converted to Z_* macros. @- Added a few new math functions. (Jesus)
|