]> granicus.if.org Git - php/shortlog
php
2009-04-06 Hannes MagnussonMFH: Use obscure name
2009-04-06 Kalle Sommer... MFH: Fix redef warnings
2009-04-06 Hannes MagnussonMFH: Mention which directives are hardcoded using the...
2009-04-04 Sebastian BergmannMFH: Fix issue reported by Roman Borschel.
2009-04-04 Pierre Joye- nuke unused var
2009-04-03 Felipe Pena- Added new Reflection methods
2009-04-03 Dmitry StogovImproved GC speed and reduced stack usage
2009-04-03 Felipe Pena- MFH: Changed namespace separator
2009-04-02 Ilia AlshanetskyBlock unused function
2009-04-02 Matteo BeccatiMFH:
2009-04-02 Felipe Pena- MFH: Fixed bug #47818 (Segfault due to bound callback...
2009-04-02 Dmitry StogovFixed bug #47851 (is_callable throws fatal error)
2009-04-02 Matt WilmasMFH: Fixed tests, reverted changes from bug #47546
2009-04-02 Scott MacVicarRebuild credits, was missed in previous RC
2009-04-02 Kalle Sommer... MFH:
2009-04-01 Matt WilmasMFH: explode() stuff:
2009-04-01 Felipe Pena- MFH: Fixed bug #47852 (Compilation failure in zend_al...
2009-04-01 Pierre Joye- MFH: 8.3.x supports pqprepare
2009-04-01 Pierre Joye- fix build when pqprepare does not exist
2009-04-01 Takeshi AbeMFH:
2009-04-01 Alexey ZakhlestinMFH: reverted previous patch, using explicit cast instead
2009-04-01 Ilia AlshanetskyFixed bug #47856 (stristr() converts needle to lower...
2009-04-01 Alexey ZakhlestinMFH: const pointer was used in non-const context
2009-04-01 Kalle Sommer... MFH:
2009-03-31 Pierre Joye- silent warning
2009-03-31 Pierre Joye- remove last test for MAX_INT, did not work on x64...
2009-03-31 Scott MacVicarBFN
2009-03-31 Scott MacVicarMFH Update libsqlite to 3.6.12
2009-03-31 Matt Wilmas- MFH: Removed unused LONG_SIGN_MASK definition, and...
2009-03-31 Dmitry StogovFixed bug #47745 (FILTER_VALIDATE_INT doesn't allow...
2009-03-30 Ilia AlshanetskyChanged order by Wez's request
2009-03-30 Pierre Joye- MFB: better test case, it crashes on more architecture
2009-03-30 Felipe Pena- MFH: Removed UG(unicode) checks
2009-03-30 Kalle Sommer... MFH:
2009-03-30 Kalle Sommer... Nuke unused variable (only in this branch)
2009-03-30 Kalle Sommer... MFH: Fixed compiler warning
2009-03-30 Johannes SchlüterReorder NEWS entries
2009-03-30 Johannes SchlüterMFH Fix #47819 (Getting pdo_mysql.so: undefined symbol...
2009-03-30 andy wharmbyFix date tests which started failing after change to BST
2009-03-30 Scott MacVicarMFH Add test for bug #47828
2009-03-30 Scott MacVicarMFH Fix test, -2147483648 is a valid unsigned int where...
2009-03-29 Scott MacVicarMFH Fix bug #47828 - Converting to UTF-8 can sometimes...
2009-03-29 Scott MacVicarMFH Fix bug #47826 - Building with system sqlite3 can...
2009-03-29 Matteo BeccatiMFH:
2009-03-29 Pierre Joye- check in the libpng dir as well
2009-03-28 Matteo BeccatiMFH:
2009-03-28 Matteo BeccatiMFH:
2009-03-28 Matteo Beccati- Fixed bug #44861 (scrollable cursor don't work with...
2009-03-28 Matteo BeccatiMFH:
2009-03-28 Matteo BeccatiMFH:
2009-03-28 Arnaud Le BlancFix UPGRADING and NEWS for ticks undeprecation
2009-03-27 Hannes MagnussonMFH: Fix protos
2009-03-27 Felipe Pena- Merged into 5_2
2009-03-27 Arnaud Le BlancMFH: fix skip-if
2009-03-27 Arnaud Le BlancMFH: Fixed initialization of tick functions list in ZTS
2009-03-27 Arnaud Le BlancRemoved deprecation warning for ticks
2009-03-26 Pierre Joye- update extension=
2009-03-26 Dmitry StogovFixed bug #47596 (Bus error on parsing file)
2009-03-26 Felipe Pena- Fix typo
2009-03-26 Felipe PenaMFH: - Fixed bug #47769 (Strange extends PDO)
2009-03-26 Dmitry StogovFixed bug #47516 (nowdoc can not be embed in heredoc...
2009-03-26 Dmitry StogovFixed bug #47714 (autoloading classes inside exception_...
2009-03-26 Dmitry StogovFixed bug #47771 (Exception during object construction...
2009-03-26 Eric StewartCorrected missing comment.
2009-03-26 Felipe Pena- Missing changes related to #47757 for this branch
2009-03-25 Christian Seiler- Fixed memory leak in ob_get_clean/ob_get_flush.
2009-03-25 Arnaud Le BlancMFH: Fix build on FreeBSD <7 (fixes #47777)
2009-03-25 Felipe PenaMFH:
2009-03-25 Hannes MagnussonAdd missing proto
2009-03-25 Ilia AlshanetskyFixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo...
2009-03-25 Takeshi AbeMFH: fix test to follow #47757
2009-03-25 Dmitry StogovFixed bug #47038 (Memory leak in include)
2009-03-25 Dmitry StogovFixed bug #47699 (autoload and late static binding)
2009-03-25 Johannes SchlüterMFH: mysql_db_query() is always deprecated
2009-03-25 Christopher... Obsolete package2.xml: resume using package.xml
2009-03-25 Christopher... MFH: use random text
2009-03-24 Ilia AlshanetskyUpdated PDO maintainers
2009-03-24 Pierre Joye- new php.ini names
2009-03-24 Dmitry StogovFixed double efree()
2009-03-24 Dmitry StogovFixed "-0" parsing and optimized overflow check (Matt)
2009-03-24 Felipe Pena- Fix test
2009-03-24 Pierre Joye- GEPJ.. (thx to Derick for the head!)
2009-03-24 Pierre Joye- #47757 rename JPG to JPEG in phpinfo
2009-03-24 Pierre Joye- fix logic after my build fix, thx to Hannes for the...
2009-03-24 Pierre Joye- #47757 rename JPG to JPEG in phpinfo
2009-03-24 Pierre Joye- fix build
2009-03-24 Scott MacVicarBFN
2009-03-24 Scott MacVicarFix bug #42362 - certain status codes never have output...
2009-03-23 Felipe PenaMFH:
2009-03-23 Uwe SchindlerMFH: Fix a sigsegv on server shutdown, add missing...
2009-03-23 Ilia AlshanetskyImproved parameter handling
2009-03-23 Derick Rethans- Updated to version 2009.4 (2009d)
2009-03-23 Johannes SchlüterBack to dev
2009-03-23 Johannes Schlüter5.3.0 RC 1
2009-03-23 Eric Stewart1. Involves an mbstring setting correction regarding:
2009-03-22 Ilia AlshanetskyImproved parameter parsing
2009-03-22 Derick Rethans- Updated to version 2009.3 (2009c)
2009-03-20 Pierre Joye- disable it when ZTS is disabled
2009-03-20 Pierre Joye- fix build, add new cp850 file
2009-03-20 Zoe Slatteryclarification of wwwhether 'make test' needs the PHP...
next