Sascha Schumann
|
af97475e93
|
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.
|
2000-12-02 13:27:07 +00:00 |
|
Andi Gutmans
|
8d9082563a
|
- Allow passing references which are returned from functions and new
- statements to be passed by reference.
|
2000-11-27 18:46:23 +00:00 |
|
Andrei Zmievski
|
81814c8ddc
|
Update class constants before trying to get default properties.
|
2000-11-27 17:00:54 +00:00 |
|
Andi Gutmans
|
be6ab20415
|
- Remove code which has been commented out for ages.
|
2000-11-22 19:53:17 +00:00 |
|
Sascha Schumann
|
2ef6b689e8
|
Pass on the exit status
|
2000-11-22 04:24:35 +00:00 |
|
Zeev Suraski
|
f8dabac6d5
|
Fix build
|
2000-11-21 22:41:49 +00:00 |
|
Andi Gutmans
|
12077112b4
|
- The baby patch wasn't that innocent :)
|
2000-11-21 16:14:02 +00:00 |
|
Andrei Zmievski
|
9ca1038535
|
Sterling's patch to make get_defined_vars() simpler and better.
|
2000-11-21 15:29:02 +00:00 |
|
Andi Gutmans
|
b2c957d4b1
|
- NEVER copy and paste :)
|
2000-11-20 20:54:10 +00:00 |
|
Andi Gutmans
|
b5d5b3a703
|
- Baby patch towards making the damn pass-by-ref work.
|
2000-11-20 20:49:42 +00:00 |
|
Zeev Suraski
|
d161e9d1c1
|
Update API number
|
2000-11-20 12:59:56 +00:00 |
|
Stanislav Malyshev
|
35f4826fea
|
Add macro to replace value of zval with another value while preserving
referencing structure
|
2000-11-20 12:35:08 +00:00 |
|
Andi Gutmans
|
6d2a433ec5
|
- This patch is broken and needs more thorough fixing.
|
2000-11-20 05:09:21 +00:00 |
|
Andi Gutmans
|
ce87ae4159
|
- Try and fix the problem when sending references returned from a function by reference.
|
2000-11-19 19:49:58 +00:00 |
|
Zeev Suraski
|
769cde2f9f
|
Fix Zend build for non ZTS
|
2000-11-19 12:28:28 +00:00 |
|
Zeev Suraski
|
42b0e1cb1f
|
Forgot to commit the non-debug build fix yesterday...
|
2000-11-18 11:43:08 +00:00 |
|
Zeev Suraski
|
9a0b61a619
|
Add thread-safety debugging information (idea - Dmitri Dmitrienko)
|
2000-11-18 02:43:23 +00:00 |
|
Stanislav Malyshev
|
2d57a5b2a4
|
Restore compatibility with old broken way
|
2000-11-14 18:33:58 +00:00 |
|
Stanislav Malyshev
|
0b6a8d0458
|
Better 0x handling - not change non-0x number behaviour
|
2000-11-14 17:54:11 +00:00 |
|
Stanislav Malyshev
|
89d5983ad9
|
Attempt at better handling long 0x-numbers, like 0xffffffff
|
2000-11-14 17:02:52 +00:00 |
|
Andi Gutmans
|
9b42296bab
|
- Remove unused function
|
2000-11-13 18:14:16 +00:00 |
|
Andi Gutmans
|
4004ef6f25
|
- Use typedef's for function pointers so that we can easily define arrays
- of these function pointers.
|
2000-11-13 17:30:42 +00:00 |
|
Stanislav Malyshev
|
124569d167
|
Fix zend_llist_apply_with_del - it should remove from list,
not only call dtor
|
2000-11-13 14:55:28 +00:00 |
|
Zeev Suraski
|
20ab5c58c7
|
Test, ignore
|
2000-11-12 17:21:14 +00:00 |
|
Andi Gutmans
|
1ccf94066c
|
- Move SET_UNUSED() to header
|
2000-11-11 17:59:47 +00:00 |
|
Andi Gutmans
|
86a13dd94e
|
- Beautify by using the standard #define.
|
2000-11-11 17:41:28 +00:00 |
|
Andi Gutmans
|
5e33cdaef3
|
- Remove this damn thing once again.
|
2000-11-10 11:48:12 +00:00 |
|
Andi Gutmans
|
f950a3724c
|
- Maybe it's OK now? :)
|
2000-11-09 23:54:18 +00:00 |
|
Andi Gutmans
|
113a5bb8c2
|
- Undo the previous commit for fixing $obj = new foo().
|
2000-11-09 23:43:21 +00:00 |
|
Andi Gutmans
|
d9d4824cd3
|
- Commit experimental patch to fix the problem when doing $a = new foo()
and the constructor assigns $this by reference to other symbol table
elements. Thanks to Daniel J. Rodriguez on this one.
|
2000-11-09 22:11:14 +00:00 |
|
Zeev Suraski
|
41d83c5d95
|
Add ability to find extensions by name
|
2000-11-08 14:25:42 +00:00 |
|
Sascha Schumann
|
5360d78278
|
Kill a misleading warning which is intended for old code
which assumes sizeof(int) == sizeof(void *).
|
2000-11-06 23:40:48 +00:00 |
|
Andi Gutmans
|
1f03630846
|
- Add trailing \n?
|
2000-11-03 08:39:39 +00:00 |
|
Zeev Suraski
|
313a459af3
|
Fix for bug #5571 (by mookid@sigent.ru)
|
2000-11-03 02:45:55 +00:00 |
|
Andi Gutmans
|
a3a0fe3797
|
- Fix dependency.
|
2000-11-03 00:52:20 +00:00 |
|
Zeev Suraski
|
471d070c94
|
Fix build
|
2000-11-03 00:38:33 +00:00 |
|
Zeev Suraski
|
4d3fc68f11
|
Add RESVAL macros
|
2000-11-03 00:35:12 +00:00 |
|
Zeev Suraski
|
6053f2a118
|
Fix bug #7599
|
2000-11-02 23:17:55 +00:00 |
|
Zeev Suraski
|
464a561bb0
|
Missed those
|
2000-11-02 19:31:21 +00:00 |
|
Zeev Suraski
|
f1a9920bcf
|
Maintain consistency
|
2000-11-02 19:27:55 +00:00 |
|
Andi Gutmans
|
ce501c78a8
|
- Replace do_exit() with zend_do_exit().
- Problem reported by David Hedbor <david@hedbor.org>
|
2000-11-02 18:42:54 +00:00 |
|
Zeev Suraski
|
3dd6c2d96f
|
Remove unnecessary variables
|
2000-11-02 11:33:34 +00:00 |
|
Zeev Suraski
|
4462bc2e2d
|
explicit declaration here too - sigh, way too early in the morning
|
2000-11-02 10:28:17 +00:00 |
|
Zeev Suraski
|
94042d6848
|
oops
|
2000-11-02 10:26:03 +00:00 |
|
Zeev Suraski
|
c42564f780
|
explicit declaration
|
2000-11-02 10:24:34 +00:00 |
|
Zeev Suraski
|
0ee12a6488
|
Fix Apache build
|
2000-10-31 18:28:04 +00:00 |
|
Zeev Suraski
|
dfe57b01a2
|
Remove unnecessary code, fix phpinfo()
|
2000-10-31 16:06:30 +00:00 |
|
Zeev Suraski
|
9e2a591ac6
|
Require bison 1.28
|
2000-10-31 14:54:16 +00:00 |
|
Zeev Suraski
|
4171da016c
|
Fix non-thread-safe Windows build
|
2000-10-30 23:37:50 +00:00 |
|
Zeev Suraski
|
9596255da8
|
Final touches on the INI parser
|
2000-10-30 23:19:48 +00:00 |
|