]> granicus.if.org Git - php/shortlog
php
2014-09-14 Reeze XiaIndention fix
2014-09-13 Anatol Belskiuse the generator to produce the header
2014-09-13 Anatol Belskiupdate the html table generator
2014-09-13 Anatol Belskiremoved the emalloc result check, out of memory will...
2014-09-13 Anatol Belskireplaced the check with assert as it's kinda unusual...
2014-09-13 Anatol Belskiremoved extra 1 byte member, padding will be done anywa...
2014-09-13 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskiavoid usage of strlen() in the loop
2014-09-13 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskibetter align reduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduce the struct size (under circumstances) on 64 bit
2014-09-13 Anatol Belskicheck if the winver was indeed fetched
2014-09-13 Anatol Belskicheck emalloc() result
2014-09-13 Anatol Belskibetter way to check for an empty string
2014-09-13 Anatol Belskireduce the union size from 24 to 16 bytes on 64 bit
2014-09-13 Anatol Belskifix condition
2014-09-13 Anatol Belskiavoid multiple strlen() usage
2014-09-13 Anatol Belskiavoid multiple strlen() calls for the same
2014-09-13 Anatol Belskireduced struct sizes by 8 byte each on 64 bit
2014-09-13 Anatol Belskifix condition
2014-09-13 Anatol Belskireduce struct sizes by 8 byte on 64 bit
2014-09-13 Anatol Belskiavoid strlen() usage in the loop
2014-09-13 Nikita PopovDrop superfluous opline for non-cv variables
2014-09-13 Nikita PopovDrop dead assignments
2014-09-13 Nikita PopovMake zend_llist_remove_tail a void function
2014-09-13 Nikita PopovUse more accurate sizeof
2014-09-13 Nikita PopovAlso skip line-overwriting if SHOW_ONLY_GROUPS is used
2014-09-13 Anatol Belskiswitch to using mbrlen with VS
2014-09-13 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduced the struct size by 8 byte on 64 bit
2014-09-12 Anatol Belskifix condition
2014-09-12 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-12 Anatol Belskireduce the struct size by 8 bytes on 64 bit
2014-09-12 Anatol Belskireduce the struct size by 8 byte on x64
2014-09-12 Anatol Belskifix possible null ptr deref
2014-09-12 Anatol Belskifix possible nullptr derefrence
2014-09-12 Anatol Belskireduce size by 8 byte on 64 bit
2014-09-12 Anatol Belskifix ZTS build
2014-09-12 Anatol Belskibetter align and reduce size by 8 byte on 64 bit
2014-09-12 Anatol Belskifix test which fails if prevous run cleanup failed
2014-09-12 Anatol Belskifix type
2014-09-12 Anatol Belskifix type
2014-09-12 Anatol Belskifix type
2014-09-12 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-12 Anatol Belskifix type
2014-09-12 Anatol Belskibetter alignment, reduced the struct by 8 byte on 64 bit
2014-09-12 Anatol Belskifix type
2014-09-12 Xinchen HuiForget to commit this part...
2014-09-12 Xinchen HuiFinally!!! Fixed segfault in GC
2014-09-12 Anatol Belskimake this test a bit more tolerant when checking sleep...
2014-09-12 Anatol Belskiremove extra semicolon
2014-09-12 Anatol BelskiMerge branch 'PHP-5.6'
2014-09-12 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-09-12 Anatol Belskifixed the cast and incompatible pointer warning
2014-09-11 Anatol BelskiMerge branch 'PHP-5.6'
2014-09-11 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-09-11 Anatol Belskireflect in the test that GSS-Negotiate is deprecated...
2014-09-11 Julien Pauli5.6.2 now
2014-09-11 Dmitry StogovFixed refcounting for references
2014-09-11 Nikita PopovDon't show TEST line if SHOW_ONLY_GROUPS is used
2014-09-11 Nikita PopovFix ext/dba ini handling
2014-09-11 Dmitry StogovSimplify ASSIGN code
2014-09-11 Nikita PopovFix yy_limit computation after encoding switch
2014-09-11 Nikita PopovRemove self-contradictory zend multibyte assertion
2014-09-11 Dmitry StogovRemoved ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes...
2014-09-11 Dmitry StogovRevert "Removing ext/ereg and dependencies"
2014-09-11 Dmitry StogovRevert "Updated UPGRADING for ext/ereg removal"
2014-09-11 Tjerk MeestersUpdated UPGRADING for ext/ereg removal
2014-09-11 Tjerk MeestersRemoving ext/ereg and dependencies
2014-09-10 Anatol BelskiMerge branch 'PHP-5.6'
2014-09-10 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-09-10 Anatol Belskifix precision when fetching float through mysqlnd
2014-09-10 Michael WallnerMerge branch 'PHP-5.6'
2014-09-10 Michael WallnerMerge branch 'PHP-5.5' into PHP-5.6
2014-09-10 Michael Wallnermake LTP version check a blacklist
2014-09-10 Anatol Belskireplace zend_hash_find with zend_hash_str_find which...
2014-09-10 Anatol Belskisecond big shot on porting ext/oci8
2014-09-10 Anatol Belskifirst shot on fixing ext/oci8
2014-09-10 Anatol Belskibasic datatype fixes for ext/oci8
2014-09-10 Dmitry StogovDon't miss warning messages
2014-09-10 Matteo BeccatiMerge branch 'PHP-5.6'
2014-09-10 Matteo BeccatiFR #67990 - Added nowait argument to sem_acquire
2014-09-09 Stanislav MalyshevMerge branch 'PHP-5.6'
2014-09-09 Stanislav Malyshevupdate NEWS
2014-09-09 Daniel LowreyMerge branch 'PHP-5.6'
2014-09-09 Daniel LowreyMerge branch 'PHP-5.5' into PHP-5.6
2014-09-09 Daniel LowreyMerge branch 'PHP-5.4' into PHP-5.5
2014-09-09 Daniel LowreyBug #41631: Fix regression from first attempt (6569db8)
2014-09-09 Daniel LowreyBug #67965: Fix blocking behavior in non-blocking crypt...
2014-09-09 Tjerk MeestersMerge branch 'PHP-5.6'
2014-09-09 Tjerk MeestersUpdated NEWS for #67985
2014-09-09 Tjerk MeestersMerge branch 'PHP-5.5' into PHP-5.6
2014-09-09 Tjerk MeestersUpdated NEWS for #67985
2014-09-09 Tjerk MeestersMerge branch 'PHP-5.4' into PHP-5.5
2014-09-09 Tjerk MeestersFixed #67985 - Incorrect last used array index copied...
2014-09-09 Michael WallnerMerge branch 'PHP-5.6'
2014-09-09 Michael Wallnerduplicate value's string for the SAPI filter
2014-09-09 George WangFine tuned the order of adding request variables.
2014-09-09 George WangFine tuned the order of adding request variables.
2014-09-09 George WangFine tuned the order of adding request variables.
next