summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hope i haven't missed anything - but we're no longer in the 3.x treeThies C. Arntzen1999-08-051-1/+1
|
* *** empty log message ***Zeev Suraski1999-08-041-0/+1
|
* Fix makedist to work with the libtool enabled distributionZeev Suraski1999-08-041-1/+2
|
* * Fix bug #1963Zeev Suraski1999-08-041-0/+1
| | | | | * Support large ISAPI server variables
* Added a note about the SNMP changesSteven Lawrance1999-08-041-0/+1
|
* Fixed a little boo-boo I made during the PHP3->PHP4 conversion.Steven Lawrance1999-08-041-1/+1
|
* Updated the files so that they have all the functionality ofSteven Lawrance1999-08-042-90/+177
| | | | | PHP 3.0.12. These include snmpwalkoid, snmp_get_quick_print, snmp_set_quick_print, and snmpset.
* Fix bug #1949: -rdynamic not handled properly with Sun's C compilerMike Gerdts1999-08-031-4/+9
|
* [s]printf fix for bug #1952Rasmus Lerdorf1999-08-031-5/+9
| | | | | (note, [s]printf doesn't work in PHP4 yet)
* - Initialize extended value's and put the fetch_type in it's own variableAndi Gutmans1999-08-034-5/+7
| | | | | name.
* Last character of file not a newline, causing problems with Sun's C compilerMike Gerdts1999-08-031-1/+1
|
* file did not end with a newline, causing problems for Sun's C compilerMike Gerdts1999-08-032-2/+2
|
* This should sort the buildconf bug...Zeev Suraski1999-08-021-1/+3
|
* Fix for Redhat libc 2.1 and dynamic loading in zlib module.Stefan Roehrich1999-08-024-23/+39
| | | | | Adapted zlib module to new PHP_Mxxx macros.
* AIX needs this include...Zeev Suraski1999-08-022-1/+4
|
* Go Beta 2Zeev Suraski1999-08-022-2/+2
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-0280-1626/+1631
| | | | | php3_compat.h)
* Make set_compiled_filename() return a pointer to the allocated file nameAndi Gutmans1999-08-022-2/+3
|
* Fix function declarations.Andrey Hristov1999-08-021-23/+23
|
* More symbol work.Andrey Hristov1999-08-0212-249/+260
|
* More symbol work.Andrey Hristov1999-08-027-62/+65
|
* Updated protoAndrey Hristov1999-08-021-1/+2
|
* Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?Egon Schmid1999-08-011-1/+2
|
* Support resource type in gettype()Andi Gutmans1999-08-012-2/+10
|
* Fix bug #1872Zeev Suraski1999-08-013-0/+5
|
* Final IMAP fixesZeev Suraski1999-08-012-4/+5
|
* More IMAP fixesZeev Suraski1999-07-311-2/+17
|
* Fix another compile warningZeev Suraski1999-07-311-2/+1
|
* That should fix bug #1903Zeev Suraski1999-07-311-3/+0
|
* Fix problem with include/require of URLs (bug #1832)Zeev Suraski1999-07-311-0/+1
|
* Fix problem with include/require of URLsZeev Suraski1999-07-311-2/+7
|
* These aren't necessaryZeev Suraski1999-07-311-3/+0
|
* Fix bug #1914Zeev Suraski1999-07-311-0/+5
|
* Declaration fixZeev Suraski1999-07-311-1/+1
|
* Ok, that should be a good start. Can somebody verify that this actually ↵Zeev Suraski1999-07-301-154/+190
| | | | | | | compiles, and perhaps check if it runs?
* Early steps towards making the IMAP module PHP 4.0 compatibleZeev Suraski1999-07-301-652/+639
| | | | | (and readable - indent people, INDENT)
* This should fix the implode() problemZeev Suraski1999-07-302-0/+2
|
* Support symbols in any symbol table, not just the active oneZeev Suraski1999-07-301-8/+15
|
* Fix for bug #1907.Andrey Hristov1999-07-301-1/+1
|
* - Damn that's more like it.Andi Gutmans1999-07-301-1/+1
|
* - Cut&paste crapAndi Gutmans1999-07-301-1/+1
|
* - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.Andi Gutmans1999-07-303-7/+51
| | | | | | There seems to be no reason for stack->top in the ptr_stack except for when realloc()'in the stack. I think I'll remove it.
* * Setting variables in the global scope wasn't handling is_ref's properlyZeev Suraski1999-07-301-40/+68
|
* - Fixed a leak when doing inheritance. The parent class name wasn't being freed.Andi Gutmans1999-07-293-11/+13
| | | | | | | - Fixed a stack leak. Functions that had late argument binding were set up as INIT_FCALL_BY_NAME but were using DO_FCALL and not the corresponding DO_FCALL_BY_NAME.
* -Tiny fixAndi Gutmans1999-07-292-2/+3
|
* - Added function documentation prototypes. Thanks to Egon Schmid forAndi Gutmans1999-07-291-2/+18
| | | | | straightening me out :)
* - Fixed various inheritance problems & Andrey's leakAndi Gutmans1999-07-285-5/+14
|
* - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")Andi Gutmans1999-07-285-17/+101
|
* Fix link functions problem.Andrey Hristov1999-07-283-9/+7
|
* Make it compile againDanny Heijl1999-07-281-1/+2
|