1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

9950 Commits

Author SHA1 Message Date
Daniel Beulshausen c60a6a5bd9 fix date('T') 2001-07-22 13:16:15 +00:00
f91e59ccea ChangeLog update 2001-07-22 00:10:45 +00:00
Andi Gutmans c41418b1b5 - The __FILE__ fix and a couple of other NEWS entries which I forgot to
commit.
2001-07-21 18:33:12 +00:00
Zeev Suraski ef4fe54f0a Always track bailout file/lineno 2001-07-21 16:21:22 +00:00
Zeev Suraski 6fa5ac832f Fix Apache build 2001-07-21 16:18:03 +00:00
Zeev Suraski 5f2da6f219 Fix Release builds 2001-07-21 16:13:46 +00:00
Rasmus Lerdorf cc44119bf6 Left-over outdated comment 2001-07-21 15:51:40 +00:00
Andi Gutmans 7ce1846761 - Shouldn't be needed anymore 2001-07-21 15:13:19 +00:00
Andi Gutmans 4715403906 - Fix __FILE__ in the main script in CGI/command line mode. 2001-07-21 15:11:30 +00:00
Zeev Suraski 336004f4bc Improved bailout mechanism, supports nested bailouts a-la try..catch
Note:  You may *not* return directly from a catch block
2001-07-21 14:27:56 +00:00
Zeev Suraski 931ebe08d7 Improve bailout mechanism, supports nesting of bailouts a-la try..catch 2001-07-21 14:25:27 +00:00
Zeev Suraski 660a09c6da Fix compile warning 2001-07-21 14:18:53 +00:00
Zeev Suraski 20d53346ce Remove redundant code 2001-07-21 12:43:23 +00:00
Holger Zimmermann 7213492b3a Updated 2001-07-21 12:23:23 +00:00
Sascha Schumann 09ce807bf1 Drop memchr() in php_memnstr in favor of manual scanning. This reduces
the complexity of the function and is about 20% faster on Linux/x86.
2001-07-21 03:26:31 +00:00
Andrei Zmievski fc260e6c98 Fix certain cases where inheritance of base class's overloaded handlers wasn't
being done.
2001-07-21 02:35:13 +00:00
Zeev Suraski 38e5a2077d Clarify and optimize 2001-07-21 01:15:18 +00:00
Rasmus Lerdorf bf513871bc Fix more crashes related to this switch to z_value 2001-07-21 00:14:14 +00:00
6d4e4e0cf5 ChangeLog update 2001-07-21 00:09:57 +00:00
Holger Zimmermann 31252e854b Updated 2001-07-20 22:11:13 +00:00
Holger Zimmermann 1b03f89fa0 Updated 2001-07-20 21:10:57 +00:00
Holger Zimmermann a088c2e19d Updated PHP mode, fixed indent mode, added syntax check mode 2001-07-20 21:00:17 +00:00
Sascha Schumann b79aa095f5 Fix last two instances of using ext/standard/php_output.h 2001-07-20 19:42:26 +00:00
Thies C. Arntzen 0453eff2b8 fix include 2001-07-20 19:37:19 +00:00
Zeev Suraski 11c2acc34a Retain downwards compatibility - cool idea Jon :) 2001-07-20 17:10:04 +00:00
Zeev Suraski 3c26459d49 Update NEWS 2001-07-20 15:08:38 +00:00
Zeev Suraski ef9504cafc Fix UNIX build 2001-07-20 15:06:51 +00:00
Zeev Suraski 6f297a370a Fix Windows build 2001-07-20 14:40:30 +00:00
Zeev Suraski 8084d27885 Implement a more granular shutdown mechanism for the executor -
prevent corruption of constants and missing destructions of resources
2001-07-20 14:20:34 +00:00
Zeev Suraski 13ac04b8e5 Avoid getting bailouts on text output during shutdown. Text output is now
'officially' disabled during shutdown (this doesn't change the Apache module
behavior, but may change behavior of other server modules, in which it was
possible to emit output during shutdown;  I think it's a good step towards
consistency, though)
2001-07-20 13:59:00 +00:00
Zeev Suraski cd3acbd785 Fix broken text 2001-07-20 12:22:43 +00:00
Daniel Beulshausen aa032e2e4c fix font handling in vdir mode 2001-07-20 11:25:13 +00:00
Sascha Schumann 4ebcdd9929 Add optional support for using boyer-moore to str_replace. 2001-07-20 01:22:29 +00:00
0b3a7e6546 ChangeLog update 2001-07-20 00:10:16 +00:00
Joey Smith c2e983709a I just got annoyed by this, eventually. :) 2001-07-19 23:36:37 +00:00
Zeev Suraski d68f53e94e Unfix, it has too strong effects 2001-07-19 18:33:22 +00:00
Zeev Suraski ce29cb297e Catch all cases 2001-07-19 15:53:38 +00:00
Marc Boeren 2a661c6114 Added the error-message functionality (new in odbc module) (Mc) 2001-07-19 15:45:56 +00:00
Marc Boeren e8bcbacb3e changed implementation of creating reference to a value by columnname (Mc)
added a test for changing the referenced value (Mc)
2001-07-19 15:44:58 +00:00
Zeev Suraski 01814bb2b8 Fix bug #11970, strike 2 2001-07-19 14:15:50 +00:00
Zeev Suraski 06fc55cc67 Revert bogus patch 2001-07-19 14:11:40 +00:00
Adam Dickmeiss 863062a8be Function yaz_record handles MARC records that have identifers in 00X. 2001-07-19 13:27:58 +00:00
Tomas V.V.Cox 30ec364e49 move the package list handler methods to the new Packlist.php also removed
the unused code
2001-07-19 11:15:48 +00:00
Tomas V.V.Cox e78a175fc0 This class will handle the pear packages database (it's experimental now) 2001-07-19 11:10:28 +00:00
Tomas V.V.Cox 0d629b854a added TODO and checks before try to open the package.xml file 2001-07-19 10:32:06 +00:00
Stanislav Malyshev dfe15ad070 Fix warnings 2001-07-19 08:12:12 +00:00
Sascha Schumann 1734ff698c update 2001-07-19 04:58:44 +00:00
Sascha Schumann ef42a25b42 Fix a serious long-standing bug which deleted the shared memory segment
when an Apache children died.

Dynamically resize hash-table.

The hash key is now stored as part of the hash entry structure which
saves a mm_malloc.

ps_sd_new has been restructured to avoid code duplication.

A bug concerning moving existing entries to the top of a linked list
has been fixed.
2001-07-19 04:16:54 +00:00
0d7c522313 ChangeLog update 2001-07-19 00:11:34 +00:00
Sascha Schumann 664df24d11 Fix GC bug which did not increment the proper variable.
Fix warning regarding the initial hash value.
Use php_uint32 everywhere.
Speedup linked-list traversal by using the hash value.
Degrade linked-list to singledly linked-list.
Allocate a new shared memory buffer, if the data does not fit into the
current one.  Prior to this change, we always allocated a new buffer.
Fix debug prints to be compatible with non-GCC compilers.
NUL-terminate string return values.
2001-07-18 23:18:58 +00:00