3a52ee44 | 28-Aug-1999 |
Zeev Suraski |
*** empty log message *** |
81e0131b | 28-Aug-1999 |
Zeev Suraski |
*** empty log message *** |
ce6db81d | 28-Aug-1999 |
Philippe Verdy |
semicolon syntax error |
1dcee0c8 | 28-Aug-1999 |
Philippe Verdy |
Bug in gmmktime(): it produced wrong results in New Foundland, Central Australia, India, Iran, and Java, with half-hour timezones. |
053712c9 | 28-Aug-1999 |
Sascha Schumann |
when "track_vars" is disabled and a script which contains <?php_track_vars?> is accessed for the first time, track vars were not created properly. |
52cd1537 | 28-Aug-1999 |
Sascha Schumann |
merge in fix from php3 |
4628f302 | 28-Aug-1999 |
Zeev Suraski |
New relay code |
563cb215 | 28-Aug-1999 |
Sascha Schumann |
If we stick to this style, parsing becomes easier (for humans and computers). |
cda27ae9 | 28-Aug-1999 |
Zeev Suraski |
Beef up debug macros |
023cb647 | 27-Aug-1999 |
Zeev Suraski |
Fix a crash bug in case of aborted execution |
49824ee8 | 27-Aug-1999 |
Sascha Schumann |
- fix potential buffer problem in send_cookie - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This work
- fix potential buffer problem in send_cookie - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that.
show more ...
|
aa8b27ba | 27-Aug-1999 |
Zeev Suraski |
Better debug macros |
9eea00c0 | 27-Aug-1999 |
Andreas Karajannis |
Typo fix |
f681b37c | 27-Aug-1999 |
Zeev Suraski |
*** empty log message *** |
afb0c684 | 27-Aug-1999 |
Zeev Suraski |
Tiny fixes |
1dadb975 | 27-Aug-1999 |
Zeev Suraski |
Log date&time on script logs |
6821da54 | 27-Aug-1999 |
Mark Musone |
lets not make global functions unless we need to..actually this should be taken out someday |
a92788dd | 27-Aug-1999 |
Mark Musone |
cleand up storing new events |
8ccce347 | 26-Aug-1999 |
Rasmus Lerdorf |
Missing return types in prototypes |
aa147184 | 26-Aug-1999 |
Andrey Hristov |
*** empty log message *** |
1a218328 | 26-Aug-1999 |
Andrey Hristov |
Fix for #2161 |
02822cbc | 26-Aug-1999 |
Andi Gutmans |
- Damn. It wasn't a correct fix. This should do it. When the zval ** are equal we don't want to assign_ref, in any other case I can think of we do want to assign_ref. |
2c88f295 | 26-Aug-1999 |
Andi Gutmans |
- Fix leak when global is used in the global scope. |
f297719c | 26-Aug-1999 |
Andi Gutmans |
- Make Win32 compile again. |
1bfb1f79 | 26-Aug-1999 |
Andi Gutmans |
- Fix when redefining classes at run-time. |