]> granicus.if.org Git - php/shortlog
php
2011-04-09 Sebastian BergmannAdd optional argument to debug_backtrace() and debug_pr...
2011-04-08 Dmitry Stogov- Fixed bug #54358 (Closure, use and reference)
2011-04-07 Dmitry StogovFixed bug #54323 (Accessing unset()'ed ArrayObject...
2011-04-07 Dmitry StogovMissed tests
2011-04-07 Dmitry StogovFixed bug #54372 (Crash accessing global object itself...
2011-04-06 Adam HarveyImplement FR #54459 (Range function accuracy) by changi...
2011-04-06 Gustavo André... - Updated UPGRADING now that multicast support was...
2011-04-06 Boris Lytochkin* Net-SNMP version detection and proper processing
2011-04-05 Boris Lytochkin* added detection and walkaround for net-snmp library...
2011-04-03 Pierrick CharronFix common typos in the source code (Reported in Bug...
2011-04-03 Felipe Pena- Removed unused variable (Pierrick)
2011-04-03 Ilia AlshanetskyFixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is...
2011-04-03 Pierrick CharronFixed bug #54454 (substr_compare incorrectly reports...
2011-04-02 Felipe Pena- Improved message and version checking
2011-04-01 Pierre Joye- add CURLINFO_REDIRECT_URL
2011-04-01 Pierre Joye- [doc] add ini option to set the default cainfo file...
2011-04-01 Derick Rethans- Updated to version 2011.5 (2011e)
2011-03-31 Pierre Joye- fix bug #54423, fix build in trunk, introduce by...
2011-03-31 Antony Dovgalfix bug #54423 (classes from dl()'ed extensions are...
2011-03-30 Pierre Joye- not used on win
2011-03-30 Pierre Joye- fix build, should fix that code too on non win (wonde...
2011-03-30 Pierre Joye- attempt to fix build, 1st error
2011-03-30 Pierre Joye- fix build
2011-03-29 Christopher... Refactor OCI8 config.m4: improve messages and merge...
2011-03-29 Felipe Pena- Fixed bug #44989 (64bit Oracle RPMs still not support...
2011-03-28 Pierre Joye- Fixed bug #48465 (sys_get_temp_dir() possibly incons...
2011-03-28 Pierre Joye- re enable static analyzer, crash fixed with snapshot...
2011-03-28 Nuno LopesMFB (r309775): fix last commit
2011-03-27 Gustavo André... - Improved upon r309729.
2011-03-27 Arnaud Le BlancUPGRADING
2011-03-27 Arnaud Le BlancAdded CallbackFilterIterator and RecursiveCallbackFilte...
2011-03-27 Felipe Pena- Fixed compiler warnings
2011-03-27 Boris Lytochkinadded info about changes in SNMP extension
2011-03-27 Gustavo André... - Fixed bug #54384: Several SPL classes crash when...
2011-03-26 Felipe Pena- Fixed bug #54395 (Phar::mount() crashes when calling...
2011-03-25 Ulf WendelUpdate of mysqlnd version. This has been forgotten...
2011-03-24 Andrey Hristovfix buffer overflow - overwriting with 0x0, due to
2011-03-24 Ulf WendelLimit test with 65k params, should crash mysqlnd
2011-03-24 Ilia AlshanetskyFixed a crash inside dtor for error handling.
2011-03-23 Felipe Pena- Fixed bug #54292 (Wrong parameter causes crash in...
2011-03-23 Christopher... Fixed bug #54084 (Fix apxs Apache version test to work...
2011-03-23 Andrey HristovFix compressed build, make it easier
2011-03-23 Adam HarveyImplement request #54355 (Test for de_DE doesn't use...
2011-03-23 Ulf WendelCoverage for a 'silent server protocol change' from...
2011-03-23 Adam HarveyBah, these should have been in the last commit too...
2011-03-23 Adam HarveyUpdate test that now generates a warning after r306931...
2011-03-23 Felipe Pena- Fixed bug #54283 (new DatePeriod(NULL) causes crash)
2011-03-23 Gustavo André... - Updating UPGRADING for r309516 and modest merge to...
2011-03-22 Felipe Pena- Fixed bug #54281 (Crash in non-initialized RecursiveI...
2011-03-22 Andrey Hristovpalloc is long dead, use more appropriate name
2011-03-22 Andrey HristovFix message
2011-03-22 Andrey Hristovremove more unneeded includes
2011-03-22 Andrey Hristovremove unneeded includes
2011-03-22 Adam HarveyFix bug #54318 (Non-portable grep option used in PDO...
2011-03-22 Adam HarveyFix bug #54340 (DateTime::add() method bug).
2011-03-22 Gustavo André... - Added socket_import_stream().
2011-03-21 Andrey Hristovthrow out legacy code, that never was used for something
2011-03-21 Adam HarveyFix bug #54316 (DateTime::createFromFormat does not...
2011-03-21 Gustavo André... - Make fclose() actually close stream, even when the...
2011-03-20 Gustavo André... - Fixed SKIPIF section of bug52820.phpt.
2011-03-20 Gustavo André... - Fixed SKIPIF section of bug51958.phpt.
2011-03-20 Boris Lytochkinfollow CS:
2011-03-20 Gustavo André... - Fixed bug #54332 (trunk only, null pointer deref...
2011-03-20 Gustavo André... - Normalized line endings, added native eol-style.
2011-03-20 Gustavo André... - Adding copyright headers to the new files, gotta...
2011-03-19 Gustavo André... - Fixed bug #54291 (Crash iterating DirectoryIterator...
2011-03-19 Boris Lytochkinrevert r309111 (name_len was not a typo)
2011-03-19 Felipe Pena- Fixed bug #54312 (soap_version logic bug)
2011-03-18 Raphael GeissertAdd the libraries we actually test and need for LDAP...
2011-03-18 Andrey Hristovadd a proxy for sppintf and vspprintf
2011-03-18 Andrey HristovWS
2011-03-18 Andrey Hristovnew function/methods - mysqlnd_stmt_flush. Removing
2011-03-18 Andrey Hristovless trace info
2011-03-18 Andrey Hristovsplit mysqlnd_debug.c in 3 files
2011-03-17 Gustavo André... - Replaced calls to getprotobyname by constants to...
2011-03-17 Ulf WendelTest coverage for some of the cases where LAST_INSERT_I...
2011-03-17 Andrey HristovFix for bug #54221 mysqli::get_warnings segfault when...
2011-03-16 Dmitry StogovFixed bug #54265 (crash when variable gets reassigned...
2011-03-16 Andrey HristovRemove unused macros
2011-03-16 Andrey Hristovallocate persistently
2011-03-16 Andrey Hristovcompiler warnings fixed
2011-03-16 Dmitry StogovFixed bug #54262 (Crash when assigning value to a dimen...
2011-03-16 Stanislav Malyshevfix UMR when setting forward string offset
2011-03-16 Stanislav Malyshevfix UMR when variable name is an object and __toString...
2011-03-15 Pierre Joye- windows only
2011-03-15 Pierre Joye- make setlocale thread only, drastically reduce TS...
2011-03-14 Gustavo André... - Fixed bug #51958: socket_accept() fails on IPv6 sockets.
2011-03-14 Derick Rethans- Updated to version 2011.4 (2011d)
2011-03-14 Dmitry StogovFixed multibyte related issues
2011-03-14 Dmitry StogovFixed multibyte related issues
2011-03-14 Felipe Pena- Missing fixes for bug #54247
2011-03-14 Felipe Pena- Fixed bug #54247 (format-string vulnerability on...
2011-03-14 Gustavo André... - Added multicast support to the sockets extension...
2011-03-13 Felipe Pena- Fix infile return on duplicated key (related to bug...
2011-03-13 Felipe Pena- Fixed bug #54242 (dba_insert returns true if key...
2011-03-13 Felipe Pena- Fixed ZTS build
2011-03-13 Pierrick CharronRemove unused variable
2011-03-13 Pierrick CharronFixed bug #54180 (parse_url() incorrectly parses path...
2011-03-11 Boris Lytochkinfix typo in SNMP_SNPRINT_VALUE usage: use val_len,...
2011-03-11 Sebastian BergmannFix prototype of zend_fetch_debug_backtrace().
next