summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* New relay codeZeev Suraski1999-08-281-8/+6
|
* If we stick to this style, parsing becomes easier (for humans and computers).Sascha Schumann1999-08-281-5/+5
|
* Beef up debug macrosZeev Suraski1999-08-284-73/+77
|
* Fix a crash bug in case of aborted executionZeev Suraski1999-08-271-1/+1
|
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-279-12/+369
| | | | | | | | | | - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that.
* Better debug macrosZeev Suraski1999-08-277-111/+134
|
* Typo fixAndreas Karajannis1999-08-271-1/+1
|
* *** empty log message ***Zeev Suraski1999-08-271-1/+4
|
* Tiny fixesZeev Suraski1999-08-271-2/+2
|
* Log date&time on script logsZeev Suraski1999-08-271-1/+5
|
* lets not make global functions unless we need to..actually this should be ↵Mark Musone1999-08-271-1/+1
| | | | taken out someday
* cleand up storing new eventsMark Musone1999-08-271-3/+5
|
* Missing return types in prototypesRasmus Lerdorf1999-08-261-3/+3
|
* shut up CVSAndrey Hristov1999-08-260-0/+0
|
* *** empty log message ***Andrey Hristov1999-08-261-1/+2
|
* Fix for #2161Andrey Hristov1999-08-261-4/+6
|
* - Damn. It wasn't a correct fix. This should do it.Andi Gutmans1999-08-261-1/+1
| | | | | | When the zval ** are equal we don't want to assign_ref, in any other case I can think of we do want to assign_ref.
* - Fix leak when global is used in the global scope.Andi Gutmans1999-08-261-1/+2
|
* - Make Win32 compile again.Andi Gutmans1999-08-261-0/+1
|
* - Fix when redefining classes at run-time.Andi Gutmans1999-08-261-1/+1
|
* make it compile with gcc againSascha Schumann1999-08-251-0/+1
|
* - Add hash_apply_with_arguments()Andi Gutmans1999-08-252-2/+44
|
* .Sascha Schumann1999-08-251-0/+1
|
* AIX wants the value, not the pointer to the value.Sascha Schumann1999-08-251-1/+11
| | | | | Fixes #2149
* Make fopen() work with URL's in Win32Andi Gutmans1999-08-255-26/+47
|
* - More elegant fix for Win32 include_pathAndi Gutmans1999-08-251-17/+4
|
* - Fix for include_path for Win32 (Zend library)Andi Gutmans1999-08-251-0/+3
|
* - Temporary fix to allow Win32 MT safe version to use zend_fopen().Andi Gutmans1999-08-251-2/+24
|
* Add output_buffering directiveZeev Suraski1999-08-247-11/+40
|
* argh..FinallyMark Musone1999-08-242-14/+15
|
* suppress error exit status on non Rhapsody systemsSascha Schumann1999-08-231-1/+1
|
* don't print out error messageSascha Schumann1999-08-231-1/+1
|
* malloc.h is deprecated, use stdlib.h insteadSascha Schumann1999-08-231-1/+4
|
* - Fixed a specific memory leak linked to locking.Andi Gutmans1999-08-231-0/+20
|
* changed to use the new, soon to be public libicap 0.99Mark Musone1999-08-232-122/+176
|
* return true to match documentationSascha Schumann1999-08-231-0/+2
|
* This changes makes it work on egcs 1.1.2/AlphaSascha Schumann1999-08-222-2/+2
|
* - Add lcg to windows project.Andi Gutmans1999-08-222-1/+11
|
* .Sascha Schumann1999-08-221-0/+1
|
* remove all references to RAW_RPATHsSascha Schumann1999-08-223-7/+0
| | | | | Apache builds now correctly when shared core is used
* remove checksSascha Schumann1999-08-222-7/+0
|
* - cleanup codeSascha Schumann1999-08-222-9/+32
| | | | | | | | | | | - add script which creates the directory tree for better scaling of mod_files I have to decide yet whether we implement the garbage collection in the module or if we simply let the user do find path -ctime +1 | xargs rm
* Use O_EXCL where possible.Sascha Schumann1999-08-221-1/+9
|
* - add session.extern_referer_chkSascha Schumann1999-08-213-5/+36
| | | | | - use combined lcg in session id creation
* .Sascha Schumann1999-08-211-0/+3
|
* get rid of that usleep() and add some entropy using the combined lcgSascha Schumann1999-08-211-6/+3
|
* Fix for Thies's UMRZeev Suraski1999-08-203-5/+5
|
* *** empty log message ***Andrey Hristov1999-08-201-0/+1
|
* Fix bug #2025Andrey Hristov1999-08-201-1/+1
|
* Here was also something missingEgon Schmid1999-08-191-1/+2
|