]> granicus.if.org Git - php/shortlog
php
1999-05-27 Andrey HristovReally fix the configuration now so that it's possible...
1999-05-27 Stig Bakkenself-contained extensions please :-)
1999-05-27 Zeev SuraskiGenerate Visual Studio compatible error messages when...
1999-05-27 Zeev SuraskiFix the AiCount issue with objects
1999-05-27 Zeev SuraskiMoved all #define's for SET_ and RETURN_ to zend_API.h
1999-05-27 Sascha Schumann- fix CGI build (at least)
1999-05-27 Sascha Schumannadd rfc1867.c
1999-05-27 Zeev SuraskiFix pcre build
1999-05-27 Zeev SuraskiMoved all SET_ and RETURN_ macros to Zend
1999-05-26 Andrey Hristov-Added PCRE library source
1999-05-26 Andrey HristovAdded preg_split. Same syntax as regular split().
1999-05-26 Andrey HristovFixing a couple of long standing bugs.
1999-05-26 Andrey HristovA few changes here.
1999-05-25 Zeev SuraskiAvoid crashing if an error occurs before we open the...
1999-05-25 Zeev SuraskiAdd container for file-upload. It's not quite implemen...
1999-05-25 Andrey HristovJust a little sanity check.
1999-05-25 Zeev SuraskiAllow unregistering content types as well.
1999-05-25 Zeev Suraski* Add generic POST content-type support. Only applicat...
1999-05-24 Zeev Suraskiinclude regex in Win32 build
1999-05-24 Zeev SuraskiThe last fix was wrong
1999-05-24 Zeev SuraskiAnother operators fix
1999-05-23 Zeev Suraskiboolean comparison didn't work with smaller-than and...
1999-05-23 Zeev SuraskiThou shalt use the API, and thou shalt be safe
1999-05-22 Andrey HristovSome comments.
1999-05-22 Sascha Schumann- add -lregex
1999-05-22 Andrey HristovAdded ability to pass array parameters to pcre_replace.
1999-05-22 Zeev SuraskiSigh, another leak bites the dust. FREE_OP missing...
1999-05-22 Zeev SuraskiI'm on a roll. Fix a nasty yet stupid AiCount bug
1999-05-22 Zeev SuraskiWarn about AiCount not zeroing out
1999-05-22 Sascha Schumannadd a $(srcdir)
1999-05-22 Sascha Schumannfix compile issues in LDAP/XML exts
1999-05-22 Zeev Suraski* Add struct name to all typedef's so that they can...
1999-05-22 Sascha Schumannfix APXS compile
1999-05-22 Zeev SuraskiMore fixes. Should hopefully work well now.
1999-05-22 Zeev Suraskiphp_ini fixes
1999-05-22 Zeev SuraskiGive more information and save log lines in memory...
1999-05-22 Zeev Suraski* Minor fixes
1999-05-22 Zeev SuraskiTime to rename the child
1999-05-22 Zeev SuraskiAvoid leaking fd's in case of failures
1999-05-22 Zeev SuraskiSmall fix
1999-05-22 Zeev Suraskimore fixes
1999-05-21 Zeev SuraskiFix a memory leak
1999-05-21 Zeev SuraskiThat wasn't supposed to slip in
1999-05-21 Zeev SuraskiThis should be centralized...
1999-05-21 Zeev Suraski* Properly handle failed file opens in C++
1999-05-21 Sascha Schumannadd support for mhash 0.5.0
1999-05-21 Andrey Hristov-Added regex cache
1999-05-21 Zeev Suraski* Fix error handling startup on the thread-safe CGI...
1999-05-21 Zeev Suraski* Fix the comments issue. yymore() worked like a charm.
1999-05-21 Andrey HristovGet rid of debug printf's.
1999-05-21 Andrey HristovInitial check-in of PCRE (Perl Compatible Regular Expre...
1999-05-21 Sascha Schumann- run ext sources through conv_proto
1999-05-21 Sascha Schumannmerge in some PHP3 stuff
1999-05-21 Sascha Schumannincorporate YP/NIS support
1999-05-21 Sascha Schumann- fix compile issues for various packages (dbase, sysv...
1999-05-21 Sascha Schumann- add phpext_pgsql_ptr
1999-05-21 Sascha SchumannAdd default path for binary mysql distributions
1999-05-21 Sascha Schumannremove debug messages
1999-05-20 Zeev SuraskiOptimize allocations into uninitialized_zval assignments
1999-05-20 Zeev SuraskiUse OutputDebugString() or fprintf(stderr,) for memory...
1999-05-20 Sascha SchumannApply the fix for feof()
1999-05-20 Andi Gutmans- Updates we did today
1999-05-20 Andi Gutmans- Small fixes
1999-05-20 Andi Gutmans- Fix a small problem with class decelerations.
1999-05-20 Andi Gutmans-Open curly braces fix?
1999-05-16 Sascha Schumannadd mhash support
1999-05-16 Sascha Schumannkill another 64-bit issue.
1999-05-16 Sascha Schumannchar * => unsigned char *
1999-05-16 Sascha Schumannconv_proto *.[ch]
1999-05-16 Sascha Schumannthis script automatically converts the ugly void php3_...
1999-05-16 Sascha Schumannadd fast bin2hex string function
1999-05-16 Sascha Schumannkill some compiler warnings
1999-05-15 Zeev Suraski* Fix all hash checks that checked Bucket.arKey for...
1999-05-15 Zeev Suraski*** empty log message ***
1999-05-14 Zeev SuraskiIf a require() dies, we must bail out (since it corrupt...
1999-05-14 Zeev SuraskiFix a bug
1999-05-14 Stig S. Bakkendon't install Zend on the system
1999-05-14 Zeev Suraski* Include all of the standard modules in internal_funct...
1999-05-14 Zeev SuraskiAdd \012 and \xff missing support to constant quoted...
1999-05-13 Zeev SuraskiRelease fix
1999-05-13 Zeev Suraski* HTTP-auth bugfix
1999-05-12 Zeev Suraski*** empty log message ***
1999-05-12 Zeev SuraskiEnable Apache HTTP Auth
1999-05-12 Zeev SuraskiSupport HTTP Auth under ISAPI. Now, these short pieces...
1999-05-12 Stig S. Bakkeninstall libzend.a and header files on "make install"
1999-05-12 Stig S. Bakkenadd --enable-thread-safety option
1999-05-12 Zeev SuraskiAdded prepend to llist
1999-05-12 Andrey HristovIt's been there long enough.
1999-05-12 Thies C. Arntzencompiles
1999-05-12 Thies C. Arntzenadded _php3_hash_next_index_pointer_insert
1999-05-12 Sascha Schumann- regex cache (needs some work)
1999-05-12 Thies C. Arntzenup-to-date with 3.0.8
1999-05-12 Thies C. Arntzenmove oci8 from oracle to it's own ext-directory - confi...
1999-05-12 Thies C. Arntzenbuilds and configures again
1999-05-12 Rasmus Lerdorfsubstr() fix
1999-05-12 Rasmus Lerdorfsubstr() fix for PHP4 as well
1999-05-11 Zeev SuraskiFixes:
1999-05-11 Zeev SuraskiEasier Win32 debug code
1999-05-11 Zeev SuraskiFix
1999-05-11 Zeev Suraski* Finally commit that -q patch
next