]> granicus.if.org Git - php/shortlog
php
2002-02-10 Thies C. Arntzenonly rollback at script end if there is something to...
2002-02-10 Stig VenaasAdded php_sockaddr_size() in network.c (and the header...
2002-02-10 Sebastian BergmannTSRM fixes.
2002-02-10 Jason Greene@Added zval_debug_dump which works similar to var_dump...
2002-02-10 Yasuo OhgakiFix typo
2002-02-10 <changelog... ChangeLog update
2002-02-09 Andrei Zmievski*** empty log message ***
2002-02-09 Stig Bakken* ZTS fix
2002-02-09 <changelog... ChangeLog update
2002-02-09 <changelog... NEWS update
2002-02-08 Sebastian BergmannAdd MSVC workspace for tokenizer extension. Add php_tok...
2002-02-08 Thies C. Arntzen- got rid of unneded calls to OCIAttrGet when reexecuti...
2002-02-08 Stig Bakken@Added Andrei's tokenizer extension (Stig)
2002-02-08 Mark L. WoodwardBackward compatibility to 4.0.6 does not have "HAVE_PHP...
2002-02-08 <changelog... ChangeLog update
2002-02-08 Andi Gutmans- Remove object debug messages.
2002-02-07 Sterling Hughesmove to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTE...
2002-02-07 Martin Jansen* Better error handling.
2002-02-07 Stanislav MalyshevMega-commit: Enter the new object model
2002-02-07 Martin Jansen* Partially fix bug #15423.
2002-02-07 Yasuo OhgakiLegacy code removed.
2002-02-07 <changelog... ChangeLog update
2002-02-06 Frank M. KromannConvert pLists to output character set before parsing...
2002-02-06 Frank M. KromannAdded order by clause in fbsql_list_tables().
2002-02-06 Frank M. KromannAdding fbsql_table_name() aliased fbsql_tablename(...
2002-02-06 Derick Rethans- Fix for bug 15404
2002-02-06 Yasuo OhgakiRemove unused line
2002-02-06 Yasuo OhgakiFixed crash with mb_output_handler()
2002-02-06 Tomas V.V.Coxadded 'System::type()' (show the full path of a command)
2002-02-06 Yasuo OhgakiClean up code.
2002-02-06 Yasuo OhgakiMake module specified functions to static.
2002-02-06 <changelog... ChangeLog update
2002-02-06 <changelog... NEWS update
2002-02-05 Andi Gutmans- Add TSRMLS_FETCH()'s needed for the new object overlo...
2002-02-05 Mark L. WoodwardSorry guys, PHP 4.0.6's ZEND_MODULE_API_NO is whacked...
2002-02-05 Hartmut Holzgraeferemoved the new-style parameter parser code for bc...
2002-02-05 David Eriksson@- Removed Satellite. It is now part of PEAR.
2002-02-05 Yasuo Ohgakipval -> zval
2002-02-05 Yasuo Ohgakiregister_globals=off is defualt for 4.2.0
2002-02-05 foobarLet's be consistent and use zval instead of pval
2002-02-05 foobarExport php_session_start().
2002-02-05 foobarThe extensions build as shared were installed into...
2002-02-05 <changelog... ChangeLog update
2002-02-04 Jaroslaw KolakowskiFixed compile error
2002-02-04 Andi Gutmans- This small patch should also take care of allowing...
2002-02-04 Andi Gutmans- Fix problem with the objects_destructor called during...
2002-02-04 Mark L. WoodwardMore 4.0.6 compatibility.
2002-02-04 Mark L. WoodwardRestored backward compatibility to PHP 4.0.6
2002-02-04 Yasuo OhgakiFix ZTS startup crash
2002-02-04 Thies C. Arntzenadd oracle 9 detection for oracle-module
2002-02-04 Yasuo OhgakiRemove TSRMLS_FETCH() does not need
2002-02-04 Yasuo OhgakiFix ZTS build
2002-02-04 <changelog... ChangeLog update
2002-02-03 jim winsteaddon't include old changelogs in distribution, either
2002-02-03 Adam DickmeissZend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602...
2002-02-03 Adam DickmeissZend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602...
2002-02-03 Yasuo OhgakiRevert last commit. Last patch has problem for the...
2002-02-03 Yasuo OhgakiFixed crash when save_path is invalid.
2002-02-03 Yasuo OhgakiAdded UCS4 test
2002-02-03 <changelog... ChangeLog update
2002-02-02 Shane Caraveonow needs getopt
2002-02-02 Shane Caraveoan update to stresstest
2002-02-02 Sebastian BergmannRevert per Andi's request. Sorry :-(
2002-02-02 Sebastian BergmannRemove obsolete CG(extended_info) = 0 calls, we already...
2002-02-02 Sebastian BergmannFix warning. Again :-)
2002-02-02 Andi Gutmans- Please don't use strcmp() and friends in Zend but...
2002-02-02 Sebastian BergmannConsistency.
2002-02-02 Sebastian BergmannFix a warning.
2002-02-02 Sebastian BergmannFix a warning.
2002-02-02 Andi Gutmans- Nice catch by Derick. GINIT is dead.
2002-02-02 Jon PariseRevert revision 1.294.
2002-02-02 Sebastian BergmannFix thread-safe build.
2002-02-02 <changelog... ChangeLog update
2002-02-02 <changelog... NEWS update
2002-02-02 Stig Bakken* add some missing attributes
2002-02-01 Sebastian BergmannMFZE1: is_a()
2002-02-01 Andrei ZmievskiConverted extract() to use smart_str for variable name...
2002-02-01 James E. FlemerChanged php.ini directive 'safe_mode_include_dir' to...
2002-02-01 Andrei ZmievskiAdded is_a() function.
2002-02-01 Adam DickmeissFixes in MARC decoder (base adress, DANmarc case).
2002-02-01 Tomas V.V.CoxFix remote security risk, pointed out by Wolfram Kriesing
2002-02-01 Tomas V.V.CoxAdded support for passing special backend params in...
2002-02-01 Thies C. Arntzenremove some crap
2002-02-01 James Cox2 years is ages.... and no way temporary. changed the...
2002-02-01 Derick Rethans- Fix for bug 14899 (patch by Sander Roobol <sander...
2002-02-01 Yasuo OhgakiFixed bug with encodings that has 0 byte in strings...
2002-02-01 <changelog... ChangeLog update
2002-01-31 James Coxupdating license to 2002 (hasn't been done since 2000)
2002-01-31 Boian Bonevfix comment
2002-01-31 Martin Jansen* Fix bug #15313
2002-01-31 Derick Rethans- Fix for bug 15311 (type mismatch of php_dl when ...
2002-01-31 Yasuo OhgakiA fix for the bug number 13231 & 11699.
2002-01-31 Derick Rethans- Fix for openssl_pkcs7_sign segfaults
2002-01-31 Stig Bakken* lowercase tags and attributes
2002-01-31 Stig Bakken* remove broken rule for rebuilding Makefile
2002-01-31 <changelog... ChangeLog update
2002-01-31 Edin KadribasicIgnore register_globals for $argc and $argv under CLI...
2002-01-30 Edin KadribasicEnable extensions to specify that they are not supposed...
2002-01-30 Dan KalowskyFix for bug #14803
2002-01-30 Sebastian BergmannFugbix typo. Update path to /lib/optional.
next