summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* NEWS update1999-12-081-0/+2
|
* Oops.Andrei Zmievski1999-12-071-1/+1
|
* (DB::parseDSN) check for an extra / at the end purely to guard againstAndrei Zmievski1999-12-071-2/+2
| | | | | user error
* (DB::parseDSN) Remove extraneous / at the end of the spec if no databaseAndrei Zmievski1999-12-071-0/+3
| | | | | is specified.
* Fill in empty constructor in order to appease Sascha ;-)Sam Ruby1999-12-071-0/+6
| | | | | | More seriously, uninitialized values cause MSHUTDOWN to trap. Only an issue because assert was added to internal_functions.
* Provide basis for shared libraries/dlls to contain internal extensionsSam Ruby1999-12-076-85/+79
|
* Apparently already implemented by Thies.Andrei Zmievski1999-12-071-4/+0
|
* Revert the patch.Andrei Zmievski1999-12-071-4/+1
|
* Add check for broken apxs scriptRasmus Lerdorf1999-12-071-0/+10
|
* added assert.quiet_eval plus a bit of cleaning (docs to follow!)Thies C. Arntzen1999-12-072-20/+55
|
* fixed just enough to enable assert to build on win32 and Linux/ZTSSam Ruby1999-12-072-0/+9
|
* Need to check for __inet_aton on Solaris.Andrei Zmievski1999-12-072-2/+5
|
* - opened_path should not be freed here as the zend_file_dtor() takes careAndi Gutmans1999-12-071-3/+0
| | | | | | of it. This doesn't fix the bug report for the crash of highlight_file() though.
* Move it to the right placeSascha Schumann1999-12-071-1/+2
|
* fixed NPRThies C. Arntzen1999-12-071-1/+9
|
* the order *does* matter!Thies C. Arntzen1999-12-071-2/+2
|
* @- Added support for a C-like assert() function. (Thies)Thies C. Arntzen1999-12-072-31/+32
|
* getting thereThies C. Arntzen1999-12-071-5/+79
|
* Ignore generated filesSascha Schumann1999-12-070-0/+0
|
* new assert() module. (Not yet finished!)Thies C. Arntzen1999-12-075-24/+273
|
* - Several small corrections, typos, ...Uwe Steinmann1999-12-075-29/+51
|
* (explode) fixed newly introduced bug (them shall check twice *before* ↵Thies C. Arntzen1999-12-071-6/+8
| | | | committing!)
* Support ZTS definition in zend_config.hZeev Suraski1999-12-071-6/+6
|
* Email change.1999-12-071-45/+45
|
* Mention CyberCash.Evan Klinger1999-12-072-0/+5
|
* -kludges -warning +reentrancy(more) +compiles(Unix)Sam Ruby1999-12-071-13/+10
|
* More clean up.Evan Klinger1999-12-072-7/+7
|
* ChangeLog update1999-12-071-0/+51
|
* NEWS update1999-12-071-0/+2
|
* Now it compiles - couldn't find lib before.Evan Klinger1999-12-071-1/+1
|
* Eliminate some warnings.Evan Klinger1999-12-071-0/+1
|
* Minor changes and clean up.Evan Klinger1999-12-071-4/+5
|
* @- Added CyberCash support. (Evan)Evan Klinger1999-12-077-0/+521
| | | | | CyberCash support.
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-065-2/+4
|
* First step in making parsedate.y thread safe - use a pure parserZeev Suraski1999-12-061-15/+23
|
* More localizationZeev Suraski1999-12-062-2/+2
|
* fixed warningThies C. Arntzen1999-12-061-1/+1
|
* @- explode() is now binary-safe. (Thies)Thies C. Arntzen1999-12-061-13/+17
| | | | | we save one buffer-copy as well (hehe)
* @- strpos() is now binary-safe. (Thies)Thies C. Arntzen1999-12-061-2/+21
|
* Add another item.Andrei Zmievski1999-12-061-0/+2
|
* This is no longer needed. Note that we'll always need to undefine YYSTYPE, ↵Zeev Suraski1999-12-061-2/+2
| | | | | | | since the template bison generated .h file defines it if it's not already defined.
* Separate libpaths into PHP_LDFLAGS, so that we can address themSascha Schumann1999-12-063-5/+5
| | | | | separately (required for Apache build).
* Localize a couple of macrosZeev Suraski1999-12-063-3/+6
|
* opened_path could end up uninitialized - fixedZeev Suraski1999-12-061-1/+6
|
* removed unneded CLS_FETCH()Thies C. Arntzen1999-12-061-1/+0
|
* build error: wrong num parms to date_parseSam Ruby1999-12-061-6/+3
|
* first pass at method overloadingSam Ruby1999-12-062-12/+176
|
* Hmmm...must have misplaced the getcwd/chdir logic...Sam Ruby1999-12-061-0/+3
|
* *** empty log message ***Evan Klinger1999-12-061-1/+0
|
* ChangeLog update1999-12-061-0/+83
|