1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
Files
archived-php-src/Zend
Zeev Suraski b0bfa458b5 * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed
to char[1], these checks should have been changed to Bucket.nKeyLength==0
* Support runtime declaration of functions.  I ended up changing the grammar
  to catch top level functions vs. nested functions.  The reason is simple -
  if we don't have functions properly declared at compile-time, function calls
  cannot be resolved at compile time, and have to be resolved at runtime, which
  ends up being much much slower (without the optimizer, that is).
  It's no biggy though, the grammar change isn't that bad.
1999-05-15 15:47:24 +00:00
..
1999-05-12 20:11:42 +00:00
1999-04-19 20:10:26 +00:00
1999-04-07 18:10:10 +00:00
fix
1999-04-26 15:16:06 +00:00
1999-04-07 18:10:10 +00:00
1999-05-14 18:42:06 +00:00
1999-05-11 21:38:39 +00:00
1999-05-09 12:24:21 +00:00
1999-05-09 12:24:21 +00:00
1999-04-08 04:11:23 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00
1999-04-24 09:26:09 +00:00
Fix
1999-04-21 19:10:54 +00:00
1999-05-12 18:06:14 +00:00
1999-05-12 18:06:14 +00:00
1999-05-09 14:56:38 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00
1999-04-07 18:10:10 +00:00