|
|
|
@ -1,3 +1,643 @@ |
|
|
|
2003-06-10 Rob Richards <rrichards@ctindustries.net> |
|
|
|
|
|
|
|
* ext/dom/text.c: |
|
|
|
Fixed memleaks |
|
|
|
|
|
|
|
2003-06-10 James Cox <james@imajes.info> |
|
|
|
|
|
|
|
* header |
|
|
|
run-tests.php |
|
|
|
run-tests2.php |
|
|
|
build/build.mk |
|
|
|
build/build2.mk |
|
|
|
build/buildcheck.sh |
|
|
|
build/mkdep.awk |
|
|
|
ext/bcmath/bcmath.c |
|
|
|
ext/bcmath/php_bcmath.h |
|
|
|
ext/calendar/cal_unix.c |
|
|
|
ext/calendar/calendar.c |
|
|
|
ext/calendar/easter.c |
|
|
|
ext/cpdf/cpdf.c |
|
|
|
ext/cpdf/php_cpdf.h |
|
|
|
ext/crack/crack.c |
|
|
|
ext/crack/php_crack.h |
|
|
|
ext/ctype/ctype.c |
|
|
|
ext/ctype/php_ctype.h |
|
|
|
ext/curl/interface.c |
|
|
|
ext/curl/multi.c |
|
|
|
ext/curl/php_curl.h |
|
|
|
ext/curl/streams.c |
|
|
|
ext/db/db.c |
|
|
|
ext/db/php_db.h |
|
|
|
ext/dba/dba.c |
|
|
|
ext/dba/dba_cdb.c |
|
|
|
ext/dba/dba_db2.c |
|
|
|
ext/dba/dba_db3.c |
|
|
|
ext/dba/dba_db4.c |
|
|
|
ext/dba/dba_dbm.c |
|
|
|
ext/dba/dba_flatfile.c |
|
|
|
ext/dba/dba_gdbm.c |
|
|
|
ext/dba/dba_inifile.c |
|
|
|
ext/dba/dba_ndbm.c |
|
|
|
ext/dba/php_dba.h |
|
|
|
ext/dba/libcdb/cdb.c |
|
|
|
ext/dba/libcdb/cdb.h |
|
|
|
ext/dba/libcdb/cdb_make.c |
|
|
|
ext/dba/libcdb/cdb_make.h |
|
|
|
ext/dba/libcdb/uint32.c |
|
|
|
ext/dba/libcdb/uint32.h |
|
|
|
ext/dba/libflatfile/flatfile.c |
|
|
|
ext/dba/libflatfile/flatfile.h |
|
|
|
ext/dba/libinifile/inifile.c |
|
|
|
ext/dba/libinifile/inifile.h |
|
|
|
ext/dbase/dbase.c |
|
|
|
ext/dbase/php_dbase.h |
|
|
|
ext/dbx/dbx.c |
|
|
|
ext/dbx/dbx.h |
|
|
|
ext/dbx/dbx_fbsql.c |
|
|
|
ext/dbx/dbx_fbsql.h |
|
|
|
ext/dbx/dbx_mssql.c |
|
|
|
ext/dbx/dbx_mssql.h |
|
|
|
ext/dbx/dbx_mysql.c |
|
|
|
ext/dbx/dbx_mysql.h |
|
|
|
ext/dbx/dbx_oci8.c |
|
|
|
ext/dbx/dbx_oci8.h |
|
|
|
ext/dbx/dbx_odbc.c |
|
|
|
ext/dbx/dbx_odbc.h |
|
|
|
ext/dbx/dbx_pgsql.c |
|
|
|
ext/dbx/dbx_pgsql.h |
|
|
|
ext/dbx/dbx_sybasect.c |
|
|
|
ext/dbx/dbx_sybasect.h |
|
|
|
ext/dbx/php_dbx.h |
|
|
|
ext/dio/dio.c |
|
|
|
ext/dio/php_dio.h |
|
|
|
ext/dom/attr.c |
|
|
|
ext/dom/cdatasection.c |
|
|
|
ext/dom/characterdata.c |
|
|
|
ext/dom/comment.c |
|
|
|
ext/dom/document.c |
|
|
|
ext/dom/documentfragment.c |
|
|
|
ext/dom/documenttype.c |
|
|
|
ext/dom/dom_ce.h |
|
|
|
ext/dom/dom_fe.h |
|
|
|
ext/dom/dom_properties.h |
|
|
|
ext/dom/domconfiguration.c |
|
|
|
ext/dom/domerror.c |
|
|
|
ext/dom/domerrorhandler.c |
|
|
|
ext/dom/domexception.c |
|
|
|
ext/dom/domimplementation.c |
|
|
|
ext/dom/domimplementationlist.c |
|
|
|
ext/dom/domimplementationsource.c |
|
|
|
ext/dom/domlocator.c |
|
|
|
ext/dom/domstringlist.c |
|
|
|
ext/dom/element.c |
|
|
|
ext/dom/entity.c |
|
|
|
ext/dom/entityreference.c |
|
|
|
ext/dom/namednodemap.c |
|
|
|
ext/dom/namelist.c |
|
|
|
ext/dom/node.c |
|
|
|
ext/dom/nodelist.c |
|
|
|
ext/dom/notation.c |
|
|
|
ext/dom/php_dom.c |
|
|
|
ext/dom/php_dom.h |
|
|
|
ext/dom/processinginstruction.c |
|
|
|
ext/dom/string_extend.c |
|
|
|
ext/dom/text.c |
|
|
|
ext/dom/typeinfo.c |
|
|
|
ext/dom/userdatahandler.c |
|
|
|
ext/dom/xml_common.h |
|
|
|
ext/domxml/php_domxml.c |
|
|
|
ext/domxml/php_domxml.h |
|
|
|
ext/exif/exif.c |
|
|
|
ext/exif/php_exif.h |
|
|
|
ext/fam/fam.c |
|
|
|
ext/fam/php_fam.h |
|
|
|
ext/fbsql/php_fbsql.c |
|
|
|
ext/fbsql/php_fbsql.h |
|
|
|
ext/fdf/fdf.c |
|
|
|
ext/fdf/php_fdf.h |
|
|
|
ext/filepro/filepro.c |
|
|
|
ext/filepro/php_filepro.h |
|
|
|
ext/ftp/ftp.c |
|
|
|
ext/ftp/ftp.h |
|
|
|
ext/ftp/php_ftp.c |
|
|
|
ext/ftp/php_ftp.h |
|
|
|
ext/gd/gd.c |
|
|
|
ext/gd/php_gd.h |
|
|
|
ext/gd/libgd/xbm.c |
|
|
|
ext/gettext/gettext.c |
|
|
|
ext/gettext/php_gettext.h |
|
|
|
ext/gmp/gmp.c |
|
|
|
ext/gmp/php_gmp.h |
|
|
|
ext/hwapi/hwapi.cpp |
|
|
|
ext/hwapi/php_hwapi.h |
|
|
|
ext/hyperwave/hg_comm.c |
|
|
|
ext/hyperwave/hg_comm.h |
|
|
|
ext/hyperwave/hw.c |
|
|
|
ext/hyperwave/hw_error.h |
|
|
|
ext/hyperwave/php_hyperwave.h |
|
|
|
ext/iconv/iconv.c |
|
|
|
ext/iconv/php_iconv.h |
|
|
|
ext/imap/php_imap.c |
|
|
|
ext/imap/php_imap.h |
|
|
|
ext/informix/ifx.ec |
|
|
|
ext/informix/php_informix.h |
|
|
|
ext/informix/php_informix_includes.h |
|
|
|
ext/ingres_ii/ii.c |
|
|
|
ext/ingres_ii/ii.h |
|
|
|
ext/ingres_ii/php_ii.h |
|
|
|
ext/interbase/interbase.c |
|
|
|
ext/interbase/php_interbase.h |
|
|
|
ext/ircg/ircg.c |
|
|
|
ext/ircg/ircg_common.c |
|
|
|
ext/ircg/ircg_scanner.c |
|
|
|
ext/ircg/ircg_scanner.re |
|
|
|
ext/ircg/ircg_thttpd.c |
|
|
|
ext/ircg/php_ircg.h |
|
|
|
ext/ldap/ldap.c |
|
|
|
ext/ldap/php_ldap.h |
|
|
|
ext/mbstring/html_entities.c |
|
|
|
ext/mbstring/mb_gpc.c |
|
|
|
ext/mbstring/mb_gpc.h |
|
|
|
ext/mbstring/mbfilter_cn.c |
|
|
|
ext/mbstring/mbfilter_cn.h |
|
|
|
ext/mbstring/mbfilter_kr.c |
|
|
|
ext/mbstring/mbfilter_kr.h |
|
|
|
ext/mbstring/mbfilter_ru.c |
|
|
|
ext/mbstring/mbfilter_ru.h |
|
|
|
ext/mbstring/mbfilter_tw.c |
|
|
|
ext/mbstring/mbfilter_tw.h |
|
|
|
ext/mbstring/mbstring.c |
|
|
|
ext/mbstring/mbstring.h |
|
|
|
ext/mbstring/php_mbregex.c |
|
|
|
ext/mbstring/php_mbregex.h |
|
|
|
ext/mbstring/php_unicode.c |
|
|
|
ext/mbstring/php_unicode.h |
|
|
|
ext/mcal/php_mcal.c |
|
|
|
ext/mcrypt/mcrypt.c |
|
|
|
ext/mcrypt/php_mcrypt.h |
|
|
|
ext/mcve/mcve.c |
|
|
|
ext/mcve/php_mcve.h |
|
|
|
ext/mhash/mhash.c |
|
|
|
ext/mime_magic/mime_magic.c |
|
|
|
ext/mime_magic/php_mime_magic.h |
|
|
|
ext/ming/ming.c |
|
|
|
ext/ming/php_ming.h |
|
|
|
ext/mnogosearch/php_mnogo.c |
|
|
|
ext/mnogosearch/php_mnogo.h |
|
|
|
ext/msession/msession.c |
|
|
|
ext/msession/php_msession.h |
|
|
|
ext/msession/reqclient.h |
|
|
|
ext/msql/php_msql.c |
|
|
|
ext/msql/php_msql.h |
|
|
|
ext/mssql/php_mssql.c |
|
|
|
ext/mssql/php_mssql.h |
|
|
|
ext/mysql/php_mysql.c |
|
|
|
ext/mysql/php_mysql.h |
|
|
|
ext/mysqli/mysqli.c |
|
|
|
ext/mysqli/mysqli_api.c |
|
|
|
ext/mysqli/mysqli_fe.c |
|
|
|
ext/mysqli/mysqli_nonapi.c |
|
|
|
ext/mysqli/mysqli_profiler.c |
|
|
|
ext/mysqli/mysqli_profiler.h |
|
|
|
ext/mysqli/mysqli_profiler_com.c |
|
|
|
ext/mysqli/mysqli_profiler_com.h |
|
|
|
ext/mysqli/php_mysqli.h |
|
|
|
ext/ncurses/ncurses.c |
|
|
|
ext/ncurses/ncurses_fe.c |
|
|
|
ext/ncurses/ncurses_functions.c |
|
|
|
ext/ncurses/php_ncurses.h |
|
|
|
ext/ncurses/php_ncurses_fe.h |
|
|
|
ext/notes/php_notes.c |
|
|
|
ext/notes/php_notes.h |
|
|
|
ext/oci8/oci8.c |
|
|
|
ext/oci8/php_oci8.h |
|
|
|
ext/odbc/birdstep.c |
|
|
|
ext/odbc/php_birdstep.h |
|
|
|
ext/odbc/php_odbc.c |
|
|
|
ext/odbc/php_odbc.h |
|
|
|
ext/odbc/php_odbc_includes.h |
|
|
|
ext/openssl/openssl.c |
|
|
|
ext/openssl/php_openssl.h |
|
|
|
ext/openssl/xp_ssl.c |
|
|
|
ext/oracle/oracle.c |
|
|
|
ext/ovrimos/ovrimos.c |
|
|
|
ext/pcntl/pcntl.c |
|
|
|
ext/pcntl/php_pcntl.h |
|
|
|
ext/pcntl/php_signal.c |
|
|
|
ext/pcntl/php_signal.h |
|
|
|
ext/pcre/php_pcre.c |
|
|
|
ext/pcre/php_pcre.h |
|
|
|
ext/pdf/pdf.c |
|
|
|
ext/pdf/php_pdf.h |
|
|
|
ext/pfpro/pfpro.c |
|
|
|
ext/pfpro/php_pfpro.h |
|
|
|
ext/pgsql/pgsql.c |
|
|
|
ext/pgsql/php_pgsql.h |
|
|
|
ext/posix/php_posix.h |
|
|
|
ext/posix/posix.c |
|
|
|
ext/pspell/php_pspell.h |
|
|
|
ext/pspell/pspell.c |
|
|
|
ext/qtdom/qtdom.c |
|
|
|
ext/qtdom/qtdom.h |
|
|
|
ext/readline/php_readline.h |
|
|
|
ext/readline/readline.c |
|
|
|
ext/recode/php_recode.h |
|
|
|
ext/recode/recode.c |
|
|
|
ext/rpc/handler.h |
|
|
|
ext/rpc/php_rpc.h |
|
|
|
ext/rpc/rpc.c |
|
|
|
ext/rpc/rpc.h |
|
|
|
ext/rpc/rpc_proxy.c |
|
|
|
ext/rpc/rpc_proxy.h |
|
|
|
ext/rpc/com/com.c |
|
|
|
ext/rpc/com/com.h |
|
|
|
ext/rpc/com/com_wrapper.c |
|
|
|
ext/rpc/com/com_wrapper.h |
|
|
|
ext/rpc/com/conversion.c |
|
|
|
ext/rpc/com/conversion.h |
|
|
|
ext/rpc/com/dispatch.c |
|
|
|
ext/rpc/com/php_com.h |
|
|
|
ext/rpc/com/variant.c |
|
|
|
ext/rpc/com/variant.h |
|
|
|
ext/rpc/dotnet/dotnet.cpp |
|
|
|
ext/rpc/java/java.c |
|
|
|
ext/rpc/java/reflect.java |
|
|
|
ext/rpc/skeleton/php_skeleton.h |
|
|
|
ext/rpc/skeleton/skeleton.c |
|
|
|
ext/rpc/skeleton/skeleton.h |
|
|
|
ext/rpc/xmlrpc/php_xmlrpc.h |
|
|
|
ext/rpc/xmlrpc/xmlrpc-epi-php.c |
|
|
|
ext/session/mod_files.c |
|
|
|
ext/session/mod_files.h |
|
|
|
ext/session/mod_mm.c |
|
|
|
ext/session/mod_mm.h |
|
|
|
ext/session/mod_user.c |
|
|
|
ext/session/mod_user.h |
|
|
|
ext/session/php_session.h |
|
|
|
ext/session/session.c |
|
|
|
ext/shmop/php_shmop.h |
|
|
|
ext/shmop/shmop.c |
|
|
|
ext/snmp/php_snmp.h |
|
|
|
ext/snmp/snmp.c |
|
|
|
ext/sockets/php_sockets.h |
|
|
|
ext/sockets/php_sockets_win.c |
|
|
|
ext/sockets/php_sockets_win.h |
|
|
|
ext/sockets/sockets.c |
|
|
|
ext/standard/aggregation.c |
|
|
|
ext/standard/aggregation.h |
|
|
|
ext/standard/array.c |
|
|
|
ext/standard/assert.c |
|
|
|
ext/standard/base64.c |
|
|
|
ext/standard/base64.h |
|
|
|
ext/standard/basic_functions.c |
|
|
|
ext/standard/basic_functions.h |
|
|
|
ext/standard/browscap.c |
|
|
|
ext/standard/crc32.c |
|
|
|
ext/standard/crc32.h |
|
|
|
ext/standard/credits.c |
|
|
|
ext/standard/credits.h |
|
|
|
ext/standard/crypt.c |
|
|
|
ext/standard/css.c |
|
|
|
ext/standard/css.h |
|
|
|
ext/standard/cyr_convert.c |
|
|
|
ext/standard/cyr_convert.h |
|
|
|
ext/standard/datetime.c |
|
|
|
ext/standard/datetime.h |
|
|
|
ext/standard/dir.c |
|
|
|
ext/standard/dl.c |
|
|
|
ext/standard/dl.h |
|
|
|
ext/standard/dns.c |
|
|
|
ext/standard/dns.h |
|
|
|
ext/standard/exec.c |
|
|
|
ext/standard/exec.h |
|
|
|
ext/standard/file.c |
|
|
|
ext/standard/file.h |
|
|
|
ext/standard/filestat.c |
|
|
|
ext/standard/filters.c |
|
|
|
ext/standard/flock_compat.c |
|
|
|
ext/standard/flock_compat.h |
|
|
|
ext/standard/formatted_print.c |
|
|
|
ext/standard/fsock.c |
|
|
|
ext/standard/fsock.h |
|
|
|
ext/standard/ftok.c |
|
|
|
ext/standard/ftp_fopen_wrapper.c |
|
|
|
ext/standard/head.c |
|
|
|
ext/standard/head.h |
|
|
|
ext/standard/html.c |
|
|
|
ext/standard/html.h |
|
|
|
ext/standard/http_fopen_wrapper.c |
|
|
|
ext/standard/image.c |
|
|
|
ext/standard/incomplete_class.c |
|
|
|
ext/standard/info.c |
|
|
|
ext/standard/info.h |
|
|
|
ext/standard/iptc.c |
|
|
|
ext/standard/lcg.c |
|
|
|
ext/standard/levenshtein.c |
|
|
|
ext/standard/link.c |
|
|
|
ext/standard/mail.c |
|
|
|
ext/standard/math.c |
|
|
|
ext/standard/md5.c |
|
|
|
ext/standard/md5.h |
|
|
|
ext/standard/metaphone.c |
|
|
|
ext/standard/microtime.c |
|
|
|
ext/standard/microtime.h |
|
|
|
ext/standard/pack.c |
|
|
|
ext/standard/pack.h |
|
|
|
ext/standard/pageinfo.c |
|
|
|
ext/standard/pageinfo.h |
|
|
|
ext/standard/php_array.h |
|
|
|
ext/standard/php_assert.h |
|
|
|
ext/standard/php_browscap.h |
|
|
|
ext/standard/php_crypt.h |
|
|
|
ext/standard/php_dir.h |
|
|
|
ext/standard/php_ext_syslog.h |
|
|
|
ext/standard/php_filestat.h |
|
|
|
ext/standard/php_fopen_wrapper.c |
|
|
|
ext/standard/php_fopen_wrappers.h |
|
|
|
ext/standard/php_ftok.h |
|
|
|
ext/standard/php_image.h |
|
|
|
ext/standard/php_incomplete_class.h |
|
|
|
ext/standard/php_iptc.h |
|
|
|
ext/standard/php_lcg.h |
|
|
|
ext/standard/php_link.h |
|
|
|
ext/standard/php_mail.h |
|
|
|
ext/standard/php_math.h |
|
|
|
ext/standard/php_metaphone.h |
|
|
|
ext/standard/php_parsedate.h |
|
|
|
ext/standard/php_rand.h |
|
|
|
ext/standard/php_smart_str.h |
|
|
|
ext/standard/php_smart_str_public.h |
|
|
|
ext/standard/php_standard.h |
|
|
|
ext/standard/php_string.h |
|
|
|
ext/standard/php_sunfuncs.h |
|
|
|
ext/standard/php_type.h |
|
|
|
ext/standard/php_var.h |
|
|
|
ext/standard/php_versioning.h |
|
|
|
ext/standard/proc_open.c |
|
|
|
ext/standard/proc_open.h |
|
|
|
ext/standard/quot_print.c |
|
|
|
ext/standard/quot_print.h |
|
|
|
ext/standard/rand.c |
|
|
|
ext/standard/reg.c |
|
|
|
ext/standard/reg.h |
|
|
|
ext/standard/scanf.c |
|
|
|
ext/standard/scanf.h |
|
|
|
ext/standard/sha1.c |
|
|
|
ext/standard/sha1.h |
|
|
|
ext/standard/soundex.c |
|
|
|
ext/standard/streamsfuncs.c |
|
|
|
ext/standard/streamsfuncs.h |
|
|
|
ext/standard/string.c |
|
|
|
ext/standard/sunfuncs.c |
|
|
|
ext/standard/syslog.c |
|
|
|
ext/standard/type.c |
|
|
|
ext/standard/uniqid.c |
|
|
|
ext/standard/uniqid.h |
|
|
|
ext/standard/url.c |
|
|
|
ext/standard/url.h |
|
|
|
ext/standard/url_scanner.c |
|
|
|
ext/standard/url_scanner.h |
|
|
|
ext/standard/url_scanner_ex.c |
|
|
|
ext/standard/url_scanner_ex.h |
|
|
|
ext/standard/url_scanner_ex.re |
|
|
|
ext/standard/user_filters.c |
|
|
|
ext/standard/var.c |
|
|
|
ext/standard/var_unserializer.c |
|
|
|
ext/standard/var_unserializer.re |
|
|
|
ext/standard/versioning.c |
|
|
|
ext/sybase/php_sybase_db.c |
|
|
|
ext/sybase/php_sybase_db.h |
|
|
|
ext/sybase_ct/php_sybase_ct.c |
|
|
|
ext/sybase_ct/php_sybase_ct.h |
|
|
|
ext/sysvmsg/php_sysvmsg.h |
|
|
|
ext/sysvmsg/sysvmsg.c |
|
|
|
ext/sysvsem/php_sysvsem.h |
|
|
|
ext/sysvsem/sysvsem.c |
|
|
|
ext/sysvshm/php_sysvshm.h |
|
|
|
ext/sysvshm/sysvshm.c |
|
|
|
ext/tokenizer/php_tokenizer.h |
|
|
|
ext/tokenizer/tokenizer.c |
|
|
|
ext/w32api/php_w32api.h |
|
|
|
ext/w32api/w32api.c |
|
|
|
ext/w32api/w32api_function_definition_parser.y |
|
|
|
ext/w32api/w32api_function_definition_scanner.l |
|
|
|
ext/w32api/w32api_type_definition_parser.y |
|
|
|
ext/w32api/w32api_type_definition_scanner.l |
|
|
|
ext/wddx/php_wddx.h |
|
|
|
ext/wddx/php_wddx_api.h |
|
|
|
ext/wddx/wddx.c |
|
|
|
ext/xml/compat.c |
|
|
|
ext/xml/expat_compat.h |
|
|
|
ext/xml/php_xml.h |
|
|
|
ext/xml/xml.c |
|
|
|
ext/xmlrpc/php_xmlrpc.h |
|
|
|
ext/xmlrpc/xmlrpc-epi-php.c |
|
|
|
ext/xsl/php_xsl.c |
|
|
|
ext/xsl/php_xsl.h |
|
|
|
ext/xsl/xsl_fe.h |
|
|
|
ext/xsl/xsltprocessor.c |
|
|
|
ext/xslt/php_sablot.h |
|
|
|
ext/xslt/php_xslt.h |
|
|
|
ext/xslt/sablot.c |
|
|
|
ext/xslt/xslt.c |
|
|
|
ext/yaz/php_yaz.c |
|
|
|
ext/yaz/php_yaz.h |
|
|
|
ext/yp/php_yp.h |
|
|
|
ext/yp/yp.c |
|
|
|
ext/zlib/php_zlib.h |
|
|
|
ext/zlib/zlib.c |
|
|
|
ext/zlib/zlib_fopen_wrapper.c |
|
|
|
main/SAPI.c |
|
|
|
main/SAPI.h |
|
|
|
main/build-defs.h.in |
|
|
|
main/config.nw.h |
|
|
|
main/fopen_wrappers.c |
|
|
|
main/fopen_wrappers.h |
|
|
|
main/internal_functions.c.in |
|
|
|
main/internal_functions_nw.c |
|
|
|
main/internal_functions_registry.h |
|
|
|
main/internal_functions_win32.c |
|
|
|
main/logos.h |
|
|
|
main/main.c |
|
|
|
main/network.c |
|
|
|
main/output.c |
|
|
|
main/php.h |
|
|
|
main/php3_compat.h |
|
|
|
main/php_compat.h |
|
|
|
main/php_content_types.c |
|
|
|
main/php_content_types.h |
|
|
|
main/php_globals.h |
|
|
|
main/php_ini.c |
|
|
|
main/php_ini.h |
|
|
|
main/php_logos.c |
|
|
|
main/php_logos.h |
|
|
|
main/php_main.h |
|
|
|
main/php_memory_streams.h |
|
|
|
main/php_network.h |
|
|
|
main/php_open_temporary_file.c |
|
|
|
main/php_open_temporary_file.h |
|
|
|
main/php_output.h |
|
|
|
main/php_reentrancy.h |
|
|
|
main/php_regex.h |
|
|
|
main/php_scandir.c |
|
|
|
main/php_scandir.h |
|
|
|
main/php_sprintf.c |
|
|
|
main/php_streams.h |
|
|
|
main/php_syslog.h |
|
|
|
main/php_ticks.c |
|
|
|
main/php_ticks.h |
|
|
|
main/php_variables.c |
|
|
|
main/php_variables.h |
|
|
|
main/reentrancy.c |
|
|
|
main/rfc1867.c |
|
|
|
main/rfc1867.h |
|
|
|
main/safe_mode.c |
|
|
|
main/safe_mode.h |
|
|
|
main/snprintf.c |
|
|
|
main/snprintf.h |
|
|
|
main/spprintf.c |
|
|
|
main/spprintf.h |
|
|
|
main/strlcat.c |
|
|
|
main/strlcpy.c |
|
|
|
main/win95nt.h |
|
|
|
main/streams/cast.c |
|
|
|
main/streams/filter.c |
|
|
|
main/streams/memory.c |
|
|
|
main/streams/mmap.c |
|
|
|
main/streams/php_stream_context.h |
|
|
|
main/streams/php_stream_filter_api.h |
|
|
|
main/streams/php_stream_mmap.h |
|
|
|
main/streams/php_stream_plain_wrapper.h |
|
|
|
main/streams/php_stream_transport.h |
|
|
|
main/streams/php_stream_userspace.h |
|
|
|
main/streams/php_streams_int.h |
|
|
|
main/streams/plain_wrapper.c |
|
|
|
main/streams/streams.c |
|
|
|
main/streams/transports.c |
|
|
|
main/streams/userspace.c |
|
|
|
main/streams/xp_socket.c |
|
|
|
netware/start.c |
|
|
|
netware/sys/stat.h |
|
|
|
pear/CMD.php |
|
|
|
pear/PEAR.php |
|
|
|
pear/System.php |
|
|
|
pear/package.dtd |
|
|
|
pear/Archive/Tar.php |
|
|
|
pear/Console/Getopt.php |
|
|
|
pear/OS/Guess.php |
|
|
|
pear/PEAR/Autoloader.php |
|
|
|
pear/PEAR/Builder.php |
|
|
|
pear/PEAR/Command.php |
|
|
|
pear/PEAR/Common.php |
|
|
|
pear/PEAR/Config.php |
|
|
|
pear/PEAR/Dependency.php |
|
|
|
pear/PEAR/Installer.php |
|
|
|
pear/PEAR/Packager.php |
|
|
|
pear/PEAR/Registry.php |
|
|
|
pear/PEAR/Remote.php |
|
|
|
pear/PEAR/Command/Auth.php |
|
|
|
pear/PEAR/Command/Build.php |
|
|
|
pear/PEAR/Command/Common.php |
|
|
|
pear/PEAR/Command/Config.php |
|
|
|
pear/PEAR/Command/Install.php |
|
|
|
pear/PEAR/Command/Mirror.php |
|
|
|
pear/PEAR/Command/Package.php |
|
|
|
pear/PEAR/Command/Registry.php |
|
|
|
pear/PEAR/Command/Remote.php |
|
|
|
pear/PEAR/Frontend/CLI.php |
|
|
|
pear/packages/DB-1.3.tar |
|
|
|
pear/packages/HTTP-1.2.tar |
|
|
|
pear/packages/Mail-1.0.1.tar |
|
|
|
pear/packages/Net_SMTP-1.0.tar |
|
|
|
pear/packages/Net_Socket-1.0.1.tar |
|
|
|
pear/packages/XML_Parser-1.0.1.tar |
|
|
|
pear/scripts/pear.bat |
|
|
|
pear/scripts/pearcmd.php |
|
|
|
pear/scripts/pearwin.php |
|
|
|
sapi/activescript/classfactory.cpp |
|
|
|
sapi/activescript/php4activescript.c |
|
|
|
sapi/activescript/php4activescript.h |
|
|
|
sapi/activescript/php4as_classfactory.h |
|
|
|
sapi/activescript/php4as_scriptengine.h |
|
|
|
sapi/activescript/scriptengine.cpp |
|
|
|
sapi/aolserver/aolserver.c |
|
|
|
sapi/apache/libpre.c |
|
|
|
sapi/apache/mod_php5.c |
|
|
|
sapi/apache/mod_php5.h |
|
|
|
sapi/apache/php_apache.c |
|
|
|
sapi/apache/php_apache_http.h |
|
|
|
sapi/apache/sapi_apache.c |
|
|
|
sapi/apache2filter/apache_config.c |
|
|
|
sapi/apache2filter/php_apache.h |
|
|
|
sapi/apache2filter/php_functions.c |
|
|
|
sapi/apache2filter/sapi_apache2.c |
|
|
|
sapi/apache2handler/apache_config.c |
|
|
|
sapi/apache2handler/php_apache.h |
|
|
|
sapi/apache2handler/php_functions.c |
|
|
|
sapi/apache2handler/sapi_apache2.c |
|
|
|
sapi/apache_hooks/mod_php4.c |
|
|
|
sapi/apache_hooks/mod_php4.h |
|
|
|
sapi/apache_hooks/php_apache.c |
|
|
|
sapi/apache_hooks/sapi_apache.c |
|
|
|
sapi/caudium/caudium.c |
|
|
|
sapi/cgi/cgi_main.c |
|
|
|
sapi/cgi/getopt.c |
|
|
|
sapi/cgi/php_getopt.h |
|
|
|
sapi/cli/getopt.c |
|
|
|
sapi/cli/php.1.in |
|
|
|
sapi/cli/php_cli.c |
|
|
|
sapi/cli/php_getopt.h |
|
|
|
sapi/embed/php_embed.c |
|
|
|
sapi/embed/php_embed.h |
|
|
|
sapi/isapi/php4isapi.c |
|
|
|
sapi/milter/php_milter.c |
|
|
|
sapi/nsapi/nsapi.c |
|
|
|
sapi/phttpd/php_phttpd.h |
|
|
|
sapi/phttpd/phttpd.c |
|
|
|
sapi/pi3web/pi3web_sapi.c |
|
|
|
sapi/roxen/roxen.c |
|
|
|
sapi/servlet/formatter.java |
|
|
|
sapi/servlet/servlet.c |
|
|
|
sapi/servlet/servlet.java |
|
|
|
sapi/thttpd/php_thttpd.h |
|
|
|
sapi/thttpd/thttpd.c |
|
|
|
sapi/tux/php_tux.c |
|
|
|
sapi/webjames/php_webjames.h |
|
|
|
sapi/webjames/webjames.c |
|
|
|
scripts/dev/conv_z_macros |
|
|
|
scripts/ext_skel_ng/license_php.php |
|
|
|
win32/crypt_win32.c |
|
|
|
win32/crypt_win32.h |
|
|
|
win32/grp.h |
|
|
|
win32/md5crypt.c |
|
|
|
win32/md5crypt.h |
|
|
|
win32/pwd.c |
|
|
|
win32/pwd.h |
|
|
|
win32/select.c |
|
|
|
win32/select.h |
|
|
|
win32/syslog.h |
|
|
|
win32/winutil.c |
|
|
|
win32/winutil.h: |
|
|
|
updating license information in the headers. |
|
|
|
|
|
|
|
2003-06-10 Hartmut Holzgraefe <hartmut@php-groupies.de> |
|
|
|
|
|
|
|
* scripts/ext_skel_ng/TODO: |
|
|
|
new TODO item: VisualStudio.net project files |
|
|
|
|
|
|
|
2003-06-10 Andrey Hristov <andrey@webgate.bg> |
|
|
|
|
|
|
|
* ext/mysql/php_mysql.c |
|
|
|
ext/mysql/php_mysql.c: |
|
|
|
proto fixes |
|
|
|
|
|
|
|
2003-06-10 Sascha Schumann <sascha@schumann.cx> |
|
|
|
|
|
|
|
* ext/session/session.c: |
|
|
|
Print NOTICE upon session_start being called while another session is |
|
|
|
active |
|
|
|
|
|
|
|
2003-06-09 Rob Richards <rrichards@ctindustries.net> |
|
|
|
|
|
|
|
* ext/xsl/php_xsl.c |
|
|
|
|