]> granicus.if.org Git - php/shortlog
php
2003-07-03 Marcus BoergerMore __clone testing
2003-07-03 Frank M. KromannChange fetch functions and protos so they make more...
2003-07-03 Marcus BoergerAllow final private methods
2003-07-03 Moriyoshi KoizumiAdded missing protos
2003-07-03 Moriyoshi KoizumiFix build
2003-07-03 Hartmut HolzgraefeVCWD awareness and (hopefully) windows compile fix
2003-07-03 Hartmut HolzgraefePHP glob() will now emulate GLOB_ONLYDIR on non-GNU...
2003-07-03 George Schlossnaglewin build fixes (Rob Richards)
2003-07-03 Marcus BoergerAccessing globals from a destructor causes memory corru...
2003-07-03 George Schlossnaglecan't forget Andrei
2003-07-03 Stanislav Malyshevenable Classname() constructor to be called via parent...
2003-07-03 Marcus BoergerFix open mode (noticed by FutureQuest, Inc.)
2003-07-03 Marcus BoergerCheck private redeclare behavior
2003-07-03 Stanislav Malyshevadd test for Bug #19859
2003-07-03 Stanislav MalyshevFix bug #19859 - allow fast_call_user_function to suppo...
2003-07-03 Stanislav Malyshevfix the get_parent_class fix
2003-07-03 Sterling Hughesfix these tests
2003-07-03 Tomas V.V.CoxStore verbose=1 in config file
2003-07-03 Tomas V.V.CoxAtm php5 doesn't support this:
2003-07-03 Tomas V.V.CoxWrite the PEAR system config file while installing
2003-07-03 Tomas V.V.CoxAdded tha ability to store custom data in a layer
2003-07-03 George Schlossnaglemore of Timm's patches, and mod authors line to give...
2003-07-03 Tomas V.V.Coxtypo, need the complete file name not the basenamed one
2003-07-03 Jon PariseUpdate documentation for PHP 5.
2003-07-03 foobarCut the long line a bit for readability..
2003-07-03 Ilia AlshanetskyCompiler warning fix.
2003-07-03 <changelog... ChangeLog update
2003-07-02 Marcus BoergerTemporairy solution to overcome shutdown propbelms...
2003-07-02 Marcus BoergerReorganize this a bit to ensure the object memory is...
2003-07-02 Uwe Schindlerrename functions to php5_*
2003-07-02 Sara GolemonIntroduce connection pooling API. I'll use these in...
2003-07-02 Marcus BoergerBug #24399: is_subclass_of(): fix memleak, too
2003-07-02 Marcus Boergerfunny fixes
2003-07-02 Marcus BoergerZTS fix
2003-07-02 Wez Furlongmore size_t -> socklen_t.
2003-07-02 Sterling HughesNot really the best way to solve this. But it doesn...
2003-07-02 Zeev SuraskiAnother test case
2003-07-02 Derick Rethans- use <?php in testcases
2003-07-02 Zeev SuraskiAdd test case
2003-07-02 Zeev SuraskiThroughly fix scoping change. Fixes, among other thing...
2003-07-02 Moriyoshi KoizumiChanged line break characters from CRLF to LF.
2003-07-02 Moriyoshi Koizumis/cvs/csv/
2003-07-02 Andi Gutmans- Nuke CG(in_clone_method)
2003-07-02 Moriyoshi KoizumiFixed a leak that occurs with "R" reference variable...
2003-07-02 Moriyoshi KoizumiNow this should make sense.
2003-07-02 Moriyoshi Koizumis/cvs/csv/ :)
2003-07-02 Moriyoshi KoizumiAdjust test.
2003-07-02 Zeev SuraskiAdjust expectations :)
2003-07-02 Zeev SuraskiFix for bug #22367.
2003-07-02 Sterling Hughesoptimize the case where the object is really a class...
2003-07-02 Sterling HughesTimm Friebe points out that object detection should...
2003-07-02 Uwe Schindlerprevent user from making nested PHP requests using...
2003-07-02 Pierre Joye- tabs
2003-07-02 Pierre Joye- Fix #23808
2003-07-02 Pierre Joye- MFH
2003-07-02 Marcus BoergerFinally fix property cloning and fix the tests accordingly.
2003-07-02 Marcus BoergerFix test name
2003-07-02 Sterling Hughesfix this test when using a save_handler other than...
2003-07-02 Sterling HughesFix bug #24445
2003-07-02 Sterling Hughesadd a test for get_parent_class() bug
2003-07-02 Sterling Hughesfurther improve the performance and clean up
2003-07-02 Sascha SchumannMFB PHP_CHECK_LIBRARY fix
2003-07-02 foobar*** empty log message ***
2003-07-02 Ilia AlshanetskyFixed a crash when text is added before a font is speci...
2003-07-02 Wez Furlongsocklen_t needs this.
2003-07-02 Sascha SchumannFix install-sapi dependency - it should depend on OVERA...
2003-07-02 Sterling Hughesnot necessary, already assumed binary safe (it has...
2003-07-02 Sascha SchumannThis file has moved for your years ago into TSRM. ...
2003-07-02 Sterling Hughesws fix
2003-07-02 Sterling Hughesset synching to off
2003-07-02 <changelog... ChangeLog update
2003-07-02 Sterling Hughesno c++ style comments
2003-07-02 Sascha SchumannSync PHP_CHECK_LIBRARY change
2003-07-02 Sterling Hughesmake this actually work.
2003-07-01 Marcus BoergerAdd more clone testing
2003-07-01 Marcus BoergerCheck handling of private class members
2003-07-01 Marcus BoergerFix __clone().
2003-07-01 Marcus Boergerups (2nd)
2003-07-01 Marcus BoergerUse both destructor and shutdown
2003-07-01 Marcus Boergersmall bugfix
2003-07-01 Marcus BoergerRename test to correct extension
2003-07-01 Marcus Boerger__clone might not be defined
2003-07-01 Marcus Boergerups
2003-07-01 Marcus BoergerAdd more clone testing
2003-07-01 Marcus BoergerFix test (damn copy'n'paste)
2003-07-01 Marcus BoergerFix __clone visibility
2003-07-01 Marcus BoergerAdd tests for __clone visibility
2003-07-01 Wez Furlongsize_t -> socklen_t
2003-07-01 Rob Richardsfix load() and loadxml() when used with uninstantiated...
2003-07-01 Marcus BoergerFix destructor visibility
2003-07-01 Derick Rethans- Added test for bug #24436
2003-07-01 Marcus BoergerAdd tests for static members
2003-07-01 Derick Rethans- Fixing this test, this is the correct behavior
2003-07-01 George SchlossnagleTimm Friebe's patches for code celanup and additional...
2003-07-01 Marcus BoergerAdd tests for static members
2003-07-01 Marcus BoergerFix warnings and allow builds without ext/session
2003-07-01 foobar- Separate CGI build from regular SAPI build
2003-07-01 foobarFix previous commit. (never do 2 things same time :)
2003-07-01 foobarMissing .cvsignore, broken test, renamed zend2.php...
2003-07-01 foobarAdded --help to phpize
next