]> granicus.if.org Git - php/shortlog
php
2001-08-03 Sascha SchumannReplace our strtok implementation with a binary-safe...
2001-08-03 Zeev SuraskiFix macro
2001-08-03 Sascha SchumannConvert serializer to smart_str.. avoids lots of sprint...
2001-08-03 Zeev SuraskiGet rid of a couple of bogus persist_alloc()'s, and...
2001-08-03 Zeev SuraskiMore TSRM stuff
2001-08-03 Zeev SuraskiImplement fast memory allocation and reduced fragmentat...
2001-08-03 Zeev SuraskiSome compat macros
2001-08-03 foobarChanged the PHP_ADD_LIBRARY_DEFER() to work when building
2001-08-03 foobarThese are redefined in the sqltypes.h that comes with...
2001-08-03 Sebastian BergmannRevert whitespace patch.
2001-08-03 foobarAdd missing header.
2001-08-03 Zeev SuraskiFix non-TS build
2001-08-03 <changelog... ChangeLog update
2001-08-02 Rasmus LerdorfRevert this change - if you want to do this, do it...
2001-08-02 Sterling HughesLarger transfer buffer before realloc() this should...
2001-08-02 Sterling Hughesws fix
2001-08-02 foobarDelete config.cache always. This makes config.nice...
2001-08-02 Zeev Suraskirequire_once()/include_once will return true in case...
2001-08-02 Thies C. Arntzenthis kills 90% of the warings in maintainer-mode
2001-08-02 Sebastian BergmannWhitespace fixes.
2001-08-02 Sebastian BergmannFix Apache2Filter build.
2001-08-02 Thies C. Arntzennot too sure about this:
2001-08-02 Thies C. Arntzenadding -lsablot later makes it appear _before_ -lexpat...
2001-08-02 Zeev SuraskiOptimize the NEWS file :)
2001-08-02 Zeev SuraskiUpdate NEWS
2001-08-02 Zeev SuraskiAvoid going over huge lists of functions, classes and...
2001-08-02 Zeev SuraskiSome cleanup
2001-08-02 Zeev SuraskiFix the .h file (untested)
2001-08-02 Zeev SuraskiWe no longer need any FETCH's for internal functions
2001-08-02 Rasmus LerdorfTSRM fix for ext_skel - probably more needed
2001-08-02 Zeev SuraskiTSRMLS fixes
2001-08-02 <changelog... ChangeLog update
2001-08-02 Zeev SuraskiBeautify
2001-08-02 <changelog... NEWS update
2001-08-01 Zeev SuraskiFix Apache/ZTS build
2001-08-01 Frank M. KromannThese new math functions are not supported on Win32
2001-08-01 Andrei Zmievski- Added a few new math functions from Jesus Castagnetto.
2001-08-01 Tomas V.V.Coxadded BaseInstall dir support
2001-08-01 foobarThis should work better. Thanks to Jon Wagoner <jwagone...
2001-08-01 foobarconfigure leftovers..
2001-08-01 Zeev SuraskiImplement fast scanning in the multithreaded environment
2001-08-01 foobarkill warning and make this build again.
2001-08-01 foobarfix build.
2001-08-01 <changelog... ChangeLog update
2001-07-31 foobarkilled some compile warnings
2001-07-31 foobarmore ZTS fixes.
2001-07-31 Sterling Hughesremove duplicate TSRMLS_FETCH()
2001-07-31 foobarfixed comment..
2001-07-31 Zeev SuraskiFix some warnings
2001-07-31 Sterling HughesFix ZTS build.
2001-07-31 Christian StockerMoved to the /pear repository
2001-07-31 foobarMissing header.
2001-07-31 Sterling Hughesws fix
2001-07-31 foobarRemove duplicate function entry.
2001-07-31 foobarAdded help texts for --with-imap-ssl|kerberos.
2001-07-31 Tomas V.V.Coxpackage() now returns the full path of the generated...
2001-07-31 Stig Bakken* DB_storage broke when DB_common::query was added...
2001-07-31 Zeev Suraskithe make Sebastian happy part of the day :)
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH annihilation. Enough for today...
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH work. Got it under 400 now.
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH work
2001-07-31 Zeev SuraskiSome more TSRMLS_FETCH work
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH annihilation
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH annihilation
2001-07-31 Zeev SuraskiMore TSRMLS_FETCH work
2001-07-31 Zeev Suraskibuild fixes
2001-07-31 Zeev SuraskiFix a crash bug in assert
2001-07-31 <changelog... ChangeLog update
2001-07-31 <changelog... NEWS update
2001-07-30 foobarMake this compile in ZTS mode.
2001-07-30 foobarMake this extension compile in ZTS mode.
2001-07-30 Jason GreeneRemoved space type-o
2001-07-30 foobarUse the new TSRM structure.
2001-07-30 foobarMake this extension compile in ZTS mode. Also killed...
2001-07-30 foobarMake this compile in ZTS mode.
2001-07-30 Jason GreeneFully implement new thread safe model.
2001-07-30 foobarMake this compile in ZTS mode.
2001-07-30 foobarKilled compile warning.
2001-07-30 foobarRemoved duplicate function entry.
2001-07-30 Zeev SuraskiFix GD build, and clean it tup
2001-07-30 Frank M. KromannFixing build after implementing the new TSRM structure!
2001-07-30 Christian Stockermoved from the Experimental dir. the basic things shoul...
2001-07-30 Andrei ZmievskiUpdated to match TSRM changes.
2001-07-30 Thies C. Arntzen@- Bump bundled expat to 1.95.2 (Thies)
2001-07-30 Thies C. Arntzenname-protect new expat function
2001-07-30 Thies C. Arntzenfix compile
2001-07-30 Marc BoerenIt's been working here for four months now... hardly...
2001-07-30 Thies C. Arntzenunneded
2001-07-30 Thies C. Arntzencompile fix
2001-07-30 foobarMake this extension compile thread safe on unixes too.
2001-07-30 Zeev SuraskiMore TSRMLS_FETCH work
2001-07-30 Zeev SuraskiCompile fix
2001-07-30 foobarAdded missing file
2001-07-30 Zeev SuraskiZend compatibility patch
2001-07-30 Zeev SuraskiMore TSRMLS_FETCH work
2001-07-30 Zeev SuraskiMore TSRMLS_FETCH work, and a bit of cleanup
2001-07-30 Zeev SuraskiMore TSRMLS_FETCH work
2001-07-30 Andi Gutmans- Also cache TSRM lookups in thread local storage on...
2001-07-30 Zeev SuraskiZend compatibility patch
2001-07-30 Zeev SuraskiMore TSRMLS_FETCH work, and get rid of redundant Parame...
next