Stig Bakken
f4f53c850a
this file is now generated
1999-04-17 01:54:27 +00:00
Stig Bakken
4f7b0a0ccd
make sure the images on the phpinfo() page point to PHP-enabled pages
1999-04-17 01:52:58 +00:00
Stig Bakken
af88aa5474
ignore configure.in
1999-04-17 00:43:47 +00:00
Stig Bakken
74fb12efd5
this file is now generated
1999-04-17 00:43:21 +00:00
Stig Bakken
257de2bade
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.
1999-04-17 00:37:12 +00:00
Stig Bakken
2127ede122
updated GD from php3 repository, using it as a test extension for the new
...
directory structure
1999-04-16 12:15:38 +00:00
Andi Gutmans
8cf2d74b76
- Make the memory leak message print PHP4.
1999-04-16 08:12:51 +00:00
Andi Gutmans
b32b2831d8
- 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.
1999-04-15 17:43:16 +00:00
Andi Gutmans
3d631c4ca0
- 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.
1999-04-15 17:41:21 +00:00
Zeev Suraski
fa76f0c903
Compile fix
1999-04-14 21:03:25 +00:00
Andi Gutmans
39f9487ee1
-Tiny patches
1999-04-14 19:53:33 +00:00
Zeev Suraski
76ceb9ad44
Better detection
1999-04-13 22:09:59 +00:00
Zeev Suraski
7c2155c1ad
Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge
...
memory leak
1999-04-13 20:50:31 +00:00
Andi Gutmans
e1e2226b92
- Fix various memory leaks.
1999-04-13 19:28:03 +00:00
Andi Gutmans
d86ed8207c
Refcount bugfix
1999-04-13 17:49:14 +00:00
Andi Gutmans
3fcc6511f6
* Optimize argument_stack top lookup
...
* Fix a nasty bug in zend_ptr_stack_clean()
1999-04-13 17:03:10 +00:00
Zeev Suraski
533f135987
Remove unnecessary stack
1999-04-12 21:50:49 +00:00
Zeev Suraski
ad9b13eb9e
off by one
1999-04-12 21:06:29 +00:00
Zeev Suraski
1dff49ec83
Minor optimization
1999-04-12 20:49:02 +00:00
Zeev Suraski
3ca6d6113a
Make functions that don't take arguments somewhat happier:)
1999-04-12 19:44:47 +00:00
Zeev Suraski
714f450a00
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.
1999-04-12 19:40:48 +00:00
Zeev Suraski
0666083907
NULL's should remain NULLs (at least in strings)
1999-04-12 19:40:33 +00:00
Zeev Suraski
15be5f0b4a
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
1999-04-12 18:40:18 +00:00
Zeev Suraski
39a7f4c306
This patch is a go. Not fully optimized yet, but working properly.
...
Prepatch tagged as BEFORE_STACK_PATCH.
1999-04-12 18:29:09 +00:00
Zeev Suraski
b06c5731fc
Minor fixes:
...
missing zval_copy_ctor()
messed up AiCount fix
1999-04-12 17:59:36 +00:00
Stig Bakken
4213b5d6b6
tolerate uninitialized ini settings in php_ini_{long,double,string}()
1999-04-12 16:35:25 +00:00
Sascha Schumann
483caf3669
This should help in keeping PHP4 up to date
1999-04-12 04:05:50 +00:00
Zeev Suraski
4869bd3bfc
Test patch...
1999-04-10 21:39:23 +00:00
Zeev Suraski
3b53a8ad0f
test patch
1999-04-10 21:34:53 +00:00
Zeev Suraski
1c23f75627
Oops
1999-04-10 21:30:49 +00:00
Zeev Suraski
4b98f345d1
php3_ini? What's that?
1999-04-10 17:39:08 +00:00
Zeev Suraski
bb6dff9c67
Buh-bye php3_ini
1999-04-10 16:25:23 +00:00
Zeev Suraski
4472d05025
Allow runtime setting of the memory limit
1999-04-10 16:24:28 +00:00
Zeev Suraski
2e9886de3c
Get rid of php3_ini in Zend
1999-04-10 14:44:35 +00:00
Zeev Suraski
e3d2234b80
A lot of php3_ini -> php_ini work
1999-04-10 13:32:47 +00:00
Zeev Suraski
79f9f0ce88
Move safe_mode to the new php_ini mechanism
1999-04-10 12:17:20 +00:00
Zeev Suraski
7685b44c4b
Move asp_tags and short_open_tag to the new php_ini mechanism
1999-04-10 11:22:18 +00:00
Zeev Suraski
7656c77c38
We need to initialize the utility values after we initialize the INI file, which in
...
turn, is after we initialize Zend. Set the utility values separately from Zend's
initialization
1999-04-10 11:21:55 +00:00
Zeev Suraski
4fd1d5b81b
* php_ini fixes
...
* convert the MySQL module to use the new php_ini mechanism
1999-04-10 00:19:33 +00:00
Zeev Suraski
d40e88a016
Apache php_ini support
1999-04-09 21:15:07 +00:00
Zeev Suraski
e95ebe0453
testing 123
1999-04-09 21:10:11 +00:00
Zeev Suraski
f92db069c3
test, ignore
1999-04-09 21:08:34 +00:00
Zeev Suraski
651e232f04
Testing 123
1999-04-09 21:04:12 +00:00
Andi Gutmans
906dc43ed7
- Changed here-docs to <<< followed by whitespace.
1999-04-09 20:47:29 +00:00
Zeev Suraski
f8ef66d1a4
*** empty log message ***
1999-04-09 20:12:46 +00:00
Zeev Suraski
b6f5873260
Get the apache module to compile
1999-04-09 19:51:47 +00:00
Zeev Suraski
011813cce8
*** empty log message ***
1999-04-09 19:16:46 +00:00
Stig S. Bakken
763061bbea
ignore file
1999-04-09 19:11:00 +00:00
Zeev Suraski
3e58450513
* A lot of work on php_ini stuff
...
* A lot of work on getting rid from php3_ini
1999-04-09 19:09:29 +00:00
Andi Gutmans
5cb576d81a
- I guess print $GLOBALS and print "$GLOBALS" should yield the same result
...
so I returned the one in encaps_var.
- Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the
erealloc()'s during compile time are such a biggy, we might make it even
smaller. We can have a configure time option as to it's size.
1999-04-09 15:18:29 +00:00