]> granicus.if.org Git - php/shortlog
php
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...
2000-01-15 Thies C. Arntzensessions are now written via a _php_session_shutdown...
2000-01-15 Thies C. Arntzen- don't set php_errormsg on errors that will cause...
2000-01-15 Sascha SchumannComplain verbosely, if a destroy failed
2000-01-14 Andrei ZmievskiSince we're highlighting code, put <code> and </code...
2000-01-13 Zeev Suraski@- Added implicit_flush INI directive (Zeev)
2000-01-13 Zeev SuraskiMake Win32 compile again
2000-01-13 Zeev SuraskiWoops, forgot to commit the right version of the file...
2000-01-13 Zeev Suraski- Added flush() support to SAPI
2000-01-12 Sascha SchumannOnly suppress including dlfcn.h when we are in PHP.
2000-01-12 Sascha SchumannMove dl stuff from acconfig.h into zend.h. That allows...
2000-01-12 Sascha SchumannAvoid including dlfcn.h, if we are compiling as an...
2000-01-12 Sascha SchumannFull gear backwards. We still need acconfig.h.in for...
2000-01-12 Sascha SchumannAdd description for AC_DEFINEs
2000-01-12 Sascha Schumannacconfig.h.in became superflicious when we removed...
2000-01-12 Sascha SchumannFix compile on AIX, #2071
2000-01-12 Sascha SchumannMake cvsclean work on AIX
2000-01-10 Zeev Suraski@- Fixed a crash in pfsockopen() (Zeev)
2000-01-10 Andrei Zmievski*** empty log message ***
2000-01-10 Uwe Steinmann- changed cpdf_global_set_document_settings() to cpdf_g...
2000-01-10 Uwe Steinmann- added cpdf_global_set_document_limits()
2000-01-09 Zeev SuraskiFunctionality & crash fixes
2000-01-09 Zeev Suraski@- Fixed a possible crash in phpinfo() (Zeev)
2000-01-08 Rasmus Lerdorf# Fix silly typo
2000-01-07 Thies C. Arntzenfix solaris compile
2000-01-07 Sascha SchumannAdd another point
2000-01-07 Sascha SchumannRecognize UnixWare 7
2000-01-07 <changelog... ChangeLog update
2000-01-07 <changelog... NEWS update
2000-01-06 Thies C. Arntzen@- Applied safe-mode patch to popen(). (Patch by Kristi...
2000-01-06 <changelog... ChangeLog update
2000-01-05 Sascha SchumannFix namespace pollution
2000-01-05 Sascha Schumann`cp' will do the job everywhere, even on AIX
2000-01-05 Sascha SchumannMove reentrancy initialisation/destruction into SAPI.
2000-01-05 Jouni Ahto(php_setlocale) Fixed memory leak (bug #3105).
2000-01-05 <changelog... ChangeLog update
2000-01-05 <changelog... NEWS update
2000-01-04 Andrei ZmievskiFix IS_UNSET -> IS_NULL rename.
2000-01-04 Andi Gutmans- Rename IS_BC to FLAG_IS_BC. We will probably nuke it.
2000-01-04 Thies C. Arntzenadded ZVAL_*() macros.
2000-01-04 Andi Gutmans- Separate the overloaded objects' types from Zend...
2000-01-04 Andi Gutmans- Separate the overloaded objects' types from Zend...
2000-01-04 Andi Gutmans- Change IS_UNSET -> IS_NULL
2000-01-04 Thies C. Arntzen@- str_repeat() now returns correct length. (Thies)
2000-01-04 Sascha SchumannFix typo
2000-01-04 Sascha SchumannReplace all += constructs with equivalent ones
2000-01-04 Rasmus Lerdorf# Grr
2000-01-04 Rasmus Lerdorf@ Don't assume libz and libpng are installed for the...
2000-01-04 <changelog... ChangeLog update
2000-01-04 <changelog... NEWS update
2000-01-03 Zeev SuraskiFix a bug when using [] on a string
2000-01-03 Joey Smith# There is no functions/ directory in PHP4.
2000-01-03 Andrei Zmievski* Implemented <boolean> and <null> types. We now suppor...
2000-01-03 Zeev SuraskiFix
2000-01-03 Thies C. Arntzeneven better;-)
2000-01-03 Thies C. Arntzenyes sir!
2000-01-03 Sascha SchumannFreeBSD 2.x/3.x fix.
2000-01-03 Thies C. Arntzen*** empty log message ***
2000-01-03 Thies C. Arntzenforgot
2000-01-03 Andi Gutmans- Fix compare_function() for IS_UNSET
2000-01-03 <changelog... ChangeLog update
2000-01-03 <changelog... NEWS update
2000-01-02 Thies C. Arntzennice to have.
2000-01-02 Zeev SuraskiFix
2000-01-02 Andreas KarajannisStatements get closed before connection shutdown.
2000-01-02 Thies C. Arntzen(var_dump, serialize, unserialize) support NULL
2000-01-02 Thies C. Arntzenrenamed RET???_UNSET -> RET???_NULL
next