]> granicus.if.org Git - php/shortlog
php
1999-12-04 Sascha SchumannClean up php3.*\.h files. The files itself are renamed...
1999-12-04 Andrei Zmievski*** empty log message ***
1999-12-04 Andrei Zmievski(php_set_session_var) Initialize the refcount here.
1999-12-04 Sascha SchumannZTS fixes
1999-12-04 Sascha SchumannRemove custom LDFLAGS/LIBS changes
1999-12-04 Sascha SchumannDon't overwrite EXTRA_LIBS, some ext config.m4s access...
1999-12-04 Sascha SchumannRemove code references to serverapi
1999-12-04 Sascha SchumannUse LIBS instead of EXTRA_LIBS, so that inter-library...
1999-12-04 Thies C. Arntzensome more ideas
1999-12-04 Andrei Zmievski(PHP session_register) Correct calling convention.
1999-12-04 Andrei ZmievskiSession variables now obey track_vars and gpc_globals...
1999-12-04 Andrei ZmievskiAdded zend_set_hash_symbol() function.
1999-12-04 Thies C. Arntzenbacked out last change after andi decided on a differen...
1999-12-04 Andi Gutmans- Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount...
1999-12-04 Stig BakkenFix shared mode for gd/xml/mysql extensions.
1999-12-04 Zeev Suraski- Implement get_used_files() and get_imported_files()
1999-12-04 Zeev Suraski- Added get_used_files() function - returns a hash...
1999-12-04 Zeev Suraski- Break the zend->PHP dependency introduced by the...
1999-12-04 Zeev Suraski- zend_file_handles must now flag whether their .filena...
1999-12-04 Thies C. Arntzenthe new SET_VAR_* macros forgot to set the refcount!
1999-12-04 Sascha SchumannCheck for htonl in libsocket (sol251), and move inet_at...
1999-12-04 Sam Rubybuild error - windows
1999-12-04 Thies C. Arntzenfixed tiny leak
1999-12-04 Stig S. BakkenFix typo, add prototype for use_filename().
1999-12-04 Stig S. Bakken"use" should use arg+".php" as parameter to require
1999-12-04 Zeev SuraskiThis should fix the fd leak with include()/require()
1999-12-04 <changelog... ChangeLog update
1999-12-04 <changelog... NEWS update
1999-12-03 Sascha SchumannFix for #2909
1999-12-03 Sam Rubywindows build errors
1999-12-03 Sascha Schumanninet_aton is in libresolv on Solaris 2.5.1
1999-12-03 David HedborAdded credit notes for Roxen SAPI module
1999-12-03 Andrei ZmievskiInclude errno.h.
1999-12-03 Andrei Zmievski*** empty log message ***
1999-12-03 Andrei ZmievskiAdded ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.
1999-12-03 Sascha SchumannImprove locking when O_EXCL is available
1999-12-03 Rasmus Lerdorf# I hate these * empty log message * notes that get...
1999-12-03 Sascha SchumannPHP_BUILD_* m4 macros are not intended to be used by...
1999-12-03 Sascha Schumann2<<30 (== 1<<31) overflows 32-bit signed int, reverting...
1999-12-03 Sascha SchumannSolaris needs -D_REENTRANT to define prototypes for...
1999-12-03 Sascha SchumannUse socklen_t where appropiate
1999-12-03 Sascha SchumannAdd check for socklen_t (we cannot use AC_CHECK_TYPE...
1999-12-03 Thies C. Arntzenrevert my last patch - WARNING: we leak fd's again.
1999-12-03 Stig Bakkenforgot the "@"
1999-12-03 Stig BakkenAdd configure command to phpinfo() output (Stig)
1999-12-03 Sascha SchumannAdd configure stuff
1999-12-03 Sascha SchumannAdd posix module
1999-12-03 Sascha SchumannAdd X-Powered-By header in all configurations to ease...
1999-12-03 Sascha Schumann(php_ns_sapi_header_handler): use sapi_free_header()
1999-12-03 Andi Gutmans- Remove _EX and make it the old _LENGTH
1999-12-03 Rasmus Lerdorf# Here you go Andrei
1999-12-03 Rasmus Lerdorf@ PHP 4 scripts will now obey the max_execution_time...
1999-12-03 Sam RubySupport DATE_to_pval and DISPATCH_to_pval
1999-12-03 <changelog... ChangeLog update
1999-12-03 <changelog... NEWS update
1999-12-02 Andi Gutmans- Add _EX macro for Andrei
1999-12-02 Rasmus Lerdorf# just some symbol cleanup while I am browsing through...
1999-12-02 Rasmus Lerdorf@ Add optional socket path to the mysql_?connect()...
1999-12-02 Zeev SuraskiSolve a couple of compile issues
1999-12-02 Thies C. Arntzenphp_fopen_wrapper_for_zend() does *NOT* insert the...
1999-12-02 Andrei Zmievski*** empty log message ***
1999-12-02 Sascha SchumannLet user override default setting of ``make''
1999-12-02 <changelog... ChangeLog update
1999-12-02 <changelog... NEWS update
1999-12-01 Sascha SchumannDefine COMPILE_DL_MODNAME, if module is built as dynami...
1999-12-01 Stig BakkenBack out PIC/COMPILE_DL hack from gd/mysql.
1999-12-01 Stig Bakken@Fix some warnings when compiling in maintainer-mode...
1999-12-01 Stig S. BakkenFix warnings surfacing in maintainer-mode.
1999-12-01 Zeev SuraskiMake it possible to explicitly set refcount in ZEND_SET...
1999-12-01 Zeev SuraskiAllow to set the reference count explicitly for ZEND_SE...
1999-12-01 Zeev SuraskiTest commit, ignore
1999-12-01 Zeev Suraski@- Made the GET/POST/Cookie and their HTTP_*_VARS[...
1999-12-01 Zeev Suraski@- Make the global GET/POST/Cookie variables and their...
1999-12-01 Stig Bakkenremove some debug output
1999-12-01 Sascha SchumannMake array.c thread-safe
1999-12-01 Sascha SchumannRemove fsock-specific members
1999-12-01 Sascha SchumannMake fsock module thread-safe
1999-12-01 Andi Gutmans- Forgot to check for BP_VAR_IS in the fix made for...
1999-12-01 Sam Rubyuse new PHP_BUILD_THREAD_SAFE macro
1999-12-01 Sam Rubylibzend/zend_compile.h's #define YYSTYPE causes parseda...
1999-12-01 Thies C. Arntzenjust a remark
1999-12-01 <changelog... ChangeLog update
1999-12-01 <changelog... NEWS update
1999-12-01 Rasmus Lerdorf# Fix broken files
1999-11-30 Sascha SchumannAvoid Apache's regex.h, if system regex was chosen
1999-11-30 Rasmus Lerdorf# another oops
1999-11-30 Rasmus Lerdorf# Oops
1999-11-30 Rasmus LerdorfKill some warnings
1999-11-30 Sascha SchumannAdd '--enable-low-memory' option.
1999-11-30 Sascha SchumannAdd PHPAPI for Windows.
1999-11-30 Andi Gutmans- Applied Thies' bug fix. Great work!
1999-11-30 Andi Gutmans- Added opened_path to php_fopen_wrapper() and the...
1999-11-30 Andi Gutmans- Add use support (behaves like require, but will not...
1999-11-30 Andi Gutmans- Fix problem Thies reported. We by mistake separated...
1999-11-30 Nick GorhamAdded check in the ODBC module that a connection is...
1999-11-30 Thies C. Arntzenthe Zeus-Guys were nice enoug to give us a call similar...
1999-11-30 Shane Caraveoneed to prevent multiple usage
1999-11-30 <changelog... ChangeLog update
1999-11-30 <changelog... NEWS update
1999-11-29 Sander SteffannShow some extra info for GD with phpinfo()
next