summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove retarded use of numbers (REALLY bad idea) for error handling, add ↵Greg Beaver2003-12-181-12/+12
| | | | check for E_STRICT and ignore all of those errors
* Update tests to see where they fail now exactlyMarcus Boerger2003-12-182-6/+24
|
* two new methods were addedDmitry Stogov2003-12-183-0/+206
| | | | | | $node->count($subnode_name) - returns count of subnodes with specified name $node->attributes() - returns array of attributes
* make it totally safe againWez Furlong2003-12-181-11/+4
|
* Counteract brain-death in Apache headersWez Furlong2003-12-181-0/+3
| | | | | | (they #define strtoul to something that will break compilation, and it successfully breaks the win32 IPv6 headers)
* Fix use of the CorRuntimeHost; once it has been stopped for a process, it ↵Wez Furlong2003-12-183-9/+28
| | | | | | | cannot be restarted, so we keep it alive for the duration of the process, and instead close down the application domain in request shutdown.
* ZTS build and speling fixWez Furlong2003-12-182-23/+21
|
* add news about tidyWez Furlong2003-12-181-0/+1
|
* make sure this is initialized to NULL as we don't check the returnWez Furlong2003-12-181-1/+3
| | | | | | value of the FormatMessage function; we could end up using a stale pointer.
* Leak for b3 and find a better solution until RC1Marcus Boerger2003-12-181-0/+3
|
* Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)Moriyoshi Koizumi2003-12-182-6/+109
|
* Fix remaining gd build issueRasmus Lerdorf2003-12-181-1/+2
|
* Adding the tidy.default_config and tidy.clean_output options to the .iniJohn Coggeshall2003-12-182-0/+18
| | | | | files
* ChangeLog update2003-12-182-0/+135
|
* MFB compile fixRasmus Lerdorf2003-12-171-1/+2
|
* proto fixAndrey Hristov2003-12-171-1/+1
|
* entry for microtime()'s new clothesAndrey Hristov2003-12-171-0/+1
|
* Add new testMarcus Boerger2003-12-171-0/+58
|
* - Update NEWS for tomorrow morning so that I don't forget when I'm sleepyAndi Gutmans2003-12-171-1/+1
|
* Added optional parameter to microtime so now it can return float if itAndrey Hristov2003-12-171-7/+18
| | | | | | the user wants. This prevents from getting string representation exploding it and then creating a float.
* Roll RC1 of B3Andi Gutmans2003-12-172-3/+3
|
* no longer need to cleanup temp varRob Richards2003-12-171-4/+0
|
* Update test.Ilia Alshanetsky2003-12-171-1/+28
|
* This part of the if was necessary after all.Zeev Suraski2003-12-171-4/+3
| | | | | Refix bug #22510
* Always user Zend memory allocation wrappers.Ilia Alshanetsky2003-12-171-4/+1
|
* *** empty log message ***Dmitry Stogov2003-12-171-1/+0
|
* accessing singular subnode as arrayDmitry Stogov2003-12-172-18/+25
|
* *** empty log message ***Dmitry Stogov2003-12-173-0/+102
|
* Dynamic function call from object's property was fixedDmitry Stogov2003-12-171-3/+10
| | | | | (See "tests/lang/bug24926.phpt" and "tests/lang/bug25652.phpt")
* Access to globals/autoglobals from class __destructor was fixed.Dmitry Stogov2003-12-171-1/+2
| | | | | (see "tests/lang/bug24908.phpt" and "tests/classes/destructor_and_globals.phpt")
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-172-1/+6
| | | | | | string. This behavior is also adapted to the win build so that the buffer returned by FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER) can be freed too.
* free nodes correctly to clear node proxiesRob Richards2003-12-171-2/+2
|
* Fix warningMarcus Boerger2003-12-171-1/+1
|
* Fix warningsMarcus Boerger2003-12-172-2/+5
|
* ChangeLog update2003-12-172-0/+270
|
* - Added 'c' modifier to date() which returns the date in ISO 8601 format.Derick Rethans2003-12-163-3/+58
|
* MFBAndrei Zmievski2003-12-1622-3667/+4370
|
* *** empty log message ***Andrei Zmievski2003-12-161-1/+1
|
* Add inifileMarcus Boerger2003-12-161-2/+18
|
* Fix winbuildMarcus Boerger2003-12-161-0/+5
|
* Not needed here (copy'n'paste)Marcus Boerger2003-12-163-3/+0
|
* Fix some compile warnings (patch by Joe Orton)foobar2003-12-164-15/+26
|
* Add missing .cvsignoreMarcus Boerger2003-12-160-0/+0
|
* Add a test to check split text content collectingMarcus Boerger2003-12-161-0/+24
|
* Better commentMarcus Boerger2003-12-161-3/+3
|
* nuke unused codefoobar2003-12-161-11/+0
|
* Add myselfMarcus Boerger2003-12-161-1/+1
|
* Add error handling for element/attribute creation/changingMarcus Boerger2003-12-162-4/+64
|
* Add test for string conversion capabilities when used with echo/print.Marcus Boerger2003-12-161-0/+48
|
* Fail loudly, silence bogus bugs.Sara Golemon2003-12-161-0/+1
|