]> granicus.if.org Git - php/shortlog
php
2000-01-30 Zeev SuraskiFix typo
2000-01-30 Zeev Suraski@- Added the ability to prevent the user from overridin...
2000-01-30 Andi Gutmans- Fix the bug Thies found where I forgot to change...
2000-01-30 Zeev SuraskiSome more work, I'll finish this when I get home
2000-01-30 Sam RubyPHP can install and run as a servlet again on Unix.
2000-01-30 Zeev SuraskiInitial work on the protected env vars stuff
2000-01-30 Andi Gutmans- Run it on align_test
2000-01-30 Sam Rubyadd installation
2000-01-29 Zeev Suraski@- Fixed a crash bug in strtr() working on large input...
2000-01-29 Sam RubyProgress: sapi/servlet now builds again on Unix
2000-01-29 Zeev SuraskiFix ``'s
2000-01-29 Zeev SuraskiFix require()
2000-01-29 Sam RubyFirst steps towards restoring sapi/servlet on Unix.
2000-01-29 Zeev SuraskiFix buglets in the argv/argc code
2000-01-29 Rasmus LerdorfNo comment - will explain next week
2000-01-29 Zeev Suraski- Change the argument order of php_register_variable...
2000-01-29 Andi Gutmans- Get rid of another rule which isn't needed.
2000-01-29 Andi Gutmans- Add parser support for string offsets. This added...
2000-01-29 Andi Gutmans- This will save some memory w/ GCC compilers on some...
2000-01-29 Andi Gutmans- Yet another tiny optimization.
2000-01-28 Andi Gutmans- Make loop a bit faster.
2000-01-28 Andi Gutmans- Make sure its use is understood.
2000-01-28 Andi Gutmans- Double the speed of some key switch() tests for Win32.
2000-01-28 Zeev Suraski- A few fixes
2000-01-28 Zeev SuraskiRename gpc_globals to register_globals
2000-01-28 Zeev SuraskiApache module compile fixes
2000-01-28 Andrei ZmievskiUse sizeof on the proper string.
2000-01-28 Zeev SuraskiTried to centralize global variable registration as...
2000-01-28 Zeev SuraskiUse a more general and descriptive name
2000-01-28 Zeev Suraskidsp updates
2000-01-28 Andi Gutmans- Make Win32 compile again
2000-01-28 Zeev Suraskipost.c really had nothing to do with POST anymore,...
2000-01-28 Andi Gutmans- This makes the switch() statement twice as quick...
2000-01-28 Zeev SuraskiGet rid of the old implementation
2000-01-28 Sam Rubyaccomodate old versions of kaffe which don't support jar
2000-01-28 Sam RubyShutdown cleanly (prevents Kaffe from trapping on exit)
2000-01-27 Chuck HagenbuchMcal cleanup, stage 1: it compiles again (the php3...
2000-01-27 Sam RubyPHP now starts up in CGI mode with Kaffe on RedHat...
2000-01-27 Sam RubyForward progress, thanks to Sascha Schumann.
2000-01-26 Sascha SchumannAllow shared libraries to be built everywhere
2000-01-26 Andi Gutmans- Keep objects as references.
2000-01-26 Uwe Steinmann- add another comment to the script
2000-01-26 Uwe Steinmann- test script for domxml
2000-01-26 Andi Gutmans- Allow is_ref to become 0 in case the refcount is...
2000-01-25 Uwe Steinmann- resumed work on domxml and found a way to circumwent...
2000-01-24 Egon SchmidProper indentation here also.
2000-01-24 Andi Gutmans- Make foreach() now copy the array but use the origina...
2000-01-24 Zeev SuraskiNULL out the ticks callback until Stig implements it
2000-01-24 Zeev Suraski- Implement declare() with declarables framework
2000-01-24 Zeev SuraskiFixes
2000-01-22 Zeev SuraskiFix an elusive bug
2000-01-20 Zeev SuraskiAdd some order...
2000-01-20 Zeev SuraskiIndentation fixes
2000-01-19 Andi Gutmans- Optimize zend_hash_del a tiny bit.
2000-01-19 Andi Gutmans- Hopefully fix the hash problem.
2000-01-19 Andreas KarajannisFix for wrong library ordering with adabas
2000-01-19 Andi Gutmans- Hrm I'm not concentrating
2000-01-19 Andi Gutmans- Actually the destructor should run after the data...
2000-01-19 Andi Gutmans- Rollback hash_apply and friends. They assume now...
2000-01-19 Andi Gutmans- Run destructor before the hash structure is modified...
2000-01-19 Andi Gutmans- Undo a bug we introduced. (Another one out there).
2000-01-19 Sam RubyFirst step to restoring the ability to build Java suppo...
2000-01-19 Thies C. ArntzenRETURN_NULL -> RETURN_NULL() // we don't want macros...
2000-01-18 Zeev SuraskiThis doesn't seem to be necessary, and causes a leak...
2000-01-18 Zeev SuraskiLeak fix
2000-01-18 Zeev SuraskiMake the phpinfo() images work properly again
2000-01-18 Thies C. ArntzenRETURN_NULL & RETVAL_NULL don't need ().
2000-01-18 Thies C. Arntzen@- Ora_GetColumn()/Ora_FetchInto() now return NULL...
2000-01-17 Zeev Suraski- MS-SQL fix
2000-01-17 Thies C. Arntzenuse defines
2000-01-17 Zeev SuraskiGet rid of the IsPointer functionality in the hash.
2000-01-17 Zeev Suraski- Fixes a newly introduced bug in the hash
2000-01-17 Zeev SuraskiDestructors no longer return ints, the low level proble...
2000-01-16 Zeev Suraski- Remove the pre-request-shutdown hooks, they should...
2000-01-16 Zeev Suraski- Make zend_hash_apply() (and friends) reentrant and...
2000-01-16 Zeev SuraskiFix
2000-01-16 Zeev SuraskiRemove the post-startup callback support. Modules...
2000-01-16 Zeev SuraskiAllow module startup to be separate from the compiler...
2000-01-16 Thies C. Arntzenmove call to php_execute_pre_request_shutdown() into...
2000-01-16 Thies C. Arntzen@- OCI8 now supports binding of NULL-values. Module...
2000-01-16 Thies C. Arntzenfixes #3220, #3221 finally
2000-01-16 Thies C. Arntzennother go on #3220, #3221
2000-01-16 Thies C. Arntzenhopfully fixes #3220, #3221
2000-01-16 Thies C. Arntzenmake the ht->inconsistent stuff less ugly:)
2000-01-15 Andrei Zmievski(wddx_stack_destroy) Properly free the dangling varname.
2000-01-15 Zeev SuraskiFix a bug in call_user_function_ex()
2000-01-15 Andrei ZmievskiAnother idea I had today.
2000-01-15 Andrei Zmievski(php_sockwait_for_data) timeout is not assigned yet...
2000-01-15 Sascha Schumann(php_sockwait_for_data) clean up
2000-01-15 Andrei ZmievskiFix prototype.
2000-01-15 Andrei ZmievskiAdded ability to set timeout on socket read operations...
2000-01-15 Zeev SuraskiFix logic
2000-01-15 Zeev SuraskiAdded support for $foo->{$bar}["foobar"] notation ...
2000-01-15 Sascha SchumannInitialize flag correctly
2000-01-15 Zeev SuraskiCompile fixes for ZTS
2000-01-15 Thies C. Arntzenif ZEND_DEBUG mode is on we'll now see warnings when...
2000-01-15 Thies C. Arntzenjust add a remark. zend_hash_apply can & will cause...
2000-01-15 Thies C. Arntzenin an rshutdown function we should not access the regul...
2000-01-15 Sascha SchumannInitialize/destroy hook lists implicitly.
2000-01-15 Sascha SchumannBe more verbose, if headers were already sent and remov...
next