summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fix compile problem.Andi Gutmans2003-10-141-0/+2
|
* - Fix the fix by making sure the new block is in the right free list.Andi Gutmans2003-10-141-0/+2
|
* The freed one is a hashtable - may matter if Hashtables are allocatedStanislav Malyshev2003-10-141-1/+1
| | | | | differently
* - Support merging free block which was created by reallocing to smallerAndi Gutmans2003-10-141-3/+13
| | | | | | - size. This should fix some performance issues. This code is still not - thoroughly tested.
* Embed date of last modificationSascha Schumann2003-10-141-1/+1
|
* - limit writing of field data to field len + 1Uwe Steinmann2003-10-141-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 GPCIlia Alshanetsky2003-10-141-1/+3
| | | | | not being escaped when magic_quotes_gpc is on).
* ChangeLog update2003-10-141-0/+52
|
* unintialized variable.Wez Furlong2003-10-131-1/+1
| | | | | Patch by Joe Orton
* Fix unintialized variable.Wez Furlong2003-10-131-1/+1
| | | | | Patch by Joe Orton.
* - Email address changeDerick Rethans2003-10-133-3/+3
|
* Fixed bug #25800 (parse_url() could not parse urls with empty port).Ilia Alshanetsky2003-10-132-6/+40
|
* Remove sendmail patch check.Ilia Alshanetsky2003-10-131-25/+0
|
* Fix possible segfault (this one came up when a method could not be found).Wez Furlong2003-10-132-2/+6
| | | | | | Add a couple of headers used by another file that is not yet ready to commit.
* ChangeLog update2003-10-131-0/+16
|
* rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)Vlad Krupin2003-10-121-4/+0
|
* ChangeLog update2003-10-111-0/+26
|
* Fix Bug #23221 Pear installer - extension re-install segfaultTomas V.V.Cox2003-10-101-0/+5
|
* Partial rewrite of dowload() method:Tomas V.V.Cox2003-10-101-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() callsTomas V.V.Cox2003-10-101-42/+27
| | | | | | remove duplicated validation checks (fix bug #66 contributed by Roman)
* ChangeLog update2003-10-102-0/+61
|
* Allow foo::$bar()Zeev Suraski2003-10-093-14/+28
|
* typoAndrey Hristov2003-10-091-1/+1
|
* cleanupfoobar2003-10-091-9/+7
|
* New array functions for doing intersection of arrays that are complementaryAndrey Hristov2003-10-094-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 entryAndrey Hristov2003-10-091-0/+5
|
* add the valid xml testShane Caraveo2003-10-091-0/+8
|
* add a DTD exampleShane Caraveo2003-10-093-0/+34
|
* Fixed bug #25746 (Do not bail out when unable to chdir original dir onIlia Alshanetsky2003-10-091-3/+0
| | | | | systems with broken getcwd()).
* ChangeLog update2003-10-091-0/+76
|
* And this EOF flag...Wez Furlong2003-10-081-3/+2
|
* BFNfoobar2003-10-081-0/+1
|
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-082-7/+3
| | | | | This prevents it getting stuck in the on position.
* - Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes ↵foobar2003-10-081-4/+8
| | | | crash in win32).
* Implement stream_get_contents, which is somewhat akin to file_get_contents,Wez Furlong2003-10-083-0/+34
| | | | | except that it works on an already opened stream.
* Oops..Moriyoshi Koizumi2003-10-081-1/+1
|
* Better fix for bug #25758Moriyoshi Koizumi2003-10-081-1/+1
|
* Fixed bug #25758 (var_export does not escape ' & \ inside array keys)Ilia Alshanetsky2003-10-082-1/+19
|
* BFNfoobar2003-10-081-0/+1
|
* ChangeLog update2003-10-082-0/+110
|
* MFB bison configure test fixRasmus Lerdorf2003-10-071-1/+1
|
* A much better fix for moniker based COM object creation.Wez Furlong2003-10-071-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 Suraski2003-10-071-2/+7
|
* Fix cast callbacksZeev Suraski2003-10-072-6/+12
|
* Fix the fix :)Zeev Suraski2003-10-071-0/+1
| | | | | Not thoroughly tested, but appears to work fine
* Fix version testMarcus Boerger2003-10-071-1/+1
|
* Bugfix #25770 Segfault with PHP and bison 1.875Marcus Boerger2003-10-072-3/+2
|
* - Fixed bug #18534 (ifx_close() leaves open session)Corne' Cornelius2003-10-071-14/+48
| | | | | - (ifx_do_close) Added
* Fix $_SERVER['argv'] and $_SERVER['argc']Stanislav Malyshev2003-10-071-1/+2
|
* Cleaned up previous patch.Ilia Alshanetsky2003-10-071-9/+6
|