Dmitry Stogov
31c0af245e
Fixed floating point mathematic speed degradation (Christian)
2009-03-18 10:18:10 +00:00
Dmitry Stogov
d5ef2f466c
Added support for lambda functions and closures
2008-07-14 09:49:03 +00:00
Marcus Boerger
af316021e8
- Rewrite scanner to be based on re2c instead of flex
...
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository version 98
An older patch against version 97 is available under:
http://php.net/~helly/php-re2c-97-20080316.diff.txt
2008-03-16 21:06:55 +00:00
Dmitry Stogov
8f5786b6e8
Removed unused zend_mm.*
2006-12-05 08:07:57 +00:00
Marcus Boerger
16177d63f2
- MFH Move reflection to its own extension
...
# As discussed with RM
2005-11-30 21:46:26 +00:00
Moriyoshi Koizumi
38dfd6886d
- Add missing entry.
2005-02-21 15:10:19 +00:00
Moriyoshi Koizumi
47dec40bd5
- Add entry for zend_strtod.c in belief that this is still active.
2004-11-04 00:13:08 +00:00
Andi Gutmans
61a049ba3b
- Add zend_exceptions.c
2004-02-12 10:39:12 +00:00
Stanislav Malyshev
e69aaa8b05
add zend_iterators.c zend_interfaces.c to make
2003-11-04 15:27:08 +00:00
George Schlossnagle
aa96d17022
added support for Reflection_Function, the first part of
...
the reflection api
2003-06-30 20:03:56 +00:00
Sterling Hughes
e6dfbc9565
add a standard Exception class.
2003-03-23 04:32:24 +00:00
foobar
3a26859829
Added missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.c
2003-03-17 11:23:42 +00:00
Wez Furlong
e52aac940f
Implement simple stream support in the ZE scanners.
2003-02-18 09:37:54 +00:00
Thies C. Arntzen
52fb0d7bce
ups
2003-02-14 12:05:16 +00:00
Thies C. Arntzen
c1706b50bf
add really nice dump_bt function for debugging in gdb
2003-02-14 12:04:03 +00:00
Stanislav Malyshev
f75f3cff82
Generalize object storage and reference bookkeeping
2002-05-31 12:09:19 +00:00
Stanislav Malyshev
6608f07322
Mega-commit: Enter the new object model
...
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.
Also, this may break other things that access objects' internals directly.
2002-02-07 14:08:43 +00:00
Adam Dickmeiss
4935636521
Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824
2002-02-03 20:42:10 +00:00
Andi Gutmans
88d408ee11
- MFZE1
2001-09-19 10:41:35 +00:00
Sebastian Bergmann
3bdddb4910
MFZE1
2001-09-19 10:25:04 +00:00
Andi Gutmans
1751c4eba5
- Fix UNIX build.
2001-08-11 13:23:35 +00:00
Zeev Suraski
609d58a4d6
Merge from branch - move to standard C scanners in thread safe mode
2001-08-06 13:48:51 +00:00
Andi Gutmans
a3a0fe3797
- Fix dependency.
2000-11-03 00:52:20 +00:00
Stanislav Malyshev
76ede5ce5c
Another attempt to make it build
2000-10-30 15:27:32 +00:00
Stanislav Malyshev
47a84052e5
Fix build
...
# At least, it compiles now...
2000-10-30 12:14:37 +00:00
Zeev Suraski
6b4c369164
Generalization work
2000-10-29 18:23:51 +00:00
Zeev Suraski
e04fd648a6
Some more work on the INI parser/scanner
2000-10-29 15:13:20 +00:00
Zeev Suraski
9041d4eedd
Initial step in rewriting the INI parsing mechanism
2000-10-29 14:56:16 +00:00
Zeev Suraski
7b0d92dd18
Unify the names of these last 3 files...
2000-10-29 14:35:34 +00:00
Zeev Suraski
1fd09132c2
Initial steps to move the INI mechanism to the Zend engine
2000-10-29 11:38:26 +00:00
Sascha Schumann
99771d91ce
Remove --enable-c9x-inline option. We now use a syntax which is compatible
...
with all compilers by providing the function with static linkage in every
compilation unit.
2000-09-26 11:10:11 +00:00
Andi Gutmans
85181ac512
- Remove two tabs
2000-09-04 04:02:17 +00:00
Sascha Schumann
df74f1dfab
Add optional support for C0x inline semantics.
...
These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
later.
2000-06-13 17:58:33 +00:00
Sascha Schumann
afedd22f19
Fix parallel makes on BSD
2000-05-12 09:05:05 +00:00
Sascha Schumann
1743bb0346
Fix dependency
2000-05-01 05:46:02 +00:00
Sascha Schumann
41eef61c69
Give another hint to BSD makes
2000-03-30 04:11:31 +00:00
Sascha Schumann
c7040b71bc
Specifically mention $(srcdir), so that OpenBSD's make gets it
2000-03-30 00:59:47 +00:00
Andi Gutmans
18b8440c95
- Preliminary support for dynamic arrays. I need it on order to try out a
...
new hash implementation. It isn't used anywhere.
2000-02-18 00:14:23 +00:00
Sascha Schumann
14f915ece6
Makefile.am: Add dummy target for dependencies
...
acinclude.m4: Cache result of broken sprintf check
1999-12-26 21:45:53 +00:00
Sascha Schumann
9156d86009
Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS
...
contains -O0 to disable optimizations. This can be disabled by using
the appropiate parameter.
1999-12-23 13:29:26 +00:00
Zeev Suraski
4d2b0715d1
libzend -> Zend
1999-12-19 21:02:54 +00:00
Sascha Schumann
b3c440c06a
Add zend_sprintf.c
1999-12-19 01:50:10 +00:00
Sascha Schumann
11c9545416
automake created illegal target names due to the ZEND_SCANNER definition.
...
We now substitute @ZEND_SCANNER@ directly
1999-12-18 22:30:23 +00:00
Sascha Schumann
91549cfa4f
Move config code into separate file
1999-12-17 13:36:15 +00:00
Sascha Schumann
ac8736c8ee
Rebuild libzend.la, if the scanner was rebuilt
1999-11-26 17:53:56 +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
Sascha Schumann
590f9c1dee
Add necessary rule.
1999-10-04 15:35:16 +00:00
Sascha Schumann
8ae3f4b027
Use libtool to build.
1999-10-04 15:20:12 +00:00
Sascha Schumann
b7a1130143
Actually allow to set CXXFLAGS
1999-09-26 20:59:47 +00:00