]> granicus.if.org Git - php/shortlog
php
2000-09-28 Frank M. KromannHaving odbc_tables() and odbc_columns() match the docum...
2000-09-28 Stanislav MalyshevMake hash_copy call copy constructor on a real copy...
2000-09-28 Chuck Hagenbuchmove the timer class to Benchmark/Timer.php, and add...
2000-09-28 Andi Gutmans- Fix build of db2
2000-09-28 Sebastian BergmannRemoved profiling_information() in favour of a more...
2000-09-28 Stefan RoehrichLine seems to be missing and causing configure test...
2000-09-28 Sebastian BergmannHopefully converted all TABs to SPACEs
2000-09-28 Sebastian BergmannAdded PEAR/Timer class for timing script execution...
2000-09-28 Andi Gutmans- Remove zend_gcc_inline.c
2000-09-28 <changelog... ChangeLog update
2000-09-27 Zeev Suraskicomplementary PHP patch
2000-09-27 Sascha SchumannDon't convert to BSD-style Makefiles
2000-09-27 Sascha SchumannAutomatic conversion might cause interpretation of...
2000-09-27 Sascha SchumannRecognize single quotes around cdata.
2000-09-27 Sascha SchumannClean up STR_CAT macro (it is still ugly)
2000-09-27 Sascha SchumannMove php_memnstr to the header file, so that the functi...
2000-09-26 Rui Hirokawacorrect the problem configure script doesn't output...
2000-09-26 Daniel Beulshausenfixed tsrm dir, little cleanups
2000-09-26 Sascha Schumannadd some new and old stuff
2000-09-26 Daniel Beulshausenremoved redefines
2000-09-26 Daniel Beulshausencleanup, added configurations for ssl as well
2000-09-26 Daniel Beulshausencleanup
2000-09-26 Daniel Beulshausenadded tsrm dir to include path, and release_ts_inline...
2000-09-26 Sascha SchumannBuild compat bridge for makes which support only the...
2000-09-26 Sascha SchumannRemove --enable-c9x-inline option. We now use a syntax...
2000-09-26 Sascha SchumannUnify memory allocation in smart_str functions
2000-09-26 Sascha SchumannRemove superflucious variable
2000-09-26 Sascha Schumann#include "SAPI.h" once
2000-09-26 Sascha SchumannCleanup
2000-09-26 Stanislav MalyshevAdd URL support for GD
2000-09-26 Joey SmithAdd protos from sybase DB Library.
2000-09-25 Zeev SuraskiFix previous update - move extension startup further...
2000-09-25 Zeev SuraskiMove extension startup further down the startup sequence
2000-09-22 <changelog... ChangeLog update
2000-09-22 foobarNo more empty '-l' caused by this extension.
2000-09-22 Stig VenaasSmall fix to the literal IPv6 parsing, now stops at...
2000-09-22 Stig VenaasParsing of URLs with literal IPv6 addresses, see RFC...
2000-09-21 Sascha SchumannRevert controversial patch
2000-09-21 <changelog... ChangeLog update
2000-09-20 Brian Moonadded mysql_fetch_assoc. Acts like mysql_fetch_array...
2000-09-20 foobarThis was missing..
2000-09-20 Sascha SchumannCleanup SCANNER_DEBUG and don't NUL terminate work...
2000-09-20 Sascha SchumannUse emalloc and friends. Since we reuse all buffers...
2000-09-20 Sascha SchumannRemove this pseudo optimization from the previous rewrite.
2000-09-20 Sascha SchumannAnother 5%-10% speed increase achieved by
2000-09-20 Joey Smithle_link and le_plink are no longer part of the sybase_g...
2000-09-20 Sascha SchumannAdd support for URLs containing NAME info (for scrollin...
2000-09-20 Sascha SchumannDeactivate E_NOTICE message on gc
2000-09-20 Sascha SchumannRename prototype to currently used name. These stupid...
2000-09-20 Sascha Schumanns/url_scanner.h/url_scanner_ex.h/
2000-09-20 Sascha SchumannMake the new url scanner the default.
2000-09-20 Sascha Schumann2nd Rewrite of the main scanner engine. This version...
2000-09-20 <changelog... ChangeLog update
2000-09-19 foobarThis fix prevents adding an empty -l to LIBS
2000-09-19 Daniel Beulshausenfix unresolved externals
2000-09-19 Sascha SchumannReduce the amount of copying in the mainloop. We copy...
2000-09-19 Sascha SchumannRevert part of last commit. I'll refine it later.
2000-09-19 Andi Gutmans- Change to Z_BVAL macro
2000-09-19 Andi Gutmans- Add Z_BVAL* macros
2000-09-19 Sascha SchumannAnother speedup by avoiding string copies.
2000-09-19 Sascha SchumannRemove nextiter label
2000-09-19 Sascha Schumanns/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline...
2000-09-19 Zeev SuraskiFix a few build bugs, still no go
2000-09-19 Sascha SchumannKill warning
2000-09-19 Sascha SchumannThe rewrite was completely authored by Hartmut
2000-09-19 Ben Mansell(Zeus-specific) Don't GetServerVariable() for vars...
2000-09-19 Sascha SchumannRemove unnecessary include directive
2000-09-19 Zeev Suraski- Fix warnings
2000-09-19 Sascha SchumannDon't restore timestamp on internal_functions.c, otherw...
2000-09-19 Ben MansellFixed bug which could truncate PHP_SELF
2000-09-19 Sascha SchumannAdd new URL scanner. This version is up to 20% faster...
2000-09-19 Stanislav MalyshevFix crash on Solaris with function parameter destruction
2000-09-19 Sascha Schumann*** empty log message ***
2000-09-19 Sascha SchumannFix RINIT/RSHUTDOWN functions and add url_adapt_ext()
2000-09-19 <changelog... ChangeLog update
2000-09-19 Stig Bakken#tiny formatting fix
2000-09-18 Daniel Beulshausenlet windows build with trans sid
2000-09-18 Andrei ZmievskiFix changelog.
2000-09-18 <changelog... ChangeLog update
2000-09-18 Stanislav MalyshevFix crash
2000-09-18 Stanislav MalyshevMade get_included_files() work again, in somewhat diffe...
2000-09-17 Stanislav MalyshevFix decbin
2000-09-17 Stanislav MalyshevAdd empty string checks to add?slashes
2000-09-17 Stanislav MalyshevSet filename even on recursive include
2000-09-17 Andi Gutmans- Fix doc_root problem. If you need to limit under...
2000-09-17 <changelog... ChangeLog update
2000-09-16 Andi Gutmans- Add TODO
2000-09-16 Zak GreantThought that I had just committed something really...
2000-09-16 Zak Greanttrivial change
2000-09-16 <changelog... ChangeLog update
2000-09-15 Chris VandomelenChanged assignment in read() to be more sane.
2000-09-15 Joey SmithRemove CVS conflict. Zeev, I assume you wanted context...
2000-09-15 Sam RubyIndicate the Sun's JDK 1.2.2 now works...and complete...
2000-09-15 <changelog... ChangeLog update
2000-09-14 Chris VandomelenCorrected memory leak in read().
2000-09-14 Andi Gutmans- Use IS_ABSOLUTE_PATH() so that this will work correct...
2000-09-14 Andi Gutmans- Time to remove these two.
2000-09-14 Andi Gutmans- Fix NULL handling in ARRAY opcode and resolve memory...
2000-09-14 Andrei ZmievskiFix warnings.
2000-09-14 Andrei ZmievskiFixed bug #6740.
next