]> granicus.if.org Git - php/shortlog
php
1999-10-25 Zeev Suraski*** empty log message ***
1999-10-25 Thies C. Arntzenadded some more options
1999-10-25 <changelog... ChangeLog update
1999-10-24 Thies C. Arntzenkill warning
1999-10-24 Thies C. Arntzenfolding fix (xemacs 21 loads the file again;-)
1999-10-24 Sascha SchumannDefine USE_BCOPY, if memmove is not found (i.e. SunOS...
1999-10-24 Sam RubyAllow CYGWIN directory to be specified as via environme...
1999-10-24 Sascha Schumann(PHP session_register, session_unregister) always retur...
1999-10-24 <changelog... ChangeLog update
1999-10-23 Sam RubyAllow CYGWIN directory to be specified as via environme...
1999-10-23 Thies C. Arntzenone can now use callbacks for custom completion functio...
1999-10-23 <changelog... ChangeLog update
1999-10-22 Andi Gutmans- Fix isset() with string offsets.
1999-10-22 Sascha SchumannAdd session.use_cookies option
1999-10-22 Thies C. Arntzenunserialize no longer complaints about unserializing...
1999-10-22 <changelog... ChangeLog update
1999-10-21 Sascha SchumannAdd <AREA HREF=...
1999-10-21 Sascha Schumann(_ps_files_valid_key): small logic fix
1999-10-21 Uwe SteinmannAdded hw_mapid(), read comment in hg_comm.c
1999-10-21 Sascha Schumann(_ps_files_open): evaluate key (session id) before...
1999-10-21 <changelog... ChangeLog update
1999-10-21 <changelog... NEWS update
1999-10-20 Sascha Schumann(php_ns_hash_environment): provide more CGI/1.1 variabl...
1999-10-20 Andi Gutmans- Make COM compile again
1999-10-20 Andi Gutmans- Make CVS compile on Win32.
1999-10-20 Thies C. Arntzen(PHP getcwd()) added, needs to porting to Win32
1999-10-20 Sascha Schumann(_display_module_info): Add anchor for module names
1999-10-20 Sascha Schumann(php_info_aolserver): add more information from the...
1999-10-20 Thies C. Arntzen(PHP xml_parse_into_struct) sometimes the value was...
1999-10-20 Thies C. Arntzen(PHP var_dump, serialize) fixed mem_leak.
1999-10-20 Andrei ZmievskiIgnore shared modules directory.
1999-10-20 Andrei ZmievskiIgnore generated libs.
1999-10-20 Thies C. Arntzen(PHP xml_parse_into_struct): fixed mem-leak when encoun...
1999-10-20 Sascha Schumann(php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_B...
1999-10-20 <changelog... ChangeLog update
1999-10-20 <changelog... NEWS update
1999-10-19 Andrei ZmievskiRevert my patches to error functions.
1999-10-19 Thies C. Arntzenadded === operator support (type *and* value match...
1999-10-19 Thies C. Arntzenfixed is_identicat_function()
1999-10-19 Andrei Zmievski(PHP extract): Fixed bug that would mess up global...
1999-10-19 Andrei Zmievski(PHP ldap_get_entries): Fix string function name.
1999-10-19 Andi Gutmans- Move IS_IDENTICAL next to IS_EQUAL
1999-10-19 Andi Gutmans- Fix is_identical function
1999-10-19 Uwe Steinmann- some tiny changes to possible improve link extraction...
1999-10-19 Andi Gutmans- Preliminary submit of Thie's patch. Will fix the...
1999-10-19 Thies C. Arntzen(parse_url) fix for #2569: parse_url('-') crashes
1999-10-19 <changelog... ChangeLog update
1999-10-19 <changelog... NEWS update
1999-10-18 Egon SchmidMore forgotten prototypes.
1999-10-18 Stefan RoehrichAdded zlib module to list of maintained extensions...
1999-10-18 Thies C. Arntzen@- unserialize() now gives a notice when passed invalid...
1999-10-18 Thies C. Arntzen(PHP unserialize) - fixed mem-leak.
1999-10-18 Andrei ZmievskiBe safe, use ().
1999-10-18 <changelog... ChangeLog update
1999-10-18 <changelog... NEWS update
1999-10-17 Sascha SchumannAdd PNG support. Tested with gd 1.7.3.
1999-10-17 Egon SchmidLooks better, but isn't wrong
1999-10-17 Egon SchmidOne typo corrected.
1999-10-17 Andrei ZmievskiFix bug #2548.
1999-10-16 Andrei Zmievski_php3/_php3i -> php rename
1999-10-16 Andi Gutmans- It's OK if we link dynamically.
1999-10-16 Andi Gutmans- Get windows version to compile again. No biggy if...
1999-10-15 Andrei Zmievski*** empty log message ***
1999-10-15 Andrei Zmievski(PHP array_map) Temporarily #if 0 this.
1999-10-15 Andrei ZmievskiUpdate mergesort() proto.
1999-10-15 Andrei Zmievskiunstatic'fy is_numeric_string()
1999-10-15 Andrei Zmievski*** empty log message ***
1999-10-15 Andrei ZmievskiMake string copying a little more efficient.
1999-10-15 Andrei ZmievskiSmall tweak in the error format.
1999-10-15 Andrei Zmievski(php3_log_err): Don't output error message to stderr...
1999-10-15 Andrei ZmievskiRenamed a couple of functions to have proper php_ prefix.
1999-10-15 Andrei Zmievski(php_error): finally get rid of those annoying html...
1999-10-15 Andrei ZmievskiMassive change of zend_error() to php_error().
1999-10-15 Andrei Zmievski@- Fixed shuffle() so that it no longer breaks on Solar...
1999-10-15 Andrei ZmievskiAdd mergesort.c to compilation list.
1999-10-15 Andrei ZmievskiAdded mergesort.c from FreeBSD.
1999-10-15 Thies C. Arntzen(is_resource, is_bool) new functions
1999-10-15 Andrei Zmievski(_php_replace_in_subject)
1999-10-15 Thies C. Arntzenfiles are now resources, file.c is thread-safe, the...
1999-10-15 Andrei Zmievski(PHP implode): Properly separate zval for another case.
1999-10-15 Zeev SuraskiThat should do the trick - fix implode() not to modify...
1999-10-15 Andrei Zmievski*** empty log message ***
1999-10-15 Zeev SuraskiMake ODBC work under Win32
1999-10-15 Andi Gutmans- Converted math.c to use new convert_to_number_ex...
1999-10-15 Andi Gutmans- Add convert_to_number_ex()
1999-10-14 Sascha SchumannAdd "--disable-inline" for low-memory machines (be...
1999-10-14 Sascha SchumannUse sources from $(srcdir)
1999-10-14 Thies C. Arntzenconfigure works for me (RH 6.1)
1999-10-14 Thies C. Arntzenforgot
1999-10-14 Thies C. Arntzeninterface to GNU-Readline! (not yet active, autoconf...
1999-10-13 Sascha SchumannAdd dba and mcrypt extensions to list.
1999-10-13 Thies C. Arntzennew api fo dl() - renamed php3_dl to php_dl (added...
1999-10-13 Thies C. Arntzen(PHP: htmlspecialchars, htmlentities): new zend-api...
1999-10-13 Thies C. Arntzen@- Upgraded math-funtions to use new Zend function...
1999-10-13 Andrei ZmievskiAdd mhash module.
1999-10-13 Sascha SchumannDo not use $< for anything but implicit rules.
1999-10-13 Thies C. Arntzen(shell_exec) use pclose for FILE* that has been opened...
1999-10-13 Thies C. Arntzen(zend_fetch_resource) added warinig if resource is...
1999-10-13 <changelog... ChangeLog update
1999-10-13 <changelog... NEWS update
next