]> granicus.if.org Git - php/shortlog
php
2003-08-04 Marcus Boerger- Unset support for spl_array_access by method set...
2003-08-04 Marcus BoergerFix comment
2003-08-04 Marcus BoergerUnset support for spl_array
2003-08-04 Marcus BoergerFix ZTS
2003-08-04 Marcus BoergerNuke unused variables
2003-08-04 Marcus BoergerAdd function/method parameter reflection
2003-08-04 Sascha SchumannMFB don't overwrite
2003-08-04 Ilia AlshanetskyFixed bug #23104 (hash position of static arrays not...
2003-08-04 foobarFixed couple of typo(s) (which caused compile failures)
2003-08-04 Tomas V.V.CoxShow the correct configure error line number (Greg)
2003-08-04 Tomas V.V.CoxMore space in path name fixes (Greg)
2003-08-04 Uwe SchindlerGive user the chance to support nsapi_virtual() in...
2003-08-04 Tomas V.V.CoxFix proxy detection with the xmlrpc C extension
2003-08-04 Stanislav Malyshevoops. forgot function
2003-08-04 Stanislav Malyshevfix crash #24842
2003-08-04 Stanislav Malyshevfix leaks: bug #24831
2003-08-04 Tomas V.V.CoxAnother $fp test fix (thanks Jan)
2003-08-04 Tomas V.V.Cox<license> is valid inside <changelog>, support it
2003-08-04 Stanislav Malyshevuse get_obj_zval_ptr
2003-08-04 Tomas V.V.Cox- Typo in cache file creation
2003-08-04 Stanislav Malyshevadd test
2003-08-04 Stanislav MalyshevFix #24884 - clone $this
2003-08-04 Zeev SuraskiFix library linkage
2003-08-04 Zeev SuraskiAdd missing library path
2003-08-04 Zeev SuraskiAdd a test
2003-08-04 Zeev SuraskiFix bug #24652 - Sterling, do you begin to think that...
2003-08-04 Zeev SuraskiSimplify code using XOR
2003-08-04 Zeev SuraskiAdd logical XOR, proves to be quite useful lately
2003-08-04 Zeev SuraskiThis check shouldn't be necessary
2003-08-04 <changelog... ChangeLog update
2003-08-03 Marcus BoergerLatest zend updates
2003-08-03 Marcus BoergerFix crash
2003-08-03 Marcus BoergerFix test and add missing initialization
2003-08-03 Zeev SuraskiEnsure functions have a valid access level
2003-08-03 Zeev SuraskiDefault to public
2003-08-03 Marcus BoergerNot needed, will be copied from ptr->flags later
2003-08-03 Tomas V.V.Coxlet's go with b3x
2003-08-03 Tomas V.V.Cox+* Made package dependency checking back to work
2003-08-03 Tomas V.V.CoxAdded support for spaces in path names (thanks Greg!)
2003-08-03 Uwe SchindlerTSRM issue in windows compiling
2003-08-03 Marcus BoergerAdd missing arg info
2003-08-03 Tomas V.V.CoxDon't let the shell escape quotes
2003-08-03 Moriyoshi KoizumiStyle & WS fixes
2003-08-03 Marcus BoergerFix build
2003-08-03 Marcus BoergerFix warning
2003-08-03 Marcus BoergerReallow build
2003-08-03 Zeev SuraskiUse new infrastructure.
2003-08-03 Zeev SuraskiRemove unnecessary macro
2003-08-03 Zeev Suraskintroduce infrastructure for supplying information about...
2003-08-03 Moriyoshi KoizumiDisable the test temporarily because "-d" flags in...
2003-08-03 Tomas V.V.CoxMade package dep checking to work again
2003-08-03 Uwe SchindlerFix Win32 Build because of missint TSRM stuff
2003-08-03 Zeev SuraskiNo need for this initialization - this function initial...
2003-08-03 Zeev SuraskiClean up. extended_value can only contain either ZEND_...
2003-08-03 Zeev SuraskiGeneralize fetch_class
2003-08-03 <changelog... ChangeLog update
2003-08-02 Marcus BoergerInitialize all struct members: Necessary for reflection
2003-08-02 Ilia AlshanetskyFixed bug #24177 (Status not set correctly after flush...
2003-08-02 Tomas V.V.Coxfix invalid $fp check (by nicox@php.net)
2003-08-02 Tomas V.V.Coxupgrade-all back to work
2003-08-02 Tomas V.V.Coxtrailing ws
2003-08-02 Marcus BoergerShow interfaces
2003-08-02 Marcus BoergerUse correct macro
2003-08-02 Wez Furlongfix usage of instanceof here too
2003-08-02 Marcus BoergerFix warning
2003-08-02 <changelog... ChangeLog update
2003-08-01 Ilia AlshanetskyFixed bug #22072 (Apache2 sapis do not detect aborted...
2003-08-01 Wez Furlongbetter fix...
2003-08-01 Ilia AlshanetskyPreserve exit status for non-php execution modes.
2003-08-01 Wez FurlongFix "O" format for zend_parse_parameters
2003-08-01 Ilia AlshanetskyFixed bug #23509 (exit code lost when exit() called...
2003-08-01 Andrey HristovRemoved the unnecessary check of array_init() return...
2003-08-01 Edin KadribasicAdd missing .cvsignore files.
2003-08-01 John CoggeshallSegfault fix.
2003-08-01 John CoggeshallFixed a number of memleaks and cleaned up the code...
2003-08-01 <changelog... ChangeLog update
2003-08-01 John CoggeshallAdding the tidy extension to PECL
2003-07-31 Ilia AlshanetskyOnly register server variables when needed.
2003-07-31 Ilia AlshanetskyFixed bug #24883 (variables created through register_gl...
2003-07-31 Ilia AlshanetskyFixed bug #22154 (Possible crash when memory_limit...
2003-07-31 foobar- Removed the unnecessary check of array_init() return...
2003-07-31 Zeev SuraskiUse instanceof_function()
2003-07-31 Zeev SuraskiFinish the array overloading patch
2003-07-31 Zeev SuraskiCleanup
2003-07-31 Andi Gutmans- Fix logic. It was the wrong way around.
2003-07-31 <changelog... ChangeLog update
2003-07-30 foobarRevert the fix for now
2003-07-30 Andi Gutmans- Fix problem with hash when updating same bucket with...
2003-07-30 Ilia AlshanetskyFixed bug #24873 (incorrect handling of / inside open_b...
2003-07-30 Zeev SuraskiGet rid of an opcode
2003-07-30 Zeev SuraskiSupport overloading of $foo["bar"] += "baz"
2003-07-30 Ilia AlshanetskyFixed bug #23792 (8 bit graphics don't rotate properly)
2003-07-30 Zeev SuraskiImprove array overloading - support unset($foo["bar"])
2003-07-30 Zeev SuraskiRemove garbage
2003-07-30 Zeev SuraskiCall exec_finished()
2003-07-30 Zeev SuraskiAdd exec_finished() callback for modules - this is...
2003-07-30 foobarFix build on certain platforms which do not accept...
2003-07-30 Adam DickmeissFix yaz_record, type array to return bibliographic...
2003-07-30 <changelog... ChangeLog update
2003-07-29 Ilia AlshanetskyFinalize the closing process of persistent streams...
next