f4f53c85 | 17-Apr-1999 |
Stig Bakken |
this file is now generated |
4f7b0a0c | 17-Apr-1999 |
Stig Bakken |
make sure the images on the phpinfo() page point to PHP-enabled pages |
74fb12ef | 17-Apr-1999 |
Stig Bakken |
this file is now generated |
257de2ba | 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|
2127ede1 | 16-Apr-1999 |
Stig Bakken |
updated GD from php3 repository, using it as a test extension for the new directory structure |
8cf2d74b | 16-Apr-1999 |
Andi Gutmans |
- Make the memory leak message print PHP4. |
b32b2831 | 15-Apr-1999 |
Andi Gutmans |
- one more place which seems to have needed fixing. I don't have time to look more into it. I hope we don't have anymore places which need fixing. |
3d631c4c | 15-Apr-1999 |
Andi Gutmans |
- Should fix the pass by reference problem. This happened because we moved start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug
- Should fix the pass by reference problem. This happened because we moved start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug seems OK now.
show more ...
|
fa76f0c9 | 14-Apr-1999 |
Zeev Suraski |
Compile fix |
39f9487e | 14-Apr-1999 |
Andi Gutmans |
-Tiny patches |
76ceb9ad | 13-Apr-1999 |
Zeev Suraski |
Better detection |
7c2155c1 | 13-Apr-1999 |
Zeev Suraski |
Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge memory leak |
e1e2226b | 13-Apr-1999 |
Andi Gutmans |
- Fix various memory leaks. |
d86ed820 | 13-Apr-1999 |
Andi Gutmans |
Refcount bugfix |
3fcc6511 | 13-Apr-1999 |
Andi Gutmans |
* Optimize argument_stack top lookup * Fix a nasty bug in zend_ptr_stack_clean() |
533f1359 | 12-Apr-1999 |
Zeev Suraski |
Remove unnecessary stack |
ad9b13eb | 12-Apr-1999 |
Zeev Suraski |
off by one |
1dff49ec | 12-Apr-1999 |
Zeev Suraski |
Minor optimization |
3ca6d611 | 12-Apr-1999 |
Zeev Suraski |
Make functions that don't take arguments somewhat happier:) |
714f450a | 12-Apr-1999 |
Zeev Suraski |
This should take care of "this" for user-defined functions. It wasn't yet working for built-in functions anyway, this one is coming soon. |
06660839 | 12-Apr-1999 |
Zeev Suraski |
NULL's should remain NULLs (at least in strings) |
15be5f0b | 12-Apr-1999 |
Zeev Suraski |
Destroy the resource list after destroying the symbol table, otherwise the auto-destructor for resources are run when the resource list is no longer valid |
39a7f4c3 | 12-Apr-1999 |
Zeev Suraski |
This patch is a go. Not fully optimized yet, but working properly. Prepatch tagged as BEFORE_STACK_PATCH. |
Revision tags: BEFORE_STACK_PATCH |
|
b06c5731 | 12-Apr-1999 |
Zeev Suraski |
Minor fixes: missing zval_copy_ctor() messed up AiCount fix |
4213b5d6 | 12-Apr-1999 |
Stig Bakken |
tolerate uninitialized ini settings in php_ini_{long,double,string}() |