]> granicus.if.org Git - php/shortlog
php
1999-12-14 Andrei ZmievskiMoved function_exists() to Zend library.
1999-12-14 Danny Heijl(bcmath) Name of header changed from php3 to php but...
1999-12-14 Andrei Zmievski- Added class_exists()
1999-12-14 Joey Smith# Added date/time stamping to php3_log_error
1999-12-14 Uwe Steinmannalways check if output is ok after php3_header()
1999-12-14 Mark Musonewhoops..need to allow 7 parameters also
1999-12-14 Thies C. Arntzen(getimagesize) grrr, fixed newly (30 min ago) introduce...
1999-12-14 Thies C. Arntzenuse ex-API
1999-12-14 Thies C. Arntzen@- implemented count_chars(). (Thies)
1999-12-14 Thies C. Arntzenuse ex-API
1999-12-14 Thies C. Arntzenuse _ex-API
1999-12-14 Andrei ZmievskiBoo.
1999-12-14 <changelog... ChangeLog update
1999-12-14 <changelog... NEWS update
1999-12-14 Sascha SchumannPostpone the execution of post request startup handlers...
1999-12-13 Andrei ZmievskiMade strspn() and strcspn() binary-safe.
1999-12-13 Andrei ZmievskiFinished array_multisort() function. Basically it sorts...
1999-12-13 Sascha SchumannMake rand.c thread-safe.
1999-12-13 Sascha SchumannReapply configuration for each request
1999-12-13 Sascha Schumann(php_ns_config) use 3.0's Ns_ConfigGetPath instead...
1999-12-13 Sascha Schumann(_ps_files_path_create) terminate string correctly...
1999-12-13 <changelog... ChangeLog update
1999-12-13 <changelog... NEWS update
1999-12-12 Sascha SchumannMake filestat.c thread-safe
1999-12-12 Sascha Schumann@- Made pageinfo.c thread-safe (Sascha)
1999-12-12 Stig Bakken- Documented classes, methods and constants in the...
1999-12-12 Sascha SchumannRemove trailing white-spaces
1999-12-12 Sascha SchumannReformat ini entries and add new options (cache_limiter...
1999-12-12 Sascha SchumannAdd cache_limiter and cache_expire options. Rename...
1999-12-12 Sascha SchumannKill a warning
1999-12-12 Sascha SchumannInitialize variables
1999-12-12 Sascha SchumannInitialize value properly
1999-12-12 Sascha SchumannCall SLS_FETCH() only, if it is needed
1999-12-12 Sascha SchumannMake it compile in ZTS mode
1999-12-12 Sascha SchumannInclude header file for php_file_le_fopen()
1999-12-12 Sascha SchumannRemove unnecessary ARRAYLS_FETCH() calls
1999-12-12 Sascha SchumannDisable global lock for now. We will have to find a...
1999-12-12 Stig Bakken"setup" is obsolete
1999-12-12 <changelog... ChangeLog update
1999-12-12 <changelog... NEWS update
1999-12-11 Andrei ZmievskiAdded array globals in preparation for multisort()...
1999-12-11 Andrei Zmievski(PHP php_implode) Made binary-safe.
1999-12-11 Andrei Zmievskiget_meta_tags() was using php_stristr() so it needed...
1999-12-11 Andrei ZmievskiMade strstr(), stristr(), and ucwords() binary-safe...
1999-12-11 Sascha SchumannMoving APXS-specific checks into respective config...
1999-12-11 Andreas KarajannisDon't include functions not supported by Solid
1999-12-11 <changelog... ChangeLog update
1999-12-10 Andrei ZmievskiFixed #2952.
1999-12-10 Stig BakkenAdded makerpm by Samuel Liddicott <sam@campbellsci...
1999-12-10 Sascha SchumannOutput information about HTTP headers
1999-12-10 Sascha SchumannExport sapi_free_header()
1999-12-10 Stig Bakkenremove uninteresting NEWS entries
1999-12-10 Andrei ZmievskiA few more fixes for php_strtolower().
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)
next