]> granicus.if.org Git - php/shortlog
php
2002-11-10 Ilia AlshanetskyPHP flags specified in .htaccess can now be turned...
2002-11-10 Ilia AlshanetskyAdded missing zend_lineno initilization.
2002-11-10 Moriyoshi KoizumiMade it conscious of the line number
2002-11-10 Moriyoshi KoizumiThese changes seems to have bad effect on htmlentities().
2002-11-10 Moriyoshi KoizumiAdded a test case for bug #17882
2002-11-10 Marcus Boerger-Centralise open stream for builtin modules that use...
2002-11-10 Stanislav Malyshevfix statics - make it behave like $this (fetch type...
2002-11-10 Marcus Boergerupdate dba change list
2002-11-10 Marcus Boergerfinish work on locking
2002-11-10 Moriyoshi KoizumiAdded a test case to check if my recent patch works
2002-11-10 Sascha SchumannDefend against pipelined requests on persistent connect...
2002-11-10 Melvyn Sopacua- implement xslt_backend_info
2002-11-10 Melvyn Sopacua- Make it possible for people to save results and/or...
2002-11-10 Maxim Maletskyfixed several proto return types throughout the extension
2002-11-10 Ilia AlshanetskyBug fixing news.
2002-11-10 Ilia AlshanetskyFixed bug #19935. Made OpenSSL file system operations...
2002-11-10 Ilia AlshanetskyFixed a bug that in many situations would cause open_ba...
2002-11-10 Stig Bakken* implement transactions for uninstall
2002-11-10 Stig Bakken* implemented file transactions so installs may be...
2002-11-10 foobarws fixes
2002-11-10 Stig Bakken* add folds
2002-11-10 Stig Bakken* honor track_errors ini setting in php_verror()
2002-11-09 Moriyoshi KoizumiFixed typo
2002-11-09 Moriyoshi KoizumiAdded a test for mb_substr_count()
2002-11-09 Moriyoshi KoizumiAdded mb_substr_count() as per the request #15097
2002-11-09 Moriyoshi KoizumiFixed PHP_INI_MH(OnUpdate_mbstring_language) so that...
2002-11-09 Sterling Hughesadd a whole bunch of constants that make the interface...
2002-11-09 Sterling Hughesadd check for curl 7.10.2
2002-11-09 Andrei ZmievskiFix memory leak in non-ZTS mode.
2002-11-09 Stig Bakken* cleaning house
2002-11-08 Ilia AlshanetskyMade open_basedir error more descriptive.
2002-11-08 Andrei ZmievskiRemove unnecessary comments.
2002-11-08 Moriyoshi KoizumiUse proper types
2002-11-08 Moriyoshi KoizumiFixed typo
2002-11-08 Sterling Hughesadd support for curl 7.10.* constants (at least most...
2002-11-08 Moriyoshi KoizumiAdded a test for bug #19566
2002-11-08 Marcus Boergerhide possible warnings
2002-11-08 Sterling Hughesuse consistent constants
2002-11-08 Sascha Schumanns/PHP_API/PHP_API_VERSION/
2002-11-08 Marcus Boerger-update to version 1.6.2
2002-11-08 Hartmut Holzgraefefix for #20198:
2002-11-08 Moriyoshi KoizumiAdded a test for function overloading behaviour
2002-11-08 CHAILLAN NicolasVery little fixes
2002-11-08 Ilia AlshanetskyFixed prototype of image_type_to_mime_type(), bug ...
2002-11-08 Ilia AlshanetskyFixed compile warning when compiling without openssl...
2002-11-08 Ilia AlshanetskyMove SWC (compressed swf) check into a separate test...
2002-11-08 Ilia AlshanetskyBug fixing news.
2002-11-08 Ilia AlshanetskyAdded skip conditions in the event the required charset...
2002-11-08 Ilia AlshanetskyThis option is needed if we need to track errors inside...
2002-11-08 Ilia AlshanetskyAdded a skip condition if the English dictionary needed...
2002-11-08 Ilia AlshanetskyAdded a skip condition in the event posix_kill(), which...
2002-11-08 Ilia AlshanetskyRemoved duplicate assignment.
2002-11-08 Marcus Boerger-lock support moved from dba_flatfile.c to dba.c
2002-11-08 Stig Bakken* fix path prepends
2002-11-07 Marcus Boergernot needed anywhere here
2002-11-07 Marcus Boergerexpand test: see if another insert fails
2002-11-07 Marcus Boerger-rename anything to flatfile_xxx/FLATFILE_xxx
2002-11-07 Brian France Changed: EXPAT_SHARED_LIBADD -> XML_SHARED_LIBADD
2002-11-07 Wez FurlongReally disable curlwrappers configure option.
2002-11-07 Ilia AlshanetskyThis makes the output of the tests consistent on 32bit...
2002-11-07 Ilia AlshanetskyAdded swf info.
2002-11-07 Ilia AlshanetskyAdded swf and swc (compressed swf) test cases and added...
2002-11-07 Ilia AlshanetskyFixed a crash in image_type_to_mime_type(), when a...
2002-11-07 Ilia AlshanetskyAdded additional tests to parse_url() test suit, correc...
2002-11-07 Ilia Alshanetskyparse_url can now correctly parse mailto:, zlib: (old...
2002-11-07 Andrei ZmievskiFix.
2002-11-07 Wez FurlongWS
2002-11-07 Wez FurlongMake this static also.
2002-11-07 Wez FurlongMake this static
2002-11-07 Marcus Boergeradd test to see if insert fails when key already exists
2002-11-07 Marcus Boergerremove debug output and use php_error_docref instead
2002-11-07 Sascha Schumannlet this source file compile with php 4.2.x
2002-11-07 Sascha Schumannbumb api version because of module_startup change
2002-11-07 Sascha SchumannAdd two missing entries
2002-11-07 Ilia AlshanetskyFixed a crash in headers_sent(), that occures if
2002-11-06 Sebastian BergmannFix ZTS build.
2002-11-06 Ilia AlshanetskyInstead of checking whether realpath exists based on...
2002-11-06 Sascha Schumannemalloc never returns 0, so we can simplify the code...
2002-11-06 Sascha Schumann- use TCP_DEFER_ACCEPT
2002-11-06 Moriyoshi KoizumiCosmetics
2002-11-06 Moriyoshi KoizumiAdded a test case to check the behaviour on failure
2002-11-06 Marcus Boergeradded missing magic_quotes_runtime=0
2002-11-06 Moriyoshi KoizumiClean up
2002-11-06 Moriyoshi KoizumiStricter SKIPIF conditions
2002-11-06 Moriyoshi KoizumiFixed segfaults in case the specified encoding is not...
2002-11-06 Moriyoshi KoizumiOops, preg_match() returns integer value, not boolean.
2002-11-06 Stanislav Malyshevfix zend_assign_to_object_op
2002-11-06 Moriyoshi KoizumiMade skip conditions stricter.
2002-11-06 Marcus Boerger-convert from dos to unix file
2002-11-06 Marcus Boerger-convert from dos to unix file
2002-11-06 Marcus Boergercheck whether a written databse can be appended and...
2002-11-06 Marcus Boergerfix locks and reading
2002-11-06 Wez FurlongDisable --with-curlwrappers.
2002-11-06 Marcus BoergerThere shall never be an external library for this ...
2002-11-06 Marcus BoergerUse the the name 'flatfile' correctly so the handler...
2002-11-06 Marcus Boergermove newly introduced flatfile support from dbm to...
2002-11-06 Marcus Boergercorrect file open modes
2002-11-06 Marcus Boergeradd fprintf replacement: tested, working, used
2002-11-06 Marcus Boerger#add myself
2002-11-06 Marcus BoergerIncorporate rewritten version of dbm from db extension.
next