7afbcb4f | 11-Sep-1999 |
Zeev Suraski |
Rename allow_builtin_links to expose_php |
27afe4e4 | 11-Sep-1999 |
Zeev Suraski |
More cleanup |
7f42813a | 11-Sep-1999 |
Zeev Suraski |
Except for this small bug fix - it works |
15fee4d3 | 11-Sep-1999 |
Zeev Suraski |
- Seriously optimize and clean php_parse_gpc_data() - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) |
1b6ccfe8 | 11-Sep-1999 |
Zeev Suraski |
Cleanups & optimizations |
fb910c64 | 11-Sep-1999 |
Zeev Suraski |
Cleanups |
177341f8 | 10-Sep-1999 |
Sascha Schumann |
Move Linux check => more general --version-script check |
b5c6dfdd | 10-Sep-1999 |
Sascha Schumann |
add info about php3/php4 apache modules |
494defe5 | 10-Sep-1999 |
Sascha Schumann |
tweak the INSTALL document a little bit |
9ae21151 | 10-Sep-1999 |
Sascha Schumann |
pass flag correctly to linker |
7cb18f71 | 10-Sep-1999 |
Sascha Schumann |
- better use of scoping - support Solaris 2.x |
b87e1054 | 10-Sep-1999 |
Andrey Hristov |
Workaround for m4 weirdness. |
b147536a | 10-Sep-1999 |
Mark Musone |
lets not go down that road..were onyl going to use the internal event structure. No passing objects |
75b03f5f | 10-Sep-1999 |
Mark Musone |
wrong preprocessor command |
c8f88a0c | 10-Sep-1999 |
Mark Musone |
ported the php3 stuff to php4. This module should work intechangably between the two versions also |
d7357c06 | 10-Sep-1999 |
Zeev Suraski |
*** empty log message *** |
ca1b3ffb | 10-Sep-1999 |
Zeev Suraski |
Shut up a warning |
055472d3 | 10-Sep-1999 |
Uwe Steinmann |
- wrong use of php_print corrected |
2f9260fe | 10-Sep-1999 |
Zeev Suraski |
Lost functionality in earlier fix... That should really work. |
7dc2579b | 10-Sep-1999 |
Zeev Suraski |
That should do the trick (untested) |
f2b3c3c2 | 10-Sep-1999 |
Mark Musone |
my bad, sorry |
63243be5 | 10-Sep-1999 |
Mark Musone |
fixed memory leak |
22f066e7 | 09-Sep-1999 |
Andi Gutmans |
- Add foreach() freeing code. - Fix switch() freeing code to only free current function's switch expressions. - I have a feeling break expr; in a switch where expr > 1 leaks because it
- Add foreach() freeing code. - Fix switch() freeing code to only free current function's switch expressions. - I have a feeling break expr; in a switch where expr > 1 leaks because it won't free all of the expressions. Fix is probably not trivial.
show more ...
|
7567b96c | 09-Sep-1999 |
Andi Gutmans |
- Add mcal to TS project. It seems that mcal needs to be patched a bit in order to work TSRM. Right now it has globals. |
f0a988a2 | 09-Sep-1999 |
Andi Gutmans |
- Fix leak when decrementing strings which actually are longs. |