]> granicus.if.org Git - php/shortlog
php
1999-06-15 Stig Bakken* now using php4.ini instead of php3.ini
1999-06-15 Stig Bakkenfix some .cvsignore files
1999-06-15 Rasmus Lerdorfgmmktime() fix
1999-06-14 Andrey HristovNeed to test for directory.
1999-06-14 Stig Bakkenmake symlinks if they are not present already
1999-06-12 Zeev SuraskiFirst attempt at moving the old RFC1867 support to...
1999-06-12 Zeev SuraskiWe can't quite go with expr there (shift/reduce conflic...
1999-06-12 Zeev Suraskirequire() improvement as per Andi's suggestion
1999-06-11 Sascha Schumannit's obj.properties, not ht
1999-06-11 Andrey HristovFix up var.c a bit.
1999-06-11 Zeev SuraskiMake the concatenation operator use make_printable...
1999-06-11 Zeev SuraskiDon't take failing on an include file so badly
1999-06-11 Zeev SuraskiSupport <?=
1999-06-11 Zeev SuraskiE_ERROR -> E_COMPILE_ERROR in the compiler
1999-06-11 Zeev SuraskiTwo fixes:
1999-06-11 Rasmus LerdorfSame Fix here
1999-06-11 Stig Bakkenappend DEBUG_CFLAGS to CFLAGS
1999-06-11 Zeev SuraskiPrint out include_path in include/require failures
1999-06-11 Zeev Suraski* Use to_string() instead of __print()
1999-06-11 Zeev SuraskiChange __print into to_string()
1999-06-11 Zeev Suraski* Make the output handling of variables much, much...
1999-06-11 Zeev Suraski* Fix a buglet in the session module
1999-06-10 Zeev SuraskiNow THAT's an annoying bug.
1999-06-10 Sascha Schumannmake serialize work
1999-06-10 Andrey HristovFixing serialize a bit.
1999-06-10 Andrey HristovAdded preg_grep() function.
1999-06-10 Frank M. KromannSync. with php3. Only add Date: and From: if not suppli...
1999-06-09 Andrey HristovMake array_shift/array_pop work better.
1999-06-09 Zeev SuraskiFix
1999-06-09 Zeev Suraski* Fix cases where you assign an array element to the...
1999-06-09 Andrey HristovA fix for a fix.
1999-06-09 Andrey HristovFixed a bug in preg_split.
1999-06-09 Zeev Suraski* Fix foreach() that receives a non array argument
1999-06-09 Thies C. Arntzenoci8 to 3.0.9
1999-06-09 Andi Gutmans- Fix the static array() initializing
1999-06-09 Andrey Hristov*** empty log message ***
1999-06-09 Andrey HristovFixed a bug in preg_replace.
1999-06-09 Thies C. Arntzenup to 3.0.9
1999-06-09 Danny Heijlresync informix driver with php 3.09 version
1999-06-08 Zeev SuraskiReplace error messages
1999-06-08 Andi Gutmans* Fix a by-name call/method call bug
1999-06-07 Zeev SuraskiAdd zend_hash_get_current_key_type()
1999-06-07 Sascha Schumannbetter scaling for large servers using many session ids
1999-06-07 Andrey HristovDon't set is_ref in _phpi_splice()
1999-06-07 Sascha Schumann- some cleanups
1999-06-07 Zeev SuraskiFix an ereg_replace() crash bug
1999-06-06 Zeev Suraski- Fix PSLS issues
1999-06-06 Sascha Schumannone C too much
1999-06-06 Sascha Schumannavoid unnecessary PSLS_FETCH() in internal functions
1999-06-06 Andi Gutmans-Init tsrm on minit
1999-06-06 Andi Gutmans- Use PS() everywhere.
1999-06-06 Andi Gutmans- Make sessions compile on win32 but it still doesn...
1999-06-06 Andi Gutmans- Add some *_FETCH()'s. Still some work to be done...
1999-06-06 Andi GutmansWork around a compiler bug - mark variables that are...
1999-06-06 Sascha Schumann- s/encoded/encode/
1999-06-06 Andi Gutmans- Remove the is_ref =1 from the push() function.
1999-06-06 Sascha Schumannadd some protos
1999-06-06 Sascha Schumannadd some thoughts
1999-06-05 Sascha Schumann- auto startup when calling register
1999-06-05 Sascha Schumannmoving start code into its own function
1999-06-05 Andrey HristovAdded array_merge() function.
1999-06-05 Sascha SchumannSAPI does not want line endings
1999-06-05 Andrey HristovAdded push(), pop(), shift(), unshift(), splice(),...
1999-06-05 Zeev Suraski* Centralized shutdown
1999-06-05 Sascha Schumannfirst import of session module
1999-06-05 Zeev SuraskiCall the request_shutdown on modules before destroying...
1999-06-05 Zeev SuraskiMove shutdown order into Zend
1999-06-05 Zeev Suraski- Fixed Karl's bug report. It's not really a thorough...
1999-06-05 Zeev SuraskiI got the order wrong earlier :I
1999-06-05 Zeev SuraskiNot sure that's the right fix, but at least it fixes...
1999-06-05 Sascha Schumannadd some .cvsignores
1999-06-04 Andrey HristovAdded preg_quote() function.
1999-06-04 Andrey Hristov*** empty log message ***
1999-06-04 Zeev SuraskiNew $GLOBALS init
1999-06-04 Zeev SuraskiFix UNIX MySQL build
1999-06-04 Zeev SuraskiFix that GLOBALS leak. We were explicitly adding GLOBA...
1999-06-04 Zeev SuraskiRemove old workspaces
1999-06-04 Zeev SuraskiMinor updates (mostly __declspec() stuff)
1999-06-04 Zeev Suraski* Add a new workspace for dynamic PHP extensions.
1999-06-04 Thies C. Arntzenadded is_ref=0 and refcount=1 to SET_VAR_* macros
1999-06-03 Zeev SuraskiT_BAD_CHARACTER is actually a string.
1999-06-03 Andi Gutmans- We weren't counting newlines in heredocs. The only...
1999-06-01 Andrey Hristovfunction dir doesn't exist anymore
1999-06-01 Andrey Hristov*** empty log message ***
1999-06-01 Andi Gutmans- Make execute() use less stack in thread-safe win32...
1999-06-01 Sascha Schumannavoid touching libraries which have not changed
1999-06-01 Andi Gutmans- Fix for exec to use API
1999-05-31 Zeev Suraskithread-safety fix
1999-05-31 Zeev Suraski*** empty log message ***
1999-05-31 Andi GutmansFixes
1999-05-31 Andi Gutmans*** empty log message ***
1999-05-31 Zeev Suraski*** empty log message ***
1999-05-30 Andrey Hristovpreg_match_all() now returns the number of global matches.
1999-05-30 Sascha Schumann* fix some casts
1999-05-30 Sascha Schumannkill some warnings
1999-05-30 Sascha Schumannzend_hash_merge was changed
1999-05-29 Zeev SuraskiThat got fucked up when we went back to using uninitial...
1999-05-29 Sascha Schumannanother VPATH related change
1999-05-29 Zeev SuraskiFix a bug
1999-05-29 Andrey HristovUpdated preg_split().
next