]> granicus.if.org Git - php/shortlog
php
2014-10-24 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-24 Bob WeinandMake xml valid (missing space between attrs)
2014-10-24 Bob WeinandFix info classes file name in xml
2014-10-24 Bob WeinandAdd note about <eval> tag for errors in xml.md
2014-10-24 Bob WeinandName the tag <eval> if the error id during ev cmd
2014-10-24 Bob WeinandDo not print out xml as PHP print...
2014-10-24 Bob WeinandFix output to wrong function
2014-10-24 Bob WeinandFixed parameter order on %.*s
2014-10-23 Bob WeinandToo much copypaste...
2014-10-23 Bob WeinandAdd xml formatted deep dump of return value from ev
2014-10-23 Bob WeinandFix some compiler warnings
2014-10-23 Bob WeinandMove phpdbg_print and helper functions to phpdbg_out.*
2014-10-23 Bob WeinandDo not use int8_t when it is useless...
2014-10-23 Bob WeinandFixed frame numbering in xml output
2014-10-23 Bob WeinandDo not display dots in xml output for i v/i d
2014-10-22 Bob WeinandTry fixing 5.4 and 5.5 build, again
2014-10-22 Remi ColletNEWS
2014-10-22 Remi ColletFix bug #68224 buffer-overflow in /ext/fileinfo/libmagi...
2014-10-21 Anatol Belskiadd comment
2014-10-21 Anatol Belskirestart listening on socket
2014-10-21 Anatol Belskisome minor fixes
2014-10-21 Anatol Belskiadded phpdbg_eol.* sources
2014-10-21 Anatol Belskibasic EOL implementation for CRLF
2014-10-21 Anatol Belskistart sigio watcher only for run and eval for now
2014-10-21 Anatol Belskireworked the current EOL stuff
2014-10-21 Anatol Belskiprepare setting EOL with command or INI
2014-10-21 Anatol Belskicorrect place to start the sigio watcher
2014-10-21 Anatol Belskifurther improvements to windows/sigio
2014-10-21 Anatol Belskibasic sigio surrogate for windows
2014-10-20 Bob WeinandAlways show the prompt (now also: <prompt> tag)
2014-10-20 Bob WeinandFix off-by-one bug in text messages (msg/<phpdbg>)
2014-10-20 Bob WeinandAdd xml.md info for info constants
2014-10-20 Bob WeinandEnsure that %.*s uses the full string (INCLUDING \0)
2014-10-20 Bob WeinandAdd info constants (alias: i d) command
2014-10-20 Bob WeinandAdd values of scalars to info vars/globals
2014-10-20 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-10-20 Anatol Belskiinitialize lineno before calling compile file file...
2014-10-20 Bob WeinandFix for ports >= 1<<15
2014-10-20 Bob WeinandFix reading from remote on some *nixes
2014-10-19 Bob WeinandFix TSRMLS_* and a few warnings
2014-10-19 Anatol Belskirevert PHP_EOL changes
2014-10-19 Anatol Belskidon't use timeout for the remote prompt, recv() will...
2014-10-19 Anatol Belskiimprove server sock creation and support ipv6
2014-10-19 Anatol Belskiadd comment
2014-10-19 Anatol Belskiincrease default recv timeout to 30 seconds
2014-10-19 Anatol Belskimore EOL fixes
2014-10-19 Anatol Belskiuse MSG_PEEK flag for recv() everywhere
2014-10-19 Anatol Belskifixed EOL transferred to the client side, fixed strftim...
2014-10-19 Anatol Belskiincrease stack to avoid overflow crash on SIGINT
2014-10-18 Anatol Belskiseveral fixes to the new io stuff
2014-10-18 Anatol Belskioverride stdin and stdout to be remote, stderr is untou...
2014-10-18 Anatol Belskimove these to use the mixed read/write routines
2014-10-18 Anatol Belskiadd basic stuff to generalize IO
2014-10-18 Anatol Belskienable php_stdiop_write for windows
2014-10-18 Anatol Belskiexport functions needed for phpdbg
2014-10-18 Anatol Belskifix dll export
2014-10-18 Anatol BelskiC89 compat
2014-10-18 Bob WeinandFix for 5.4/5.5
2014-10-18 Bob WeinandMerge branch 'xml-protocol'
2014-10-18 Bob WeinandFix execution of immediately following commands
2014-10-17 Bob WeinandFixed potential segfault in backtrace of internal funcs
2014-10-17 Bob WeinandRemove accidentally added null-byte in attributes
2014-10-17 Bob WeinandFix negative list offsets
2014-10-17 Matteo BeccatiFixed bug #68199 (PDO::pgsqlGetNotify doesn't support...
2014-10-17 Rasmus LerdorfNews entry for new curl constants
2014-10-17 Rasmus LerdorfNews entry for new curl constants
2014-10-17 Rasmus LerdorfMerge branch 'PHP-5.5' into PHP-5.6
2014-10-17 Rasmus LerdorfMerge branch 'PHP-5.6' of git.php.net:php-src into...
2014-10-17 Rasmus LerdorfTLS 1.0, 1.1 and 1.2 Curl constants - bug #68247
2014-10-16 Bob WeinandFix lexing of -r \d+ in raw-string commands
2014-10-16 Bob WeinandFix invalid dereference
2014-10-15 Bob WeinandFix segfault in exceptions with xml
2014-10-15 Bob WeinandFix ctrl characters handling
2014-10-15 Remi ColletNEWS
2014-10-15 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2014-10-15 Remi Colletcleanup NEWS
2014-10-15 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-10-15 Ferenc Kovacsremoving the NEWS entry as we had to revert this fix...
2014-10-15 Ferenc KovacsRevert "Merge branch 'PHP-5.5' into PHP-5.6"
2014-10-15 Ferenc KovacsRevert "fix TS build"
2014-10-15 Ferenc KovacsRevert "Merge branch 'PHP-5.4' into PHP-5.5"
2014-10-15 Ferenc KovacsRevert "Bug #67965: Fix blocking behavior in non-blocki...
2014-10-15 Ferenc KovacsRevert "Bug #41631: Fix regression from first attempt...
2014-10-15 Remi ColletNEWS
2014-10-15 Remi ColletFixed Bug #65171 imagescale() fails
2014-10-15 Tjerk MeestersFixed bug #68234
2014-10-15 Julien PauliRevert "Bug #41631: Observe socket read timeouts in...
2014-10-15 Ferenc KovacsPHP-5.6.3 is next
2014-10-15 Ferenc Kovacsupdate NEWS, 5.6.2 will be a security-only release
2014-10-14 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2014-10-14 Stanislav MalyshevFix return code (merges are hard :( )
2014-10-14 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2014-10-14 Stanislav MalyshevFix bug #68113 (Heap corruption in exif_thumbnail())
2014-10-14 Stanislav MalyshevFix bug #68089 - do not accept options with embedded \0
2014-10-14 Stanislav MalyshevFixed bug #68044: Integer overflow in unserialize(...
2014-10-14 Stanislav MalyshevFix bug #68027 - fix date parsing in XMLRPC lib
2014-10-14 Stanislav MalyshevFix bug #68113 (Heap corruption in exif_thumbnail())
2014-10-14 Stanislav MalyshevFix bug #68089 - do not accept options with embedded \0
2014-10-14 Stanislav MalyshevFixed bug #68044: Integer overflow in unserialize(...
2014-10-14 Stanislav MalyshevFix bug #68027 - fix date parsing in XMLRPC lib
next