| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix compile problem. | Andi Gutmans | 2003-10-14 | 1 | -0/+2 |
| | | |||||
| * | - Fix the fix by making sure the new block is in the right free list. | Andi Gutmans | 2003-10-14 | 1 | -0/+2 |
| | | |||||
| * | The freed one is a hashtable - may matter if Hashtables are allocated | Stanislav Malyshev | 2003-10-14 | 1 | -1/+1 |
| | | | | | | differently | ||||
| * | - Support merging free block which was created by reallocing to smaller | Andi Gutmans | 2003-10-14 | 1 | -3/+13 |
| | | | | | | | - size. This should fix some performance issues. This code is still not - thoroughly tested. | ||||
| * | Embed date of last modification | Sascha Schumann | 2003-10-14 | 1 | -1/+1 |
| | | |||||
| * | - limit writing of field data to field len + 1 | Uwe Steinmann | 2003-10-14 | 1 | -3/+3 |
| | | | | | | | This fixed many memory overrun errors which appeared in several scripts when writing a record. | ||||
| * | Fixed bug #25836 (last key of multi-dimensional array passed via GPC | Ilia Alshanetsky | 2003-10-14 | 1 | -1/+3 |
| | | | | | | not being escaped when magic_quotes_gpc is on). | ||||
| * | ChangeLog update | 2003-10-14 | 1 | -0/+52 | |
| | | |||||
| * | unintialized variable. | Wez Furlong | 2003-10-13 | 1 | -1/+1 |
| | | | | | | Patch by Joe Orton | ||||
| * | Fix unintialized variable. | Wez Furlong | 2003-10-13 | 1 | -1/+1 |
| | | | | | | Patch by Joe Orton. | ||||
| * | - Email address change | Derick Rethans | 2003-10-13 | 3 | -3/+3 |
| | | |||||
| * | Fixed bug #25800 (parse_url() could not parse urls with empty port). | Ilia Alshanetsky | 2003-10-13 | 2 | -6/+40 |
| | | |||||
| * | Remove sendmail patch check. | Ilia Alshanetsky | 2003-10-13 | 1 | -25/+0 |
| | | |||||
| * | Fix possible segfault (this one came up when a method could not be found). | Wez Furlong | 2003-10-13 | 2 | -2/+6 |
| | | | | | | | Add a couple of headers used by another file that is not yet ready to commit. | ||||
| * | ChangeLog update | 2003-10-13 | 1 | -0/+16 | |
| | | |||||
| * | rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558) | Vlad Krupin | 2003-10-12 | 1 | -4/+0 |
| | | |||||
| * | ChangeLog update | 2003-10-11 | 1 | -0/+26 | |
| | | |||||
| * | Fix Bug #23221 Pear installer - extension re-install segfault | Tomas V.V.Cox | 2003-10-10 | 1 | -0/+5 |
| | | |||||
| * | Partial rewrite of dowload() method: | Tomas V.V.Cox | 2003-10-10 | 1 | -53/+69 |
| | | | | | | | | | | - Full error checking and reporting - Avoid downloads as possible - Made the "force" option work correctly # Please report any problem with pear install/upgrade | ||||
| * | avoid chdir() calls | Tomas V.V.Cox | 2003-10-10 | 1 | -42/+27 |
| | | | | | | | remove duplicated validation checks (fix bug #66 contributed by Roman) | ||||
| * | ChangeLog update | 2003-10-10 | 2 | -0/+61 | |
| | | |||||
| * | Allow foo::$bar() | Zeev Suraski | 2003-10-09 | 3 | -14/+28 |
| | | |||||
| * | typo | Andrey Hristov | 2003-10-09 | 1 | -1/+1 |
| | | |||||
| * | cleanup | foobar | 2003-10-09 | 1 | -9/+7 |
| | | |||||
| * | New array functions for doing intersection of arrays that are complementary | Andrey Hristov | 2003-10-09 | 4 | -27/+804 |
| | | | | | | | | to array_*diff* family of functions. Namely array_uintersect(), array_uintersect_assoc(), array_intersect_uassoc() and array_uintersect_uassoc(). Test case is also included. #docs and news entry later. | ||||
| * | new functions NEWS entry | Andrey Hristov | 2003-10-09 | 1 | -0/+5 |
| | | |||||
| * | add the valid xml test | Shane Caraveo | 2003-10-09 | 1 | -0/+8 |
| | | |||||
| * | add a DTD example | Shane Caraveo | 2003-10-09 | 3 | -0/+34 |
| | | |||||
| * | Fixed bug #25746 (Do not bail out when unable to chdir original dir on | Ilia Alshanetsky | 2003-10-09 | 1 | -3/+0 |
| | | | | | | systems with broken getcwd()). | ||||
| * | ChangeLog update | 2003-10-09 | 1 | -0/+76 | |
| | | |||||
| * | And this EOF flag... | Wez Furlong | 2003-10-08 | 1 | -3/+2 |
| | | |||||
| * | BFN | foobar | 2003-10-08 | 1 | -0/+1 |
| | | |||||
| * | Set the EOF indicator after each read attempt. | Wez Furlong | 2003-10-08 | 2 | -7/+3 |
| | | | | | | This prevents it getting stuck in the on position. | ||||
| * | - Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes ↵ | foobar | 2003-10-08 | 1 | -4/+8 |
| | | | | | crash in win32). | ||||
| * | Implement stream_get_contents, which is somewhat akin to file_get_contents, | Wez Furlong | 2003-10-08 | 3 | -0/+34 |
| | | | | | | except that it works on an already opened stream. | ||||
| * | Oops.. | Moriyoshi Koizumi | 2003-10-08 | 1 | -1/+1 |
| | | |||||
| * | Better fix for bug #25758 | Moriyoshi Koizumi | 2003-10-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #25758 (var_export does not escape ' & \ inside array keys) | Ilia Alshanetsky | 2003-10-08 | 2 | -1/+19 |
| | | |||||
| * | BFN | foobar | 2003-10-08 | 1 | -0/+1 |
| | | |||||
| * | ChangeLog update | 2003-10-08 | 2 | -0/+110 | |
| | | |||||
| * | MFB bison configure test fix | Rasmus Lerdorf | 2003-10-07 | 1 | -1/+1 |
| | | |||||
| * | A much better fix for moniker based COM object creation. | Wez Furlong | 2003-10-07 | 1 | -36/+60 |
| | | | | | | | | We now support binding monikers to remote machines. However, MSDN docs indicate that this isn't yet implemented as of Win2000. | ||||
| * | Fix bug #17997 (Warning when switch & reference are combined) | Zeev Suraski | 2003-10-07 | 1 | -2/+7 |
| | | |||||
| * | Fix cast callbacks | Zeev Suraski | 2003-10-07 | 2 | -6/+12 |
| | | |||||
| * | Fix the fix :) | Zeev Suraski | 2003-10-07 | 1 | -0/+1 |
| | | | | | | Not thoroughly tested, but appears to work fine | ||||
| * | Fix version test | Marcus Boerger | 2003-10-07 | 1 | -1/+1 |
| | | |||||
| * | Bugfix #25770 Segfault with PHP and bison 1.875 | Marcus Boerger | 2003-10-07 | 2 | -3/+2 |
| | | |||||
| * | - Fixed bug #18534 (ifx_close() leaves open session) | Corne' Cornelius | 2003-10-07 | 1 | -14/+48 |
| | | | | | | - (ifx_do_close) Added | ||||
| * | Fix $_SERVER['argv'] and $_SERVER['argc'] | Stanislav Malyshev | 2003-10-07 | 1 | -1/+2 |
| | | |||||
| * | Cleaned up previous patch. | Ilia Alshanetsky | 2003-10-07 | 1 | -9/+6 |
| | | |||||
