Zeev Suraski
|
4481898ff7
|
Add ability to disable the memory cache
|
1999-11-27 00:04:36 +00:00 |
|
Zeev Suraski
|
74f6202aa6
|
- Fix fd leak in ZTS mode
|
1999-11-26 23:54:05 +00:00 |
|
Zeev Suraski
|
6be3723f3d
|
UNIX/non ZTS compile fixes
|
1999-11-26 23:48:04 +00:00 |
|
Zeev Suraski
|
58153dfed0
|
- Improve the file handle closing code
|
1999-11-26 23:45:22 +00:00 |
|
Zeev Suraski
|
cd53944435
|
- Modify zend_llist_del() to receive a comparison function
|
1999-11-26 23:44:41 +00:00 |
|
Zeev Suraski
|
71b1219ee3
|
This request_shutdown() is no longer needed (never was needed really)
|
1999-11-26 20:19:28 +00:00 |
|
Zeev Suraski
|
b53bc48847
|
This should get the file to close properly
|
1999-11-26 18:37:06 +00:00 |
|
Sascha Schumann
|
ac8736c8ee
|
Rebuild libzend.la, if the scanner was rebuilt
|
1999-11-26 17:53:56 +00:00 |
|
Zeev Suraski
|
94b5119898
|
Remove request_started, increase thread safety
|
1999-11-26 13:53:18 +00:00 |
|
Zeev Suraski
|
f617a46305
|
That's a more thorough fix...
|
1999-11-25 16:21:01 +00:00 |
|
Zeev Suraski
|
f62a08c2ae
|
Fix bug #2817 - assignments to string offsets could erronously modify unrelated strings
|
1999-11-25 16:11:34 +00:00 |
|
Zeev Suraski
|
b264733bc1
|
Fix compile problem with enable-memory-limit
|
1999-11-22 22:27:04 +00:00 |
|
Zeev Suraski
|
3b9673ca58
|
Fix inconsistencies with here-docs implementation
|
1999-11-22 17:11:36 +00:00 |
|
Zeev Suraski
|
86a0efcff5
|
Fix #2744
|
1999-11-22 16:30:23 +00:00 |
|
Andi Gutmans
|
f3ca328b34
|
That slipped away
|
1999-11-21 18:19:08 +00:00 |
|
Zeev Suraski
|
6358c6631b
|
- Optimize class instanciation
- Fix constant instanciation for array elements inside objects
|
1999-11-21 18:11:10 +00:00 |
|
Andi Gutmans
|
1f11e07fc6
|
- Moved var_uninit() for return_value to the beginning of DO_FCALL.
We forgot to do it for overloaded methods
|
1999-11-19 17:04:54 +00:00 |
|
Andi Gutmans
|
817a11e7ed
|
- Functions whose return values aren't used have them freed in DO_FCALL
and don't need a special ZEND_FREE opcode following them anymore
|
1999-11-19 16:55:25 +00:00 |
|
Andi Gutmans
|
52045afb08
|
- If a function's return value is unused then don't create a ZEND_FREE
opcode but free it after the function call in zend_execute.
|
1999-11-17 17:21:15 +00:00 |
|
Andi Gutmans
|
800e00727a
|
- Forgot this
|
1999-11-17 04:38:38 +00:00 |
|
Andi Gutmans
|
3cd140cdef
|
- Weird that this compiled for me.
|
1999-11-16 20:31:29 +00:00 |
|
Andi Gutmans
|
247d3d3345
|
- CHange used_return_value -> return_value_used
|
1999-11-16 19:12:46 +00:00 |
|
Andi Gutmans
|
b7b614d0b5
|
- In any case create the free opcode. Need to allow the functions to
create a hint.
|
1999-11-16 18:46:32 +00:00 |
|
Andi Gutmans
|
dbb67ab9dc
|
- Add support for used_return_value passed to internal functions.
|
1999-11-16 18:30:06 +00:00 |
|
Andi Gutmans
|
4ebf7b85ad
|
- Fix comment as to Joey's findings
|
1999-11-14 10:30:39 +00:00 |
|
Andi Gutmans
|
d35ea24fc0
|
- Fix crash with string offset assignments.
|
1999-11-13 18:11:34 +00:00 |
|
Andrei Zmievski
|
3964c92f8b
|
Made zend_hash_rehash() callable from outside.
|
1999-11-04 21:02:35 +00:00 |
|
Andi Gutmans
|
6d988ec694
|
- Add support for BYREF_FORCE_REST
|
1999-11-03 19:21:56 +00:00 |
|
Andi Gutmans
|
83c79bb154
|
- Fix for Thies' leak and Andrei's crash
|
1999-10-28 15:53:31 +00:00 |
|
Zeev Suraski
|
7f35cfda71
|
*** empty log message ***
|
1999-10-25 16:07:14 +00:00 |
|
Sam Ruby
|
6576719dcb
|
Allow CYGWIN directory to be specified as via environment variable
|
1999-10-23 19:27:24 +00:00 |
|
Andi Gutmans
|
9b83d1ca5d
|
- Fix isset() with string offsets.
|
1999-10-22 22:35:16 +00:00 |
|
Thies C. Arntzen
|
816627b16c
|
fixed is_identicat_function()
|
1999-10-19 15:48:25 +00:00 |
|
Andi Gutmans
|
98f025430e
|
- Move IS_IDENTICAL next to IS_EQUAL
|
1999-10-19 14:19:42 +00:00 |
|
Andi Gutmans
|
70b41809f2
|
- Fix is_identical function
|
1999-10-19 14:11:39 +00:00 |
|
Andi Gutmans
|
7a205f6087
|
- Preliminary submit of Thie's patch. Will fix the rest on Windows
as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL
|
1999-10-19 13:33:17 +00:00 |
|
Andrei Zmievski
|
52a30fd21b
|
Be safe, use ().
|
1999-10-18 14:17:36 +00:00 |
|
Andrei Zmievski
|
c279668168
|
unstatic'fy is_numeric_string()
|
1999-10-15 20:42:26 +00:00 |
|
Andrei Zmievski
|
e956a266e2
|
*** empty log message ***
|
1999-10-15 20:37:53 +00:00 |
|
Andrei Zmievski
|
62c1407a4d
|
*** empty log message ***
|
1999-10-15 13:45:28 +00:00 |
|
Andi Gutmans
|
4d7c162d16
|
- Add convert_to_number_ex()
|
1999-10-15 06:25:42 +00:00 |
|
Sascha Schumann
|
e77485a8f7
|
Add "--disable-inline" for low-memory machines (be it limited
RAM or virtual memory). It's also useful for Digital C where
the C++ compiler thinks "inline" is an invalid specifier.
|
1999-10-14 22:17:22 +00:00 |
|
Sascha Schumann
|
d58e6f2b00
|
Use sources from $(srcdir)
|
1999-10-14 17:20:25 +00:00 |
|
Sascha Schumann
|
2170fa6dea
|
Do not use $< for anything but implicit rules.
|
1999-10-13 16:16:09 +00:00 |
|
Thies C. Arntzen
|
6e07d060fc
|
(zend_fetch_resource) added warinig if resource is of wrong type
|
1999-10-13 12:59:48 +00:00 |
|
Sascha Schumann
|
8cc4fc6111
|
Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.
Note that this part could be made platform independent by using
libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS).
|
1999-10-13 00:17:01 +00:00 |
|
Thies C. Arntzen
|
6d7c18c1f5
|
new improved resource-API
|
1999-10-12 14:51:17 +00:00 |
|
Sascha Schumann
|
fc48083437
|
Use DL_LAZY for OpenBSD. This seems to be a compatibility flag which
should be used for the 2nd parameter to dlopen.
http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8
|
1999-10-12 14:48:32 +00:00 |
|
Andi Gutmans
|
faa1891782
|
- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
push it in DO_FCALL and at the end of do_fcall_common it always gets
popped. We might be able to optimize it out.
|
1999-10-12 11:41:17 +00:00 |
|
Andrei Zmievski
|
8864313c48
|
Modified zend_hash() to accept a pointer to sort function.
|
1999-10-11 21:30:23 +00:00 |
|