]> granicus.if.org Git - php/shortlog
php
1999-12-10 <changelog... ChangeLog update
1999-12-10 <changelog... NEWS update
1999-12-09 Andrei Zmievski(PHP strtoupper, strtolower, substr_replace) Made binar...
1999-12-09 Sascha Schumann(php_set_session_var): logic fix:
1999-12-09 Zeev Suraski@- Fix a crash in the Apache syntax highlighting mode...
1999-12-09 Thies C. Arntzenjust went thru string.c and wrote down the functions...
1999-12-09 Thies C. Arntzen(unserialize) closed mem-leak
1999-12-09 Thies C. Arntzensmall cleanups in MINIT code
1999-12-09 Nick GorhamReport all ODBC error's not just the top of the stack
1999-12-09 Uwe Steinmann- improved configuration due to compile problems which...
1999-12-09 <changelog... ChangeLog update
1999-12-09 <changelog... NEWS update
1999-12-08 Zeev Suraski- Use Set-Cookie for consistency with SetCookie() ...
1999-12-08 Sascha SchumannUse global ctor in non-ZTS mode as well
1999-12-08 Thies C. Arntzen(unserialize) now cleans up better on failure!
1999-12-08 Thies C. Arntzenmake non-ZTS happy again
1999-12-08 Thies C. Arntzen@- OCI8 now returns NULL values in LONG columns correct...
1999-12-08 Stig BakkenAdded some more error defines (CANNOT_CREATE/DELETE...
1999-12-08 Thies C. ArntzenZTS compile fixes
1999-12-08 Thies C. Arntzenthis is the "right" ZTS-fix
1999-12-08 <changelog... ChangeLog update
1999-12-08 <changelog... NEWS update
1999-12-07 Andrei ZmievskiOops.
1999-12-07 Andrei Zmievski(DB::parseDSN) check for an extra / at the end purely...
1999-12-07 Andrei Zmievski(DB::parseDSN) Remove extraneous / at the end of the...
1999-12-07 Sam RubyFill in empty constructor in order to appease Sascha ;-)
1999-12-07 Sam RubyProvide basis for shared libraries/dlls to contain...
1999-12-07 Andrei ZmievskiApparently already implemented by Thies.
1999-12-07 Andrei ZmievskiRevert the patch.
1999-12-07 Rasmus LerdorfAdd check for broken apxs script
1999-12-07 Thies C. Arntzenadded assert.quiet_eval plus a bit of cleaning (docs...
1999-12-07 Sam Rubyfixed just enough to enable assert to build on win32...
1999-12-07 Andrei ZmievskiNeed to check for __inet_aton on Solaris.
1999-12-07 Andi Gutmans- opened_path should not be freed here as the zend_file...
1999-12-07 Sascha SchumannMove it to the right place
1999-12-07 Thies C. Arntzenfixed NPR
1999-12-07 Thies C. Arntzenthe order *does* matter!
1999-12-07 Thies C. Arntzen@- Added support for a C-like assert() function. (Thies)
1999-12-07 Thies C. Arntzengetting there
1999-12-07 Sascha SchumannIgnore generated files
1999-12-07 Thies C. Arntzennew assert() module. (Not yet finished!)
1999-12-07 Uwe Steinmann- Several small corrections, typos, ...
1999-12-07 Thies C. Arntzen(explode) fixed newly introduced bug (them shall check...
1999-12-07 Zeev SuraskiSupport ZTS definition in zend_config.h
1999-12-07 <changelog... Email change.
1999-12-07 Evan KlingerMention CyberCash.
1999-12-07 Sam Ruby-kludges -warning +reentrancy(more) +compiles(Unix)
1999-12-07 Evan KlingerMore clean up.
1999-12-07 <changelog... ChangeLog update
1999-12-07 <changelog... NEWS update
1999-12-07 Evan KlingerNow it compiles - couldn't find lib before.
1999-12-07 Evan KlingerEliminate some warnings.
1999-12-07 Evan KlingerMinor changes and clean up.
1999-12-07 Evan Klinger@- Added CyberCash support. (Evan)
1999-12-06 Zeev SuraskiMove the #include of zend-parser.h out of zend_compile.h
1999-12-06 Zeev SuraskiFirst step in making parsedate.y thread safe - use...
1999-12-06 Zeev SuraskiMore localization
1999-12-06 Thies C. Arntzenfixed warning
1999-12-06 Thies C. Arntzen@- explode() is now binary-safe. (Thies)
1999-12-06 Thies C. Arntzen@- strpos() is now binary-safe. (Thies)
1999-12-06 Andrei ZmievskiAdd another item.
1999-12-06 Zeev SuraskiThis is no longer needed. Note that we'll always need...
1999-12-06 Sascha SchumannSeparate libpaths into PHP_LDFLAGS, so that we can...
1999-12-06 Zeev SuraskiLocalize a couple of macros
1999-12-06 Zeev Suraskiopened_path could end up uninitialized - fixed
1999-12-06 Thies C. Arntzenremoved unneded CLS_FETCH()
1999-12-06 Sam Rubybuild error: wrong num parms to date_parse
1999-12-06 Sam Rubyfirst pass at method overloading
1999-12-06 Sam RubyHmmm...must have misplaced the getcwd/chdir logic...
1999-12-06 Evan Klinger*** empty log message ***
1999-12-06 <changelog... ChangeLog update
1999-12-06 <changelog... NEWS update
1999-12-05 Sascha SchumannGive it a nicer looking module name
1999-12-05 Zeev Suraski*** empty log message ***
1999-12-05 Sascha Schumannphp3_* => php_*
1999-12-05 Sascha SchumannCreate helper library during configure time
1999-12-05 Sascha SchumannAllow AC_ADD_LIBRARY to append library
1999-12-05 Sascha SchumannAdd rpaths to LDFLAGS during configure, drop them later.
1999-12-05 Evan KlingerRevert changes.
1999-12-05 Evan Klinger@- Fix Informix compile (Evan)
1999-12-05 Sascha SchumannFix leak in pthreads, and add initial support for GNU Pth
1999-12-05 Egon SchmidThies, can you provide some docs? I need something...
1999-12-05 Thies C. Arntzen@- added XML_Set_Object() function, now you can use...
1999-12-05 Sascha SchumannFix some warnings
1999-12-05 Sascha SchumannFix some warnings
1999-12-05 Sascha SchumannPrepend added libraries and separate LDFLAGS handling
1999-12-05 Sascha SchumannFix some warnings
1999-12-05 Sascha SchumannAdd ts_allocate_dtor, use ts_allocate_[cd]tor where...
1999-12-05 Rasmus LerdorfMore maintainer-mode cleanups
1999-12-05 Rasmus LerdorfMore maintainer-mode cleanups
1999-12-05 Rasmus LerdorfFix a maintainer-mode warning
1999-12-05 Stig Bakken@Fix warnings compiling in maintainer mode. (Stig)
1999-12-05 <changelog... ChangeLog update
1999-12-05 <changelog... NEWS update
1999-12-04 Zeev SuraskiWin32 .dsp update
1999-12-04 Zeev SuraskiThat one is actually supposed to have 'php3' on it...
1999-12-04 Stig Bakken#if -> #ifdef change for HAVE_LIBDL (to be consistent...
1999-12-04 Sascha SchumannCreate ``libs'' subdirectory as the current user and...
1999-12-04 Sam RubyBuild error
1999-12-04 Andrei ZmievskiCast val to (char *) to avoid compile warning.
next